Results

By type

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

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

2023-03-28T00:08:38.158Z||main|||||INFO|500||The following profiles are active: basic
2023-03-28T00:08:50.555Z||main|||||INFO|500||Starting service [Tomcat]
2023-03-28T00:08:50.556Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-03-28T00:08:50.701Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-03-28T00:08:56.935Z||main|||||WARN|500||The following warnings have been detected: WARNING: A HTTP GET method, public javax.ws.rs.core.Response org.onap.so.apihandlerinfra.Onap3gppServiceInstances.getSliceSubnetCapabilities(org.onap.so.apihandlerinfra.onap3gppserviceinstancebeans.QuerySubnetCapability,java.lang.String) throws org.onap.so.apihandlerinfra.exceptions.ApiException, should not consume any entity.

2023-03-28T00:08:57.176Z||main|||||INFO|500||catdb-pool - Starting...
2023-03-28T00:08:57.610Z||main|||||INFO|500||catdb-pool - Start completed.
2023-03-28T00:08:58.194Z||main|||||INFO|500||reqdb-pool - Starting...
2023-03-28T00:08:58.307Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-03-28T00:08:58.487Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-03-28T00:08:58.904Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-03-28T00:08:59.864Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-03-28T00:09:02.950Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-28T00:09:05.050Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-28T00:09:05.099Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-03-28T00:09:05.777Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-03-28T00:09:06.201Z||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-03-28T00:09:07.694Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-03-28T00:09:09.449Z||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-03-28T00:09:14.447Z||main|||||WARN|500||---
2023-03-28T00:09:14.447Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-03-28T00:09:14.448Z||main|||||WARN|500||---
2023-03-28T00:09:15.046Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-03-28T00:09:20.104Z||main|||||INFO|500||Started ApiHandlerApplication in 48.498 seconds (JVM running for 51.837)
2023-03-28T00:09:20.111Z|9151b1a4-aae7-49f4-b05d-2cfbc6df0b7a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:09:20.124Z|9151b1a4-aae7-49f4-b05d-2cfbc6df0b7a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:09:20.130Z|25549ad0-e40b-473b-b2c9-1bfc369119b6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:09:20.136Z|25549ad0-e40b-473b-b2c9-1bfc369119b6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:09:23.067Z||http-nio-8080-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-03-28T00:09:23.282Z|550c8c38-f639-426b-9356-c90897d5ed7c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.sun.xml.bind.v2.runtime.reflect.opt.Injector (jar:file:/app/app.jar!/BOOT-INF/lib/jaxb-impl-2.3.0.jar!/) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int)
WARNING: Please consider reporting this to the maintainers of com.sun.xml.bind.v2.runtime.reflect.opt.Injector
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
2023-03-28T00:09:23.649Z|550c8c38-f639-426b-9356-c90897d5ed7c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:09:26.917Z|8c4f4e0f-db2a-4d08-95bf-3016ae0533c1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:09:26.919Z|8c4f4e0f-db2a-4d08-95bf-3016ae0533c1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:09:29.358Z|e7da5efc-71e1-4288-af6a-d0ac3ae3c0d1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:09:29.359Z|e7da5efc-71e1-4288-af6a-d0ac3ae3c0d1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:09:33.813Z|4150dcf1-a1f3-43e8-95ff-202b6538243b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:09:33.814Z|4150dcf1-a1f3-43e8-95ff-202b6538243b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:09:35.090Z|0132cba8-0d82-4f8f-8800-0883a43037d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:09:35.093Z|0132cba8-0d82-4f8f-8800-0883a43037d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:09:36.971Z|8079c4b3-f81a-4960-bd7e-bb9bcc44d42c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:09:36.972Z|8079c4b3-f81a-4960-bd7e-bb9bcc44d42c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:09:39.415Z|bbedade8-2b37-4748-b820-33e206373729|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:09:39.417Z|bbedade8-2b37-4748-b820-33e206373729|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:09:43.861Z|c0850a8f-e0e9-4abd-ad80-d1325f8e22cf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:09:43.864Z|c0850a8f-e0e9-4abd-ad80-d1325f8e22cf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:09:47.012Z|b2d5c593-da8b-4bc8-90e9-a157a6924745|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:09:47.013Z|b2d5c593-da8b-4bc8-90e9-a157a6924745|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:09:49.452Z|b8636fd0-18d9-4a30-b25d-dd1d6110cbf8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:09:49.453Z|b8636fd0-18d9-4a30-b25d-dd1d6110cbf8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:09:50.090Z|a20fadfd-41f8-4a9d-b55b-b00013c5e5e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:09:50.092Z|a20fadfd-41f8-4a9d-b55b-b00013c5e5e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:09:50.138Z|a0921fc1-a5e8-448e-8ed5-9052aabda756|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:09:50.140Z|a0921fc1-a5e8-448e-8ed5-9052aabda756|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:09:53.913Z|d4389324-5e58-45be-ad16-0c7b08d0319d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:09:53.915Z|d4389324-5e58-45be-ad16-0c7b08d0319d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:09:57.053Z|d552fceb-e8af-4d2b-bc1d-4847ffb42ca8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:09:57.055Z|d552fceb-e8af-4d2b-bc1d-4847ffb42ca8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:09:59.492Z|e283c3bd-3a8b-4d8b-9746-3d673117aea7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:09:59.494Z|e283c3bd-3a8b-4d8b-9746-3d673117aea7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:10:03.946Z|902bc4d2-5c87-4eec-8a31-b86d4854f9d5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:10:03.947Z|902bc4d2-5c87-4eec-8a31-b86d4854f9d5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:10:05.090Z|d68c0124-907d-4433-9264-d999549e8d15|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:10:05.091Z|d68c0124-907d-4433-9264-d999549e8d15|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:10:07.098Z|a49f1e87-37d5-4fc1-ac9f-d8f6a316c1dd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:10:07.101Z|a49f1e87-37d5-4fc1-ac9f-d8f6a316c1dd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:10:09.531Z|d1bdfd1b-4fa0-41bf-8e9c-94ed049e7204|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:10:09.532Z|d1bdfd1b-4fa0-41bf-8e9c-94ed049e7204|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:10:13.988Z|8c2e0a86-75e1-440e-8525-ae05738ece53|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:10:13.991Z|8c2e0a86-75e1-440e-8525-ae05738ece53|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:10:17.147Z|91ee4b6b-112e-432a-86b9-99302ecc4cfd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:10:17.149Z|91ee4b6b-112e-432a-86b9-99302ecc4cfd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:10:19.576Z|2fb21cab-c915-48a8-8999-fb90bb7bfb0c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:10:19.578Z|2fb21cab-c915-48a8-8999-fb90bb7bfb0c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:10:20.090Z|9159c252-5259-488d-b814-52473a231a8e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:10:20.096Z|9159c252-5259-488d-b814-52473a231a8e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:10:20.141Z|3b47d74a-7919-4f3c-924a-a862582321d0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:10:20.142Z|3b47d74a-7919-4f3c-924a-a862582321d0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:10:24.026Z|6f8ca10c-235e-4b71-a659-e8ad5e8616c1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:10:24.028Z|6f8ca10c-235e-4b71-a659-e8ad5e8616c1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:10:27.188Z|ed800d7d-d23c-420c-86f3-510d7d49293f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:10:27.190Z|ed800d7d-d23c-420c-86f3-510d7d49293f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:10:29.617Z|282b36a6-2ad5-453b-9280-51ce4e0c9f0d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:10:29.618Z|282b36a6-2ad5-453b-9280-51ce4e0c9f0d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:10:34.060Z|ad98a6fc-7131-43be-9739-ec59c7f8bf32|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:10:34.061Z|ad98a6fc-7131-43be-9739-ec59c7f8bf32|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:10:35.090Z|ddc3ad3f-e884-4ad6-b4a8-645f3e0090b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:10:35.091Z|ddc3ad3f-e884-4ad6-b4a8-645f3e0090b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:10:37.263Z|06fcefe9-1846-4e2f-82f8-00eafd45f0c5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:10:37.269Z|06fcefe9-1846-4e2f-82f8-00eafd45f0c5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:10:39.662Z|cc36d99d-c095-4d2b-8e46-c6af48655522|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:10:39.664Z|cc36d99d-c095-4d2b-8e46-c6af48655522|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:10:44.097Z|8c0cb74a-e5a3-4102-85c2-8f16ebc0978f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:10:44.099Z|8c0cb74a-e5a3-4102-85c2-8f16ebc0978f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:10:47.337Z|ef5ff55c-23b1-4014-b0d1-d50320276767|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:10:47.340Z|ef5ff55c-23b1-4014-b0d1-d50320276767|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:10:49.712Z|ecb3288d-80bb-4f4d-9318-f7683bbc7766|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:10:49.713Z|ecb3288d-80bb-4f4d-9318-f7683bbc7766|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:10:50.091Z|52322a73-5e0f-4176-af68-3651dfb702e8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:10:50.093Z|52322a73-5e0f-4176-af68-3651dfb702e8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:10:50.145Z|c28fa0f9-e7e1-49a8-8a6e-a7dd67336ff7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:10:50.146Z|c28fa0f9-e7e1-49a8-8a6e-a7dd67336ff7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:10:54.132Z|8fe333bf-2a9a-4301-99d7-5716d5605037|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:10:54.133Z|8fe333bf-2a9a-4301-99d7-5716d5605037|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:10:57.377Z|436530f3-ecfa-4361-aed2-4314751c9cbe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:10:57.378Z|436530f3-ecfa-4361-aed2-4314751c9cbe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:10:59.750Z|1d345a25-f632-45f3-8739-85475c7709cc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:10:59.751Z|1d345a25-f632-45f3-8739-85475c7709cc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:11:04.169Z|4eb016ae-73ec-482d-b07f-2dcf1085e57a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:11:04.171Z|4eb016ae-73ec-482d-b07f-2dcf1085e57a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:11:05.090Z|6a5a2daf-182c-4c03-9807-9b97e9265f97|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:11:05.096Z|6a5a2daf-182c-4c03-9807-9b97e9265f97|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:11:07.415Z|95a089ec-78ea-4451-a75a-d5cfcbe15045|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:11:07.417Z|95a089ec-78ea-4451-a75a-d5cfcbe15045|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:11:09.788Z|7c74d11a-8219-455d-8436-d0048397d967|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:11:09.790Z|7c74d11a-8219-455d-8436-d0048397d967|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:11:14.201Z|0359cab9-8572-49db-a3e6-4f3b80ca7f91|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:11:14.202Z|0359cab9-8572-49db-a3e6-4f3b80ca7f91|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:11:17.455Z|77c52c0b-2af0-4dc2-9c84-da4e0aa55a9b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:11:17.457Z|77c52c0b-2af0-4dc2-9c84-da4e0aa55a9b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:11:19.829Z|d928a03f-1163-41b9-b2ca-c91b249f1f72|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:11:19.831Z|d928a03f-1163-41b9-b2ca-c91b249f1f72|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:11:20.090Z|616f07b8-4ad8-4494-a363-b2b9c3aa1de5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:11:20.092Z|616f07b8-4ad8-4494-a363-b2b9c3aa1de5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:11:20.148Z|31ee0870-0323-4dc7-8f4e-423cb8508a31|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:11:20.150Z|31ee0870-0323-4dc7-8f4e-423cb8508a31|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:11:24.234Z|97ff85b8-ac6c-435c-baba-fcc173176866|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:11:24.236Z|97ff85b8-ac6c-435c-baba-fcc173176866|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:11:27.497Z|5488d40d-370d-450d-a08f-5750b33d26eb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:11:27.499Z|5488d40d-370d-450d-a08f-5750b33d26eb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:11:29.868Z|4bcf9570-5570-4758-8fab-5cca414f0b74|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:11:29.870Z|4bcf9570-5570-4758-8fab-5cca414f0b74|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:11:34.279Z|5ee376f6-9b17-4ca4-a166-330966782b59|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:11:34.280Z|5ee376f6-9b17-4ca4-a166-330966782b59|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:11:35.090Z|0709831c-0428-4206-b0e8-f8ce1f5ea4c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:11:35.092Z|0709831c-0428-4206-b0e8-f8ce1f5ea4c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:11:37.539Z|03f10e47-019b-4249-aa6e-f84f8a541bfc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:11:37.542Z|03f10e47-019b-4249-aa6e-f84f8a541bfc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:11:39.906Z|9ddc7052-a756-4a63-ac2b-41bd79cca89d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:11:39.908Z|9ddc7052-a756-4a63-ac2b-41bd79cca89d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:11:44.335Z|ddad2a35-eac1-4044-89cd-e72e25b5a3b6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:11:44.337Z|ddad2a35-eac1-4044-89cd-e72e25b5a3b6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:11:47.583Z|e9b3cc78-c52c-41d5-b160-a5e6bff57553|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:11:47.585Z|e9b3cc78-c52c-41d5-b160-a5e6bff57553|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:11:49.957Z|e48142f8-6cad-4b8d-ad28-82ea3ca1c235|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:11:49.959Z|e48142f8-6cad-4b8d-ad28-82ea3ca1c235|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:11:50.091Z|d5f699a1-e8fe-4c12-8770-667543596bba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:11:50.097Z|d5f699a1-e8fe-4c12-8770-667543596bba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:11:50.152Z|54949a08-c67c-470a-9b31-25bfe5a5d8a9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:11:50.153Z|54949a08-c67c-470a-9b31-25bfe5a5d8a9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:11:54.375Z|39046934-9c7a-4bf4-8af3-447e345e26f1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:11:54.377Z|39046934-9c7a-4bf4-8af3-447e345e26f1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:11:57.623Z|2305f875-a473-42db-adf1-25ecdab7662f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:11:57.626Z|2305f875-a473-42db-adf1-25ecdab7662f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:12:00.001Z|6d85fe90-4575-4b59-92d8-db85e336147c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:12:00.003Z|6d85fe90-4575-4b59-92d8-db85e336147c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:12:04.416Z|d87912bc-73c9-41fb-a639-c4080b234111|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:12:04.417Z|d87912bc-73c9-41fb-a639-c4080b234111|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:12:05.090Z|20fb4049-178f-4cd3-845f-459b6ef80beb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:12:05.091Z|20fb4049-178f-4cd3-845f-459b6ef80beb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:12:07.665Z|3299c781-9e50-475f-aff9-3d665208ffa7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:12:07.667Z|3299c781-9e50-475f-aff9-3d665208ffa7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:12:10.039Z|669fe524-6045-4500-aa81-1b91a2f7364f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:12:10.041Z|669fe524-6045-4500-aa81-1b91a2f7364f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:12:14.465Z|562dbbe3-6740-4e2c-afdf-c3a24bb44e00|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:12:14.466Z|562dbbe3-6740-4e2c-afdf-c3a24bb44e00|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:12:17.710Z|1e6c5fed-e73c-44af-ba59-7696a8eb48d2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:12:17.712Z|1e6c5fed-e73c-44af-ba59-7696a8eb48d2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:12:20.078Z|cb0db4ea-7587-4e12-9ada-7b05aa40b5c5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:12:20.080Z|cb0db4ea-7587-4e12-9ada-7b05aa40b5c5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:12:20.089Z|31245665-70c5-4016-bbd2-3e0ca048e1c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:12:20.090Z|31245665-70c5-4016-bbd2-3e0ca048e1c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:12:20.154Z|9584af79-d460-4a6b-944e-983c715a17f7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:12:20.155Z|9584af79-d460-4a6b-944e-983c715a17f7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:12:24.508Z|8ac7d016-d0bf-4920-9e69-d452f9c6ee32|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:12:24.510Z|8ac7d016-d0bf-4920-9e69-d452f9c6ee32|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:12:27.751Z|8ffaaca6-2f36-44d8-a7de-67d053674673|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:12:27.752Z|8ffaaca6-2f36-44d8-a7de-67d053674673|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:12:30.119Z|6a739bb9-b933-4038-9fb9-f959b275dc73|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:12:30.121Z|6a739bb9-b933-4038-9fb9-f959b275dc73|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:12:34.550Z|66f181bc-c7a8-4027-b53a-79008b59ed31|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:12:34.551Z|66f181bc-c7a8-4027-b53a-79008b59ed31|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:12:35.090Z|c74c4e84-6b38-42b9-acf0-73888d7dda7f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:12:35.095Z|c74c4e84-6b38-42b9-acf0-73888d7dda7f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:12:37.791Z|6d7e4a47-a732-4a99-8317-db58f5ccb178|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:12:37.793Z|6d7e4a47-a732-4a99-8317-db58f5ccb178|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:12:40.166Z|e47f9e1e-37de-4bfb-bbcc-14551118a697|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:12:40.167Z|e47f9e1e-37de-4bfb-bbcc-14551118a697|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:12:44.589Z|429af323-32af-4701-b274-09c2926fccf8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:12:44.590Z|429af323-32af-4701-b274-09c2926fccf8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:12:47.832Z|4c2656d4-0ff5-4f0e-ac87-145ac8ffba8c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:12:47.833Z|4c2656d4-0ff5-4f0e-ac87-145ac8ffba8c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:12:50.090Z|3a896040-1e3b-45b8-a342-ba4114698144|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:12:50.091Z|3a896040-1e3b-45b8-a342-ba4114698144|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:12:50.157Z|6e007ed6-1db9-4073-8323-d5c571a47024|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:12:50.158Z|6e007ed6-1db9-4073-8323-d5c571a47024|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:12:50.203Z|256e50b5-ecab-4eae-b25f-05a5c291a085|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:12:50.205Z|256e50b5-ecab-4eae-b25f-05a5c291a085|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:12:54.636Z|81a5f285-8a32-4c1e-a465-9785ba226fca|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:12:54.638Z|81a5f285-8a32-4c1e-a465-9785ba226fca|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:12:57.872Z|205e6021-5be5-47a3-aa36-e7ece3810b16|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:12:57.873Z|205e6021-5be5-47a3-aa36-e7ece3810b16|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:13:00.245Z|44ae44e5-14b1-425e-9f62-689f38b7be5b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:13:00.247Z|44ae44e5-14b1-425e-9f62-689f38b7be5b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:13:04.680Z|c7d74082-81df-4d07-9154-6c775d0a8508|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:13:04.681Z|c7d74082-81df-4d07-9154-6c775d0a8508|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:13:05.091Z|4ce2c1ea-7ffa-46f3-b85d-a44fc7e719da|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:13:05.092Z|4ce2c1ea-7ffa-46f3-b85d-a44fc7e719da|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:13:07.911Z|2eccccf7-26ec-4ddd-a589-e8fadb037b97|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:13:07.913Z|2eccccf7-26ec-4ddd-a589-e8fadb037b97|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:13:10.284Z|bb8dfef3-6691-4b65-ae24-c656eccd5c39|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:13:10.286Z|bb8dfef3-6691-4b65-ae24-c656eccd5c39|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:13:14.721Z|c1c310e0-410a-451c-b2bc-85fcdfb18104|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:13:14.723Z|c1c310e0-410a-451c-b2bc-85fcdfb18104|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:13:17.954Z|c652ff03-9472-4337-bc9e-899c5bd676ab|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:13:17.956Z|c652ff03-9472-4337-bc9e-899c5bd676ab|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:13:20.090Z|8c41ec4a-3e2e-4d89-a13d-780f65ba2c56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:13:20.095Z|8c41ec4a-3e2e-4d89-a13d-780f65ba2c56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:13:20.160Z|b8d39686-997c-4693-9a11-7722b07c708f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:13:20.161Z|b8d39686-997c-4693-9a11-7722b07c708f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:13:20.324Z|ab72d923-896b-4e8d-aeeb-48522876ab38|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:13:20.325Z|ab72d923-896b-4e8d-aeeb-48522876ab38|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:13:24.763Z|2d785d27-cbc2-45f6-af82-53988bc754b6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:13:24.765Z|2d785d27-cbc2-45f6-af82-53988bc754b6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:13:27.994Z|0b64687c-1e0d-4d29-96fd-f5e519734db8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:13:27.995Z|0b64687c-1e0d-4d29-96fd-f5e519734db8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:13:30.364Z|5b4d2864-da17-40af-87a0-96d3de55035c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:13:30.366Z|5b4d2864-da17-40af-87a0-96d3de55035c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:13:34.804Z|830d72de-a2ec-43c0-b000-44f476f90984|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:13:34.806Z|830d72de-a2ec-43c0-b000-44f476f90984|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:13:35.090Z|82c34965-62f2-47af-a46f-839e3bb66aaa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:13:35.091Z|82c34965-62f2-47af-a46f-839e3bb66aaa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:13:38.035Z|8eaff982-0bc2-4304-992f-944832a7758c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:13:38.036Z|8eaff982-0bc2-4304-992f-944832a7758c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:13:40.406Z|881a796a-9e83-4d8e-974b-df986e6281eb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:13:40.407Z|881a796a-9e83-4d8e-974b-df986e6281eb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:13:44.847Z|087c355d-c827-4ad9-bbc0-ccf2ab6938c3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:13:44.848Z|087c355d-c827-4ad9-bbc0-ccf2ab6938c3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:13:48.076Z|cb54c564-1bb2-4ab2-85d2-d99310fa5eb1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:13:48.078Z|cb54c564-1bb2-4ab2-85d2-d99310fa5eb1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:13:50.090Z|c219b651-cddd-45a0-8db4-e8f16a88bbd2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:13:50.091Z|c219b651-cddd-45a0-8db4-e8f16a88bbd2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:13:50.167Z|fcea91ba-0b23-469b-affe-7b1d6d269e47|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:13:50.168Z|fcea91ba-0b23-469b-affe-7b1d6d269e47|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:13:50.443Z|603d5ac5-5d45-492e-94a5-d84e5f1b9bb7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:13:50.444Z|603d5ac5-5d45-492e-94a5-d84e5f1b9bb7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:13:54.895Z|46e94c84-b166-4372-a591-a2dc7082562b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:13:54.897Z|46e94c84-b166-4372-a591-a2dc7082562b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:13:58.117Z|52aa9095-b93b-4da8-b1cd-10d4721dea3d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:13:58.118Z|52aa9095-b93b-4da8-b1cd-10d4721dea3d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:14:00.484Z|710e6fe6-8138-40f5-ac99-d303727b1acb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:14:00.486Z|710e6fe6-8138-40f5-ac99-d303727b1acb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:14:04.932Z|b5b73843-7020-4992-ab86-68ce14f78f16|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:14:04.934Z|b5b73843-7020-4992-ab86-68ce14f78f16|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:14:05.090Z|c7f6edda-07de-4894-b267-b4f1c37122a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:14:05.095Z|c7f6edda-07de-4894-b267-b4f1c37122a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:14:08.156Z|369bd24a-c197-4c58-b008-6ae953926723|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:14:08.157Z|369bd24a-c197-4c58-b008-6ae953926723|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:14:10.527Z|0f9c064a-2adf-4682-a83f-a7b215b1cac7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:14:10.529Z|0f9c064a-2adf-4682-a83f-a7b215b1cac7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:14:14.971Z|13f08fea-75dc-4ebc-9566-c01108f2c885|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:14:14.973Z|13f08fea-75dc-4ebc-9566-c01108f2c885|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:14:18.192Z|8fa25317-06fe-441b-8bfe-fff8f63c11ec|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:14:18.194Z|8fa25317-06fe-441b-8bfe-fff8f63c11ec|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:14:20.090Z|fc1824dc-1cd0-46a1-a539-6aeb263c82d1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:14:20.091Z|fc1824dc-1cd0-46a1-a539-6aeb263c82d1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:14:20.170Z|aee5a837-7525-45f5-ad24-4f5770307f75|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:14:20.171Z|aee5a837-7525-45f5-ad24-4f5770307f75|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:14:20.570Z|475a902a-3a22-41eb-8d72-044c53d85b44|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:14:20.571Z|475a902a-3a22-41eb-8d72-044c53d85b44|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:14:25.016Z|e11ab130-8c85-487c-ad32-be0410899be2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:14:25.017Z|e11ab130-8c85-487c-ad32-be0410899be2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:14:28.229Z|156bb45a-f90f-4f75-99e4-8c8ee2bf18fd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:14:28.231Z|156bb45a-f90f-4f75-99e4-8c8ee2bf18fd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:14:30.610Z|250b59bc-bf2b-412c-a866-7b3f4b00c511|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:14:30.613Z|250b59bc-bf2b-412c-a866-7b3f4b00c511|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:14:35.055Z|e2cf9c5e-f57e-46fe-b4d3-14c826325d7d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:14:35.056Z|e2cf9c5e-f57e-46fe-b4d3-14c826325d7d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:14:35.089Z|e9373398-8fce-4d34-b2e1-e663b2e87aa0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:14:35.091Z|e9373398-8fce-4d34-b2e1-e663b2e87aa0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:14:38.271Z|48938a47-8776-4953-b261-74836899924b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:14:38.276Z|48938a47-8776-4953-b261-74836899924b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:14:40.657Z|9d390aee-2e6b-4d3b-8be2-4edf689d94ba|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:14:40.659Z|9d390aee-2e6b-4d3b-8be2-4edf689d94ba|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:14:45.090Z|31c846bb-1e2b-4e3f-b009-953f6948b3fe|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:14:45.091Z|31c846bb-1e2b-4e3f-b009-953f6948b3fe|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:14:48.315Z|eab23c53-0bde-4c54-a7dc-69dc3e6bc174|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:14:48.317Z|eab23c53-0bde-4c54-a7dc-69dc3e6bc174|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:14:50.090Z|4c97a11a-fff3-4e53-9834-3753aa240077|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:14:50.095Z|4c97a11a-fff3-4e53-9834-3753aa240077|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:14:50.172Z|7b4ea401-16c8-4da7-a897-9044d24e4924|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:14:50.172Z|7b4ea401-16c8-4da7-a897-9044d24e4924|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:14:50.698Z|dc368d83-3bff-4ff6-8785-79f251032a22|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:14:50.700Z|dc368d83-3bff-4ff6-8785-79f251032a22|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:14:55.131Z|e8a5adc6-a039-4964-9775-feee080d4711|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:14:55.132Z|e8a5adc6-a039-4964-9775-feee080d4711|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:14:58.351Z|7ad2bb35-3f37-4f79-8027-f42cd1121533|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:14:58.353Z|7ad2bb35-3f37-4f79-8027-f42cd1121533|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:15:00.740Z|3ddc3027-43e8-4c61-8324-592c3bf7d17d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:15:00.741Z|3ddc3027-43e8-4c61-8324-592c3bf7d17d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:15:05.091Z|d58548e9-ba0d-4dcf-93f1-1fd2792c49f5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:15:05.092Z|d58548e9-ba0d-4dcf-93f1-1fd2792c49f5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:15:05.174Z|f8df8f5e-47e6-466a-aebe-b9aa671a54d8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:15:05.175Z|f8df8f5e-47e6-466a-aebe-b9aa671a54d8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:15:08.387Z|5e115897-2f0c-48d7-98f1-999ca624ae36|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:15:08.389Z|5e115897-2f0c-48d7-98f1-999ca624ae36|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:15:10.775Z|ea3f4447-4012-4c6f-b938-f512710c3c22|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:15:10.776Z|ea3f4447-4012-4c6f-b938-f512710c3c22|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:15:15.214Z|ddac4e52-4c77-4090-92b7-b53c0bee5f3d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:15:15.216Z|ddac4e52-4c77-4090-92b7-b53c0bee5f3d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:15:18.428Z|8d7ebb67-4194-4143-90f5-ec65adefe332|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:15:18.429Z|8d7ebb67-4194-4143-90f5-ec65adefe332|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:15:20.090Z|dff74849-e7b0-4663-b8d5-b06a6679f15c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:15:20.091Z|dff74849-e7b0-4663-b8d5-b06a6679f15c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:15:20.174Z|c4b1c655-a7cd-411e-b3a6-3cc5a8cc8b47|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:15:20.175Z|c4b1c655-a7cd-411e-b3a6-3cc5a8cc8b47|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:15:20.819Z|d551c5fd-5b58-4f8f-98c7-bf3f65e47b80|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:15:20.821Z|d551c5fd-5b58-4f8f-98c7-bf3f65e47b80|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:15:25.252Z|8f56dcbb-91d1-499e-aa46-669c8a950d0b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:15:25.253Z|8f56dcbb-91d1-499e-aa46-669c8a950d0b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:15:28.470Z|f29740d5-9f80-4ae1-b6a9-2e4bec2cedf5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:15:28.472Z|f29740d5-9f80-4ae1-b6a9-2e4bec2cedf5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:15:30.861Z|8d4b38a0-eb93-4db1-b93b-3d87ae0b5598|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:15:30.863Z|8d4b38a0-eb93-4db1-b93b-3d87ae0b5598|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:15:35.089Z|b542e5e9-6c2f-4e09-99a3-9f4e2cff3f8f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:15:35.095Z|b542e5e9-6c2f-4e09-99a3-9f4e2cff3f8f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:15:35.289Z|dfeca83f-ea54-4252-82dc-408ed5f7a01b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:15:35.290Z|dfeca83f-ea54-4252-82dc-408ed5f7a01b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:15:38.511Z|6add9efc-12f6-4572-9fbb-27de424668ea|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:15:38.513Z|6add9efc-12f6-4572-9fbb-27de424668ea|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:15:40.901Z|b6b03f97-8206-4c53-b1b1-360bf876dff0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:15:40.903Z|b6b03f97-8206-4c53-b1b1-360bf876dff0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:15:45.328Z|8215499b-4aff-450f-b15e-df158b994dbd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:15:45.329Z|8215499b-4aff-450f-b15e-df158b994dbd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:15:48.551Z|89d407ba-550b-4dfe-befd-19cc00ac700c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:15:48.553Z|89d407ba-550b-4dfe-befd-19cc00ac700c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:15:50.090Z|fe5aef6f-9de0-48b0-b781-c967d5d788f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:15:50.091Z|fe5aef6f-9de0-48b0-b781-c967d5d788f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:15:50.177Z|22b6690e-4eac-4e1a-9f4c-9231209929f4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:15:50.178Z|22b6690e-4eac-4e1a-9f4c-9231209929f4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:15:50.940Z|debcb295-133b-4edd-9759-b92d3a5e341b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:15:50.941Z|debcb295-133b-4edd-9759-b92d3a5e341b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:15:55.365Z|aa37f721-81e3-40b4-9784-6a4d0897910c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:15:55.367Z|aa37f721-81e3-40b4-9784-6a4d0897910c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:15:58.591Z|8927069d-ef55-4c03-91c1-372b4b74490a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:15:58.592Z|8927069d-ef55-4c03-91c1-372b4b74490a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:16:00.978Z|f9644a2b-47c3-4e09-bedb-eac93e50a596|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:16:00.979Z|f9644a2b-47c3-4e09-bedb-eac93e50a596|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:16:05.090Z|2efc357e-4c7c-4bb8-8901-6f15038e68cf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:16:05.091Z|2efc357e-4c7c-4bb8-8901-6f15038e68cf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:16:05.404Z|5e09741b-20bd-4ca6-bc11-fa4abb0e5a04|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:16:05.405Z|5e09741b-20bd-4ca6-bc11-fa4abb0e5a04|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:16:08.628Z|0f6a99ec-401b-4b1f-bd68-08b527783608|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:16:08.630Z|0f6a99ec-401b-4b1f-bd68-08b527783608|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:16:11.014Z|3550cc96-1933-4207-bb9d-af88c7fbc666|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:16:11.016Z|3550cc96-1933-4207-bb9d-af88c7fbc666|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:16:15.442Z|5323cd60-eff2-49f6-9e49-5d70b9d3022e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:16:15.444Z|5323cd60-eff2-49f6-9e49-5d70b9d3022e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:16:18.666Z|b36467ad-ae38-4f3a-8e56-d16067669366|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:16:18.667Z|b36467ad-ae38-4f3a-8e56-d16067669366|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:16:20.090Z|f733414f-4875-425f-b3ce-896c0fcca247|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:16:20.094Z|f733414f-4875-425f-b3ce-896c0fcca247|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:16:20.180Z|0c5e30a3-3acf-4746-bd02-32d83d703895|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:16:20.181Z|0c5e30a3-3acf-4746-bd02-32d83d703895|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:16:21.060Z|39f897a3-a3b0-4608-8121-08a615a0ef41|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:16:21.061Z|39f897a3-a3b0-4608-8121-08a615a0ef41|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:16:25.482Z|e69bc3ac-9038-4387-8222-80180910f1b5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:16:25.484Z|e69bc3ac-9038-4387-8222-80180910f1b5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:16:28.702Z|707e88de-1abc-414a-8d8b-6e14554176cf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:16:28.704Z|707e88de-1abc-414a-8d8b-6e14554176cf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:16:31.097Z|878b94e6-c68b-4a29-bfe9-cad8040ae06f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:16:31.098Z|878b94e6-c68b-4a29-bfe9-cad8040ae06f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:16:35.090Z|86b29eae-453d-416d-88dc-c615364097ac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:16:35.091Z|86b29eae-453d-416d-88dc-c615364097ac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:16:35.522Z|d638d96f-7076-46d8-8ede-6fab914b156a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:16:35.523Z|d638d96f-7076-46d8-8ede-6fab914b156a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:16:38.744Z|7f8a6acb-8618-43cb-92ce-0b028e935f2e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:16:38.746Z|7f8a6acb-8618-43cb-92ce-0b028e935f2e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:16:41.133Z|41d8c81c-666b-424c-bccb-4acf9c645b10|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:16:41.134Z|41d8c81c-666b-424c-bccb-4acf9c645b10|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:16:45.560Z|b6f711d3-9d95-462e-8754-8d01d69e97d6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:16:45.562Z|b6f711d3-9d95-462e-8754-8d01d69e97d6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:16:48.776Z|b1018f1d-ada4-424d-b15d-ef120be425c0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:16:48.777Z|b1018f1d-ada4-424d-b15d-ef120be425c0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:16:50.090Z|af9cd1a0-cce2-4c83-8034-829411e35cea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:16:50.091Z|af9cd1a0-cce2-4c83-8034-829411e35cea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:16:50.183Z|28aa81aa-21d4-43e7-a9b5-f4848e47ad67|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:16:50.184Z|28aa81aa-21d4-43e7-a9b5-f4848e47ad67|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:16:51.183Z|a4a43e5f-4006-4692-88cf-3329c1c645ef|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:16:51.185Z|a4a43e5f-4006-4692-88cf-3329c1c645ef|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:16:55.601Z|9b4aa054-8422-4e2d-a520-32ee266e1ef3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:16:55.602Z|9b4aa054-8422-4e2d-a520-32ee266e1ef3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:16:58.813Z|d628dd32-fcff-4dff-a0f1-1c5f3533044c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:16:58.815Z|d628dd32-fcff-4dff-a0f1-1c5f3533044c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:17:01.225Z|d250b503-1a29-4e3c-895e-d26b4c5d2906|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:17:01.226Z|d250b503-1a29-4e3c-895e-d26b4c5d2906|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:17:05.089Z|1b291fac-73c9-421c-ba1d-f58561cbe520|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:17:05.093Z|1b291fac-73c9-421c-ba1d-f58561cbe520|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:17:05.649Z|63fc877a-6019-4bac-a42f-eed2cb9389d8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:17:05.649Z|63fc877a-6019-4bac-a42f-eed2cb9389d8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:17:08.897Z|879c55fa-39a0-4c9b-8989-a57e54e20496|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:17:08.902Z|879c55fa-39a0-4c9b-8989-a57e54e20496|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:17:11.264Z|16701632-ca4a-4d45-8e74-4c477ef32a0a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:17:11.266Z|16701632-ca4a-4d45-8e74-4c477ef32a0a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:17:15.722Z|29c94cae-b9c4-45da-9575-14e55dca4546|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:17:15.723Z|29c94cae-b9c4-45da-9575-14e55dca4546|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:17:18.974Z|28954e33-66b4-4198-940d-06f9273eb1b5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:17:18.981Z|28954e33-66b4-4198-940d-06f9273eb1b5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:17:20.091Z|1b343cdd-e4b9-44e2-97c5-c20979cff631|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:17:20.094Z|1b343cdd-e4b9-44e2-97c5-c20979cff631|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:17:20.186Z|d034084c-d1bd-4de6-af65-4dd53fd9dd95|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:17:20.187Z|d034084c-d1bd-4de6-af65-4dd53fd9dd95|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:17:21.325Z|f4438261-8133-4647-a674-6279aea479a0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:17:21.327Z|f4438261-8133-4647-a674-6279aea479a0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:17:25.776Z|161c940b-c4b3-42be-8abf-466cbbb42246|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:17:25.777Z|161c940b-c4b3-42be-8abf-466cbbb42246|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:17:29.026Z|90fa05f9-99dd-4800-a6b2-91119382f21d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:17:29.027Z|90fa05f9-99dd-4800-a6b2-91119382f21d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:17:31.379Z|2c86dd6a-adbf-414f-9639-49c5a62e1850|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:17:31.380Z|2c86dd6a-adbf-414f-9639-49c5a62e1850|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:17:35.089Z|21efb427-7084-4e09-aad4-93eeebc77a2b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:17:35.091Z|21efb427-7084-4e09-aad4-93eeebc77a2b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:17:35.818Z|9125ddbc-695e-4159-b9d2-68d62160209c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:17:35.820Z|9125ddbc-695e-4159-b9d2-68d62160209c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:17:39.075Z|ede27ac5-7906-4e2c-a89d-c58242feb041|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:17:39.076Z|ede27ac5-7906-4e2c-a89d-c58242feb041|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:17:41.416Z|cd3c1f33-75e5-496c-a5b2-c09b602e23ac|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:17:41.418Z|cd3c1f33-75e5-496c-a5b2-c09b602e23ac|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:17:45.856Z|11fb18b4-a6de-48a7-a8c0-aafaf728a654|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:17:45.857Z|11fb18b4-a6de-48a7-a8c0-aafaf728a654|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:17:49.115Z|8fc06ee7-04f5-462c-8072-be69d3d52e67|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:17:49.116Z|8fc06ee7-04f5-462c-8072-be69d3d52e67|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:17:50.089Z|66bf69c8-cf26-4c41-bc63-14ac1156d88f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:17:50.094Z|66bf69c8-cf26-4c41-bc63-14ac1156d88f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:17:50.188Z|2227add3-90a4-483b-bd69-841214195ee3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:17:50.188Z|2227add3-90a4-483b-bd69-841214195ee3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:17:51.450Z|7c9ae191-1c22-46e3-b8fe-c1dd71a30cb9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:17:51.452Z|7c9ae191-1c22-46e3-b8fe-c1dd71a30cb9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:17:55.902Z|ae388177-598e-48fe-905c-e4cf20e201ec|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:17:55.903Z|ae388177-598e-48fe-905c-e4cf20e201ec|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:17:59.157Z|6128c4db-d91d-4688-ac0e-0c0652b1afa6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:17:59.159Z|6128c4db-d91d-4688-ac0e-0c0652b1afa6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:18:01.488Z|4c707e5c-ff48-42b9-a814-3da55e3c8b3a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:18:01.489Z|4c707e5c-ff48-42b9-a814-3da55e3c8b3a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:18:05.089Z|246f31d0-f516-4d4a-b178-12b0480da640|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:18:05.090Z|246f31d0-f516-4d4a-b178-12b0480da640|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:18:05.938Z|0c5832ac-6b46-48e0-8c59-131cbcf44d01|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:18:05.940Z|0c5832ac-6b46-48e0-8c59-131cbcf44d01|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:18:09.194Z|b1794e55-c646-4200-a7ea-ee86620a7a4a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:18:09.196Z|b1794e55-c646-4200-a7ea-ee86620a7a4a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:18:11.525Z|c1dd64ef-89ef-4660-93e0-5a2d0a2df5a8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:18:11.526Z|c1dd64ef-89ef-4660-93e0-5a2d0a2df5a8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:18:15.978Z|563012be-2d5e-4bf5-877c-54f628d8ed0c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:18:15.979Z|563012be-2d5e-4bf5-877c-54f628d8ed0c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:18:19.235Z|587d75d5-2323-4d20-b46d-5306da43075b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:18:19.236Z|587d75d5-2323-4d20-b46d-5306da43075b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:18:20.089Z|11e35646-c82e-4bc6-86f5-800eb59b7840|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:18:20.091Z|11e35646-c82e-4bc6-86f5-800eb59b7840|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:18:20.189Z|fd1421e8-d286-4f1e-9bf8-24bf478e0403|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:18:20.190Z|fd1421e8-d286-4f1e-9bf8-24bf478e0403|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:18:21.567Z|6132a813-8206-49db-afef-63a778e32e36|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:18:21.569Z|6132a813-8206-49db-afef-63a778e32e36|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:18:26.017Z|d455a1c8-d9b7-4532-8904-587c9e8ef823|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:18:26.019Z|d455a1c8-d9b7-4532-8904-587c9e8ef823|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:18:29.278Z|0c342f18-4236-4b01-8a70-fedff35e2575|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:18:29.279Z|0c342f18-4236-4b01-8a70-fedff35e2575|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:18:31.604Z|2dc9c631-267a-419a-b51b-204132dad497|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:18:31.605Z|2dc9c631-267a-419a-b51b-204132dad497|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:18:35.089Z|34b025cb-e594-4bc6-a73a-1a100125f88b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:18:35.094Z|34b025cb-e594-4bc6-a73a-1a100125f88b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:18:36.055Z|f03d6571-b025-47b5-ba58-e36172aaae78|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:18:36.056Z|f03d6571-b025-47b5-ba58-e36172aaae78|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:18:39.316Z|dcd216fa-2611-4907-a8e5-dbd1d4614e92|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:18:39.317Z|dcd216fa-2611-4907-a8e5-dbd1d4614e92|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:18:41.638Z|ed07b122-7053-4fa0-820d-ddc7b3444163|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:18:41.640Z|ed07b122-7053-4fa0-820d-ddc7b3444163|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:18:46.093Z|7e8c5f8d-18d6-41fb-994c-4cbc3afe7487|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:18:46.095Z|7e8c5f8d-18d6-41fb-994c-4cbc3afe7487|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:18:49.354Z|b8ef42df-8139-477a-b8ca-9d30210fc233|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:18:49.355Z|b8ef42df-8139-477a-b8ca-9d30210fc233|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:18:50.089Z|4e524d8a-35e3-46cd-b253-66fb067fcba0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:18:50.090Z|4e524d8a-35e3-46cd-b253-66fb067fcba0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:18:50.191Z|5b88f130-a406-4846-ae6b-1aebcd57428b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:18:50.192Z|5b88f130-a406-4846-ae6b-1aebcd57428b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:18:51.680Z|5eed3efb-bd52-4658-8294-d37fdc44378e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:18:51.681Z|5eed3efb-bd52-4658-8294-d37fdc44378e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:18:56.132Z|c9dac00a-378b-4e86-ad13-a353e9140b43|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:18:56.133Z|c9dac00a-378b-4e86-ad13-a353e9140b43|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:18:56.135Z|1313239c-7638-4679-afe7-200120334c94|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:18:56.136Z|1313239c-7638-4679-afe7-200120334c94|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:18:59.389Z|b77a9979-a356-469d-a9ea-4585fdfc0ba6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:18:59.391Z|b77a9979-a356-469d-a9ea-4585fdfc0ba6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:19:01.722Z|13df42e8-f5e6-42c2-b3bd-af365cec8675|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:19:01.723Z|13df42e8-f5e6-42c2-b3bd-af365cec8675|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:19:05.090Z|16989e78-f47a-492e-80f6-993fb860b540|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:19:05.091Z|16989e78-f47a-492e-80f6-993fb860b540|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:19:06.171Z|cd149e45-2923-415e-a322-c386373dac0c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:19:06.172Z|cd149e45-2923-415e-a322-c386373dac0c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:19:09.427Z|c9aa8c51-3d0c-4bc7-bd26-55f4a03a272e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:19:09.429Z|c9aa8c51-3d0c-4bc7-bd26-55f4a03a272e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:19:11.762Z|0f3a4230-b322-4b3d-a48a-c7fc2ca329dd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:19:11.763Z|0f3a4230-b322-4b3d-a48a-c7fc2ca329dd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:19:16.204Z|f0cc068d-492c-4985-b025-43eb7c39b561|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:19:16.205Z|f0cc068d-492c-4985-b025-43eb7c39b561|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:19:19.465Z|1d4585df-31a7-481b-9b68-33274be4c597|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:19:19.466Z|1d4585df-31a7-481b-9b68-33274be4c597|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:19:20.089Z|de7d573c-cf38-41b7-b074-09e6c1656b8c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:19:20.094Z|de7d573c-cf38-41b7-b074-09e6c1656b8c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:19:20.193Z|7cb6450e-9bb6-483f-a164-71dc07332908|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:19:20.194Z|7cb6450e-9bb6-483f-a164-71dc07332908|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:19:21.801Z|9bb1d962-b2e3-46fd-82c6-a7ff331a1bb7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:19:21.802Z|9bb1d962-b2e3-46fd-82c6-a7ff331a1bb7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:19:26.240Z|03e4af48-162c-4575-a04d-2e18bbdab887|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:19:26.241Z|03e4af48-162c-4575-a04d-2e18bbdab887|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:19:29.502Z|c6193496-5067-49d5-b71a-afc6e4ee984c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:19:29.504Z|c6193496-5067-49d5-b71a-afc6e4ee984c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:19:31.839Z|124c6160-735d-4ca3-91d7-ce68dac50432|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:19:31.841Z|124c6160-735d-4ca3-91d7-ce68dac50432|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:19:35.089Z|65a9cbe4-0a16-4532-867f-7415543283f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:19:35.090Z|65a9cbe4-0a16-4532-867f-7415543283f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:19:36.277Z|182170d6-6576-483b-a32e-68cbd9310683|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:19:36.278Z|182170d6-6576-483b-a32e-68cbd9310683|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:19:39.540Z|13095d30-fdeb-4f05-be9f-bc354f804f66|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:19:39.541Z|13095d30-fdeb-4f05-be9f-bc354f804f66|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:19:41.875Z|f9d6422c-a9f0-421d-8b03-28c61ba366e5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:19:41.876Z|f9d6422c-a9f0-421d-8b03-28c61ba366e5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:19:46.317Z|b2dca993-29a8-4322-a181-2cfffbbbe4b9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:19:46.318Z|b2dca993-29a8-4322-a181-2cfffbbbe4b9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:19:49.575Z|f6c76a88-4d7a-4947-94b1-1d447d5862d4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:19:49.576Z|f6c76a88-4d7a-4947-94b1-1d447d5862d4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:19:50.090Z|e4cd2f83-b5e9-4b02-b477-f141f0f1e4b1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:19:50.091Z|e4cd2f83-b5e9-4b02-b477-f141f0f1e4b1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:19:50.197Z|ca40da95-5d12-4193-8310-751dbd1efe62|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:19:50.198Z|ca40da95-5d12-4193-8310-751dbd1efe62|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:19:51.911Z|7abf62ec-fcfc-4c74-8c87-6159cd3a6673|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:19:51.913Z|7abf62ec-fcfc-4c74-8c87-6159cd3a6673|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:19:56.118Z|88afcc68-fca3-4fb2-b6c0-b27a6706145a|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:19:56.119Z|88afcc68-fca3-4fb2-b6c0-b27a6706145a|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:19:56.354Z|2939a623-c0af-48c4-9936-4b7e600e74e6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:19:56.355Z|2939a623-c0af-48c4-9936-4b7e600e74e6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:19:59.607Z|0e38ab43-05a9-4f31-9317-f2f518a9e7a4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:19:59.608Z|0e38ab43-05a9-4f31-9317-f2f518a9e7a4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:20:01.963Z|178908a2-2a3b-4e85-96ce-ac047705d8b2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:20:01.965Z|178908a2-2a3b-4e85-96ce-ac047705d8b2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:20:05.089Z|c6248df2-8066-44e5-894f-8344ced523b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:20:05.094Z|c6248df2-8066-44e5-894f-8344ced523b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:20:06.389Z|807d987f-3317-4497-80cb-3815ac0b9799|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:20:06.390Z|807d987f-3317-4497-80cb-3815ac0b9799|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:20:09.645Z|9158c7ac-1c61-46a6-8d86-1ecc0915c816|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:20:09.646Z|9158c7ac-1c61-46a6-8d86-1ecc0915c816|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:20:12.003Z|ec065be8-2866-45f4-83e0-456b1ff8e7bb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:20:12.004Z|ec065be8-2866-45f4-83e0-456b1ff8e7bb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:20:16.427Z|57997a14-77d9-41ee-821c-76be3c194246|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:20:16.428Z|57997a14-77d9-41ee-821c-76be3c194246|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:20:19.679Z|6e5cebac-3708-40a1-9b56-ff8d03ba2dba|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:20:19.681Z|6e5cebac-3708-40a1-9b56-ff8d03ba2dba|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:20:20.090Z|d963f72c-b58a-40ec-a780-45a7ebf82052|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:20:20.091Z|d963f72c-b58a-40ec-a780-45a7ebf82052|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:20:20.199Z|5230a5b8-36fa-4466-acd6-a2a019430558|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:20:20.200Z|5230a5b8-36fa-4466-acd6-a2a019430558|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:20:22.041Z|128ed4da-1b73-485e-b37d-14aaf841e2f4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:20:22.042Z|128ed4da-1b73-485e-b37d-14aaf841e2f4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:20:26.464Z|405005f8-e01d-42df-9dc6-9277f8580cd4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:20:26.465Z|405005f8-e01d-42df-9dc6-9277f8580cd4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:20:29.719Z|8f46acf4-573b-402b-813f-aa28429aa932|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:20:29.720Z|8f46acf4-573b-402b-813f-aa28429aa932|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:20:32.080Z|6369eb25-6d1a-4fc8-924b-f93b25e3412a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:20:32.082Z|6369eb25-6d1a-4fc8-924b-f93b25e3412a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:20:35.089Z|aca66e32-3290-4e3a-a77a-dad5fb2a5083|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:20:35.090Z|aca66e32-3290-4e3a-a77a-dad5fb2a5083|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:20:36.502Z|c62ab2fe-49ba-43fb-b364-9a8e194a02a5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:20:36.503Z|c62ab2fe-49ba-43fb-b364-9a8e194a02a5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:20:39.757Z|8b2d6c90-058d-48bc-b1f9-b84b4eedfed5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:20:39.759Z|8b2d6c90-058d-48bc-b1f9-b84b4eedfed5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:20:42.116Z|95b6869c-97f3-4207-ae69-af1b6a1ae403|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:20:42.117Z|95b6869c-97f3-4207-ae69-af1b6a1ae403|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:20:46.537Z|7548b547-6b8a-464d-9dcc-5a8415bb5568|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:20:46.537Z|7548b547-6b8a-464d-9dcc-5a8415bb5568|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:20:49.794Z|dc55ff20-8fa9-430f-ae46-a726e311231a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:20:49.795Z|dc55ff20-8fa9-430f-ae46-a726e311231a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:20:50.089Z|fd0ac684-d697-4697-a2ef-30258abf6695|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:20:50.094Z|fd0ac684-d697-4697-a2ef-30258abf6695|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:20:50.201Z|f2daed74-eefe-4591-8291-a6a73d506ccc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:20:50.201Z|f2daed74-eefe-4591-8291-a6a73d506ccc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:20:52.152Z|d4153b1e-b86e-4ecb-9977-93379dc07c84|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:20:52.153Z|d4153b1e-b86e-4ecb-9977-93379dc07c84|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:20:56.120Z|a942e02b-5edd-4806-8954-971718e027dc|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:20:56.121Z|a942e02b-5edd-4806-8954-971718e027dc|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:20:56.567Z|ec753150-37c9-43e7-aa39-b5deaffb949c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:20:56.567Z|ec753150-37c9-43e7-aa39-b5deaffb949c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:20:59.829Z|c309a600-ed4e-412f-a262-9e294b511e83|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:20:59.830Z|c309a600-ed4e-412f-a262-9e294b511e83|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:21:02.187Z|caac54d6-4974-42a7-8ede-889f7a1c81f1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:21:02.188Z|caac54d6-4974-42a7-8ede-889f7a1c81f1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:21:05.089Z|920b2dea-85a8-41a6-ac02-4389f44444d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:21:05.091Z|920b2dea-85a8-41a6-ac02-4389f44444d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:21:06.603Z|5a669595-c4aa-41ba-8dc0-e6d368b9df97|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:21:06.604Z|5a669595-c4aa-41ba-8dc0-e6d368b9df97|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:21:09.866Z|688a0094-7ae8-4e0c-bfc3-0e8ddebe73e2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:21:09.867Z|688a0094-7ae8-4e0c-bfc3-0e8ddebe73e2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:21:12.216Z|2d086a53-f94c-4ee8-a072-d79f3284e2f0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:21:12.217Z|2d086a53-f94c-4ee8-a072-d79f3284e2f0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:21:16.641Z|d1799509-cd88-4df4-8ebe-89d1315d8ac5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:21:16.642Z|d1799509-cd88-4df4-8ebe-89d1315d8ac5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:21:19.906Z|367f80f2-b8b4-4ccf-866b-b0bba3653a57|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:21:19.907Z|367f80f2-b8b4-4ccf-866b-b0bba3653a57|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:21:20.089Z|e6a15498-6430-4eb8-b190-f281c008ee9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:21:20.090Z|e6a15498-6430-4eb8-b190-f281c008ee9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:21:20.202Z|d3c383f0-43ae-40af-bdfd-6b01574a3493|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:21:20.203Z|d3c383f0-43ae-40af-bdfd-6b01574a3493|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:21:22.245Z|b7df7a4d-c030-4c50-a623-f92078fe7163|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:21:22.246Z|b7df7a4d-c030-4c50-a623-f92078fe7163|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:21:26.683Z|ca54a387-2c7d-46f8-9674-c4074cbd3627|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:21:26.684Z|ca54a387-2c7d-46f8-9674-c4074cbd3627|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:21:29.944Z|cd2c9403-e40d-42ed-94ea-8d27d934b0c4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:21:29.945Z|cd2c9403-e40d-42ed-94ea-8d27d934b0c4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:21:32.276Z|7d26fb22-c42a-4cbd-951c-23cecffb4292|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:21:32.277Z|7d26fb22-c42a-4cbd-951c-23cecffb4292|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:21:35.089Z|82c1c3d6-ffc6-4f23-ba35-f342a7c5c6d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:21:35.094Z|82c1c3d6-ffc6-4f23-ba35-f342a7c5c6d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:21:36.719Z|87f22055-54b3-4568-9509-1dc3d1bcfb79|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:21:36.720Z|87f22055-54b3-4568-9509-1dc3d1bcfb79|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:21:39.983Z|34d00692-ccae-460d-b970-d12dd7f466d7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:21:39.984Z|34d00692-ccae-460d-b970-d12dd7f466d7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:21:42.312Z|8ca6d162-acb5-4d29-bfb5-ece224ea5335|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:21:42.314Z|8ca6d162-acb5-4d29-bfb5-ece224ea5335|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:21:46.753Z|f172e499-caa3-4ba0-b139-03f5d76896c3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:21:46.754Z|f172e499-caa3-4ba0-b139-03f5d76896c3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:21:50.017Z|11827c9b-cfaf-49a6-8439-06953072934a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:21:50.018Z|11827c9b-cfaf-49a6-8439-06953072934a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:21:50.089Z|7ea676b2-6284-46af-b7ca-415dfb17d77c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:21:50.090Z|7ea676b2-6284-46af-b7ca-415dfb17d77c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:21:50.204Z|859d5196-a056-4639-b5a9-feeebfe7fa5e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:21:50.205Z|859d5196-a056-4639-b5a9-feeebfe7fa5e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:21:52.347Z|0e874252-c59f-4f4b-be8a-59b0bc5c2b04|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:21:52.348Z|0e874252-c59f-4f4b-be8a-59b0bc5c2b04|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:21:56.121Z|e44dac80-c112-46a5-925a-434cd0c11d55|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:21:56.122Z|e44dac80-c112-46a5-925a-434cd0c11d55|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:21:56.787Z|6fc2c8ea-548f-4a53-83b0-e48008e27db3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:21:56.788Z|6fc2c8ea-548f-4a53-83b0-e48008e27db3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:22:00.057Z|e3ee467e-41b5-41dd-a30e-cee2783eeded|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:22:00.058Z|e3ee467e-41b5-41dd-a30e-cee2783eeded|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:22:02.379Z|bcd7bcf2-92c8-4407-9465-81583e556191|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:22:02.381Z|bcd7bcf2-92c8-4407-9465-81583e556191|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:22:05.089Z|dc6246ef-a7bb-4e25-88eb-1b52d3606acd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:22:05.090Z|dc6246ef-a7bb-4e25-88eb-1b52d3606acd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:22:06.823Z|1947e84a-4846-405c-9dcb-872ba461f28e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:22:06.824Z|1947e84a-4846-405c-9dcb-872ba461f28e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:22:10.092Z|a9c368c4-a18c-419b-bb0c-94b537fd6922|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:22:10.093Z|a9c368c4-a18c-419b-bb0c-94b537fd6922|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:22:12.417Z|50824b4e-ad84-4cee-b389-d21729feb047|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:22:12.418Z|50824b4e-ad84-4cee-b389-d21729feb047|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:22:16.858Z|f04f473f-48dc-4d2b-9d9c-301adf231e7b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:22:16.859Z|f04f473f-48dc-4d2b-9d9c-301adf231e7b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:22:20.089Z|ff43fee8-d172-4dfe-be4e-11df37c8cd32|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:22:20.095Z|ff43fee8-d172-4dfe-be4e-11df37c8cd32|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:22:20.130Z|c649d473-9a7f-497e-bce2-031e1248edd2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:22:20.131Z|c649d473-9a7f-497e-bce2-031e1248edd2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:22:20.206Z|a4c6bb82-ba5d-4016-9fa9-e0c652d68703|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:22:20.206Z|a4c6bb82-ba5d-4016-9fa9-e0c652d68703|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:22:22.451Z|baca9c0e-edfb-4b30-9a74-5863dc4a0241|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:22:22.452Z|baca9c0e-edfb-4b30-9a74-5863dc4a0241|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:22:26.892Z|d1d8b26e-7c3a-41a0-8722-9a98dfe5ba01|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:22:26.893Z|d1d8b26e-7c3a-41a0-8722-9a98dfe5ba01|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:22:30.162Z|d3e56858-4acd-48d7-bca2-7b6534db9d90|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:22:30.162Z|d3e56858-4acd-48d7-bca2-7b6534db9d90|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:22:32.484Z|476f5cd3-a091-4b00-a371-7e26ebff9fbb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:22:32.485Z|476f5cd3-a091-4b00-a371-7e26ebff9fbb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:22:35.089Z|37cbb696-6f22-4d4a-bc96-84d7c750d68b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:22:35.090Z|37cbb696-6f22-4d4a-bc96-84d7c750d68b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:22:36.938Z|187df980-48db-4c3e-9bd7-dda2be18faf4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:22:36.939Z|187df980-48db-4c3e-9bd7-dda2be18faf4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:22:40.196Z|9d2f1c02-f819-42b8-8e9c-9fd9c57d884c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:22:40.197Z|9d2f1c02-f819-42b8-8e9c-9fd9c57d884c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:22:42.520Z|15c24072-dc9b-4e1e-9aa2-0ce4c385a9bd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:22:42.522Z|15c24072-dc9b-4e1e-9aa2-0ce4c385a9bd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:22:46.977Z|529b8f20-f976-4f0d-8a7a-f914090154f6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:22:46.978Z|529b8f20-f976-4f0d-8a7a-f914090154f6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:22:50.089Z|2c84e04b-4e2f-4f98-a945-23ec22d2ca1f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:22:50.090Z|2c84e04b-4e2f-4f98-a945-23ec22d2ca1f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:22:50.207Z|47a37888-e191-4cf3-85d3-e7bc6a33ae4c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:22:50.208Z|47a37888-e191-4cf3-85d3-e7bc6a33ae4c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:22:50.230Z|2fed9eef-08eb-41ed-8300-ccaa66ac9dfe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:22:50.232Z|2fed9eef-08eb-41ed-8300-ccaa66ac9dfe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:22:52.558Z|62526b0b-a5f3-4abf-be93-d15ac56c7239|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:22:52.559Z|62526b0b-a5f3-4abf-be93-d15ac56c7239|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:22:56.119Z|82eb2ff6-cd4f-48d9-b394-ee84137108dd|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:22:56.121Z|82eb2ff6-cd4f-48d9-b394-ee84137108dd|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:22:57.015Z|a9e636f2-fbf2-4932-9c9b-378aa79db148|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:22:57.016Z|a9e636f2-fbf2-4932-9c9b-378aa79db148|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:23:00.268Z|64ffc3ab-0637-4e34-b569-1666988ab6a8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:23:00.269Z|64ffc3ab-0637-4e34-b569-1666988ab6a8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:23:02.591Z|ca7b2eac-e223-49e9-945a-2d5d6407ec95|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:23:02.592Z|ca7b2eac-e223-49e9-945a-2d5d6407ec95|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:23:05.089Z|5151685a-916b-400c-8a88-71449a2aede5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:23:05.094Z|5151685a-916b-400c-8a88-71449a2aede5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:23:07.056Z|5d6d2927-a1c7-4a88-a64f-5193ad866ce3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:23:07.058Z|5d6d2927-a1c7-4a88-a64f-5193ad866ce3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:23:10.308Z|e9399ffb-1eda-49a4-8df4-09069cfed482|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:23:10.309Z|e9399ffb-1eda-49a4-8df4-09069cfed482|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:23:12.621Z|c59edb4a-b0c7-4d74-a399-990b3f3425ba|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:23:12.622Z|c59edb4a-b0c7-4d74-a399-990b3f3425ba|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:23:17.097Z|20758199-ac34-4a52-8574-57665b83ebc1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:23:17.099Z|20758199-ac34-4a52-8574-57665b83ebc1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:23:20.089Z|39f48494-a3fc-4abb-bb9d-d8030a3f090f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:23:20.091Z|39f48494-a3fc-4abb-bb9d-d8030a3f090f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:23:20.209Z|036ab689-c558-4e31-a89d-93433dbd6406|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:23:20.211Z|036ab689-c558-4e31-a89d-93433dbd6406|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:23:20.350Z|c4b6da75-7f66-4a9d-978f-ff844b54cec0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:23:20.352Z|c4b6da75-7f66-4a9d-978f-ff844b54cec0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:23:22.652Z|4be88810-0dc4-4767-9e1e-33556397fccf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:23:22.653Z|4be88810-0dc4-4767-9e1e-33556397fccf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:23:27.138Z|0c7ef645-be07-4d11-afcc-f6d301fec785|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:23:27.141Z|0c7ef645-be07-4d11-afcc-f6d301fec785|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:23:30.390Z|e94023be-38ee-46df-a7d0-8a03471c46b7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:23:30.394Z|e94023be-38ee-46df-a7d0-8a03471c46b7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:23:32.687Z|4d02de94-396f-465b-be48-59c7ae143d91|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:23:32.687Z|4d02de94-396f-465b-be48-59c7ae143d91|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:23:35.089Z|7a860eab-0185-48fb-90fb-78ce46ec58c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:23:35.090Z|7a860eab-0185-48fb-90fb-78ce46ec58c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:23:37.180Z|722f9e0a-dcf3-41cc-804e-edb74bbce8e8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:23:37.181Z|722f9e0a-dcf3-41cc-804e-edb74bbce8e8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:23:40.430Z|6e78dda9-3fe7-436e-a4ed-7bdb4a5a4149|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:23:40.431Z|6e78dda9-3fe7-436e-a4ed-7bdb4a5a4149|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:23:42.719Z|806281cc-4bdb-4606-b3c0-c0671b36ea79|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:23:42.720Z|806281cc-4bdb-4606-b3c0-c0671b36ea79|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:23:47.219Z|92bf59b9-738c-4c04-8f87-5d6c7186655e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:23:47.220Z|92bf59b9-738c-4c04-8f87-5d6c7186655e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:23:50.089Z|fc5055d7-fafe-43c2-b5d9-5e0b377612ca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:23:50.095Z|fc5055d7-fafe-43c2-b5d9-5e0b377612ca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:23:50.212Z|a3cf454c-c34e-4021-bd25-ab0008a90a24|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:23:50.212Z|a3cf454c-c34e-4021-bd25-ab0008a90a24|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:23:50.467Z|049b3006-e405-48bd-9fc9-8078b235164e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:23:50.469Z|049b3006-e405-48bd-9fc9-8078b235164e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:23:52.753Z|764b9e77-41bc-4545-a0b2-872c6b54b030|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:23:52.755Z|764b9e77-41bc-4545-a0b2-872c6b54b030|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:23:56.117Z|0bc63232-6088-4ada-a69a-18811fcc5c6d|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:23:56.118Z|0bc63232-6088-4ada-a69a-18811fcc5c6d|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:23:57.255Z|72dde25c-3ed8-4725-bd21-20a866afd6a7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:23:57.256Z|72dde25c-3ed8-4725-bd21-20a866afd6a7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:24:00.501Z|0e395379-e538-4fb1-be3c-3f7d149c4701|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:24:00.503Z|0e395379-e538-4fb1-be3c-3f7d149c4701|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:24:02.791Z|e2686311-3497-4323-8882-a015a9a1790c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:24:02.793Z|e2686311-3497-4323-8882-a015a9a1790c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:24:05.089Z|4086e171-b7f6-442f-9ce5-e1c60628ff3f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:24:05.090Z|4086e171-b7f6-442f-9ce5-e1c60628ff3f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:24:07.291Z|592ea297-6a58-43b2-99eb-bcb5550c9e6a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:24:07.292Z|592ea297-6a58-43b2-99eb-bcb5550c9e6a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:24:10.542Z|7fb415d5-f2d8-4615-8a8f-61385afe04b3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:24:10.544Z|7fb415d5-f2d8-4615-8a8f-61385afe04b3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:24:12.825Z|eb643d6d-069d-4a13-8f08-552a1daa2ef9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:24:12.826Z|eb643d6d-069d-4a13-8f08-552a1daa2ef9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:24:17.326Z|e69518af-a42e-4694-8b27-80670d28d613|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:24:17.327Z|e69518af-a42e-4694-8b27-80670d28d613|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:24:20.090Z|d36d5e9c-2987-4eec-ac06-45a1b8ad3ed7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:24:20.091Z|d36d5e9c-2987-4eec-ac06-45a1b8ad3ed7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:24:20.213Z|be6dd2a3-c51a-4b58-b1c4-88daee833a6f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:24:20.214Z|be6dd2a3-c51a-4b58-b1c4-88daee833a6f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:24:20.580Z|83906b20-1507-4f46-9a76-f7c03cd2dc7e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:24:20.582Z|83906b20-1507-4f46-9a76-f7c03cd2dc7e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:24:22.859Z|34db39f9-6a25-46dc-8302-1a595669805e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:24:22.860Z|34db39f9-6a25-46dc-8302-1a595669805e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:24:27.361Z|be855595-f5bd-46a3-b18c-868d9196e08f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:24:27.362Z|be855595-f5bd-46a3-b18c-868d9196e08f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:24:30.618Z|400d5ad8-3ddb-4323-b889-922b8b658fbd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:24:30.619Z|400d5ad8-3ddb-4323-b889-922b8b658fbd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:24:32.893Z|853e91f2-1423-4ad1-933c-4ebdcb3ed5bb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:24:32.894Z|853e91f2-1423-4ad1-933c-4ebdcb3ed5bb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:24:35.089Z|f3732993-da69-4dbb-bd36-4fabdd81ed2a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:24:35.094Z|f3732993-da69-4dbb-bd36-4fabdd81ed2a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:24:37.396Z|33f7d5f2-ccb1-447d-ab43-b538f9e5d748|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:24:37.397Z|33f7d5f2-ccb1-447d-ab43-b538f9e5d748|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:24:40.714Z|49696ac8-c8a5-40b2-8c2f-4ea42b9d94ef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:24:40.715Z|49696ac8-c8a5-40b2-8c2f-4ea42b9d94ef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:24:42.924Z|8bc3dd17-63ef-40c0-9be6-9a54fb724aba|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:24:42.926Z|8bc3dd17-63ef-40c0-9be6-9a54fb724aba|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:24:47.435Z|3198a649-99a3-4a71-bf11-f30b8edfa781|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:24:47.436Z|3198a649-99a3-4a71-bf11-f30b8edfa781|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:24:50.089Z|5e8f9b64-f924-4a9a-acbc-60f501b79ff6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:24:50.090Z|5e8f9b64-f924-4a9a-acbc-60f501b79ff6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:24:50.216Z|db3f4dc9-5723-479f-ba36-2a5ddf8213b3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:24:50.216Z|db3f4dc9-5723-479f-ba36-2a5ddf8213b3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:24:50.749Z|d83c6a91-788a-4b2a-af5a-86c58c58669a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:24:50.750Z|d83c6a91-788a-4b2a-af5a-86c58c58669a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:24:52.954Z|9a37527d-5a79-431b-b34a-f33d6599b0c3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:24:52.955Z|9a37527d-5a79-431b-b34a-f33d6599b0c3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:24:56.120Z|57cc3aa4-711e-4f9e-a262-823b263e8362|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:24:56.121Z|57cc3aa4-711e-4f9e-a262-823b263e8362|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:24:57.469Z|24e7bf6e-dcd6-4636-8c15-962139834172|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:24:57.469Z|24e7bf6e-dcd6-4636-8c15-962139834172|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:25:00.787Z|23a4db2c-4910-4ce9-a466-fb6e706fecee|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:25:00.788Z|23a4db2c-4910-4ce9-a466-fb6e706fecee|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:25:02.988Z|7437b13f-0d68-4185-8d7b-a494e94b30ff|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:25:02.989Z|7437b13f-0d68-4185-8d7b-a494e94b30ff|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:25:05.089Z|38507adc-0a61-4de5-951e-bb2b94f3a6f2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:25:05.090Z|38507adc-0a61-4de5-951e-bb2b94f3a6f2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:25:07.504Z|aeb25d46-3231-46b4-9c90-07eea2e16a15|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:25:07.505Z|aeb25d46-3231-46b4-9c90-07eea2e16a15|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:25:10.834Z|03d4f90d-3f82-4c3f-9930-2960ce112edd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:25:10.835Z|03d4f90d-3f82-4c3f-9930-2960ce112edd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:25:13.021Z|5d7ab493-06e1-4dee-a2b9-20e034585506|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:25:13.022Z|5d7ab493-06e1-4dee-a2b9-20e034585506|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:25:17.538Z|c890ff95-6d7d-45cb-9f7c-f77533f2dd88|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:25:17.539Z|c890ff95-6d7d-45cb-9f7c-f77533f2dd88|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:25:20.089Z|fa33ed76-070f-4fd3-95d3-fbb00c116638|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:25:20.094Z|fa33ed76-070f-4fd3-95d3-fbb00c116638|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:25:20.217Z|8a92186e-9440-423e-97c2-9821df202a35|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:25:20.218Z|8a92186e-9440-423e-97c2-9821df202a35|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:25:20.873Z|fc80d22e-1a57-48b5-a2c7-4f8c867819a9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:25:20.874Z|fc80d22e-1a57-48b5-a2c7-4f8c867819a9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:25:23.057Z|0e422915-613d-4a40-bc5d-9f3a1cce01dc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:25:23.058Z|0e422915-613d-4a40-bc5d-9f3a1cce01dc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:25:27.571Z|4d4d8fbe-68ea-4356-bebc-2b42e523046f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:25:27.572Z|4d4d8fbe-68ea-4356-bebc-2b42e523046f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:25:30.911Z|969e8c30-00fb-4c8f-acde-b76049cc056d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:25:30.912Z|969e8c30-00fb-4c8f-acde-b76049cc056d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:25:33.091Z|b65cb37d-286a-4120-8324-0146fc53a220|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:25:33.092Z|b65cb37d-286a-4120-8324-0146fc53a220|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:25:35.089Z|3ea4bd6f-3e07-4eb9-937d-e0bdaba4b668|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:25:35.090Z|3ea4bd6f-3e07-4eb9-937d-e0bdaba4b668|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:25:37.603Z|102dd703-06ea-402e-baa6-c1dd8810ef09|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:25:37.605Z|102dd703-06ea-402e-baa6-c1dd8810ef09|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:25:40.947Z|30a835d5-2953-4155-8b30-595f052f164f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:25:40.948Z|30a835d5-2953-4155-8b30-595f052f164f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:25:43.126Z|050a96c7-254c-440f-be1c-9576c29f0148|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:25:43.127Z|050a96c7-254c-440f-be1c-9576c29f0148|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:25:47.643Z|f7020e8b-84f2-4616-89a3-a785cd10bc01|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:25:47.644Z|f7020e8b-84f2-4616-89a3-a785cd10bc01|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:25:50.089Z|2e74af51-545b-4419-b426-74077cd2b840|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:25:50.090Z|2e74af51-545b-4419-b426-74077cd2b840|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:25:50.219Z|47bc8ff1-6fc5-4b85-9e9d-3ce3c00a7f56|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:25:50.220Z|47bc8ff1-6fc5-4b85-9e9d-3ce3c00a7f56|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:25:50.984Z|02845639-7351-47da-b721-68becd4b6d66|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:25:50.985Z|02845639-7351-47da-b721-68becd4b6d66|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:25:53.154Z|6aa00ddb-6ac1-49ce-877e-f5ce04ee77b1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:25:53.155Z|6aa00ddb-6ac1-49ce-877e-f5ce04ee77b1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:25:56.119Z|663599b5-79a7-4c8a-8f06-b6e1cb5349c4|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:25:56.120Z|663599b5-79a7-4c8a-8f06-b6e1cb5349c4|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:25:57.679Z|8e3f64d8-6fed-414c-b213-c795aa4123da|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:25:57.680Z|8e3f64d8-6fed-414c-b213-c795aa4123da|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:26:01.019Z|df62a95b-3682-499e-929d-cafeb19dc445|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:26:01.020Z|df62a95b-3682-499e-929d-cafeb19dc445|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:26:03.184Z|689172fb-9e83-4b6f-8dfd-225c9173f996|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:26:03.185Z|689172fb-9e83-4b6f-8dfd-225c9173f996|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:26:05.091Z|6e6850d4-cb98-446f-ad7d-57024c64c27d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:26:05.097Z|6e6850d4-cb98-446f-ad7d-57024c64c27d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:26:07.719Z|217815f8-1945-4110-8b62-de71d86e8360|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:26:07.720Z|217815f8-1945-4110-8b62-de71d86e8360|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:26:11.086Z|632e9282-b205-4949-b8cb-a8e6d8fa668f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:26:11.089Z|632e9282-b205-4949-b8cb-a8e6d8fa668f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:26:13.216Z|5b07831f-df47-47ef-883e-068ed1bd0c7b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:26:13.217Z|5b07831f-df47-47ef-883e-068ed1bd0c7b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:26:17.782Z|a1f7a222-e20c-443b-9202-3225e364e2bc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:26:17.786Z|a1f7a222-e20c-443b-9202-3225e364e2bc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:26:20.089Z|60a131e0-8663-43c2-a60f-d8983d6b146a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:26:20.090Z|60a131e0-8663-43c2-a60f-d8983d6b146a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:26:20.221Z|137decde-d9af-4808-9573-79dd7d66f0cc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:26:20.223Z|137decde-d9af-4808-9573-79dd7d66f0cc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:26:21.130Z|91bfa43f-7d65-460a-bdf4-3891fb8ad96d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:26:21.131Z|91bfa43f-7d65-460a-bdf4-3891fb8ad96d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:26:23.251Z|73421ca9-6444-42b9-bf75-569353cbbea2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:26:23.253Z|73421ca9-6444-42b9-bf75-569353cbbea2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:26:27.834Z|b5d6d52d-06d3-4819-b1b5-9c83c2791d15|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:26:27.836Z|b5d6d52d-06d3-4819-b1b5-9c83c2791d15|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:26:31.165Z|2894d5b7-3028-43b2-8187-cf9a930c8f7a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:26:31.166Z|2894d5b7-3028-43b2-8187-cf9a930c8f7a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:26:33.293Z|99769c73-2f0b-4338-8036-08567108adc3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:26:33.295Z|99769c73-2f0b-4338-8036-08567108adc3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:26:35.089Z|74e9bfb6-76c9-4689-8b17-a0e16b440f70|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:26:35.091Z|74e9bfb6-76c9-4689-8b17-a0e16b440f70|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:26:37.873Z|78ed8c83-8b5d-4aa3-b6b5-2df3408066c1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:26:37.874Z|78ed8c83-8b5d-4aa3-b6b5-2df3408066c1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:26:41.199Z|8301b8f6-393e-4746-b35f-1f4e648b1e90|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:26:41.201Z|8301b8f6-393e-4746-b35f-1f4e648b1e90|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:26:43.328Z|11b58b24-850e-43f2-802d-9f1fce119cc2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:26:43.330Z|11b58b24-850e-43f2-802d-9f1fce119cc2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:26:47.910Z|d96e3d70-6d8a-4c43-8ff9-adcad1daaf23|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:26:47.912Z|d96e3d70-6d8a-4c43-8ff9-adcad1daaf23|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:26:50.089Z|d185ff77-b287-498a-bc54-1eec15a0a234|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:26:50.093Z|d185ff77-b287-498a-bc54-1eec15a0a234|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:26:50.224Z|31c28295-8894-4303-b869-a3afb8787693|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:26:50.224Z|31c28295-8894-4303-b869-a3afb8787693|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:26:51.236Z|8dc8306c-9079-423c-8593-f92605333f12|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:26:51.237Z|8dc8306c-9079-423c-8593-f92605333f12|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:26:53.361Z|275dbf90-da0c-4fd4-b299-ba9845e7b06e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:26:53.363Z|275dbf90-da0c-4fd4-b299-ba9845e7b06e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:26:56.117Z|397f6352-82e4-4a3b-b0d9-3a31c90fd819|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:26:56.118Z|397f6352-82e4-4a3b-b0d9-3a31c90fd819|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:26:57.947Z|1e437485-6669-47bc-803f-8ab2f38361fb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:26:57.948Z|1e437485-6669-47bc-803f-8ab2f38361fb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:27:01.272Z|85bef578-6b62-4c64-8184-4eb780207e7a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:27:01.273Z|85bef578-6b62-4c64-8184-4eb780207e7a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:27:03.397Z|cab96716-378d-4f90-a8b5-5616a3f3e8d4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:27:03.398Z|cab96716-378d-4f90-a8b5-5616a3f3e8d4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:27:05.089Z|2edcae94-2fce-42b9-b9bb-5eadefb2924e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:27:05.090Z|2edcae94-2fce-42b9-b9bb-5eadefb2924e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:27:07.982Z|3935be77-7552-487c-9ede-a0e397c02dce|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:27:07.982Z|3935be77-7552-487c-9ede-a0e397c02dce|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:27:11.318Z|0629d161-52a1-4d16-b33b-82a96ef2018b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:27:11.319Z|0629d161-52a1-4d16-b33b-82a96ef2018b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:27:13.430Z|7e43885d-8915-4dab-973b-79663a390ec6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:27:13.432Z|7e43885d-8915-4dab-973b-79663a390ec6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:27:18.017Z|a46fe985-edfe-4e37-8296-d7b6c2159367|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:27:18.018Z|a46fe985-edfe-4e37-8296-d7b6c2159367|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:27:20.089Z|4237de70-e47e-4ab7-a1ac-f4fc1463efa4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:27:20.090Z|4237de70-e47e-4ab7-a1ac-f4fc1463efa4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:27:20.225Z|0803c620-1495-4dcd-9143-22d454fbb8c4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:27:20.226Z|0803c620-1495-4dcd-9143-22d454fbb8c4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:27:21.358Z|8be9e517-7e5d-4ce6-95e9-7f3690cb68e9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:27:21.359Z|8be9e517-7e5d-4ce6-95e9-7f3690cb68e9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:27:23.508Z|93cc4490-1234-4b0d-8e16-f5684833f275|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:27:23.510Z|93cc4490-1234-4b0d-8e16-f5684833f275|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:27:28.056Z|feee5927-96cb-45d8-8092-da9d998072b8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:27:28.058Z|feee5927-96cb-45d8-8092-da9d998072b8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:27:31.387Z|bd39bec5-1861-4f6c-8971-ada41830fa2a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:27:31.388Z|bd39bec5-1861-4f6c-8971-ada41830fa2a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:27:33.544Z|0282b865-1480-4777-928b-00785b07ddd2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:27:33.545Z|0282b865-1480-4777-928b-00785b07ddd2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:27:35.089Z|ed473cac-7891-466c-880f-ceaf3a4fef67|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:27:35.095Z|ed473cac-7891-466c-880f-ceaf3a4fef67|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:27:38.093Z|450d2dd2-2cf4-4378-9a7d-98f80aabfeed|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:27:38.095Z|450d2dd2-2cf4-4378-9a7d-98f80aabfeed|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:27:41.423Z|3afe2f36-4162-4fc4-8e00-c7561f65217a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:27:41.424Z|3afe2f36-4162-4fc4-8e00-c7561f65217a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:27:43.579Z|accccd05-ec89-4b0d-ac72-2e3fe8c223b9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:27:43.581Z|accccd05-ec89-4b0d-ac72-2e3fe8c223b9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:27:48.130Z|a8f208be-e6d5-4543-8c1e-a72df169ecd3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:27:48.131Z|a8f208be-e6d5-4543-8c1e-a72df169ecd3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:27:50.089Z|aa7b6463-905c-4bc3-8ce4-d6371e957ed4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:27:50.090Z|aa7b6463-905c-4bc3-8ce4-d6371e957ed4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:27:50.227Z|625a8720-dde6-4a1c-92bf-570df01bc885|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:27:50.227Z|625a8720-dde6-4a1c-92bf-570df01bc885|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:27:51.462Z|5712ced7-b4d8-40ca-ae04-2a1f260b2112|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:27:51.463Z|5712ced7-b4d8-40ca-ae04-2a1f260b2112|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:27:53.616Z|d9cc72be-17ce-44da-bf99-dc912dfb9728|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:27:53.617Z|d9cc72be-17ce-44da-bf99-dc912dfb9728|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:27:56.121Z|11357346-ad0e-4f0a-84c2-fbb61dabbdfd|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:27:56.122Z|11357346-ad0e-4f0a-84c2-fbb61dabbdfd|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:27:58.164Z|6197b28d-3198-423f-9459-569fc96694ec|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:27:58.165Z|6197b28d-3198-423f-9459-569fc96694ec|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:28:01.495Z|3bb77831-46f9-42f0-9f8e-c002fd907358|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:28:01.496Z|3bb77831-46f9-42f0-9f8e-c002fd907358|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:28:03.649Z|420780e1-20ec-4451-88f4-1e1ed116040d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:28:03.650Z|420780e1-20ec-4451-88f4-1e1ed116040d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:28:05.089Z|9300973f-4e68-4bb2-b6f7-f799cb7fa017|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:28:05.090Z|9300973f-4e68-4bb2-b6f7-f799cb7fa017|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:28:08.193Z|fbbd0b7d-7558-4337-93ac-7d98f37eac4e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:28:08.195Z|fbbd0b7d-7558-4337-93ac-7d98f37eac4e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:28:11.538Z|bd5b8759-ee05-44d4-8f1c-4fe75d79b77b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:28:11.539Z|bd5b8759-ee05-44d4-8f1c-4fe75d79b77b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:28:13.686Z|83e9fe92-a665-4f1c-baca-ac8780c33699|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:28:13.688Z|83e9fe92-a665-4f1c-baca-ac8780c33699|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:28:18.226Z|f8c75c6a-335a-4d73-b317-b5162b47a148|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:28:18.227Z|f8c75c6a-335a-4d73-b317-b5162b47a148|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:28:20.089Z|463bf73f-52fb-4e42-bba3-6da946513715|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:28:20.094Z|463bf73f-52fb-4e42-bba3-6da946513715|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:28:20.228Z|d72c38e6-1c63-4e8a-8a07-2358d365093e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:28:20.229Z|d72c38e6-1c63-4e8a-8a07-2358d365093e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:28:21.576Z|563ae6b8-0a25-4aec-973d-ffdcf558993f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:28:21.577Z|563ae6b8-0a25-4aec-973d-ffdcf558993f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:28:23.724Z|3b03205e-09c2-4293-8be3-0d042fe5783d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:28:23.725Z|3b03205e-09c2-4293-8be3-0d042fe5783d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:28:28.260Z|68bb0dce-d636-446f-abea-f5672fa3113a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:28:28.261Z|68bb0dce-d636-446f-abea-f5672fa3113a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:28:31.613Z|36899164-b230-4dfb-bafb-fb33840d38ee|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:28:31.614Z|36899164-b230-4dfb-bafb-fb33840d38ee|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:28:33.758Z|16901e64-2cc4-4fd3-854f-38e410230d88|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:28:33.759Z|16901e64-2cc4-4fd3-854f-38e410230d88|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:28:35.089Z|7ca94e46-6f27-4108-99f6-7c5ee1097f7c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:28:35.090Z|7ca94e46-6f27-4108-99f6-7c5ee1097f7c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:28:38.297Z|0dc36369-fbcf-4000-8a0b-602fc372e389|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:28:38.298Z|0dc36369-fbcf-4000-8a0b-602fc372e389|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:28:41.650Z|3cea8602-5490-41c8-8a69-ce2b4d083d26|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:28:41.651Z|3cea8602-5490-41c8-8a69-ce2b4d083d26|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:28:43.790Z|7212d11d-9f98-4610-81a1-1c23967633ed|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:28:43.791Z|7212d11d-9f98-4610-81a1-1c23967633ed|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:28:48.333Z|2e65efa7-1e82-4650-8f51-8c593c37cc86|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:28:48.335Z|2e65efa7-1e82-4650-8f51-8c593c37cc86|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:28:50.089Z|858c840a-feba-4eb4-99ec-c28afad8c818|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:28:50.090Z|858c840a-feba-4eb4-99ec-c28afad8c818|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:28:50.230Z|1adadb1b-e4ad-4a20-85af-663c7af31fc1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:28:50.231Z|1adadb1b-e4ad-4a20-85af-663c7af31fc1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:28:51.686Z|3be983b0-d7c8-45b4-a1dc-8fc65eeab040|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:28:51.687Z|3be983b0-d7c8-45b4-a1dc-8fc65eeab040|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:28:53.856Z|d5467b4a-160c-41dd-8346-a4583016d73d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:28:53.856Z|d5467b4a-160c-41dd-8346-a4583016d73d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:28:56.117Z|f63af4c9-3014-4268-992c-af95f5433ed4|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:28:56.118Z|f63af4c9-3014-4268-992c-af95f5433ed4|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:28:58.372Z|5241e5a2-0d4f-4c6f-8437-49ebd074d37e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:28:58.373Z|5241e5a2-0d4f-4c6f-8437-49ebd074d37e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:29:01.721Z|2117a0cb-3b0d-41f2-a8f3-9e7ab8508b57|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:29:01.722Z|2117a0cb-3b0d-41f2-a8f3-9e7ab8508b57|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:29:03.888Z|fd2a0de4-e4f7-4022-b6a2-91fccc796ff6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:29:03.890Z|fd2a0de4-e4f7-4022-b6a2-91fccc796ff6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:29:05.089Z|c1cf3401-66f2-4e19-ad2c-ba41d8334759|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:29:05.095Z|c1cf3401-66f2-4e19-ad2c-ba41d8334759|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:29:08.407Z|4ee426e3-aeb5-4c18-a821-8223116e62ef|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:29:08.408Z|4ee426e3-aeb5-4c18-a821-8223116e62ef|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:29:11.757Z|fcfda97b-c186-4718-8a2c-89c9f8c37fbf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:29:11.759Z|fcfda97b-c186-4718-8a2c-89c9f8c37fbf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:29:13.919Z|e1e4526a-0e03-4ef8-8d16-64dbea9f3718|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:29:13.920Z|e1e4526a-0e03-4ef8-8d16-64dbea9f3718|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:29:18.441Z|f7b1fc14-606e-4624-9bb1-f92ca59b3031|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:29:18.441Z|f7b1fc14-606e-4624-9bb1-f92ca59b3031|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:29:20.089Z|a7aa6d0b-3faa-48b1-8857-9adf65596754|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:29:20.090Z|a7aa6d0b-3faa-48b1-8857-9adf65596754|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:29:20.232Z|4f4e747f-20c1-4315-8298-b33230d68703|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:29:20.233Z|4f4e747f-20c1-4315-8298-b33230d68703|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:29:21.793Z|9bbd10d7-7974-4059-909d-5d2a4da7cb5b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:29:21.794Z|9bbd10d7-7974-4059-909d-5d2a4da7cb5b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:29:23.948Z|c6a75a80-4acf-4c0c-9b6a-bb2ece9616e7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:29:23.950Z|c6a75a80-4acf-4c0c-9b6a-bb2ece9616e7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:29:28.473Z|5dee7d0d-0dbc-4c52-a738-ba93e6f916ce|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:29:28.475Z|5dee7d0d-0dbc-4c52-a738-ba93e6f916ce|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:29:31.832Z|67f5bb25-30ea-40b5-865d-cf846617d110|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:29:31.833Z|67f5bb25-30ea-40b5-865d-cf846617d110|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:29:33.981Z|08d62bc3-87c6-475e-99f5-8e849bc99755|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:29:33.981Z|08d62bc3-87c6-475e-99f5-8e849bc99755|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:29:35.089Z|68649fb5-fae7-401a-8e64-862c167507b3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:29:35.090Z|68649fb5-fae7-401a-8e64-862c167507b3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:29:38.509Z|e27d8998-62db-4343-8470-76bda8494ea8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:29:38.510Z|e27d8998-62db-4343-8470-76bda8494ea8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:29:41.870Z|3783c60e-5698-4c80-98b1-2d78896d0c1c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:29:41.872Z|3783c60e-5698-4c80-98b1-2d78896d0c1c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:29:44.009Z|b5eebb4a-f758-427b-959d-555f27f43f07|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:29:44.010Z|b5eebb4a-f758-427b-959d-555f27f43f07|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:29:48.546Z|fe6b92ff-e76f-4d27-b711-6fb33211ebdb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:29:48.547Z|fe6b92ff-e76f-4d27-b711-6fb33211ebdb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:29:50.089Z|c6b59e49-3c67-4987-a55a-093a0cc3c11a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:29:50.094Z|c6b59e49-3c67-4987-a55a-093a0cc3c11a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:29:50.234Z|edaac502-2201-4210-b2dc-11fdc2e03edc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:29:50.235Z|edaac502-2201-4210-b2dc-11fdc2e03edc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:29:51.907Z|db8fb422-f299-4454-8ff2-36fd510d9fb2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:29:51.908Z|db8fb422-f299-4454-8ff2-36fd510d9fb2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:29:54.042Z|421f45ef-ac17-4e01-a4db-20b3c6c94a00|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:29:54.043Z|421f45ef-ac17-4e01-a4db-20b3c6c94a00|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:29:56.117Z|092db012-f759-4d94-bf6f-1067a78b9bc5|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:29:56.118Z|092db012-f759-4d94-bf6f-1067a78b9bc5|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:29:58.578Z|f16fb3e3-e26d-429d-bc2c-52ada1d827f8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:29:58.579Z|f16fb3e3-e26d-429d-bc2c-52ada1d827f8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:30:01.943Z|60535aab-2b93-4400-b063-20e92a0a8c1a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:30:01.944Z|60535aab-2b93-4400-b063-20e92a0a8c1a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:30:04.078Z|4d02c35f-24ff-41b4-9f68-0bc62fb91086|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:30:04.080Z|4d02c35f-24ff-41b4-9f68-0bc62fb91086|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:30:05.089Z|a81808b2-944d-4a35-a8e9-d570a317bdef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:30:05.090Z|a81808b2-944d-4a35-a8e9-d570a317bdef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:30:08.614Z|5ab4b7b5-7dda-480c-b98e-9687a712a6e3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:30:08.614Z|5ab4b7b5-7dda-480c-b98e-9687a712a6e3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:30:11.979Z|7f34b1e0-d0b6-45d8-b2da-d95ce12d6bda|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:30:11.980Z|7f34b1e0-d0b6-45d8-b2da-d95ce12d6bda|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:30:14.117Z|b37c9713-0fc5-4290-9e6a-6b85994ffd06|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:30:14.118Z|b37c9713-0fc5-4290-9e6a-6b85994ffd06|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:30:18.651Z|99524d11-6bf8-4081-ba8a-356fd7eb3b45|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:30:18.653Z|99524d11-6bf8-4081-ba8a-356fd7eb3b45|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:30:20.089Z|e2643c48-8af2-439b-9023-ddf3763a7fb0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:30:20.090Z|e2643c48-8af2-439b-9023-ddf3763a7fb0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:30:20.236Z|8066475a-ae71-40ba-8c30-523c495c1ff8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:30:20.237Z|8066475a-ae71-40ba-8c30-523c495c1ff8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:30:22.012Z|1e39be30-ffaa-40f0-b45c-9492699d91b7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:30:22.013Z|1e39be30-ffaa-40f0-b45c-9492699d91b7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:30:24.151Z|0b050f8f-c4fb-4af9-a4ff-cb3f9db8cc63|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:30:24.153Z|0b050f8f-c4fb-4af9-a4ff-cb3f9db8cc63|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:30:28.686Z|fe9afd6e-549f-4916-a8d4-8374338a5076|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:30:28.687Z|fe9afd6e-549f-4916-a8d4-8374338a5076|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:30:32.046Z|3a04e3c2-352a-486e-ae7a-5318be4edb5e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:30:32.047Z|3a04e3c2-352a-486e-ae7a-5318be4edb5e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:30:34.184Z|793f7a14-4866-42df-bfa3-2263334c946c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:30:34.185Z|793f7a14-4866-42df-bfa3-2263334c946c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:30:35.089Z|710bdb71-a70e-45a2-92f7-3a0c3f050be3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:30:35.094Z|710bdb71-a70e-45a2-92f7-3a0c3f050be3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:30:38.727Z|8151b74c-e2d7-4f34-a348-6f488da12a66|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:30:38.728Z|8151b74c-e2d7-4f34-a348-6f488da12a66|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:30:42.081Z|9a2d41d1-b908-46b1-9f4d-767b50de0097|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:30:42.082Z|9a2d41d1-b908-46b1-9f4d-767b50de0097|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:30:44.214Z|6e3f03b3-3990-4e42-be27-1646651366e2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:30:44.215Z|6e3f03b3-3990-4e42-be27-1646651366e2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:30:48.764Z|f27a41f2-0dea-4d5d-b9ed-5f45a1ebcc9e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:30:48.765Z|f27a41f2-0dea-4d5d-b9ed-5f45a1ebcc9e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:30:50.089Z|13ec17a6-f92d-4220-a71a-e283221c533e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:30:50.091Z|13ec17a6-f92d-4220-a71a-e283221c533e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:30:50.238Z|f7aed313-042c-4061-96aa-1c79defaf940|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:30:50.239Z|f7aed313-042c-4061-96aa-1c79defaf940|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:30:52.119Z|c785386d-1efe-47f5-854c-abb40f914647|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:30:52.121Z|c785386d-1efe-47f5-854c-abb40f914647|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:30:54.250Z|6727828e-f7d6-410a-883a-8939a96bfd39|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:30:54.251Z|6727828e-f7d6-410a-883a-8939a96bfd39|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:30:56.117Z|f5ea7e7b-de44-468e-99c7-862c42d3aec3|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:30:56.118Z|f5ea7e7b-de44-468e-99c7-862c42d3aec3|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:30:58.807Z|26964683-a89f-4e2d-be84-ef76687d91bb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:30:58.809Z|26964683-a89f-4e2d-be84-ef76687d91bb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:31:02.154Z|639441a4-87d6-42c6-9c6e-26bb1f0b01da|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:31:02.156Z|639441a4-87d6-42c6-9c6e-26bb1f0b01da|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:31:04.280Z|6e9a73ba-0136-4f2e-8e12-f962af647f69|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:31:04.281Z|6e9a73ba-0136-4f2e-8e12-f962af647f69|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:31:05.089Z|3fa82f03-7126-4cbe-bd78-96bbd89c3b2b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:31:05.090Z|3fa82f03-7126-4cbe-bd78-96bbd89c3b2b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:31:08.845Z|038cd39c-a8f3-40f2-b449-053a2f9d5889|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:31:08.847Z|038cd39c-a8f3-40f2-b449-053a2f9d5889|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:31:12.184Z|ac70ca32-a2e7-4154-8aff-260907fa0b84|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:31:12.185Z|ac70ca32-a2e7-4154-8aff-260907fa0b84|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:31:14.314Z|bd4b5ae4-18d3-4d54-a525-5ac97fbf9627|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:31:14.315Z|bd4b5ae4-18d3-4d54-a525-5ac97fbf9627|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:31:18.882Z|a9fd6366-1fd3-48fa-b7f1-43e8eb019751|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:31:18.883Z|a9fd6366-1fd3-48fa-b7f1-43e8eb019751|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:31:20.089Z|8653aa57-0524-43a3-be03-4b54ed62df73|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:31:20.094Z|8653aa57-0524-43a3-be03-4b54ed62df73|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:31:20.241Z|db40fb85-c0a1-4e8d-9089-7428019a3530|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:31:20.241Z|db40fb85-c0a1-4e8d-9089-7428019a3530|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:31:22.215Z|49403b46-af88-4ba8-bacc-7e77148ab130|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:31:22.216Z|49403b46-af88-4ba8-bacc-7e77148ab130|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:31:24.347Z|d81d164f-471c-4544-9108-306c9d649fdf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:31:24.348Z|d81d164f-471c-4544-9108-306c9d649fdf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:31:28.917Z|f2b1e765-d2d1-4f99-874c-15224c57a000|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:31:28.918Z|f2b1e765-d2d1-4f99-874c-15224c57a000|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:31:32.248Z|4cc940dc-b8ef-4e45-9cb8-c285d8d46932|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:31:32.249Z|4cc940dc-b8ef-4e45-9cb8-c285d8d46932|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:31:34.384Z|c74920e7-7552-4ffc-a989-1e5d8ba10703|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:31:34.385Z|c74920e7-7552-4ffc-a989-1e5d8ba10703|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:31:35.089Z|0313c271-0266-4115-a1cc-d44279284cd8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:31:35.090Z|0313c271-0266-4115-a1cc-d44279284cd8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:31:38.948Z|483b7cae-baec-4fab-be0c-b78e342d50b9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:31:38.950Z|483b7cae-baec-4fab-be0c-b78e342d50b9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:31:42.280Z|11f7f15d-a19c-40f2-99af-91b7af44284c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:31:42.281Z|11f7f15d-a19c-40f2-99af-91b7af44284c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:31:44.421Z|efb7dfc4-8be0-4aae-b37b-40d49563e481|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:31:44.422Z|efb7dfc4-8be0-4aae-b37b-40d49563e481|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:31:48.987Z|88c009a5-8722-44c8-b417-1cceb48f5464|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:31:48.988Z|88c009a5-8722-44c8-b417-1cceb48f5464|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:31:50.089Z|4b608c4e-f766-4c87-9c9b-5719f306d121|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:31:50.090Z|4b608c4e-f766-4c87-9c9b-5719f306d121|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:31:50.242Z|c01ed2a5-f28b-4a58-9243-0cabddf88e19|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:31:50.243Z|c01ed2a5-f28b-4a58-9243-0cabddf88e19|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:31:52.318Z|02fe2fe2-1950-48f9-9518-ee578f276a52|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:31:52.320Z|02fe2fe2-1950-48f9-9518-ee578f276a52|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:31:54.458Z|866c51c4-c080-4596-b183-b67751e62562|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:31:54.460Z|866c51c4-c080-4596-b183-b67751e62562|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:31:56.118Z|8e221239-2295-472a-a88b-7064da3115ad|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:31:56.119Z|8e221239-2295-472a-a88b-7064da3115ad|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:31:59.022Z|879b9ae6-603b-4d5c-9f55-20782cf80a87|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:31:59.023Z|879b9ae6-603b-4d5c-9f55-20782cf80a87|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:32:02.355Z|3db00d27-d5e1-4eb8-8ef7-8bc4bb00a059|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:32:02.356Z|3db00d27-d5e1-4eb8-8ef7-8bc4bb00a059|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:32:04.496Z|3bf035fc-72eb-4604-837d-82a356daef58|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:32:04.498Z|3bf035fc-72eb-4604-837d-82a356daef58|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:32:05.089Z|754d084d-6a47-4208-9a37-5d39ad3cb5b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:32:05.093Z|754d084d-6a47-4208-9a37-5d39ad3cb5b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:32:09.057Z|d40ed505-93f1-4e5d-81cf-03ed45deb6ee|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:32:09.059Z|d40ed505-93f1-4e5d-81cf-03ed45deb6ee|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:32:12.390Z|0739de10-cf2c-4552-91ea-9714cc0bd119|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:32:12.392Z|0739de10-cf2c-4552-91ea-9714cc0bd119|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:32:14.533Z|12c7cefb-9896-4027-bff3-cb38ce5eeb4d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:32:14.535Z|12c7cefb-9896-4027-bff3-cb38ce5eeb4d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:32:19.102Z|687a40f5-58fc-4c76-a2c9-030dfdf6b1bb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:32:19.103Z|687a40f5-58fc-4c76-a2c9-030dfdf6b1bb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:32:20.089Z|befa4aa9-c81f-47e5-b807-e72ef162e2a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:32:20.090Z|befa4aa9-c81f-47e5-b807-e72ef162e2a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:32:20.244Z|b4fc89cc-ddee-4b54-8288-d4a3f3729ba5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:32:20.245Z|b4fc89cc-ddee-4b54-8288-d4a3f3729ba5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:32:22.428Z|9777d027-a2bd-4d6a-a8b6-96b0d8f0af94|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:32:22.429Z|9777d027-a2bd-4d6a-a8b6-96b0d8f0af94|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:32:24.576Z|9980245d-9e20-40fb-a787-1a8dc423cb50|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:32:24.577Z|9980245d-9e20-40fb-a787-1a8dc423cb50|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:32:29.138Z|aeb942a4-cda3-4246-8eae-0874d531e294|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:32:29.139Z|aeb942a4-cda3-4246-8eae-0874d531e294|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:32:32.461Z|716f8760-7e67-40da-b454-7914715ec2bd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:32:32.462Z|716f8760-7e67-40da-b454-7914715ec2bd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:32:34.612Z|89c73e5d-a873-48f1-a754-4ee1e5ded041|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:32:34.613Z|89c73e5d-a873-48f1-a754-4ee1e5ded041|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:32:35.089Z|cd41753e-3281-4210-9fea-18483c332998|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:32:35.090Z|cd41753e-3281-4210-9fea-18483c332998|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:32:39.173Z|c72709b3-e386-458e-8b20-e13520bd03eb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:32:39.174Z|c72709b3-e386-458e-8b20-e13520bd03eb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:32:42.497Z|f94cfa00-b0dd-45b7-b7c0-194b380894b2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:32:42.499Z|f94cfa00-b0dd-45b7-b7c0-194b380894b2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:32:44.651Z|8d3a9f77-83ab-4df5-80bb-2a605b98f314|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:32:44.652Z|8d3a9f77-83ab-4df5-80bb-2a605b98f314|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:32:49.209Z|2a9d8b92-3f18-45ca-8a3b-64d06af523bf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:32:49.210Z|2a9d8b92-3f18-45ca-8a3b-64d06af523bf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:32:50.094Z|1d41503a-afd7-425c-a79a-a74ae8fa9053|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:32:50.098Z|1d41503a-afd7-425c-a79a-a74ae8fa9053|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:32:50.246Z|43abe773-4430-4928-934d-1fcbd76a8e32|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:32:50.247Z|43abe773-4430-4928-934d-1fcbd76a8e32|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:32:52.534Z|815a9a96-cff8-476b-8297-ecfd49e46dad|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:32:52.536Z|815a9a96-cff8-476b-8297-ecfd49e46dad|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:32:54.690Z|c8769d8b-9c78-4eff-8f20-a117e5117455|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:32:54.692Z|c8769d8b-9c78-4eff-8f20-a117e5117455|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:32:56.121Z|fe75eee9-4046-4c39-a6a3-f4907c8a3e7a|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:32:56.122Z|fe75eee9-4046-4c39-a6a3-f4907c8a3e7a|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:32:59.247Z|f110f442-1164-499e-bef1-de677a2c4a04|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:32:59.249Z|f110f442-1164-499e-bef1-de677a2c4a04|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:33:02.570Z|cc0e9604-b1fb-4acc-a1c0-c3196cd132f2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:33:02.571Z|cc0e9604-b1fb-4acc-a1c0-c3196cd132f2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:33:04.733Z|6eb18200-92aa-4f65-a2bd-6979b764f183|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:33:04.734Z|6eb18200-92aa-4f65-a2bd-6979b764f183|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:33:05.089Z|71701acf-9134-4f56-bc6e-96aa38e6f4de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:33:05.090Z|71701acf-9134-4f56-bc6e-96aa38e6f4de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:33:09.306Z|28f2a93a-0d7f-4aa9-918c-e661c37ea4b2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:33:09.307Z|28f2a93a-0d7f-4aa9-918c-e661c37ea4b2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:33:12.605Z|1b9d6190-cdf0-44de-bcf9-9c806102acee|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:33:12.606Z|1b9d6190-cdf0-44de-bcf9-9c806102acee|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:33:14.783Z|3b2674d3-4a41-48e7-9676-916ffc959780|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:33:14.785Z|3b2674d3-4a41-48e7-9676-916ffc959780|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:33:19.379Z|3c6dcd40-c3ad-4997-9da5-dcec5693c232|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:33:19.382Z|3c6dcd40-c3ad-4997-9da5-dcec5693c232|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:33:20.089Z|54260cef-027b-4623-ac5d-9a7aa2e2c4a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:33:20.090Z|54260cef-027b-4623-ac5d-9a7aa2e2c4a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:33:20.248Z|bfd8ce4a-1b4c-4e7c-ad7a-98a9e6c2a193|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:33:20.248Z|bfd8ce4a-1b4c-4e7c-ad7a-98a9e6c2a193|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:33:22.655Z|9344dd8f-74f6-4d5d-b28a-eeb1a26fbefd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:33:22.656Z|9344dd8f-74f6-4d5d-b28a-eeb1a26fbefd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:33:24.822Z|023d512b-16ff-4956-a821-acca33a1ac68|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:33:24.824Z|023d512b-16ff-4956-a821-acca33a1ac68|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:33:29.437Z|7b733511-7174-40ee-8746-1329dc362dfb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:33:29.438Z|7b733511-7174-40ee-8746-1329dc362dfb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:33:32.702Z|46cbc99f-cd80-4b68-8281-2a5c9c4d29ea|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:33:32.704Z|46cbc99f-cd80-4b68-8281-2a5c9c4d29ea|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:33:34.860Z|18117c80-33a8-4a5f-a71b-3a3ea4635173|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:33:34.861Z|18117c80-33a8-4a5f-a71b-3a3ea4635173|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:33:35.089Z|9c925750-abc4-4d10-914a-ad5e2ecc5c2c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:33:35.093Z|9c925750-abc4-4d10-914a-ad5e2ecc5c2c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:33:39.470Z|e6e637a1-6b6b-454d-8db4-5f972359db99|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:33:39.472Z|e6e637a1-6b6b-454d-8db4-5f972359db99|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:33:42.742Z|9fd9bb47-4263-4e03-972a-67a753b10185|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:33:42.743Z|9fd9bb47-4263-4e03-972a-67a753b10185|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:33:44.901Z|7dbfe084-04e4-4011-96ba-5c6d038e4be0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:33:44.902Z|7dbfe084-04e4-4011-96ba-5c6d038e4be0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:33:49.502Z|5dee361a-a1ed-4d9c-b4e5-b6ece8fea920|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:33:49.503Z|5dee361a-a1ed-4d9c-b4e5-b6ece8fea920|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:33:50.089Z|cb2e4bd0-2492-4366-b0c0-1d13cc12236f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:33:50.090Z|cb2e4bd0-2492-4366-b0c0-1d13cc12236f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:33:50.249Z|1cc564fb-7255-406b-ae90-f7cbdedf5309|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:33:50.250Z|1cc564fb-7255-406b-ae90-f7cbdedf5309|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:33:52.774Z|bdfe036a-10e2-42cc-bd50-62673b4578da|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:33:52.775Z|bdfe036a-10e2-42cc-bd50-62673b4578da|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:33:54.939Z|22e5008b-571c-44e6-9144-d821de8de766|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:33:54.940Z|22e5008b-571c-44e6-9144-d821de8de766|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:33:56.117Z|7b39bdf5-656e-47fd-b54d-034b7c434ce0|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:33:56.118Z|7b39bdf5-656e-47fd-b54d-034b7c434ce0|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:33:59.536Z|8921bbc6-6ecd-41f2-8509-da46f81932af|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:33:59.538Z|8921bbc6-6ecd-41f2-8509-da46f81932af|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:34:02.806Z|1389eb4f-3610-43a0-9227-378a6f680050|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:34:02.807Z|1389eb4f-3610-43a0-9227-378a6f680050|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:34:04.975Z|c0808584-fc65-4db3-ad5f-07250fd5f192|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:34:04.976Z|c0808584-fc65-4db3-ad5f-07250fd5f192|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:34:05.089Z|7cb3539e-73b8-4fde-90bd-e89112f52477|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:34:05.089Z|7cb3539e-73b8-4fde-90bd-e89112f52477|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:34:09.571Z|b1114704-f910-4da9-b93f-85bd69e90957|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:34:09.572Z|b1114704-f910-4da9-b93f-85bd69e90957|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:34:12.846Z|4e6c4add-2b20-4e46-8039-8ac3c1fa79e5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:34:12.847Z|4e6c4add-2b20-4e46-8039-8ac3c1fa79e5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:34:15.011Z|37c4eba7-b129-4dad-922e-b626ef1cfbbf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:34:15.012Z|37c4eba7-b129-4dad-922e-b626ef1cfbbf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:34:19.615Z|ef9b2660-fbd5-40c7-8176-950c9379b045|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:34:19.617Z|ef9b2660-fbd5-40c7-8176-950c9379b045|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:34:20.089Z|04e39c46-3cff-4b37-ad89-c244a6a363de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:34:20.095Z|04e39c46-3cff-4b37-ad89-c244a6a363de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:34:20.251Z|9ae36ea9-059f-45cd-9735-3dca1c237ae2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:34:20.251Z|9ae36ea9-059f-45cd-9735-3dca1c237ae2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:34:22.875Z|9a3d202b-ea0a-45a8-acc2-4edc51ab94cc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:34:22.876Z|9a3d202b-ea0a-45a8-acc2-4edc51ab94cc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:34:25.045Z|f7ba7425-d684-4398-96e7-6a3f2eb21a8e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:34:25.046Z|f7ba7425-d684-4398-96e7-6a3f2eb21a8e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:34:29.650Z|38a384d7-f3e5-47c5-aa27-e3d709dc2f22|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:34:29.651Z|38a384d7-f3e5-47c5-aa27-e3d709dc2f22|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:34:32.907Z|12a1c7d9-bd7d-4c81-9850-3e78317dfee3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:34:32.908Z|12a1c7d9-bd7d-4c81-9850-3e78317dfee3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:34:35.082Z|d16f6389-daab-4960-86a5-b0b8c8491279|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:34:35.083Z|d16f6389-daab-4960-86a5-b0b8c8491279|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:34:35.089Z|5ceeccce-75d8-45ae-820f-c61e6bfee594|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:34:35.089Z|5ceeccce-75d8-45ae-820f-c61e6bfee594|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:34:39.698Z|d9fe1502-1158-4239-bca7-0379794368fc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:34:39.699Z|d9fe1502-1158-4239-bca7-0379794368fc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:34:42.939Z|cbe3d0e9-d720-4577-9e3d-69c2a571485e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:34:42.940Z|cbe3d0e9-d720-4577-9e3d-69c2a571485e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:34:45.118Z|6a6498cb-563d-4465-88bf-2c5ae7cb8b96|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:34:45.120Z|6a6498cb-563d-4465-88bf-2c5ae7cb8b96|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:34:49.728Z|568b3b07-5b05-44e4-90b4-ac1be50c45a8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:34:49.729Z|568b3b07-5b05-44e4-90b4-ac1be50c45a8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:34:50.089Z|44dfe80f-df65-4e95-af38-647efd933418|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:34:50.090Z|44dfe80f-df65-4e95-af38-647efd933418|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:34:50.252Z|49f93034-9562-4ab1-a28c-4b6e70c45b1b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:34:50.253Z|49f93034-9562-4ab1-a28c-4b6e70c45b1b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:34:52.974Z|874affa4-413e-4abb-89f7-ef4a16c391db|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:34:52.978Z|874affa4-413e-4abb-89f7-ef4a16c391db|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:34:55.154Z|61919290-5006-4463-8dcf-49f607e87684|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:34:55.155Z|61919290-5006-4463-8dcf-49f607e87684|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:34:56.119Z|cc5e8519-b7f0-42f0-a17a-1e948e6cbc2c|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:34:56.120Z|cc5e8519-b7f0-42f0-a17a-1e948e6cbc2c|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:34:59.761Z|99667f4b-a569-4443-84f0-46547040ac44|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:34:59.762Z|99667f4b-a569-4443-84f0-46547040ac44|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:35:03.012Z|03492171-a2f0-4336-a57e-876471cb75f1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:35:03.013Z|03492171-a2f0-4336-a57e-876471cb75f1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:35:05.089Z|dc5c8f9d-4683-4cde-91db-a706bb5fbeef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:35:05.094Z|dc5c8f9d-4683-4cde-91db-a706bb5fbeef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:35:05.184Z|642b18b6-38c9-4e46-8908-a885592c683d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:35:05.186Z|642b18b6-38c9-4e46-8908-a885592c683d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:35:09.795Z|59d0e4ad-a0b2-449a-9a1a-8659e4d5ccd9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:35:09.796Z|59d0e4ad-a0b2-449a-9a1a-8659e4d5ccd9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:35:13.048Z|cec9d24f-e227-42f5-8f84-35ea4c580d7e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:35:13.049Z|cec9d24f-e227-42f5-8f84-35ea4c580d7e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:35:15.219Z|234c17e0-a6b3-4313-86f4-8de33f8762a5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:35:15.220Z|234c17e0-a6b3-4313-86f4-8de33f8762a5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:35:19.830Z|ba522c70-b5bd-4147-bef4-f234546cff84|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:35:19.831Z|ba522c70-b5bd-4147-bef4-f234546cff84|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:35:20.089Z|080e71d8-acb8-4443-904e-d9c0448320c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:35:20.090Z|080e71d8-acb8-4443-904e-d9c0448320c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:35:20.254Z|3846db8d-abff-43cd-a261-adf4624116a0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:35:20.255Z|3846db8d-abff-43cd-a261-adf4624116a0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:35:23.085Z|2b573056-42ee-4a3d-997c-9b06eefae838|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:35:23.087Z|2b573056-42ee-4a3d-997c-9b06eefae838|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:35:25.252Z|024104a5-4fb5-451b-9752-09fb5deea0fd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:35:25.253Z|024104a5-4fb5-451b-9752-09fb5deea0fd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:35:29.865Z|9dc5079f-dd37-4683-ba57-1e95a44ed880|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:35:29.866Z|9dc5079f-dd37-4683-ba57-1e95a44ed880|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:35:33.120Z|1eef898d-04b7-40b5-9618-845afe631f03|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:35:33.122Z|1eef898d-04b7-40b5-9618-845afe631f03|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:35:35.089Z|9ec9bbb2-6485-4b88-a8d9-8181eda78bec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:35:35.090Z|9ec9bbb2-6485-4b88-a8d9-8181eda78bec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:35:35.285Z|926ec820-c8dd-47e2-880b-7c5ecb26126f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:35:35.286Z|926ec820-c8dd-47e2-880b-7c5ecb26126f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:35:39.898Z|5e2244a5-fff9-459f-82e5-ad60181f674e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:35:39.899Z|5e2244a5-fff9-459f-82e5-ad60181f674e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:35:43.155Z|35204623-01aa-4d38-8445-90ef781ac39a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:35:43.156Z|35204623-01aa-4d38-8445-90ef781ac39a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:35:45.316Z|db4399b8-1c7a-4ee5-91b5-1bd2c7452143|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:35:45.317Z|db4399b8-1c7a-4ee5-91b5-1bd2c7452143|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:35:49.932Z|5da55477-1312-40e8-bc0e-6fa6c3c4527a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:35:49.933Z|5da55477-1312-40e8-bc0e-6fa6c3c4527a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:35:50.089Z|c81d9fd5-9759-46f8-ad9b-f1822bf60beb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:35:50.093Z|c81d9fd5-9759-46f8-ad9b-f1822bf60beb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:35:50.256Z|2fe81f54-1d86-40c2-8606-5a39174b3cf5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:35:50.256Z|2fe81f54-1d86-40c2-8606-5a39174b3cf5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:35:53.187Z|7a03a4a6-6c83-4649-8830-84f730368010|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:35:53.188Z|7a03a4a6-6c83-4649-8830-84f730368010|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:35:55.351Z|08ffcb94-70a6-4acd-b04d-7bf083f09f9e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:35:55.352Z|08ffcb94-70a6-4acd-b04d-7bf083f09f9e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:35:56.116Z|169d58ab-8e76-4a03-8a4f-3127ce67f903|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:35:56.117Z|169d58ab-8e76-4a03-8a4f-3127ce67f903|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:35:59.975Z|9334f7f0-e47f-44a2-b646-4fb8d30afbb6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:35:59.976Z|9334f7f0-e47f-44a2-b646-4fb8d30afbb6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:36:03.221Z|555adfba-b1e8-4b98-aa8a-2099c97ea99f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:36:03.223Z|555adfba-b1e8-4b98-aa8a-2099c97ea99f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:36:05.089Z|9b13b136-afd3-426e-8418-f9a9f30366a9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:36:05.090Z|9b13b136-afd3-426e-8418-f9a9f30366a9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:36:05.396Z|0557935a-f79c-40ab-a7cf-59ebb62d9ab3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:36:05.398Z|0557935a-f79c-40ab-a7cf-59ebb62d9ab3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:36:10.011Z|7b488a1d-9def-4594-8a03-9c169e758c18|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:36:10.012Z|7b488a1d-9def-4594-8a03-9c169e758c18|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:36:13.256Z|3345e27e-ec57-4add-8480-7efb188d1f81|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:36:13.257Z|3345e27e-ec57-4add-8480-7efb188d1f81|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:36:15.433Z|1df13ab3-a4a6-4a5a-8bc8-fc243393e7d1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:36:15.434Z|1df13ab3-a4a6-4a5a-8bc8-fc243393e7d1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:36:20.073Z|7de1457d-fff9-4e94-aa8d-bbd9f0c76972|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:36:20.076Z|7de1457d-fff9-4e94-aa8d-bbd9f0c76972|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:36:20.089Z|64bee659-7318-463d-b9c6-4f44b1bd5bdd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:36:20.090Z|64bee659-7318-463d-b9c6-4f44b1bd5bdd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:36:20.257Z|90ab8f2b-0520-4034-8171-e485db742eb6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:36:20.258Z|90ab8f2b-0520-4034-8171-e485db742eb6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:36:23.291Z|c83b6e4b-1b0b-48ae-939f-5293cb83628b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:36:23.292Z|c83b6e4b-1b0b-48ae-939f-5293cb83628b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:36:25.469Z|ccaccc91-b965-435f-a697-5328107d6df0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:36:25.470Z|ccaccc91-b965-435f-a697-5328107d6df0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:36:30.119Z|5082b638-8fb0-4aa9-bd92-89d6c8e00dfd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:36:30.120Z|5082b638-8fb0-4aa9-bd92-89d6c8e00dfd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:36:33.324Z|abb08b0e-5316-44aa-9a5f-454507f885ea|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:36:33.325Z|abb08b0e-5316-44aa-9a5f-454507f885ea|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:36:35.089Z|c6b262ff-e01c-448e-b8b1-f052c9935a24|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:36:35.093Z|c6b262ff-e01c-448e-b8b1-f052c9935a24|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:36:35.504Z|7abfee50-9d23-431a-8669-53ce3a9bfe68|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:36:35.505Z|7abfee50-9d23-431a-8669-53ce3a9bfe68|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:36:40.155Z|bfac66ad-09bb-476a-91e5-1ea7bdea313c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:36:40.156Z|bfac66ad-09bb-476a-91e5-1ea7bdea313c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:36:43.356Z|63e28fcf-051f-44fa-949d-ecdab8eed418|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:36:43.358Z|63e28fcf-051f-44fa-949d-ecdab8eed418|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:36:45.544Z|5ee15d1d-8e73-4818-9a24-ce637a538d2c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:36:45.545Z|5ee15d1d-8e73-4818-9a24-ce637a538d2c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:36:50.089Z|61478cbe-bb2f-4f48-a685-5b0ba8d1e9df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:36:50.090Z|61478cbe-bb2f-4f48-a685-5b0ba8d1e9df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:36:50.188Z|b1d77c77-f2bf-49aa-bf6d-800a7758c1e2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:36:50.189Z|b1d77c77-f2bf-49aa-bf6d-800a7758c1e2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:36:50.259Z|19b144ae-c2cf-4e9f-aa04-75520c670f6e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:36:50.259Z|19b144ae-c2cf-4e9f-aa04-75520c670f6e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:36:53.428Z|6abd908f-66b6-493e-93a3-0e11c2ea5a6b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:36:53.430Z|6abd908f-66b6-493e-93a3-0e11c2ea5a6b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:36:55.580Z|ea9cffdc-013c-45a5-8ac7-e3a192918ba5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:36:55.582Z|ea9cffdc-013c-45a5-8ac7-e3a192918ba5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:36:56.118Z|c8b28546-efb5-4f1f-bf83-78728eedadee|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:36:56.119Z|c8b28546-efb5-4f1f-bf83-78728eedadee|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:37:00.222Z|df672865-41ef-45a7-b1fe-a26b88ff0e8c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:37:00.222Z|df672865-41ef-45a7-b1fe-a26b88ff0e8c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:37:03.464Z|bcbab62e-2002-49c7-bf24-35e57452eac7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:37:03.466Z|bcbab62e-2002-49c7-bf24-35e57452eac7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:37:05.089Z|c0983b78-3847-45f2-8302-3b0e64f1f8ee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:37:05.090Z|c0983b78-3847-45f2-8302-3b0e64f1f8ee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:37:05.625Z|6e3bf3f5-8a6d-48c4-9800-d8f7e632745d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:37:05.626Z|6e3bf3f5-8a6d-48c4-9800-d8f7e632745d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:37:10.252Z|9a858655-2b88-4314-80e0-446f82b68445|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:37:10.253Z|9a858655-2b88-4314-80e0-446f82b68445|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:37:13.495Z|979490ea-f3c5-4d21-b68c-bf72f91f20fc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:37:13.496Z|979490ea-f3c5-4d21-b68c-bf72f91f20fc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:37:15.660Z|17b9339f-e892-42ad-ba72-280ab8dcfc9e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:37:15.662Z|17b9339f-e892-42ad-ba72-280ab8dcfc9e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:37:20.089Z|83030901-af7a-40a3-8587-89a4136a1c10|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:37:20.094Z|83030901-af7a-40a3-8587-89a4136a1c10|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:37:20.260Z|9d9461fd-921e-435b-b754-6a5c82b64cff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:37:20.261Z|9d9461fd-921e-435b-b754-6a5c82b64cff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:37:20.286Z|29c3fcec-d0a1-4695-9a30-3abe8d107895|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:37:20.288Z|29c3fcec-d0a1-4695-9a30-3abe8d107895|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:37:23.527Z|768d2242-0e18-470e-94a7-8090ce112eba|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:37:23.528Z|768d2242-0e18-470e-94a7-8090ce112eba|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:37:25.696Z|d43bb61d-2dae-4738-9ef9-15e1a64cae9d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:37:25.697Z|d43bb61d-2dae-4738-9ef9-15e1a64cae9d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:37:30.321Z|a723017a-a8a7-4cb8-b047-4c75ebe2c9d4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:37:30.322Z|a723017a-a8a7-4cb8-b047-4c75ebe2c9d4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:37:33.553Z|49db52cd-5adc-4b8c-90ed-4bf95fca922d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:37:33.554Z|49db52cd-5adc-4b8c-90ed-4bf95fca922d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:37:35.089Z|45eee558-6d57-4d30-8d79-6e919ab6f21f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:37:35.090Z|45eee558-6d57-4d30-8d79-6e919ab6f21f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:37:35.731Z|3846fa49-d90d-48c4-b74f-cd87fcee2987|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:37:35.732Z|3846fa49-d90d-48c4-b74f-cd87fcee2987|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:37:40.357Z|e4ce3ac4-d241-4304-a0b1-addd62f2e145|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:37:40.358Z|e4ce3ac4-d241-4304-a0b1-addd62f2e145|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:37:43.590Z|a81d3d64-258b-4614-9557-61c7a98c2309|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:37:43.591Z|a81d3d64-258b-4614-9557-61c7a98c2309|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:37:45.776Z|265cf9f5-a09b-498e-a641-d9cd2bc6db76|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:37:45.777Z|265cf9f5-a09b-498e-a641-d9cd2bc6db76|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:37:50.089Z|5a7f113a-388c-4ce4-bcb8-c518074e51b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:37:50.090Z|5a7f113a-388c-4ce4-bcb8-c518074e51b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:37:50.262Z|02b2a095-b587-410a-88a5-98820f0fdf61|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:37:50.263Z|02b2a095-b587-410a-88a5-98820f0fdf61|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:37:50.392Z|4dd5c851-a0d7-418c-a1f5-68b5f548b26a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:37:50.393Z|4dd5c851-a0d7-418c-a1f5-68b5f548b26a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:37:53.631Z|58e60837-2ddb-4a4b-a411-1faa4ca35c4c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:37:53.632Z|58e60837-2ddb-4a4b-a411-1faa4ca35c4c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:37:55.812Z|a9e52ba8-0b93-44c4-a222-08cf8a120349|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:37:55.813Z|a9e52ba8-0b93-44c4-a222-08cf8a120349|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:37:56.117Z|8511d0c5-3bf0-4b35-b660-42a2f028474b|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:37:56.118Z|8511d0c5-3bf0-4b35-b660-42a2f028474b|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:38:00.427Z|3cc8af49-20d9-4c3a-b1ec-49805648ed79|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:38:00.428Z|3cc8af49-20d9-4c3a-b1ec-49805648ed79|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:38:03.665Z|548af649-4175-4a49-8a07-ea3af0cd6a8b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:38:03.666Z|548af649-4175-4a49-8a07-ea3af0cd6a8b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:38:05.089Z|6f3f75cc-96ed-4555-ab3f-61f3a591ff6d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:38:05.094Z|6f3f75cc-96ed-4555-ab3f-61f3a591ff6d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:38:05.847Z|1bd5461f-5da2-466c-9dd3-c203820bf201|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:38:05.848Z|1bd5461f-5da2-466c-9dd3-c203820bf201|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:38:10.461Z|39f3c2d1-aa59-4c65-81b6-98ad41d8bbc2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:38:10.462Z|39f3c2d1-aa59-4c65-81b6-98ad41d8bbc2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:38:13.701Z|81d26854-7fa3-4cf0-b828-d3bb8d280125|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:38:13.702Z|81d26854-7fa3-4cf0-b828-d3bb8d280125|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:38:15.881Z|03a3435d-6a4b-4448-af91-96abb2cc72a5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:38:15.882Z|03a3435d-6a4b-4448-af91-96abb2cc72a5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:38:20.089Z|abb155fe-6eb4-43ea-baba-7e31b2db23ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:38:20.090Z|abb155fe-6eb4-43ea-baba-7e31b2db23ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:38:20.264Z|266ded1c-1812-46ce-b724-678d658a95f5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:38:20.264Z|266ded1c-1812-46ce-b724-678d658a95f5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:38:20.497Z|ccf70b5e-a9b1-4697-8b20-2c6ebb0d616b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:38:20.498Z|ccf70b5e-a9b1-4697-8b20-2c6ebb0d616b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:38:23.737Z|0029b013-be70-41ad-b460-7b038c3b3c27|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:38:23.738Z|0029b013-be70-41ad-b460-7b038c3b3c27|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:38:25.915Z|c671b4c7-964f-4fc1-a114-40dd7a2a3285|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:38:25.916Z|c671b4c7-964f-4fc1-a114-40dd7a2a3285|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:38:30.533Z|fdc58793-ec67-47ca-b2a5-03fb87e3e451|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:38:30.534Z|fdc58793-ec67-47ca-b2a5-03fb87e3e451|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:38:33.777Z|d643143f-030c-447a-a3fd-f53c016f77b7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:38:33.778Z|d643143f-030c-447a-a3fd-f53c016f77b7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:38:35.089Z|9bcb31c1-dc50-4f30-a34d-018222651681|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:38:35.090Z|9bcb31c1-dc50-4f30-a34d-018222651681|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:38:35.950Z|b08c7c22-3cce-4148-b350-3d41e4c2b6ac|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:38:35.951Z|b08c7c22-3cce-4148-b350-3d41e4c2b6ac|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:38:40.575Z|5a535871-3ffe-4189-93c8-43b81db4491d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:38:40.576Z|5a535871-3ffe-4189-93c8-43b81db4491d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:38:43.844Z|5586e870-3f27-4eb1-885c-a9a6696c8087|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:38:43.845Z|5586e870-3f27-4eb1-885c-a9a6696c8087|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:38:45.985Z|853beef7-d398-4608-a5fd-65191dcaf676|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:38:45.986Z|853beef7-d398-4608-a5fd-65191dcaf676|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:38:50.089Z|494aeb24-65e6-4d11-8729-dc8ec53b1784|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:38:50.090Z|494aeb24-65e6-4d11-8729-dc8ec53b1784|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:38:50.265Z|406740f0-affd-40e2-b97b-342673a41c94|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:38:50.266Z|406740f0-affd-40e2-b97b-342673a41c94|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:38:50.609Z|106cff90-0e0a-42d9-bb08-34ff44c16ede|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:38:50.610Z|106cff90-0e0a-42d9-bb08-34ff44c16ede|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:38:53.870Z|ba93bda6-cd95-4944-999b-6cb7af3a4582|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:38:53.871Z|ba93bda6-cd95-4944-999b-6cb7af3a4582|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:38:56.021Z|ea19683d-4e25-4a9d-848b-d7cadb36a33f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:38:56.022Z|ea19683d-4e25-4a9d-848b-d7cadb36a33f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:38:56.118Z|c91e662f-7e55-4d3d-a65d-d8bae4f2fd28|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:38:56.119Z|c91e662f-7e55-4d3d-a65d-d8bae4f2fd28|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:39:00.645Z|ffb16451-bdbf-426f-86f2-b436fb6705ba|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:39:00.646Z|ffb16451-bdbf-426f-86f2-b436fb6705ba|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:39:03.899Z|236763bb-65c0-4705-ad2f-82adbc1bce7e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:39:03.901Z|236763bb-65c0-4705-ad2f-82adbc1bce7e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:39:05.089Z|d2f05f20-f506-4894-b5fb-c28a2c4d2170|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:39:05.090Z|d2f05f20-f506-4894-b5fb-c28a2c4d2170|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:39:06.059Z|09131211-56ef-4877-b153-fcdb4118db79|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:39:06.060Z|09131211-56ef-4877-b153-fcdb4118db79|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:39:10.680Z|07aed2e4-06f5-4bf1-95b9-473c527c3e36|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:39:10.682Z|07aed2e4-06f5-4bf1-95b9-473c527c3e36|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:39:13.927Z|799b1217-c0af-4899-bca6-a023b9d7d262|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:39:13.928Z|799b1217-c0af-4899-bca6-a023b9d7d262|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:39:16.097Z|9919d03a-03bf-43de-9823-694882cca726|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:39:16.097Z|9919d03a-03bf-43de-9823-694882cca726|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:39:20.089Z|5453350c-96bc-4c36-82a6-8dd5cf4145e7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:39:20.095Z|5453350c-96bc-4c36-82a6-8dd5cf4145e7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:39:20.267Z|30f567d8-6918-44fa-977b-770d6011bcd0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:39:20.268Z|30f567d8-6918-44fa-977b-770d6011bcd0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:39:20.727Z|cf7240ce-afbb-45ce-9678-df9801b1b313|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:39:20.728Z|cf7240ce-afbb-45ce-9678-df9801b1b313|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:39:23.954Z|c409a9b8-6d2f-46ed-8d9a-7a0b8666a881|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:39:23.955Z|c409a9b8-6d2f-46ed-8d9a-7a0b8666a881|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:39:26.143Z|60a4f7e2-beaa-4c1c-9cd9-062739105c0e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:39:26.144Z|60a4f7e2-beaa-4c1c-9cd9-062739105c0e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:39:30.764Z|1bf1360c-1a47-46f3-be1e-1bd61a5162c0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:39:30.766Z|1bf1360c-1a47-46f3-be1e-1bd61a5162c0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:39:33.994Z|812f548f-66c9-43da-9609-8f1820398e2d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:39:33.995Z|812f548f-66c9-43da-9609-8f1820398e2d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:39:35.089Z|a0a6e7e1-d218-4fc9-ad5a-3890baa9f069|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:39:35.090Z|a0a6e7e1-d218-4fc9-ad5a-3890baa9f069|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:39:36.172Z|806ed16e-01ce-4d53-ab4a-6c72147a93c8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:39:36.172Z|806ed16e-01ce-4d53-ab4a-6c72147a93c8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:39:40.802Z|68c443e3-3b21-443c-8bd8-ba5b835d8ba7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:39:40.805Z|68c443e3-3b21-443c-8bd8-ba5b835d8ba7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:39:44.025Z|0d224f63-7856-418e-a669-95dceeee6472|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:39:44.026Z|0d224f63-7856-418e-a669-95dceeee6472|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:39:46.201Z|d45b2239-37e8-4845-bf34-0277f704185b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:39:46.202Z|d45b2239-37e8-4845-bf34-0277f704185b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:39:50.089Z|9908125a-2579-4280-8bbc-d3c8683386e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:39:50.091Z|9908125a-2579-4280-8bbc-d3c8683386e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:39:50.268Z|cd73c266-27fe-4e0e-b622-792e295f2bfb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:39:50.269Z|cd73c266-27fe-4e0e-b622-792e295f2bfb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:39:50.853Z|ff73bdc7-0aef-4806-b70e-05d3334ad808|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:39:50.854Z|ff73bdc7-0aef-4806-b70e-05d3334ad808|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:39:54.058Z|6d0d0ecc-fdf6-4724-b4ef-c3a271d264ba|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:39:54.059Z|6d0d0ecc-fdf6-4724-b4ef-c3a271d264ba|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:39:56.121Z|1a3e7d4c-675a-4a27-a3f2-7efdfa24e71a|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:39:56.121Z|1a3e7d4c-675a-4a27-a3f2-7efdfa24e71a|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:39:56.234Z|b9e35a49-54eb-4153-bed0-38c3006100c8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:39:56.235Z|b9e35a49-54eb-4153-bed0-38c3006100c8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:40:00.889Z|5c394c3f-ce3f-4408-9323-559f6e6478cd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:40:00.890Z|5c394c3f-ce3f-4408-9323-559f6e6478cd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:40:04.092Z|464b7925-bd93-4f91-af61-4ce2f37faa5b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:40:04.093Z|464b7925-bd93-4f91-af61-4ce2f37faa5b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:40:05.089Z|2f0e0a2b-ed6b-40cd-a194-681db4b05e17|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:40:05.093Z|2f0e0a2b-ed6b-40cd-a194-681db4b05e17|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:40:06.269Z|20964f1f-cb0c-4b4a-a48c-cb9384eaa11b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:40:06.271Z|20964f1f-cb0c-4b4a-a48c-cb9384eaa11b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:40:10.924Z|6f2ca72e-a345-4b22-ac09-f8e73dc2d20f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:40:10.924Z|6f2ca72e-a345-4b22-ac09-f8e73dc2d20f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:40:14.126Z|b890c630-17f4-4777-9c14-15fd3a5e306b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:40:14.127Z|b890c630-17f4-4777-9c14-15fd3a5e306b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:40:16.304Z|5f3c7056-4f58-4858-9883-61afdb79c0b3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:40:16.305Z|5f3c7056-4f58-4858-9883-61afdb79c0b3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:40:20.089Z|5a17ba33-23ac-47e1-8c04-cc162cde81a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:40:20.090Z|5a17ba33-23ac-47e1-8c04-cc162cde81a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:40:20.270Z|6a0d5324-ff39-45d3-bf13-c5c6f0d32a32|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:40:20.271Z|6a0d5324-ff39-45d3-bf13-c5c6f0d32a32|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:40:20.957Z|b3b94fb1-b964-49e3-b649-053c88f47ada|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:40:20.959Z|b3b94fb1-b964-49e3-b649-053c88f47ada|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:40:24.157Z|210499a8-bf2b-4e5b-b57e-f67b21a3a546|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:40:24.158Z|210499a8-bf2b-4e5b-b57e-f67b21a3a546|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:40:26.339Z|0f23db37-e02f-472e-b689-43263ad4d94f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:40:26.341Z|0f23db37-e02f-472e-b689-43263ad4d94f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:40:30.991Z|6ba62e2d-e723-4373-b221-083b5b07a5de|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:40:30.992Z|6ba62e2d-e723-4373-b221-083b5b07a5de|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:40:34.183Z|7d90584a-fd50-4bf2-aa39-e1aa0de0a8c0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:40:34.184Z|7d90584a-fd50-4bf2-aa39-e1aa0de0a8c0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:40:35.089Z|7fc3cb76-45f2-4eee-8c57-e191bf6fa50b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:40:35.090Z|7fc3cb76-45f2-4eee-8c57-e191bf6fa50b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:40:36.374Z|6fce2696-b285-4942-93b1-e7874787a382|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:40:36.375Z|6fce2696-b285-4942-93b1-e7874787a382|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:40:41.027Z|3f652714-4dbf-4f9e-a887-df125d516361|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:40:41.027Z|3f652714-4dbf-4f9e-a887-df125d516361|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:40:44.212Z|232f817d-51b1-440f-b643-4bfbf97fa431|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:40:44.213Z|232f817d-51b1-440f-b643-4bfbf97fa431|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:40:46.410Z|79259a4a-a148-4086-a021-1a047dcbf288|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:40:46.411Z|79259a4a-a148-4086-a021-1a047dcbf288|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:40:50.089Z|05cb86b5-968f-4815-b470-27e0b70a8786|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:40:50.094Z|05cb86b5-968f-4815-b470-27e0b70a8786|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:40:50.272Z|967ff0a1-7664-408d-b4bd-7144f8b34315|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:40:50.272Z|967ff0a1-7664-408d-b4bd-7144f8b34315|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:40:51.062Z|8cb719ac-3f30-4ac1-b634-4d90f2bd4797|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:40:51.063Z|8cb719ac-3f30-4ac1-b634-4d90f2bd4797|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:40:54.243Z|86ea4ef2-1248-4893-918b-50a26d5c9a76|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:40:54.244Z|86ea4ef2-1248-4893-918b-50a26d5c9a76|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:40:56.122Z|68454b23-fbca-43df-931c-7bfe95f763ca|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:40:56.123Z|68454b23-fbca-43df-931c-7bfe95f763ca|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:40:56.443Z|b7b4dc98-ee9e-4244-9167-3716dc1022e8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:40:56.443Z|b7b4dc98-ee9e-4244-9167-3716dc1022e8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:41:01.094Z|b8c500c2-ba34-421b-bd4e-e4f3f0f36192|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:41:01.095Z|b8c500c2-ba34-421b-bd4e-e4f3f0f36192|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:41:04.276Z|3f197935-45db-4017-baf2-20354bfeb2fb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:41:04.277Z|3f197935-45db-4017-baf2-20354bfeb2fb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:41:05.089Z|cd39e3f4-db56-4e24-9c73-83ee6cf434d0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:41:05.089Z|cd39e3f4-db56-4e24-9c73-83ee6cf434d0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:41:06.473Z|59d3f5ba-7568-43d7-bc31-bd323a43551e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:41:06.474Z|59d3f5ba-7568-43d7-bc31-bd323a43551e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:41:11.128Z|27b33e78-cf5a-4979-a231-837b3ef6afe2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:41:11.129Z|27b33e78-cf5a-4979-a231-837b3ef6afe2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:41:14.311Z|c55048ed-ffab-4d6f-a821-4e06baea8975|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:41:14.312Z|c55048ed-ffab-4d6f-a821-4e06baea8975|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:41:16.505Z|26238786-d22c-4d00-a9fe-f9f2e557ff32|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:41:16.506Z|26238786-d22c-4d00-a9fe-f9f2e557ff32|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:41:20.089Z|0b45846c-0e8f-4341-9d6f-cf6be9f25cf3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:41:20.090Z|0b45846c-0e8f-4341-9d6f-cf6be9f25cf3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:41:20.273Z|b8d5c310-6088-4747-907a-82cfb54a0214|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:41:20.274Z|b8d5c310-6088-4747-907a-82cfb54a0214|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:41:21.160Z|1cfb605d-645f-4d5b-9462-fa850c1070bc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:41:21.161Z|1cfb605d-645f-4d5b-9462-fa850c1070bc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:41:24.342Z|23daef60-9310-4422-8940-c8e48b207c06|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:41:24.343Z|23daef60-9310-4422-8940-c8e48b207c06|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:41:26.537Z|994e15e4-1af7-4d5b-9b09-7e51c5646ab6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:41:26.538Z|994e15e4-1af7-4d5b-9b09-7e51c5646ab6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:41:31.194Z|49d914af-a7ef-4f37-bf96-da04f76d3a9d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:41:31.195Z|49d914af-a7ef-4f37-bf96-da04f76d3a9d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:41:34.373Z|63153c91-17fd-44d3-91f2-c1e68a2bb035|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:41:34.374Z|63153c91-17fd-44d3-91f2-c1e68a2bb035|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:41:35.089Z|14386a08-0dfd-4f3d-9d55-c21d64961acc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:41:35.094Z|14386a08-0dfd-4f3d-9d55-c21d64961acc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:41:36.571Z|44ed12c4-8a2e-442b-b346-ee582e3b993f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:41:36.572Z|44ed12c4-8a2e-442b-b346-ee582e3b993f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:41:41.228Z|3beaf8f4-73d7-452d-ba10-9abe43b993b8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:41:41.229Z|3beaf8f4-73d7-452d-ba10-9abe43b993b8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:41:44.410Z|74d18b82-776c-426f-8c66-639d37ea0c94|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:41:44.411Z|74d18b82-776c-426f-8c66-639d37ea0c94|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:41:46.606Z|43cb2d71-2a23-468f-814e-8419840b5097|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:41:46.607Z|43cb2d71-2a23-468f-814e-8419840b5097|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:41:50.089Z|2b9bf3c1-15ef-4a05-8761-82ab16e19174|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:41:50.090Z|2b9bf3c1-15ef-4a05-8761-82ab16e19174|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:41:50.275Z|5b110f61-5319-4b71-8156-e5853a909690|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:41:50.276Z|5b110f61-5319-4b71-8156-e5853a909690|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:41:51.265Z|f3c0ea12-346c-4f94-b803-f6c2749ce29d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:41:51.266Z|f3c0ea12-346c-4f94-b803-f6c2749ce29d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:41:54.448Z|af91c1d0-2833-48a8-9889-e7c0a9168108|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:41:54.449Z|af91c1d0-2833-48a8-9889-e7c0a9168108|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:41:56.120Z|4f6de341-eb06-4570-a4c0-12b3482906df|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:41:56.121Z|4f6de341-eb06-4570-a4c0-12b3482906df|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:41:56.640Z|2e6b02ae-9cdb-4aee-bdcc-f35b89f7406d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:41:56.641Z|2e6b02ae-9cdb-4aee-bdcc-f35b89f7406d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:42:01.302Z|bd42bc46-d049-44e6-b2c6-f202f63aece0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:42:01.303Z|bd42bc46-d049-44e6-b2c6-f202f63aece0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:42:04.485Z|d42f6822-dd9c-48b4-8622-2d6a4814dd0b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:42:04.486Z|d42f6822-dd9c-48b4-8622-2d6a4814dd0b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:42:05.089Z|4ea4b630-901e-444c-9e44-864381309feb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:42:05.090Z|4ea4b630-901e-444c-9e44-864381309feb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:42:06.677Z|a0f43616-90c3-4d10-8190-bc47fdd76b09|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:42:06.678Z|a0f43616-90c3-4d10-8190-bc47fdd76b09|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:42:11.335Z|029cf362-a701-49ac-8f4f-bf6e76499a91|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:42:11.335Z|029cf362-a701-49ac-8f4f-bf6e76499a91|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:42:14.521Z|9cc62a90-707a-4258-9636-ec4ff8a3c5cc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:42:14.523Z|9cc62a90-707a-4258-9636-ec4ff8a3c5cc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:42:16.712Z|338d03f7-e3bc-425d-a058-ce92a0e1da58|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:42:16.713Z|338d03f7-e3bc-425d-a058-ce92a0e1da58|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:42:20.089Z|0288c428-187f-4b55-b6be-f21e2b2b3bba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:42:20.094Z|0288c428-187f-4b55-b6be-f21e2b2b3bba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:42:20.277Z|0895c145-c893-4986-8e5d-c3fcffe6c9d2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:42:20.277Z|0895c145-c893-4986-8e5d-c3fcffe6c9d2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:42:21.370Z|bb33b095-9b4e-406b-b828-2aefbee90254|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:42:21.371Z|bb33b095-9b4e-406b-b828-2aefbee90254|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:42:24.553Z|5e8e2d15-87a7-464f-a02b-1416ef01a53d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:42:24.554Z|5e8e2d15-87a7-464f-a02b-1416ef01a53d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:42:26.749Z|51b69b27-7d96-4fed-b0fb-a4586aeaa222|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:42:26.750Z|51b69b27-7d96-4fed-b0fb-a4586aeaa222|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:42:31.403Z|48151b40-c3dc-4b96-8918-54545a331446|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:42:31.404Z|48151b40-c3dc-4b96-8918-54545a331446|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:42:34.586Z|b32a431c-5700-4457-8917-195d1bd24f29|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:42:34.587Z|b32a431c-5700-4457-8917-195d1bd24f29|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:42:35.089Z|a7da82f9-530c-4ace-87b8-1636c7220dc5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:42:35.091Z|a7da82f9-530c-4ace-87b8-1636c7220dc5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:42:36.781Z|f51ed391-3507-424b-a2e6-7aaf4a0a6759|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:42:36.783Z|f51ed391-3507-424b-a2e6-7aaf4a0a6759|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:42:41.437Z|940c8521-25d9-427d-b199-6efc7256a8a3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:42:41.439Z|940c8521-25d9-427d-b199-6efc7256a8a3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:42:44.616Z|b3866bc1-b614-4421-996b-a796660f1907|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:42:44.617Z|b3866bc1-b614-4421-996b-a796660f1907|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:42:46.841Z|37587612-4817-407a-a19b-041572c9cb7a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:42:46.843Z|37587612-4817-407a-a19b-041572c9cb7a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:42:50.089Z|c91aa4da-ee57-4a66-8df4-e1030886fc78|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:42:50.090Z|c91aa4da-ee57-4a66-8df4-e1030886fc78|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:42:50.278Z|1c8a83b0-1e32-43ac-bc8d-abcfa517220a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:42:50.279Z|1c8a83b0-1e32-43ac-bc8d-abcfa517220a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:42:51.473Z|aa798a47-eea8-4ac9-ac2e-0141fe626ec2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:42:51.474Z|aa798a47-eea8-4ac9-ac2e-0141fe626ec2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:42:54.652Z|a7659b62-eb33-4d64-91de-dcc1ceb5a5a6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:42:54.652Z|a7659b62-eb33-4d64-91de-dcc1ceb5a5a6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:42:56.117Z|9b82e17a-a38e-4d17-88a5-943416c08a0c|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:42:56.118Z|9b82e17a-a38e-4d17-88a5-943416c08a0c|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:42:56.881Z|2c8607ed-0fcb-41d3-b6b6-a3adc1e3d606|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:42:56.882Z|2c8607ed-0fcb-41d3-b6b6-a3adc1e3d606|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:43:01.521Z|f077c7c1-a72c-40a4-bfab-d232cf38bc1e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:43:01.521Z|f077c7c1-a72c-40a4-bfab-d232cf38bc1e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:43:04.693Z|81fcdae7-48cc-41c8-90ae-c6d06148cc51|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:43:04.695Z|81fcdae7-48cc-41c8-90ae-c6d06148cc51|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:43:05.089Z|e4f45b3d-7cc7-4295-9480-429e97c3be37|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:43:05.093Z|e4f45b3d-7cc7-4295-9480-429e97c3be37|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:43:06.915Z|81e42e60-0c71-415c-a2b4-6802556245fb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:43:06.917Z|81e42e60-0c71-415c-a2b4-6802556245fb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:43:11.559Z|c31faccd-da4a-4c82-978c-7243707f934b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:43:11.560Z|c31faccd-da4a-4c82-978c-7243707f934b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:43:14.735Z|3de42acb-1379-4521-9c41-65a0580c2b4d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:43:14.737Z|3de42acb-1379-4521-9c41-65a0580c2b4d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:43:16.951Z|c4478a21-8202-4885-97b4-05392af49886|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:43:16.952Z|c4478a21-8202-4885-97b4-05392af49886|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:43:20.089Z|c7792574-5781-4fea-a0b9-ec81f5d5142d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:43:20.090Z|c7792574-5781-4fea-a0b9-ec81f5d5142d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:43:20.280Z|cda2253b-1bb2-4c61-8454-5dcac0405aed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:43:20.281Z|cda2253b-1bb2-4c61-8454-5dcac0405aed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:43:21.597Z|e2e74a68-eeac-4fe4-b5fd-23a1b670fc13|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:43:21.598Z|e2e74a68-eeac-4fe4-b5fd-23a1b670fc13|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:43:24.773Z|5e82abbc-f34d-4780-ac3e-16b57a17886e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:43:24.774Z|5e82abbc-f34d-4780-ac3e-16b57a17886e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:43:26.986Z|ea904322-c1da-4093-9c79-3d0f17a8e8da|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:43:26.987Z|ea904322-c1da-4093-9c79-3d0f17a8e8da|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:43:31.627Z|9f5a6cc8-cdc7-4cc5-841d-6ca1e9a09ab6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:43:31.628Z|9f5a6cc8-cdc7-4cc5-841d-6ca1e9a09ab6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:43:34.808Z|987c04fc-eacb-417f-a7c8-966c378e5aa7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:43:34.809Z|987c04fc-eacb-417f-a7c8-966c378e5aa7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:43:35.089Z|07e850eb-ac87-459a-b9a3-0973fc68b8aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:43:35.090Z|07e850eb-ac87-459a-b9a3-0973fc68b8aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:43:37.018Z|916055e9-9462-4a5c-8adf-c894df924459|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:43:37.019Z|916055e9-9462-4a5c-8adf-c894df924459|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:43:41.662Z|c743f564-8bbe-41ee-b4ee-5f4670abe871|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:43:41.663Z|c743f564-8bbe-41ee-b4ee-5f4670abe871|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:43:44.843Z|2100c6b9-45f7-4ed4-9062-023357b25ded|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:43:44.844Z|2100c6b9-45f7-4ed4-9062-023357b25ded|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:43:47.054Z|824146bd-0027-402f-b6df-27f2d185c16e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:43:47.055Z|824146bd-0027-402f-b6df-27f2d185c16e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:43:50.089Z|a2508169-912f-4084-a226-850a840c2601|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:43:50.093Z|a2508169-912f-4084-a226-850a840c2601|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:43:50.282Z|1534eaa2-422a-4d6a-a9c8-80d6e7b27784|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:43:50.282Z|1534eaa2-422a-4d6a-a9c8-80d6e7b27784|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:43:51.694Z|22c5eb20-3c0b-499d-ba7c-3dde0088033e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:43:51.695Z|22c5eb20-3c0b-499d-ba7c-3dde0088033e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:43:54.875Z|acd27f5a-7429-41e4-8801-c74d29fd1e03|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:43:54.875Z|acd27f5a-7429-41e4-8801-c74d29fd1e03|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:43:56.118Z|0750bf35-ade8-4225-8eaa-4de74d89d38c|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:43:56.119Z|0750bf35-ade8-4225-8eaa-4de74d89d38c|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:43:57.087Z|5ee85644-fe8c-4c09-9462-cb320864f5a5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:43:57.088Z|5ee85644-fe8c-4c09-9462-cb320864f5a5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:44:01.728Z|aa7d28ad-644c-4c0a-892c-b005efd7f50f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:44:01.729Z|aa7d28ad-644c-4c0a-892c-b005efd7f50f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:44:04.908Z|8d92902e-48db-43ba-8d7a-5a28f96aca98|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:44:04.909Z|8d92902e-48db-43ba-8d7a-5a28f96aca98|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:44:05.089Z|a268d5cc-a158-431e-a0e2-000c9ab2f15d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:44:05.090Z|a268d5cc-a158-431e-a0e2-000c9ab2f15d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:44:07.124Z|b1df8a1e-75b0-4f71-8461-e3f4b21ef977|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:44:07.124Z|b1df8a1e-75b0-4f71-8461-e3f4b21ef977|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:44:11.766Z|8eb8fdeb-4eb4-4217-9907-f441981d78e6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:44:11.767Z|8eb8fdeb-4eb4-4217-9907-f441981d78e6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:44:14.940Z|6aa24b57-f2c0-408d-a18a-64dc54cb7c61|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:44:14.941Z|6aa24b57-f2c0-408d-a18a-64dc54cb7c61|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:44:17.156Z|1479f171-7456-4953-a46a-8effa214ffc4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:44:17.157Z|1479f171-7456-4953-a46a-8effa214ffc4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:44:20.089Z|03b71d50-86b9-49e1-a165-7468aa706a92|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:44:20.090Z|03b71d50-86b9-49e1-a165-7468aa706a92|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:44:20.283Z|92c061b5-6d3e-4618-b965-37bf2bc8b421|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:44:20.284Z|92c061b5-6d3e-4618-b965-37bf2bc8b421|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:44:21.803Z|b5edafae-bbb1-4bff-8cca-8a1398735bc6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:44:21.804Z|b5edafae-bbb1-4bff-8cca-8a1398735bc6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:44:24.970Z|798759dd-f3cb-4254-a2c1-b8eb5646731d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:44:24.971Z|798759dd-f3cb-4254-a2c1-b8eb5646731d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:44:27.192Z|8dfcc21e-e1ce-4933-a5b6-92b358c2ccf5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:44:27.192Z|8dfcc21e-e1ce-4933-a5b6-92b358c2ccf5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:44:31.838Z|a9e69205-ba22-466a-b82f-0d49dd23cef3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:44:31.839Z|a9e69205-ba22-466a-b82f-0d49dd23cef3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:44:34.999Z|81bf4bf8-5dbd-406e-94cc-3b3f28dfb838|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:44:35.000Z|81bf4bf8-5dbd-406e-94cc-3b3f28dfb838|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:44:35.089Z|00597513-a2f8-4138-9478-50ab1db5edb8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:44:35.093Z|00597513-a2f8-4138-9478-50ab1db5edb8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:44:37.227Z|e4fe7d7c-4e67-4cee-8b8a-d7b9a288810f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:44:37.228Z|e4fe7d7c-4e67-4cee-8b8a-d7b9a288810f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:44:41.876Z|17cf1750-4d6e-45d0-907e-44d56ebacda5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:44:41.877Z|17cf1750-4d6e-45d0-907e-44d56ebacda5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:44:45.029Z|a5b26c47-6e9b-4ffa-8f2c-e0a78687e383|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:44:45.030Z|a5b26c47-6e9b-4ffa-8f2c-e0a78687e383|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:44:47.258Z|7fcad710-3672-4b33-81b7-64f8be9a81fc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:44:47.258Z|7fcad710-3672-4b33-81b7-64f8be9a81fc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:44:50.089Z|88264c5e-cbac-47a7-9216-a59e0b14ccef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:44:50.090Z|88264c5e-cbac-47a7-9216-a59e0b14ccef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:44:50.284Z|933770d3-b29b-47f6-8e2a-e936b01f8290|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:44:50.285Z|933770d3-b29b-47f6-8e2a-e936b01f8290|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:44:51.909Z|6f4f76e0-ad17-4f60-b561-ef4d8897d241|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:44:51.910Z|6f4f76e0-ad17-4f60-b561-ef4d8897d241|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:44:55.061Z|2add9353-b9c2-4b7a-95eb-bb6b4be56e6c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:44:55.062Z|2add9353-b9c2-4b7a-95eb-bb6b4be56e6c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:44:56.117Z|884fadb1-0588-4c69-a93e-693ed65ef722|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:44:56.118Z|884fadb1-0588-4c69-a93e-693ed65ef722|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:44:57.292Z|f2bebf17-6362-44a5-b140-edd1ccf26b73|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:44:57.293Z|f2bebf17-6362-44a5-b140-edd1ccf26b73|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:45:01.943Z|018c39fc-7a52-4970-81c4-2b694eb5da95|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:45:01.945Z|018c39fc-7a52-4970-81c4-2b694eb5da95|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:45:05.089Z|a6330358-e225-4506-8c9c-63db00ab3198|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:45:05.090Z|a6330358-e225-4506-8c9c-63db00ab3198|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:45:05.096Z|c7968c94-2491-4ebf-b53a-c737c5aad4da|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:45:05.097Z|c7968c94-2491-4ebf-b53a-c737c5aad4da|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:45:07.326Z|195e2c73-ac35-4183-96f1-ee6b8164c321|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:45:07.327Z|195e2c73-ac35-4183-96f1-ee6b8164c321|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:45:11.979Z|1bc8037c-6be3-4d01-867b-a8d315610ca9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:45:11.980Z|1bc8037c-6be3-4d01-867b-a8d315610ca9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:45:15.132Z|5b741047-f309-4c8b-a6dd-3370669fbd21|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:45:15.133Z|5b741047-f309-4c8b-a6dd-3370669fbd21|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:45:17.358Z|f22b1a28-a9a5-41cc-bdb8-2b4091d151c9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:45:17.360Z|f22b1a28-a9a5-41cc-bdb8-2b4091d151c9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:45:20.089Z|0c5071a5-e8e9-4323-a5bc-0199414af585|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:45:20.094Z|0c5071a5-e8e9-4323-a5bc-0199414af585|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:45:20.286Z|351b06d7-fe64-42bc-a674-24a9c1859a67|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:45:20.286Z|351b06d7-fe64-42bc-a674-24a9c1859a67|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:45:22.013Z|391876ff-ccb9-47d4-831e-431b1f07c5d4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:45:22.014Z|391876ff-ccb9-47d4-831e-431b1f07c5d4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:45:25.172Z|1225e976-6562-4551-8888-89a6771f49b4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:45:25.175Z|1225e976-6562-4551-8888-89a6771f49b4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:45:27.392Z|6e0e1fa1-aea5-47eb-9c3c-42dc8d4e1fce|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:45:27.393Z|6e0e1fa1-aea5-47eb-9c3c-42dc8d4e1fce|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:45:32.040Z|e677e50a-3a9c-4345-b5fb-8c41e9f489b7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:45:32.041Z|e677e50a-3a9c-4345-b5fb-8c41e9f489b7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:45:35.089Z|712e5a80-bfc0-436b-b1fb-65efe94c3387|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:45:35.090Z|712e5a80-bfc0-436b-b1fb-65efe94c3387|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:45:35.209Z|a5265c68-eddf-4da8-8f15-a0cc2469a562|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:45:35.210Z|a5265c68-eddf-4da8-8f15-a0cc2469a562|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:45:37.425Z|5eb489a7-cee3-4ecd-89c7-234b45a0a274|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:45:37.427Z|5eb489a7-cee3-4ecd-89c7-234b45a0a274|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:45:42.071Z|0da30e28-f356-457c-b1b2-4404b37db313|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:45:42.072Z|0da30e28-f356-457c-b1b2-4404b37db313|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:45:45.241Z|1b3e5fcf-b68f-459b-8753-ea8574ccf83f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:45:45.242Z|1b3e5fcf-b68f-459b-8753-ea8574ccf83f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:45:47.458Z|096e9126-dc9b-41cc-a724-41cf781b3e2f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:45:47.458Z|096e9126-dc9b-41cc-a724-41cf781b3e2f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:45:50.089Z|99654858-7cca-42e1-8a15-e5f318a83c03|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:45:50.090Z|99654858-7cca-42e1-8a15-e5f318a83c03|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:45:50.287Z|5661601a-1496-4fba-85e7-4c0c00c830c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:45:50.288Z|5661601a-1496-4fba-85e7-4c0c00c830c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:45:52.105Z|2dd7d7ef-0a0a-4e6e-a3dc-d08ddb858d75|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:45:52.107Z|2dd7d7ef-0a0a-4e6e-a3dc-d08ddb858d75|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:45:55.279Z|9692b6f0-2910-4bbf-970e-6123df7ad12d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:45:55.280Z|9692b6f0-2910-4bbf-970e-6123df7ad12d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:45:56.117Z|a5f2d209-7e5d-4e9f-ae5c-7430e1927599|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:45:56.119Z|a5f2d209-7e5d-4e9f-ae5c-7430e1927599|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:45:57.490Z|405ec589-5e7f-47cc-9a84-a7c3a31ff2e8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:45:57.491Z|405ec589-5e7f-47cc-9a84-a7c3a31ff2e8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:46:02.140Z|a428408b-efb4-4ccc-b1b7-e214a73e5c80|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:46:02.141Z|a428408b-efb4-4ccc-b1b7-e214a73e5c80|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:46:05.089Z|4c77ac7b-b858-4e0c-b953-397316d0d4b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:46:05.094Z|4c77ac7b-b858-4e0c-b953-397316d0d4b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:46:05.315Z|101cc142-b5ed-4516-bd5f-f56e1941a40a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:46:05.316Z|101cc142-b5ed-4516-bd5f-f56e1941a40a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:46:07.524Z|4ed2ba39-62b1-46f2-9a85-3acf14e98cf1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:46:07.525Z|4ed2ba39-62b1-46f2-9a85-3acf14e98cf1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:46:12.174Z|b6596848-efbb-4cc7-9c55-e4e6c2f0f918|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:46:12.174Z|b6596848-efbb-4cc7-9c55-e4e6c2f0f918|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:46:15.349Z|1817b68e-dc35-420f-87a0-01c7a604e2c8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:46:15.350Z|1817b68e-dc35-420f-87a0-01c7a604e2c8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:46:17.559Z|fce31e7e-fd8f-4921-a357-abbe429eb395|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:46:17.560Z|fce31e7e-fd8f-4921-a357-abbe429eb395|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:46:20.089Z|2f6233a1-c01d-4513-9f03-8d2f2e0c0afd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:46:20.090Z|2f6233a1-c01d-4513-9f03-8d2f2e0c0afd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:46:20.289Z|63796704-10a2-46d4-bb9a-794000f0ae58|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:46:20.289Z|63796704-10a2-46d4-bb9a-794000f0ae58|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:46:22.201Z|a1a86fb6-686b-4d9f-8503-aafffef9fb28|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:46:22.202Z|a1a86fb6-686b-4d9f-8503-aafffef9fb28|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:46:25.383Z|336b02ac-841d-4f00-a198-15283e20716d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:46:25.384Z|336b02ac-841d-4f00-a198-15283e20716d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:46:27.605Z|77d168f0-6d86-45dc-8085-53bb9f6f403e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:46:27.606Z|77d168f0-6d86-45dc-8085-53bb9f6f403e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:46:32.229Z|08d07832-6fd8-4bb7-bdf1-dbd0510019a8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:46:32.231Z|08d07832-6fd8-4bb7-bdf1-dbd0510019a8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:46:35.089Z|8eb3c4fd-1578-40eb-9a13-282f133e5f1b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:46:35.090Z|8eb3c4fd-1578-40eb-9a13-282f133e5f1b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:46:35.423Z|11f1ba1d-d565-4e6d-aee2-56d515ac78f1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:46:35.424Z|11f1ba1d-d565-4e6d-aee2-56d515ac78f1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:46:37.641Z|aff603ae-c506-4f44-9daf-3bf369cf6250|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:46:37.642Z|aff603ae-c506-4f44-9daf-3bf369cf6250|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:46:42.268Z|6a5322e4-c44f-47a2-b78f-cd23b3e60309|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:46:42.269Z|6a5322e4-c44f-47a2-b78f-cd23b3e60309|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:46:45.460Z|c2d1fc3e-152b-40ce-a145-83a6b72f0049|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:46:45.461Z|c2d1fc3e-152b-40ce-a145-83a6b72f0049|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:46:47.678Z|85fff793-8a45-4dc0-8d24-969d19772a86|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:46:47.679Z|85fff793-8a45-4dc0-8d24-969d19772a86|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:46:50.089Z|ab0baa6f-1ac8-4722-b5ac-a295a7f6bee6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:46:50.094Z|ab0baa6f-1ac8-4722-b5ac-a295a7f6bee6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:46:50.290Z|2b037bd5-aa4b-4f6b-b25b-2c4053d283bb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:46:50.291Z|2b037bd5-aa4b-4f6b-b25b-2c4053d283bb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:46:52.302Z|5526ee5f-1923-4b8f-a725-328f24cb8189|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:46:52.304Z|5526ee5f-1923-4b8f-a725-328f24cb8189|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:46:55.497Z|a76bd45d-b59d-427e-9daf-ff3b39cfc266|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:46:55.499Z|a76bd45d-b59d-427e-9daf-ff3b39cfc266|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:46:56.117Z|f1706702-eae7-4c58-a11a-2d65306863d0|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:46:56.118Z|f1706702-eae7-4c58-a11a-2d65306863d0|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:46:57.713Z|9404fd84-4d94-4fd1-a40f-c54cb327c8b9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:46:57.714Z|9404fd84-4d94-4fd1-a40f-c54cb327c8b9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:47:02.335Z|633ece6a-de37-45db-bd11-97e883199628|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:47:02.336Z|633ece6a-de37-45db-bd11-97e883199628|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:47:05.089Z|c44e81ec-d9ce-4684-8156-a3a98385dccc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:47:05.090Z|c44e81ec-d9ce-4684-8156-a3a98385dccc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:47:05.532Z|0d91c457-4364-4992-bf64-2f0908400574|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:47:05.533Z|0d91c457-4364-4992-bf64-2f0908400574|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:47:07.747Z|6c526d79-92d4-4819-a806-b90578af5960|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:47:07.749Z|6c526d79-92d4-4819-a806-b90578af5960|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:47:12.383Z|9dc01095-17bc-460e-bb70-da0b45f87b02|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:47:12.384Z|9dc01095-17bc-460e-bb70-da0b45f87b02|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:47:15.576Z|00d95866-aaf9-4e30-b8dd-9bbe6b9173ff|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:47:15.577Z|00d95866-aaf9-4e30-b8dd-9bbe6b9173ff|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:47:17.782Z|b1b400e9-4fd5-4b6f-b985-301bd2e6c834|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:47:17.783Z|b1b400e9-4fd5-4b6f-b985-301bd2e6c834|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:47:20.089Z|28d0316f-87ea-41b9-8984-4ebb25319a10|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:47:20.090Z|28d0316f-87ea-41b9-8984-4ebb25319a10|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:47:20.292Z|8c63a360-c05b-4e8b-8c2a-1037451b77b4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:47:20.292Z|8c63a360-c05b-4e8b-8c2a-1037451b77b4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:47:22.423Z|ca6fc509-f8e0-4568-a86d-01409dcea972|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:47:22.424Z|ca6fc509-f8e0-4568-a86d-01409dcea972|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:47:25.612Z|1f045bfa-2c83-4f38-9481-46d47015aa3e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:47:25.613Z|1f045bfa-2c83-4f38-9481-46d47015aa3e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:47:27.818Z|2ffc988c-6c93-4a46-ae96-0d60d830b479|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:47:27.819Z|2ffc988c-6c93-4a46-ae96-0d60d830b479|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:47:32.458Z|da8d8fbb-aa63-42ea-bbd8-de5c95d5108e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:47:32.459Z|da8d8fbb-aa63-42ea-bbd8-de5c95d5108e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:47:35.089Z|766c68ea-9019-4ece-a03d-24348deb6584|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:47:35.094Z|766c68ea-9019-4ece-a03d-24348deb6584|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:47:35.651Z|c4d12138-c40a-4d2a-907f-c4b4ba7d80ae|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:47:35.653Z|c4d12138-c40a-4d2a-907f-c4b4ba7d80ae|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:47:37.855Z|ccee6351-f548-4acd-8cb3-01a95dcceff6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:47:37.855Z|ccee6351-f548-4acd-8cb3-01a95dcceff6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:47:42.493Z|600b0725-fc6d-4c96-ae6e-ceda5e49133a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:47:42.494Z|600b0725-fc6d-4c96-ae6e-ceda5e49133a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:47:45.687Z|9c5fc3a7-aeba-48d5-8e57-cac0e211a37b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:47:45.688Z|9c5fc3a7-aeba-48d5-8e57-cac0e211a37b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:47:47.896Z|582a40be-8158-40c5-a930-9e5c00864ed9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:47:47.897Z|582a40be-8158-40c5-a930-9e5c00864ed9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:47:50.089Z|bbdb7a45-0957-432a-9b78-8904259f439f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:47:50.090Z|bbdb7a45-0957-432a-9b78-8904259f439f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:47:50.293Z|c0fa42f2-6794-4541-bbcf-6736cbd97b54|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:47:50.294Z|c0fa42f2-6794-4541-bbcf-6736cbd97b54|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:47:52.530Z|4b6ea555-d63f-4542-916a-995ce9009e3b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:47:52.531Z|4b6ea555-d63f-4542-916a-995ce9009e3b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:47:55.720Z|d8168ba9-1a48-438f-acfc-1961a7040dcb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:47:55.722Z|d8168ba9-1a48-438f-acfc-1961a7040dcb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:47:56.119Z|9074bf32-2fb9-4d22-bff4-926f213e9dc2|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:47:56.119Z|9074bf32-2fb9-4d22-bff4-926f213e9dc2|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:47:57.929Z|fc7413d8-b56e-40f7-867e-6bb7ba5dcaf1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:47:57.930Z|fc7413d8-b56e-40f7-867e-6bb7ba5dcaf1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:48:02.563Z|6ffba47b-bbfc-46d4-b37f-bf73fa982bad|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:48:02.563Z|6ffba47b-bbfc-46d4-b37f-bf73fa982bad|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:48:05.089Z|2a6b5c1e-a5de-4468-a1b9-fd8dcdb523e8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:48:05.090Z|2a6b5c1e-a5de-4468-a1b9-fd8dcdb523e8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:48:05.756Z|c769e8ff-c9cd-476f-af14-884ceba1e8ed|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:48:05.757Z|c769e8ff-c9cd-476f-af14-884ceba1e8ed|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:48:07.964Z|940dcac7-cd98-448d-8c03-9853d1cbe535|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:48:07.965Z|940dcac7-cd98-448d-8c03-9853d1cbe535|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:48:12.596Z|98ac2655-c558-4530-b95d-865fc9e4cffb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:48:12.598Z|98ac2655-c558-4530-b95d-865fc9e4cffb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:48:15.792Z|7c891377-b7a2-4a68-91e0-a824a8dec71f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:48:15.793Z|7c891377-b7a2-4a68-91e0-a824a8dec71f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:48:18.000Z|36812d28-c7d4-4d20-a5dc-39773b33cfa3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:48:18.001Z|36812d28-c7d4-4d20-a5dc-39773b33cfa3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:48:20.089Z|65c36da5-142e-4a95-ba7b-42434c14c044|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:48:20.093Z|65c36da5-142e-4a95-ba7b-42434c14c044|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:48:20.295Z|f9874ab3-6f5f-4481-9a1d-2e2304ce8805|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:48:20.296Z|f9874ab3-6f5f-4481-9a1d-2e2304ce8805|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:48:22.631Z|71463c90-aa8a-46a7-be53-3af1020195ec|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:48:22.632Z|71463c90-aa8a-46a7-be53-3af1020195ec|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:48:25.827Z|8dd0bc84-88dd-4e02-977b-5c2d59ebcd6d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:48:25.829Z|8dd0bc84-88dd-4e02-977b-5c2d59ebcd6d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:48:28.045Z|071b7105-1796-4769-a3dd-fa8172f1a6b3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:48:28.045Z|071b7105-1796-4769-a3dd-fa8172f1a6b3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:48:32.669Z|1a3e3870-c538-484f-9c54-5b29df59881d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:48:32.670Z|1a3e3870-c538-484f-9c54-5b29df59881d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:48:35.089Z|b23beeae-f21e-4f30-8301-0bc203c2a6de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:48:35.090Z|b23beeae-f21e-4f30-8301-0bc203c2a6de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:48:35.872Z|3fa59c2b-4ed5-4e22-a6b0-fe695115551a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:48:35.873Z|3fa59c2b-4ed5-4e22-a6b0-fe695115551a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:48:38.080Z|4d520294-4984-4114-ba9d-18bd0b62d690|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:48:38.081Z|4d520294-4984-4114-ba9d-18bd0b62d690|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:48:42.707Z|e9abca5b-19d0-409b-8aed-dd31c694a850|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:48:42.708Z|e9abca5b-19d0-409b-8aed-dd31c694a850|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:48:45.914Z|571fa68c-69ea-4d3a-bd5f-0c8b29c3a24a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:48:45.915Z|571fa68c-69ea-4d3a-bd5f-0c8b29c3a24a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:48:48.125Z|41223fc1-d206-470c-b5f3-a7e8d4008a9d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:48:48.126Z|41223fc1-d206-470c-b5f3-a7e8d4008a9d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:48:50.089Z|d3b2ea83-65c9-40b1-a58b-7beb4a7b74ec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:48:50.090Z|d3b2ea83-65c9-40b1-a58b-7beb4a7b74ec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:48:50.297Z|295f8189-92d7-4466-b40f-58022051602e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:48:50.298Z|295f8189-92d7-4466-b40f-58022051602e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:48:52.746Z|e6e81804-2717-4479-addd-fb808fbd737c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:48:52.747Z|e6e81804-2717-4479-addd-fb808fbd737c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:48:55.950Z|c7a89d6e-5430-4cd6-947d-a0151d4e1f6d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:48:55.951Z|c7a89d6e-5430-4cd6-947d-a0151d4e1f6d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:48:56.118Z|b9936072-3476-4def-a849-749e5a8caa9b|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:48:56.119Z|b9936072-3476-4def-a849-749e5a8caa9b|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:48:58.159Z|beee7715-1592-4c1c-8545-f9d606346316|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:48:58.160Z|beee7715-1592-4c1c-8545-f9d606346316|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:49:02.783Z|93481743-2b5e-478a-a724-6d5c31a74e13|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:49:02.784Z|93481743-2b5e-478a-a724-6d5c31a74e13|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:49:05.089Z|7a43dab0-ce12-4899-b07a-766e6b4cef23|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:49:05.093Z|7a43dab0-ce12-4899-b07a-766e6b4cef23|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:49:05.983Z|fbe0f9a0-ba2b-4761-8b15-16577a1f5546|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:49:05.984Z|fbe0f9a0-ba2b-4761-8b15-16577a1f5546|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:49:08.199Z|47dba280-91d2-4583-8a0a-50c316858267|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:49:08.200Z|47dba280-91d2-4583-8a0a-50c316858267|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:49:12.819Z|73018096-5a41-4992-aa5b-770053ea2de8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:49:12.820Z|73018096-5a41-4992-aa5b-770053ea2de8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:49:16.021Z|14229fa5-7129-4cc1-9b74-14c9d9a4033b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:49:16.022Z|14229fa5-7129-4cc1-9b74-14c9d9a4033b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:49:18.233Z|5bbf63b3-b05a-4f69-8103-67aff5801090|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:49:18.234Z|5bbf63b3-b05a-4f69-8103-67aff5801090|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:49:20.089Z|26f60b13-ee12-47e3-a722-9bdc71c504d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:49:20.090Z|26f60b13-ee12-47e3-a722-9bdc71c504d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:49:20.299Z|7fe65f75-6e40-419c-8552-799cdaaf3911|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:49:20.299Z|7fe65f75-6e40-419c-8552-799cdaaf3911|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:49:22.858Z|c6790e27-a8a1-4ac8-92d7-f0b3419979aa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:49:22.859Z|c6790e27-a8a1-4ac8-92d7-f0b3419979aa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:49:26.061Z|8dcf76ab-3caa-4532-af7e-fa375f085565|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:49:26.061Z|8dcf76ab-3caa-4532-af7e-fa375f085565|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:49:28.286Z|7acfce87-3ea4-47e7-955f-bd74e2cda657|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:49:28.287Z|7acfce87-3ea4-47e7-955f-bd74e2cda657|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:49:32.892Z|1cdc502f-8e69-41a7-aafa-7c8001cdd575|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:49:32.892Z|1cdc502f-8e69-41a7-aafa-7c8001cdd575|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:49:35.089Z|bf68318f-d99a-4949-b001-3a9c192f5d34|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:49:35.090Z|bf68318f-d99a-4949-b001-3a9c192f5d34|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:49:36.107Z|e81b3d6f-6a37-4f6c-9ff9-422790e3ba2d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:49:36.109Z|e81b3d6f-6a37-4f6c-9ff9-422790e3ba2d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:49:38.320Z|3d97b7cb-b5c9-4326-8a45-a482d6bb9cd1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:49:38.322Z|3d97b7cb-b5c9-4326-8a45-a482d6bb9cd1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:49:42.924Z|e405ee9c-fe4b-406a-be95-199e1ef88d31|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:49:42.926Z|e405ee9c-fe4b-406a-be95-199e1ef88d31|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:49:46.143Z|629fd7e6-0a70-4731-8d78-2f2c159858c0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:49:46.144Z|629fd7e6-0a70-4731-8d78-2f2c159858c0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:49:48.356Z|53a0dc42-d43c-40c9-8e68-a8fd77bf2147|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:49:48.357Z|53a0dc42-d43c-40c9-8e68-a8fd77bf2147|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:49:50.089Z|d959e9f3-7582-42a9-8096-48cfafce2e38|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:49:50.093Z|d959e9f3-7582-42a9-8096-48cfafce2e38|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:49:50.300Z|ab709c5e-640d-40a4-92a9-20e519bc160d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:49:50.301Z|ab709c5e-640d-40a4-92a9-20e519bc160d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:49:52.960Z|e0c16deb-943b-47d0-b987-39a12e92b848|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:49:52.961Z|e0c16deb-943b-47d0-b987-39a12e92b848|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:49:56.118Z|a9fa8137-2944-4a6c-b252-5b6afc1198d1|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:49:56.120Z|a9fa8137-2944-4a6c-b252-5b6afc1198d1|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:49:56.175Z|70567f10-260c-4963-9990-75d156ac053b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:49:56.175Z|70567f10-260c-4963-9990-75d156ac053b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:49:58.393Z|ab4f9d17-01ed-4e8b-a5a4-6700a16b37e1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:49:58.394Z|ab4f9d17-01ed-4e8b-a5a4-6700a16b37e1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:50:02.998Z|c3db3f99-03e1-458c-859c-23b40c1bc2a9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:50:02.999Z|c3db3f99-03e1-458c-859c-23b40c1bc2a9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:50:05.089Z|717bfee8-f394-49cc-b9f1-4faa754183fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:50:05.090Z|717bfee8-f394-49cc-b9f1-4faa754183fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:50:06.208Z|1f0a0250-c768-48eb-bb82-6a31423a0271|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:50:06.209Z|1f0a0250-c768-48eb-bb82-6a31423a0271|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:50:08.432Z|8b98e862-188a-4bcf-bc49-235e5e3329a5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:50:08.433Z|8b98e862-188a-4bcf-bc49-235e5e3329a5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:50:13.031Z|e3ae68f5-cf34-4f51-baaa-41bb415e1f2f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:50:13.032Z|e3ae68f5-cf34-4f51-baaa-41bb415e1f2f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:50:16.238Z|013766c0-1d1e-4623-9caf-8a06c3a98eaf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:50:16.239Z|013766c0-1d1e-4623-9caf-8a06c3a98eaf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:50:18.468Z|425a1f69-218c-4e74-a00b-d915bcbfc6d6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:50:18.469Z|425a1f69-218c-4e74-a00b-d915bcbfc6d6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:50:20.089Z|74849ab8-bac3-4e10-8707-96d23de160a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:50:20.090Z|74849ab8-bac3-4e10-8707-96d23de160a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:50:20.302Z|70b35010-890b-43ec-8bf2-665ab6666007|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:50:20.303Z|70b35010-890b-43ec-8bf2-665ab6666007|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:50:23.065Z|84d2b732-517e-41fc-8d86-1322681177fd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:50:23.066Z|84d2b732-517e-41fc-8d86-1322681177fd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:50:26.269Z|7afe9d74-7e5b-4def-b70a-635e0ec8f305|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:50:26.270Z|7afe9d74-7e5b-4def-b70a-635e0ec8f305|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:50:28.509Z|271db305-013a-42b9-828d-c841a702614f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:50:28.510Z|271db305-013a-42b9-828d-c841a702614f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:50:33.099Z|aea01243-2c5f-47f5-80a2-c06aec50e029|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:50:33.100Z|aea01243-2c5f-47f5-80a2-c06aec50e029|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:50:35.089Z|77157b99-8235-486d-af16-6663305a24eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:50:35.093Z|77157b99-8235-486d-af16-6663305a24eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:50:36.302Z|a6d2fafa-3cd1-4c65-b244-1318817c6d7e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:50:36.304Z|a6d2fafa-3cd1-4c65-b244-1318817c6d7e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:50:38.542Z|e3e5e3ee-1329-4825-a107-8e939e8b5d0f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:50:38.543Z|e3e5e3ee-1329-4825-a107-8e939e8b5d0f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:50:43.133Z|a19fcb5a-f245-4b89-ae19-9fb20403ca56|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:50:43.135Z|a19fcb5a-f245-4b89-ae19-9fb20403ca56|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:50:46.337Z|43d97dee-8dcd-475c-93cc-defc1731cce4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:50:46.339Z|43d97dee-8dcd-475c-93cc-defc1731cce4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:50:48.577Z|7fcab1ea-44de-4e90-ba1a-27130fea65ec|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:50:48.578Z|7fcab1ea-44de-4e90-ba1a-27130fea65ec|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:50:50.089Z|bef76781-b4d8-4d2a-ae38-761ba32217d9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:50:50.090Z|bef76781-b4d8-4d2a-ae38-761ba32217d9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:50:50.304Z|c7cf82e0-2ac8-4e5e-a0d5-ea060db78aa2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:50:50.304Z|c7cf82e0-2ac8-4e5e-a0d5-ea060db78aa2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:50:53.169Z|82e327b0-1c8f-420f-823c-fd181ad2c899|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:50:53.170Z|82e327b0-1c8f-420f-823c-fd181ad2c899|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:50:56.116Z|c0148f5f-01f5-44ac-93de-8a2d1bf24dce|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:50:56.117Z|c0148f5f-01f5-44ac-93de-8a2d1bf24dce|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:50:56.369Z|59a5b183-e443-46e1-ac15-8b58dd709850|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:50:56.370Z|59a5b183-e443-46e1-ac15-8b58dd709850|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:50:58.607Z|2b7ca47d-378b-4203-b8b1-cfea80483853|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:50:58.608Z|2b7ca47d-378b-4203-b8b1-cfea80483853|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:51:03.203Z|6e7cbeda-389d-45cc-8d41-f433472f9007|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:51:03.204Z|6e7cbeda-389d-45cc-8d41-f433472f9007|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:51:05.089Z|07edd13c-600b-4d75-b754-5c1c154f5022|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:51:05.090Z|07edd13c-600b-4d75-b754-5c1c154f5022|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:51:06.403Z|adb6b43c-39c9-4a8c-8c52-9a7fbb164c48|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:51:06.404Z|adb6b43c-39c9-4a8c-8c52-9a7fbb164c48|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:51:08.638Z|fc08c24e-5183-4e66-84af-679593f04085|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:51:08.640Z|fc08c24e-5183-4e66-84af-679593f04085|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:51:13.236Z|99b11066-898c-40c6-aec4-214e5d586c52|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:51:13.238Z|99b11066-898c-40c6-aec4-214e5d586c52|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:51:16.437Z|a394d5db-945c-4218-b5e1-d068472b24f5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:51:16.438Z|a394d5db-945c-4218-b5e1-d068472b24f5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:51:18.670Z|05e672aa-6345-4ea0-a213-7c47ffaf6b9a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:51:18.671Z|05e672aa-6345-4ea0-a213-7c47ffaf6b9a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:51:20.089Z|8327330b-c5aa-4781-9fb0-93ee97ad4f54|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:51:20.094Z|8327330b-c5aa-4781-9fb0-93ee97ad4f54|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:51:20.305Z|00b544ad-db32-4fd5-b094-9ee7935b5eba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:51:20.306Z|00b544ad-db32-4fd5-b094-9ee7935b5eba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:51:23.270Z|e0fea968-ccfd-41a3-809b-9ba1d2c7265b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:51:23.271Z|e0fea968-ccfd-41a3-809b-9ba1d2c7265b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:51:26.472Z|5239d232-8e06-42eb-a6da-fc01bf66d2ce|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:51:26.473Z|5239d232-8e06-42eb-a6da-fc01bf66d2ce|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:51:28.705Z|a45e5fda-527a-403f-a1c8-155b84e3aa27|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:51:28.706Z|a45e5fda-527a-403f-a1c8-155b84e3aa27|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:51:33.304Z|72154fa2-c7af-4880-97ab-0ec922308829|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:51:33.305Z|72154fa2-c7af-4880-97ab-0ec922308829|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:51:35.089Z|0a5e5797-d8b0-45c8-aa99-6b11b6ba3f5e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:51:35.090Z|0a5e5797-d8b0-45c8-aa99-6b11b6ba3f5e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:51:36.513Z|db57290c-f030-4fd8-a187-1884e148e6f6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:51:36.514Z|db57290c-f030-4fd8-a187-1884e148e6f6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:51:38.759Z|216bce32-beb7-40cc-8b1f-a8e28599a634|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:51:38.761Z|216bce32-beb7-40cc-8b1f-a8e28599a634|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:51:43.361Z|865715ed-2e53-497d-80eb-ce8548644262|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:51:43.363Z|865715ed-2e53-497d-80eb-ce8548644262|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:51:46.543Z|e28f6d26-5e49-4b41-818f-60cac6adb6ee|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:51:46.544Z|e28f6d26-5e49-4b41-818f-60cac6adb6ee|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:51:48.800Z|a2f4c025-e067-477f-b1a1-3b4e0d7fa5fd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:51:48.801Z|a2f4c025-e067-477f-b1a1-3b4e0d7fa5fd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:51:50.089Z|b176d047-4909-4672-be22-b3125a7b5c27|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:51:50.090Z|b176d047-4909-4672-be22-b3125a7b5c27|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:51:50.307Z|f5be47f1-2b57-4546-9d4c-4da9f4d3dbb2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:51:50.307Z|f5be47f1-2b57-4546-9d4c-4da9f4d3dbb2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:51:53.409Z|169eab65-0cdd-4685-8c11-ca9a08ff6ddf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:51:53.410Z|169eab65-0cdd-4685-8c11-ca9a08ff6ddf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:51:56.120Z|8d7ca990-707a-494e-8070-6af35174850d|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:51:56.121Z|8d7ca990-707a-494e-8070-6af35174850d|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:51:56.583Z|39d9d70b-ae98-471b-b020-81b270b9e381|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:51:56.584Z|39d9d70b-ae98-471b-b020-81b270b9e381|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:51:58.836Z|da60dc96-53a8-46ea-a957-4cbb731c69a5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:51:58.837Z|da60dc96-53a8-46ea-a957-4cbb731c69a5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:52:03.438Z|69d4bc3e-32db-4a56-8864-f285d3083b9a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:52:03.439Z|69d4bc3e-32db-4a56-8864-f285d3083b9a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:52:05.089Z|04a6981a-e58a-481e-b986-45ad5490aca2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:52:05.093Z|04a6981a-e58a-481e-b986-45ad5490aca2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:52:06.617Z|ea831653-08a6-44ed-93f4-5ccfd6c276cb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:52:06.620Z|ea831653-08a6-44ed-93f4-5ccfd6c276cb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:52:08.874Z|6b7a40f6-8847-40bf-a934-bd2bf033083f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:52:08.877Z|6b7a40f6-8847-40bf-a934-bd2bf033083f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:52:13.470Z|2d94db2c-0c56-401c-bc5d-0d46cfd14989|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:52:13.471Z|2d94db2c-0c56-401c-bc5d-0d46cfd14989|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:52:16.672Z|39822077-09ce-40c4-ba5a-0def446f6427|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:52:16.673Z|39822077-09ce-40c4-ba5a-0def446f6427|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:52:18.911Z|8a422660-a829-4822-b816-e5a4f320f887|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:52:18.912Z|8a422660-a829-4822-b816-e5a4f320f887|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:52:20.089Z|e1adf495-288e-4013-9bc3-c1b16d2fb22f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:52:20.090Z|e1adf495-288e-4013-9bc3-c1b16d2fb22f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:52:20.308Z|82ea9dba-499c-4208-ae19-f04da50968c1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:52:20.309Z|82ea9dba-499c-4208-ae19-f04da50968c1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:52:23.509Z|3fdb35fc-9a90-4e53-a07a-9c2f257f56e1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:52:23.510Z|3fdb35fc-9a90-4e53-a07a-9c2f257f56e1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:52:26.708Z|601b49e3-656a-49c3-8c2c-b5222a635467|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:52:26.709Z|601b49e3-656a-49c3-8c2c-b5222a635467|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:52:28.946Z|61faedca-921d-4a2e-bbc7-ec175aaecae6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:52:28.947Z|61faedca-921d-4a2e-bbc7-ec175aaecae6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:52:33.534Z|da099761-8056-49cb-99b4-88d70f0cc9c7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:52:33.535Z|da099761-8056-49cb-99b4-88d70f0cc9c7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:52:35.089Z|b46f57fb-bb1d-48d3-976b-46e462de37d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:52:35.090Z|b46f57fb-bb1d-48d3-976b-46e462de37d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:52:36.743Z|52c4f42d-d367-4ca9-925b-2201bb094439|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:52:36.745Z|52c4f42d-d367-4ca9-925b-2201bb094439|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:52:38.983Z|20ce7634-4925-4584-9071-bd4a51a9daff|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:52:38.984Z|20ce7634-4925-4584-9071-bd4a51a9daff|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:52:43.561Z|a37caf00-23a0-47e8-9aa7-e73b28958fa9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:52:43.562Z|a37caf00-23a0-47e8-9aa7-e73b28958fa9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:52:46.779Z|dc129ef6-1271-4d60-b2a0-e330c6591f67|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:52:46.779Z|dc129ef6-1271-4d60-b2a0-e330c6591f67|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:52:49.017Z|53297db3-bb68-4df1-ba42-01a3a5f3dacc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:52:49.018Z|53297db3-bb68-4df1-ba42-01a3a5f3dacc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:52:50.089Z|9e604c89-e71c-441c-8903-b371987faf56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:52:50.094Z|9e604c89-e71c-441c-8903-b371987faf56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:52:50.310Z|d7dad270-e101-41a4-8d68-e5f4b081f271|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:52:50.310Z|d7dad270-e101-41a4-8d68-e5f4b081f271|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:52:53.592Z|fb88211e-8b23-49bb-8c00-425e606ef476|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:52:53.593Z|fb88211e-8b23-49bb-8c00-425e606ef476|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:52:56.117Z|896e2914-3d69-4a8f-864c-9d34da17e5e1|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:52:56.118Z|896e2914-3d69-4a8f-864c-9d34da17e5e1|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:52:56.814Z|c76d6c5f-3af2-4b2a-b8e0-378ca9de4867|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:52:56.815Z|c76d6c5f-3af2-4b2a-b8e0-378ca9de4867|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:52:59.051Z|25a2c3bc-ca93-4483-8f6c-5947d8febdb0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:52:59.052Z|25a2c3bc-ca93-4483-8f6c-5947d8febdb0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:53:03.624Z|8c4b493e-2263-4d71-9ba6-593f0996fa5a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:53:03.624Z|8c4b493e-2263-4d71-9ba6-593f0996fa5a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:53:05.089Z|c695b38d-e59a-4390-ac78-b76faa0d8cd0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:53:05.090Z|c695b38d-e59a-4390-ac78-b76faa0d8cd0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:53:06.850Z|3c90ce14-fdc1-41bc-95e4-3689c2cbe04b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:53:06.850Z|3c90ce14-fdc1-41bc-95e4-3689c2cbe04b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:53:09.083Z|c639d78c-b981-4b89-a431-a9a265694095|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:53:09.083Z|c639d78c-b981-4b89-a431-a9a265694095|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:53:13.658Z|3dad8eb9-e076-41b8-b617-71b320791922|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:53:13.659Z|3dad8eb9-e076-41b8-b617-71b320791922|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:53:16.885Z|8a592007-e777-4206-b049-8364341127ad|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:53:16.886Z|8a592007-e777-4206-b049-8364341127ad|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:53:19.117Z|8f25170d-2d6c-4294-a43d-7dd4db688b7c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:53:19.118Z|8f25170d-2d6c-4294-a43d-7dd4db688b7c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:53:20.089Z|df3a970f-9bae-4312-8431-ae773d4f6b9f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:53:20.089Z|df3a970f-9bae-4312-8431-ae773d4f6b9f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:53:20.311Z|fc5bca80-37e2-48e5-81e2-d85d8a10bbc3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:53:20.312Z|fc5bca80-37e2-48e5-81e2-d85d8a10bbc3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:53:23.691Z|8e6df971-e9f5-4a79-a82a-b9497ec07b97|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:53:23.693Z|8e6df971-e9f5-4a79-a82a-b9497ec07b97|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:53:26.917Z|b8b63b1c-1baf-4ab6-abae-0e6cbeae39b4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:53:26.918Z|b8b63b1c-1baf-4ab6-abae-0e6cbeae39b4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:53:29.155Z|dedd950d-37ab-4bcf-afac-f95a06183070|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:53:29.156Z|dedd950d-37ab-4bcf-afac-f95a06183070|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:53:33.726Z|9b2e3206-dfec-46ec-a8d5-bfee8b6b6548|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:53:33.727Z|9b2e3206-dfec-46ec-a8d5-bfee8b6b6548|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:53:35.089Z|acf40c78-822f-482f-b937-75f5d99b4cd5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:53:35.094Z|acf40c78-822f-482f-b937-75f5d99b4cd5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:53:36.959Z|e5949deb-9522-4860-ab07-adfa7fc2e498|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:53:36.960Z|e5949deb-9522-4860-ab07-adfa7fc2e498|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:53:39.192Z|d584a79d-8472-4b11-b995-4d1ca92c9ecd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:53:39.193Z|d584a79d-8472-4b11-b995-4d1ca92c9ecd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:53:43.768Z|56ee88ad-51e4-4c98-ad42-8ecb6b30ade0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:53:43.770Z|56ee88ad-51e4-4c98-ad42-8ecb6b30ade0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:53:46.993Z|02fcca66-733b-49fb-8c91-61f110030a3d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:53:46.994Z|02fcca66-733b-49fb-8c91-61f110030a3d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:53:49.227Z|2f9e4264-87ea-48a8-ac08-f542fcdba0cc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:53:49.228Z|2f9e4264-87ea-48a8-ac08-f542fcdba0cc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:53:50.089Z|f9ba0d8e-63f1-4ba2-af90-1a09d6aec9ec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:53:50.090Z|f9ba0d8e-63f1-4ba2-af90-1a09d6aec9ec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:53:50.313Z|bb7d81cc-8755-44f9-9c65-02d323e7ffd5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:53:50.313Z|bb7d81cc-8755-44f9-9c65-02d323e7ffd5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:53:53.802Z|95a8a6fe-4c25-48f9-a908-6e75192a5694|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:53:53.803Z|95a8a6fe-4c25-48f9-a908-6e75192a5694|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:53:56.117Z|287328e6-9618-47b2-9aea-aa7ec335bf8c|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:53:56.118Z|287328e6-9618-47b2-9aea-aa7ec335bf8c|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:53:57.029Z|df1662d8-f571-4eb3-8d4e-941ff0d8cd70|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:53:57.031Z|df1662d8-f571-4eb3-8d4e-941ff0d8cd70|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:53:59.264Z|83a4eda5-ea5d-4a7a-824c-25c9f09cd334|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:53:59.265Z|83a4eda5-ea5d-4a7a-824c-25c9f09cd334|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:54:03.856Z|6a7967f1-4943-46d5-a9cc-2e0c9aa73426|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:54:03.857Z|6a7967f1-4943-46d5-a9cc-2e0c9aa73426|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:54:05.089Z|88c07b50-bbea-45ee-84de-e50a069c4271|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:54:05.090Z|88c07b50-bbea-45ee-84de-e50a069c4271|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:54:07.064Z|3e6a3d21-2d36-4e0d-852a-df2f6edb97e2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:54:07.065Z|3e6a3d21-2d36-4e0d-852a-df2f6edb97e2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:54:09.299Z|a4e1c387-6ba7-4eb6-9bf1-593748d4671e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:54:09.300Z|a4e1c387-6ba7-4eb6-9bf1-593748d4671e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:54:13.882Z|47f8813e-a5b9-4818-82c8-cac0be474857|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:54:13.883Z|47f8813e-a5b9-4818-82c8-cac0be474857|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:54:17.100Z|5275f862-188b-400a-aa2b-9e41429bda4b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:54:17.101Z|5275f862-188b-400a-aa2b-9e41429bda4b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:54:19.331Z|0bf9c222-14e5-4cd6-bc74-922c97260209|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:54:19.332Z|0bf9c222-14e5-4cd6-bc74-922c97260209|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:54:20.089Z|227f37e4-a2a1-4fe7-b289-c637fae48195|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:54:20.094Z|227f37e4-a2a1-4fe7-b289-c637fae48195|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:54:20.314Z|2b0abb09-9c27-4a87-b4d9-9c5e476c195f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:54:20.315Z|2b0abb09-9c27-4a87-b4d9-9c5e476c195f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:54:23.907Z|0516d424-1892-4a44-a21c-3bb4da31f561|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:54:23.908Z|0516d424-1892-4a44-a21c-3bb4da31f561|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:54:27.139Z|fa4259db-0791-434d-a31c-6d030d92f96f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:54:27.140Z|fa4259db-0791-434d-a31c-6d030d92f96f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:54:29.364Z|49251d20-b515-4700-b77e-93ba57280e55|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:54:29.365Z|49251d20-b515-4700-b77e-93ba57280e55|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:54:33.941Z|f0ea3bd5-350e-4a14-9a3d-20f742618174|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:54:33.942Z|f0ea3bd5-350e-4a14-9a3d-20f742618174|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:54:35.089Z|b58cf80e-139b-4f4b-82e2-932b9d1e1d64|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:54:35.091Z|b58cf80e-139b-4f4b-82e2-932b9d1e1d64|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:54:37.172Z|0ab88de4-ca7f-42f3-bfdc-ffb315b30828|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:54:37.172Z|0ab88de4-ca7f-42f3-bfdc-ffb315b30828|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:54:39.398Z|baab9bd5-2dfe-4dd4-9e7c-853d49d1ea83|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:54:39.399Z|baab9bd5-2dfe-4dd4-9e7c-853d49d1ea83|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:54:43.990Z|35cb5030-145b-4563-a38f-6ecf99e5a86b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:54:43.992Z|35cb5030-145b-4563-a38f-6ecf99e5a86b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:54:47.204Z|12956dbc-4587-4575-99d3-b2c873409318|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:54:47.205Z|12956dbc-4587-4575-99d3-b2c873409318|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:54:49.436Z|4fccc7dc-abcd-4a14-a779-6a8065540a1b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:54:49.437Z|4fccc7dc-abcd-4a14-a779-6a8065540a1b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:54:50.089Z|f68eab0a-7a16-4978-87f7-d38ad53cd72b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:54:50.090Z|f68eab0a-7a16-4978-87f7-d38ad53cd72b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:54:50.316Z|47fb473d-072d-4af1-a4bb-5f2a125408ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:54:50.317Z|47fb473d-072d-4af1-a4bb-5f2a125408ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:54:54.026Z|83fcaf01-cb03-439f-9bb8-9511a180ad31|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:54:54.027Z|83fcaf01-cb03-439f-9bb8-9511a180ad31|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:54:56.119Z|416e5bf1-8ac8-48a1-a8a5-79a70b8d497d|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:54:56.120Z|416e5bf1-8ac8-48a1-a8a5-79a70b8d497d|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:54:57.271Z|768a0dfa-7344-4ccb-be2f-42d182c6204e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:54:57.273Z|768a0dfa-7344-4ccb-be2f-42d182c6204e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:54:59.475Z|c42f45ef-9750-435e-abc1-cde299df29e3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:54:59.477Z|c42f45ef-9750-435e-abc1-cde299df29e3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:55:04.060Z|87e28dad-d032-47ed-bcaf-b46459ab9039|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:55:04.060Z|87e28dad-d032-47ed-bcaf-b46459ab9039|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:55:05.089Z|2bce66f9-1e24-486a-842d-977a0afb61dc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:55:05.094Z|2bce66f9-1e24-486a-842d-977a0afb61dc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:55:07.323Z|e7ef0c6d-28dc-4f62-a3de-31ec288d011d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:55:07.325Z|e7ef0c6d-28dc-4f62-a3de-31ec288d011d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:55:09.513Z|9e32bb87-a0c1-4409-b5b7-9d34222044b3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:55:09.514Z|9e32bb87-a0c1-4409-b5b7-9d34222044b3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:55:14.097Z|ab58990f-80d8-4ce9-9c5c-5d2414054866|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:55:14.098Z|ab58990f-80d8-4ce9-9c5c-5d2414054866|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:55:17.403Z|26350fe3-fe53-4971-b0a8-2a44de079208|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:55:17.407Z|26350fe3-fe53-4971-b0a8-2a44de079208|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:55:19.547Z|efe7278a-c2af-4b26-b0c1-9d75e2f37252|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:55:19.548Z|efe7278a-c2af-4b26-b0c1-9d75e2f37252|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:55:20.089Z|d84f043c-97a7-4cb6-835f-d21d0705758f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:55:20.090Z|d84f043c-97a7-4cb6-835f-d21d0705758f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:55:20.318Z|476d246c-5e45-43ad-9d13-cfca0fb68142|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:55:20.319Z|476d246c-5e45-43ad-9d13-cfca0fb68142|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:55:24.135Z|a249ae42-543d-4de7-adf1-e6f60e9c122d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:55:24.137Z|a249ae42-543d-4de7-adf1-e6f60e9c122d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:55:27.453Z|282c0080-9859-40b7-86a7-410269097f3c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:55:27.454Z|282c0080-9859-40b7-86a7-410269097f3c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:55:29.582Z|4c72f013-70bf-4c9d-920d-e942cc126762|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:55:29.583Z|4c72f013-70bf-4c9d-920d-e942cc126762|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:55:34.167Z|56945bc4-691d-4197-89a1-c4df2585a905|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:55:34.168Z|56945bc4-691d-4197-89a1-c4df2585a905|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:55:35.089Z|5994fee7-f4d7-4706-93ed-4252abf15cf9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:55:35.090Z|5994fee7-f4d7-4706-93ed-4252abf15cf9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:55:37.487Z|c957a8da-89fd-4700-844f-427e638201d5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:55:37.488Z|c957a8da-89fd-4700-844f-427e638201d5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:55:39.619Z|2d8b39b1-63a2-43e6-b017-693da5afe636|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:55:39.620Z|2d8b39b1-63a2-43e6-b017-693da5afe636|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:55:44.196Z|fa4be64c-9104-49a4-b0c2-712edcf2d446|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:55:44.197Z|fa4be64c-9104-49a4-b0c2-712edcf2d446|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:55:47.518Z|f80a5401-2317-499b-8f25-9681d898bd26|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:55:47.519Z|f80a5401-2317-499b-8f25-9681d898bd26|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:55:49.651Z|e81e0906-4108-4ff8-a9f0-397d76294068|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:55:49.652Z|e81e0906-4108-4ff8-a9f0-397d76294068|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:55:50.089Z|17d9dbc1-e5f7-4def-a1db-72b04b66d826|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:55:50.093Z|17d9dbc1-e5f7-4def-a1db-72b04b66d826|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:55:50.319Z|54515355-5786-47b4-8a88-4a5e563763da|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:55:50.320Z|54515355-5786-47b4-8a88-4a5e563763da|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:55:54.230Z|d104e088-6031-4050-a5c9-c52927888f3b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:55:54.231Z|d104e088-6031-4050-a5c9-c52927888f3b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:55:56.119Z|2aaa0c80-63fd-4b75-bcc0-656f98e6b2b9|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:55:56.120Z|2aaa0c80-63fd-4b75-bcc0-656f98e6b2b9|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:55:57.552Z|43106c9c-d92e-45d1-a656-fd3d60357525|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:55:57.553Z|43106c9c-d92e-45d1-a656-fd3d60357525|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:55:59.684Z|e2bb4e39-6939-4c53-870f-adc068e5ca47|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:55:59.685Z|e2bb4e39-6939-4c53-870f-adc068e5ca47|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:56:04.262Z|082bc735-a879-4cb3-8b06-7ee909c4331e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:56:04.263Z|082bc735-a879-4cb3-8b06-7ee909c4331e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:56:05.089Z|1c1f5bac-353c-4d6b-b1d5-2cf93d1f87c0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:56:05.090Z|1c1f5bac-353c-4d6b-b1d5-2cf93d1f87c0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:56:07.586Z|5f739919-9b3f-4554-aa4e-4054652861fd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:56:07.587Z|5f739919-9b3f-4554-aa4e-4054652861fd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:56:09.718Z|767c0296-57e7-4b47-8c09-596fcb853344|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:56:09.719Z|767c0296-57e7-4b47-8c09-596fcb853344|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:56:14.298Z|04fa7dd6-2b37-438f-ad76-b784648e335b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:56:14.299Z|04fa7dd6-2b37-438f-ad76-b784648e335b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:56:17.629Z|71662523-1469-431e-9c2b-c90ccf2f258a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:56:17.630Z|71662523-1469-431e-9c2b-c90ccf2f258a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:56:19.753Z|98da172a-8199-4878-aad9-9276428f40fc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:56:19.754Z|98da172a-8199-4878-aad9-9276428f40fc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:56:20.089Z|0aba7301-c9ec-4a7e-9fbb-0d0795385574|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:56:20.090Z|0aba7301-c9ec-4a7e-9fbb-0d0795385574|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:56:20.321Z|6a3a05de-5273-4c99-917c-8b05f8c7d7fd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:56:20.322Z|6a3a05de-5273-4c99-917c-8b05f8c7d7fd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:56:24.332Z|48442e00-8333-4b5a-b62a-e363a0884fd3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:56:24.333Z|48442e00-8333-4b5a-b62a-e363a0884fd3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:56:27.661Z|6e543379-739c-4fb8-9479-ef4a3258643d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:56:27.662Z|6e543379-739c-4fb8-9479-ef4a3258643d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:56:29.786Z|4e786a9b-46f1-4002-b2ce-fd258d3f499f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:56:29.787Z|4e786a9b-46f1-4002-b2ce-fd258d3f499f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:56:34.365Z|ddfcbec8-4973-45d3-bff4-76b538bbf862|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:56:34.365Z|ddfcbec8-4973-45d3-bff4-76b538bbf862|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:56:35.089Z|9432c230-b520-43b5-a4f7-e27093678851|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:56:35.094Z|9432c230-b520-43b5-a4f7-e27093678851|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:56:37.691Z|f6d6b89c-f79a-41f8-8963-b776a7d21574|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:56:37.692Z|f6d6b89c-f79a-41f8-8963-b776a7d21574|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:56:39.819Z|ac4e2dd2-fc61-48a5-ada6-d347d9f394be|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:56:39.820Z|ac4e2dd2-fc61-48a5-ada6-d347d9f394be|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:56:44.397Z|3ba323b6-08cd-4e17-84b6-b9c346d45350|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:56:44.398Z|3ba323b6-08cd-4e17-84b6-b9c346d45350|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:56:47.723Z|dd401021-bde9-4071-a5e5-ab9ddb912623|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:56:47.724Z|dd401021-bde9-4071-a5e5-ab9ddb912623|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:56:49.853Z|6a61479b-e165-4bae-a94f-0831dce3d77e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:56:49.854Z|6a61479b-e165-4bae-a94f-0831dce3d77e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:56:50.089Z|7476e21b-22d1-4687-b9ef-677e3e67b96b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:56:50.090Z|7476e21b-22d1-4687-b9ef-677e3e67b96b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:56:50.323Z|30bb8087-aa90-4664-9a5d-bda69c4294c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:56:50.323Z|30bb8087-aa90-4664-9a5d-bda69c4294c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:56:54.429Z|420783e7-8213-45b9-8df9-1c3ffbf2b2c3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:56:54.431Z|420783e7-8213-45b9-8df9-1c3ffbf2b2c3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:56:56.125Z|93405d88-1881-4e38-90aa-e8960b56ff9e|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:56:56.126Z|93405d88-1881-4e38-90aa-e8960b56ff9e|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:56:57.756Z|683dbacd-38de-4ce8-bf8f-342bb32c03ed|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:56:57.757Z|683dbacd-38de-4ce8-bf8f-342bb32c03ed|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:56:59.885Z|2a9707df-53a8-4cb5-a96e-4640fb0f0bff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:56:59.885Z|2a9707df-53a8-4cb5-a96e-4640fb0f0bff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:57:04.461Z|69db5753-0173-4c3c-8711-9abda2151531|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:57:04.463Z|69db5753-0173-4c3c-8711-9abda2151531|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:57:05.089Z|14f536a4-fe1f-4c1d-a00b-442f9bdde35a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:57:05.090Z|14f536a4-fe1f-4c1d-a00b-442f9bdde35a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:57:07.790Z|c24e198f-6c2a-4a40-be5e-d9a67234ba09|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:57:07.791Z|c24e198f-6c2a-4a40-be5e-d9a67234ba09|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:57:09.920Z|3fef5a46-58fa-4432-b6b8-42bd62b71b0e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:57:09.920Z|3fef5a46-58fa-4432-b6b8-42bd62b71b0e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:57:14.498Z|81831f7b-8c7b-477d-acb6-b428b26307e1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:57:14.499Z|81831f7b-8c7b-477d-acb6-b428b26307e1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:57:17.824Z|1930392d-c93c-4143-87f4-790a1c2df3f3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:57:17.825Z|1930392d-c93c-4143-87f4-790a1c2df3f3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:57:19.955Z|5ef0cda8-d3c9-472e-8ef3-a6bc0820dc82|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:57:19.956Z|5ef0cda8-d3c9-472e-8ef3-a6bc0820dc82|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:57:20.089Z|d0d5f79f-bf4d-424e-8edc-fed95c028efc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:57:20.095Z|d0d5f79f-bf4d-424e-8edc-fed95c028efc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:57:20.324Z|ae2abe9b-154b-43c5-8f11-9242b5a2b059|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:57:20.325Z|ae2abe9b-154b-43c5-8f11-9242b5a2b059|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:57:24.541Z|b4c3321a-0e11-4a5d-9952-db77d47f7126|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:57:24.542Z|b4c3321a-0e11-4a5d-9952-db77d47f7126|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:57:27.859Z|d7824e58-2741-4d02-ab1a-b233c3d1b03c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:57:27.861Z|d7824e58-2741-4d02-ab1a-b233c3d1b03c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:57:29.992Z|93fa3019-c202-4b04-8380-64f9128b6c68|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:57:29.993Z|93fa3019-c202-4b04-8380-64f9128b6c68|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:57:34.572Z|98171ac9-917b-4c6f-aebc-102990859291|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:57:34.573Z|98171ac9-917b-4c6f-aebc-102990859291|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:57:35.089Z|f5c9ec66-00c1-40b0-a027-f25b014cc4f5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:57:35.090Z|f5c9ec66-00c1-40b0-a027-f25b014cc4f5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:57:37.892Z|af9183fa-01e0-4db3-b2fa-30ca3dd516f9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:57:37.893Z|af9183fa-01e0-4db3-b2fa-30ca3dd516f9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:57:40.026Z|f7f11724-8e2c-4c66-bba8-8b87257b5e29|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:57:40.027Z|f7f11724-8e2c-4c66-bba8-8b87257b5e29|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:57:44.606Z|02104d21-0b87-4ba5-9b6d-1949080b8747|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:57:44.607Z|02104d21-0b87-4ba5-9b6d-1949080b8747|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:57:47.927Z|afb8166b-15b8-4818-92df-adeec8fd4ef4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:57:47.928Z|afb8166b-15b8-4818-92df-adeec8fd4ef4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:57:50.060Z|687a0bcb-99f8-4873-aa4b-5b5f6ce3e141|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:57:50.061Z|687a0bcb-99f8-4873-aa4b-5b5f6ce3e141|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:57:50.089Z|31d40b67-5db4-454c-ab18-a76ac51000bf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:57:50.090Z|31d40b67-5db4-454c-ab18-a76ac51000bf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:57:50.326Z|1c1b9c21-8a5c-4078-88b7-ef2ba71ed899|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:57:50.327Z|1c1b9c21-8a5c-4078-88b7-ef2ba71ed899|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:57:54.639Z|5d08a66f-b9cd-41f7-85f5-5385c3e417dc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:57:54.640Z|5d08a66f-b9cd-41f7-85f5-5385c3e417dc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:57:56.119Z|29fb2817-1ebd-4505-9c7a-fd57168acb3b|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:57:56.120Z|29fb2817-1ebd-4505-9c7a-fd57168acb3b|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:57:57.964Z|368a7da2-20bb-4cf6-ae0d-af220494fffd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:57:57.965Z|368a7da2-20bb-4cf6-ae0d-af220494fffd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:58:00.094Z|96188627-7edb-429b-98b5-8c661837e448|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:58:00.095Z|96188627-7edb-429b-98b5-8c661837e448|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:58:04.673Z|0a65738b-3b77-49f2-8b95-663790f65af3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:58:04.674Z|0a65738b-3b77-49f2-8b95-663790f65af3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:58:05.089Z|ca25b6a5-a4df-45ea-ba2c-e97c95faa68e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:58:05.094Z|ca25b6a5-a4df-45ea-ba2c-e97c95faa68e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:58:07.998Z|5c9e5836-b373-4e4c-b514-13f7d2a99d4f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:58:07.999Z|5c9e5836-b373-4e4c-b514-13f7d2a99d4f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:58:10.127Z|94096231-20e9-4f49-b49f-2077fe7c1c66|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:58:10.128Z|94096231-20e9-4f49-b49f-2077fe7c1c66|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:58:14.729Z|77f1a7df-ace8-449c-a649-ff20df8c8750|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:58:14.729Z|77f1a7df-ace8-449c-a649-ff20df8c8750|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:58:18.032Z|e54566ea-756c-40c9-aabf-7d6537725828|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:58:18.033Z|e54566ea-756c-40c9-aabf-7d6537725828|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:58:20.089Z|135f8aad-4230-48c7-a1ce-bb5684cd2bd7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:58:20.090Z|135f8aad-4230-48c7-a1ce-bb5684cd2bd7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:58:20.161Z|60f20cf6-32f5-4fdc-87e5-450ab96f6a9a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:58:20.162Z|60f20cf6-32f5-4fdc-87e5-450ab96f6a9a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:58:20.327Z|74d8e38e-232b-4f73-91a3-20cb288a6764|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:58:20.328Z|74d8e38e-232b-4f73-91a3-20cb288a6764|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:58:24.778Z|4c8d81b8-a2fd-44c3-a36b-753068d9d7b8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:58:24.779Z|4c8d81b8-a2fd-44c3-a36b-753068d9d7b8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:58:28.063Z|64aef8e5-9837-4c81-8efb-9bebd65bfb28|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:58:28.064Z|64aef8e5-9837-4c81-8efb-9bebd65bfb28|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:58:30.199Z|7681515c-91a3-453d-be91-f452e2965d0c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:58:30.201Z|7681515c-91a3-453d-be91-f452e2965d0c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:58:34.812Z|bbf182c7-809b-41ac-bb2a-91ca3f87bd0e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:58:34.813Z|bbf182c7-809b-41ac-bb2a-91ca3f87bd0e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:58:35.098Z|c9791a5d-322e-4130-97b9-87bf5682b630|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:58:35.108Z|c9791a5d-322e-4130-97b9-87bf5682b630|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:58:38.099Z|a0c77691-656b-43ee-b20c-24445fe676b5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:58:38.100Z|a0c77691-656b-43ee-b20c-24445fe676b5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:58:40.239Z|203adf83-6f29-4a97-b64b-37e001cb7ed7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:58:40.239Z|203adf83-6f29-4a97-b64b-37e001cb7ed7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:58:44.856Z|bf11cca0-9ab7-4a59-ae8c-6930e6cf0721|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:58:44.857Z|bf11cca0-9ab7-4a59-ae8c-6930e6cf0721|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:58:48.138Z|9cd29e55-57fa-4d5d-96fa-473102832442|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:58:48.139Z|9cd29e55-57fa-4d5d-96fa-473102832442|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:58:50.090Z|7463697f-f4ba-4c19-95b4-1a4f307d2aab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:58:50.091Z|7463697f-f4ba-4c19-95b4-1a4f307d2aab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:58:50.268Z|5d4c37ed-40ad-44ae-a955-2d287b7d3059|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:58:50.269Z|5d4c37ed-40ad-44ae-a955-2d287b7d3059|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:58:50.329Z|3df1b43d-7e85-489f-b658-2929f2a7df4e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:58:50.330Z|3df1b43d-7e85-489f-b658-2929f2a7df4e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:58:54.892Z|a2cbb63b-59eb-4d82-b941-46abc7083f67|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:58:54.895Z|a2cbb63b-59eb-4d82-b941-46abc7083f67|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:58:56.118Z|88b87779-8da5-49a2-8c43-77fbbf864e60|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:58:56.119Z|88b87779-8da5-49a2-8c43-77fbbf864e60|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:58:58.172Z|7062f89c-4354-4031-bda2-718d42e9da43|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:58:58.173Z|7062f89c-4354-4031-bda2-718d42e9da43|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:59:00.301Z|632731ba-8c22-4e4d-ba78-a79f2cff969e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:59:00.301Z|632731ba-8c22-4e4d-ba78-a79f2cff969e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:59:04.925Z|3158f2cd-f87e-4c14-ad44-a190dfa383a2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:59:04.926Z|3158f2cd-f87e-4c14-ad44-a190dfa383a2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:59:05.089Z|428b8058-aee1-4fde-b124-7a0999e8041a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:59:05.089Z|428b8058-aee1-4fde-b124-7a0999e8041a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:59:08.206Z|a9b937cd-0f76-42f5-9f30-d6bd95b7e011|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:59:08.208Z|a9b937cd-0f76-42f5-9f30-d6bd95b7e011|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:59:10.336Z|ca079650-4f99-44c0-b044-2944f18c7672|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:59:10.337Z|ca079650-4f99-44c0-b044-2944f18c7672|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:59:14.960Z|5d98ff7f-0b7a-45ef-af48-f86b8f5e1425|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:59:14.961Z|5d98ff7f-0b7a-45ef-af48-f86b8f5e1425|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:59:18.238Z|63ccd5d7-380a-4f1c-a4a4-d14a47110286|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:59:18.239Z|63ccd5d7-380a-4f1c-a4a4-d14a47110286|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:59:20.089Z|72825887-c591-4a67-81f6-1012c8216926|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:59:20.093Z|72825887-c591-4a67-81f6-1012c8216926|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:59:20.331Z|1f88bdb4-702a-49fa-aaa1-2aa8db177413|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:59:20.331Z|1f88bdb4-702a-49fa-aaa1-2aa8db177413|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:59:20.371Z|c09c032c-13da-4f3e-819e-46099dcb30dd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:59:20.372Z|c09c032c-13da-4f3e-819e-46099dcb30dd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:59:24.995Z|9386ab7a-3095-44d9-8e72-acb6d6dec03a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:59:24.996Z|9386ab7a-3095-44d9-8e72-acb6d6dec03a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:59:28.273Z|4eaaff33-12f0-419c-87ce-e0e77f5f9fbb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:59:28.274Z|4eaaff33-12f0-419c-87ce-e0e77f5f9fbb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:59:30.415Z|bfe1a641-1887-48f4-b572-821f2711ca05|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:59:30.416Z|bfe1a641-1887-48f4-b572-821f2711ca05|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:59:35.031Z|745bc2ba-b436-4034-a2e5-3ee328c5e88d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:59:35.032Z|745bc2ba-b436-4034-a2e5-3ee328c5e88d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:59:35.089Z|fd6c2b83-afcd-43fb-bbf3-50ad8152ca7c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:59:35.090Z|fd6c2b83-afcd-43fb-bbf3-50ad8152ca7c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:59:38.308Z|4a3c1ff8-a099-4471-8a1d-fb1522cb5669|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:59:38.310Z|4a3c1ff8-a099-4471-8a1d-fb1522cb5669|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:59:40.451Z|6a822231-88e0-4ab8-bb4c-0218e2387975|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:59:40.452Z|6a822231-88e0-4ab8-bb4c-0218e2387975|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:59:45.063Z|7f5ab0c6-9854-40b9-938c-c6e0a9c24e23|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:59:45.064Z|7f5ab0c6-9854-40b9-938c-c6e0a9c24e23|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:59:48.345Z|c2ee9c43-c967-49b6-bc35-874b7d3d8aa1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:59:48.346Z|c2ee9c43-c967-49b6-bc35-874b7d3d8aa1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:59:50.089Z|6e99c33a-1940-4b94-baa8-ca9b202afab4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:59:50.090Z|6e99c33a-1940-4b94-baa8-ca9b202afab4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:59:50.332Z|ddf01b15-f47b-4336-b703-a7ef449bb399|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T00:59:50.333Z|ddf01b15-f47b-4336-b703-a7ef449bb399|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T00:59:50.487Z|8b2165ac-1f90-4b74-8ab4-3ed7e45e5b4f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:59:50.488Z|8b2165ac-1f90-4b74-8ab4-3ed7e45e5b4f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:59:55.097Z|78eb66fd-75fa-4d0b-85f2-b50f8aa302f6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:59:55.098Z|78eb66fd-75fa-4d0b-85f2-b50f8aa302f6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T00:59:56.116Z|5ee7013f-a749-4855-9bf1-63ba1913d3b1|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T00:59:56.117Z|5ee7013f-a749-4855-9bf1-63ba1913d3b1|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T00:59:58.379Z|3bd39006-1ebf-470f-befe-e275faeb6d1d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T00:59:58.380Z|3bd39006-1ebf-470f-befe-e275faeb6d1d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:00:00.522Z|03563a1c-7bec-4edd-b472-a3121ebec443|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:00:00.523Z|03563a1c-7bec-4edd-b472-a3121ebec443|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:00:05.089Z|09710683-d849-4ba8-a397-00a243ea7417|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:00:05.095Z|09710683-d849-4ba8-a397-00a243ea7417|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:00:05.131Z|3c4b90c6-f758-4e90-97dc-558f54417d3c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:00:05.132Z|3c4b90c6-f758-4e90-97dc-558f54417d3c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:00:08.416Z|3e6f50ca-0019-4bc7-a11f-467f2ae4debc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:00:08.417Z|3e6f50ca-0019-4bc7-a11f-467f2ae4debc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:00:10.554Z|7782accd-1a89-4d11-a7ee-6fea159c1c4e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:00:10.555Z|7782accd-1a89-4d11-a7ee-6fea159c1c4e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:00:15.165Z|199baafe-7381-4181-8c24-e12650155bc3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:00:15.166Z|199baafe-7381-4181-8c24-e12650155bc3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:00:18.453Z|c555aeb6-31f0-4ea6-b149-89ca05bca627|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:00:18.454Z|c555aeb6-31f0-4ea6-b149-89ca05bca627|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:00:20.089Z|222bb240-4f12-47e0-882b-d7b1ecd3eb27|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:00:20.090Z|222bb240-4f12-47e0-882b-d7b1ecd3eb27|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:00:20.334Z|aca4e44f-fa4c-4050-a77b-527c54c1ff42|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:00:20.335Z|aca4e44f-fa4c-4050-a77b-527c54c1ff42|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:00:20.588Z|41fd4fae-df7d-4012-bfe7-98b564748816|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:00:20.589Z|41fd4fae-df7d-4012-bfe7-98b564748816|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:00:25.203Z|a190737c-5cc2-437a-9841-7dbbb7f1e6f0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:00:25.205Z|a190737c-5cc2-437a-9841-7dbbb7f1e6f0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:00:28.489Z|01fcd3c1-1ed4-441d-bb8c-7e84fdeb7b63|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:00:28.490Z|01fcd3c1-1ed4-441d-bb8c-7e84fdeb7b63|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:00:30.622Z|b1bdf482-a41d-4182-a10b-6583a6a53648|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:00:30.623Z|b1bdf482-a41d-4182-a10b-6583a6a53648|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:00:35.089Z|22002c84-c923-49c1-b8d1-b1b1ca12ca8a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:00:35.089Z|22002c84-c923-49c1-b8d1-b1b1ca12ca8a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:00:35.238Z|3579e1c0-32c4-4d92-b97f-1ea0f448a2a8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:00:35.239Z|3579e1c0-32c4-4d92-b97f-1ea0f448a2a8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:00:38.524Z|606731c2-a2e7-445e-8b8f-22e4dd5bf33e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:00:38.525Z|606731c2-a2e7-445e-8b8f-22e4dd5bf33e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:00:40.658Z|aa859df4-6c56-47b3-8b41-abab6dc209fc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:00:40.658Z|aa859df4-6c56-47b3-8b41-abab6dc209fc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:00:45.272Z|785d7255-0227-4dbd-83b2-382a25a61303|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:00:45.273Z|785d7255-0227-4dbd-83b2-382a25a61303|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:00:48.560Z|1e966ea2-9a4f-4743-8149-f24bc2106e46|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:00:48.561Z|1e966ea2-9a4f-4743-8149-f24bc2106e46|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:00:50.089Z|9b2989ee-8d0a-40e2-ae63-a425514d7648|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:00:50.093Z|9b2989ee-8d0a-40e2-ae63-a425514d7648|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:00:50.335Z|9bdb7715-2555-477f-b72d-b1eddaf3af02|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:00:50.336Z|9bdb7715-2555-477f-b72d-b1eddaf3af02|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:00:50.692Z|71d215f2-5302-4318-8afb-6d8ef4e23858|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:00:50.693Z|71d215f2-5302-4318-8afb-6d8ef4e23858|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:00:55.306Z|401f6d8a-1524-4593-946d-f48f679b4f80|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:00:55.307Z|401f6d8a-1524-4593-946d-f48f679b4f80|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:00:56.123Z|5d3f4cb7-9764-405b-9d68-20856f3fc747|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:00:56.124Z|5d3f4cb7-9764-405b-9d68-20856f3fc747|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:00:58.595Z|ab020c7c-9e04-4480-a6e2-90ff6636dfb3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:00:58.596Z|ab020c7c-9e04-4480-a6e2-90ff6636dfb3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:01:00.726Z|b319bd88-dd66-4e36-bedb-ae3b2933208d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:01:00.727Z|b319bd88-dd66-4e36-bedb-ae3b2933208d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:01:05.089Z|2eea161d-f1ee-484d-ade9-1293ed9deb34|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:01:05.091Z|2eea161d-f1ee-484d-ade9-1293ed9deb34|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:01:05.337Z|a4f7d65b-fddd-40b9-b15d-2efe4d4abb12|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:01:05.338Z|a4f7d65b-fddd-40b9-b15d-2efe4d4abb12|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:01:08.651Z|bc18d2a9-6e53-4c7e-84eb-ce161daeda00|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:01:08.653Z|bc18d2a9-6e53-4c7e-84eb-ce161daeda00|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:01:10.761Z|008f79bf-13b5-43db-b4b2-0a1bb4f27992|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:01:10.761Z|008f79bf-13b5-43db-b4b2-0a1bb4f27992|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:01:15.371Z|d7d265da-fbde-4195-ba8c-266a099add7f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:01:15.372Z|d7d265da-fbde-4195-ba8c-266a099add7f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:01:18.687Z|65307555-470e-4302-8a37-fbef98b47910|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:01:18.688Z|65307555-470e-4302-8a37-fbef98b47910|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:01:20.091Z|a0071bdc-8904-4d70-9aea-354d0b425d80|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:01:20.092Z|a0071bdc-8904-4d70-9aea-354d0b425d80|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:01:20.337Z|5b1295d0-a470-4317-9da3-18637e446d4f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:01:20.338Z|5b1295d0-a470-4317-9da3-18637e446d4f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:01:20.803Z|db870260-791f-4c26-9c5b-f6e80dab5d7a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:01:20.805Z|db870260-791f-4c26-9c5b-f6e80dab5d7a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:01:25.407Z|62993093-15d4-4040-b71f-f203cbe1f2b8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:01:25.408Z|62993093-15d4-4040-b71f-f203cbe1f2b8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:01:28.741Z|124ac9ec-ea5b-4f9a-b8b4-13486bcaa68c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:01:28.743Z|124ac9ec-ea5b-4f9a-b8b4-13486bcaa68c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:01:30.841Z|c26b965c-2d9a-415f-94c5-75baa69080a7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:01:30.842Z|c26b965c-2d9a-415f-94c5-75baa69080a7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:01:35.089Z|2e2d44dc-13de-468c-9566-0952e6196718|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:01:35.096Z|2e2d44dc-13de-468c-9566-0952e6196718|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:01:35.441Z|7e5ce885-3378-42c1-a628-62e5f7310dd3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:01:35.441Z|7e5ce885-3378-42c1-a628-62e5f7310dd3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:01:38.778Z|e60dfb4a-c212-4047-be63-b1b02e352741|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:01:38.779Z|e60dfb4a-c212-4047-be63-b1b02e352741|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:01:40.877Z|2f3edaa7-3794-4c84-8685-fc6509e93ace|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:01:40.878Z|2f3edaa7-3794-4c84-8685-fc6509e93ace|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:01:45.476Z|08baf9ac-2771-48b6-a79b-a0333a028894|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:01:45.477Z|08baf9ac-2771-48b6-a79b-a0333a028894|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:01:48.814Z|05b52492-0aba-4299-a644-753032e8d7c3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:01:48.815Z|05b52492-0aba-4299-a644-753032e8d7c3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:01:50.089Z|6d108e06-ad47-44e6-b401-c205a613a33b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:01:50.090Z|6d108e06-ad47-44e6-b401-c205a613a33b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:01:50.339Z|2d68e85a-cc60-4c46-b472-7c81df773d89|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:01:50.339Z|2d68e85a-cc60-4c46-b472-7c81df773d89|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:01:50.911Z|aac9be39-ae93-4c57-8e0a-a3c2f970e1e8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:01:50.912Z|aac9be39-ae93-4c57-8e0a-a3c2f970e1e8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:01:55.557Z|e5001f26-30d4-4f42-a5a0-22fbf6ba3e9e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:01:55.565Z|e5001f26-30d4-4f42-a5a0-22fbf6ba3e9e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:01:56.117Z|ce1d9f5c-0a35-4b38-b771-a93d36178244|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:01:56.118Z|ce1d9f5c-0a35-4b38-b771-a93d36178244|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:01:58.846Z|fb6a407a-396a-410f-bcc1-8a110f62c222|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:01:58.847Z|fb6a407a-396a-410f-bcc1-8a110f62c222|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:02:00.943Z|f7e9f4a9-9b16-450b-a4ad-408c70df02cc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:02:00.944Z|f7e9f4a9-9b16-450b-a4ad-408c70df02cc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:02:05.089Z|b1bb17fc-d385-4af3-9846-f0cc4d2b58a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:02:05.090Z|b1bb17fc-d385-4af3-9846-f0cc4d2b58a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:02:05.614Z|6024ab9e-e900-4210-a104-e8b28006ae5b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:02:05.615Z|6024ab9e-e900-4210-a104-e8b28006ae5b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:02:08.890Z|d6976ce9-4ee7-4153-9b31-b38f4e932123|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:02:08.894Z|d6976ce9-4ee7-4153-9b31-b38f4e932123|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:02:10.985Z|7e5cfa91-8490-4578-a78a-8240732fd5dd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:02:10.986Z|7e5cfa91-8490-4578-a78a-8240732fd5dd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:02:15.648Z|f3605c5b-68e5-4235-865c-102c4e51f4d3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:02:15.651Z|f3605c5b-68e5-4235-865c-102c4e51f4d3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:02:18.933Z|89d4e91f-5d9d-4055-af55-782e629966e7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:02:18.935Z|89d4e91f-5d9d-4055-af55-782e629966e7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:02:20.089Z|71b0df9e-3c38-42a8-9ece-46bfeadeccf9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:02:20.094Z|71b0df9e-3c38-42a8-9ece-46bfeadeccf9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:02:20.340Z|8afa73b3-444c-495e-9687-35f01d093482|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:02:20.341Z|8afa73b3-444c-495e-9687-35f01d093482|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:02:21.017Z|2caf1607-88b0-49f2-a847-82b1f7ea5c4e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:02:21.018Z|2caf1607-88b0-49f2-a847-82b1f7ea5c4e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:02:25.684Z|80e46466-563d-44d9-81b1-beb5a18415e1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:02:25.686Z|80e46466-563d-44d9-81b1-beb5a18415e1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:02:28.968Z|78d6d5ea-a786-49a3-b159-a4b84a8cd718|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:02:28.969Z|78d6d5ea-a786-49a3-b159-a4b84a8cd718|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:02:31.052Z|43410762-ffe1-47d1-9450-809140cdf19b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:02:31.053Z|43410762-ffe1-47d1-9450-809140cdf19b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:02:35.089Z|95c6e830-8367-43f9-a82a-0e60e2ce618f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:02:35.090Z|95c6e830-8367-43f9-a82a-0e60e2ce618f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:02:35.718Z|ce1b8c2b-275b-4a80-b9e1-583f41380aa0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:02:35.719Z|ce1b8c2b-275b-4a80-b9e1-583f41380aa0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:02:39.002Z|c9b1e9cd-e79d-443c-a1fd-f5cc619d1380|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:02:39.003Z|c9b1e9cd-e79d-443c-a1fd-f5cc619d1380|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:02:41.087Z|541af996-08d5-4527-92b0-36e45bd238f1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:02:41.088Z|541af996-08d5-4527-92b0-36e45bd238f1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:02:45.753Z|6beeb0f4-0b2b-41cc-b42d-7241bc0c462e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:02:45.754Z|6beeb0f4-0b2b-41cc-b42d-7241bc0c462e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:02:49.036Z|4a445dad-79fc-4caa-926b-ec7c6e86d366|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:02:49.037Z|4a445dad-79fc-4caa-926b-ec7c6e86d366|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:02:50.089Z|14d30956-6a89-45a7-8435-9891548fff8f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:02:50.090Z|14d30956-6a89-45a7-8435-9891548fff8f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:02:50.342Z|6e18039e-4d93-43a8-8fbc-aaee91dd531c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:02:50.342Z|6e18039e-4d93-43a8-8fbc-aaee91dd531c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:02:51.123Z|940914a8-9772-4834-92da-701b6b2227db|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:02:51.124Z|940914a8-9772-4834-92da-701b6b2227db|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:02:55.788Z|d9fe07c5-ecfc-491e-85c9-5c3ed8a68a37|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:02:55.789Z|d9fe07c5-ecfc-491e-85c9-5c3ed8a68a37|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:02:56.116Z|77bdee37-76ff-4b73-9f7a-8f485d6eca07|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:02:56.117Z|77bdee37-76ff-4b73-9f7a-8f485d6eca07|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:02:59.069Z|d5d8ab01-2213-411d-bbd9-4b135ac3fea0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:02:59.070Z|d5d8ab01-2213-411d-bbd9-4b135ac3fea0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:03:01.152Z|20214eca-05e7-41ab-ae27-88a9cc09266d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:03:01.153Z|20214eca-05e7-41ab-ae27-88a9cc09266d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:03:05.089Z|fb83dd7c-2c23-4ec3-8846-3821013b928a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:03:05.093Z|fb83dd7c-2c23-4ec3-8846-3821013b928a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:03:05.824Z|4fed8868-ba2a-47b0-acb4-98a1dae53846|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:03:05.825Z|4fed8868-ba2a-47b0-acb4-98a1dae53846|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:03:09.103Z|f8597136-9d0b-4754-8f8c-ad23fd8fdae6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:03:09.104Z|f8597136-9d0b-4754-8f8c-ad23fd8fdae6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:03:11.184Z|bc505f1f-f23f-42b1-97cf-629079e685df|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:03:11.185Z|bc505f1f-f23f-42b1-97cf-629079e685df|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:03:15.860Z|2bb8af58-6a2e-47b3-baf6-167d3d86af9d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:03:15.861Z|2bb8af58-6a2e-47b3-baf6-167d3d86af9d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:03:19.134Z|25d8951a-de01-4c92-b06e-7abceb09ba3c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:03:19.135Z|25d8951a-de01-4c92-b06e-7abceb09ba3c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:03:20.089Z|9e0be46c-e926-456d-8177-8041bbccc5cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:03:20.090Z|9e0be46c-e926-456d-8177-8041bbccc5cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:03:20.343Z|4d66b46e-da4b-423e-935b-a3f6671c8c8b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:03:20.344Z|4d66b46e-da4b-423e-935b-a3f6671c8c8b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:03:21.219Z|f04e3ead-4220-4dd2-acf0-053346a35635|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:03:21.219Z|f04e3ead-4220-4dd2-acf0-053346a35635|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:03:25.895Z|2e293e2c-a890-4374-96aa-c10d4e69dab0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:03:25.896Z|2e293e2c-a890-4374-96aa-c10d4e69dab0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:03:29.167Z|61ff42e0-7648-412d-b7f8-80ec520d5d11|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:03:29.169Z|61ff42e0-7648-412d-b7f8-80ec520d5d11|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:03:31.253Z|1245c711-9050-4f4a-b443-f133e11113b5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:03:31.254Z|1245c711-9050-4f4a-b443-f133e11113b5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:03:35.090Z|3d24af7f-bec0-47a9-b81f-792a48fbe6b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:03:35.091Z|3d24af7f-bec0-47a9-b81f-792a48fbe6b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:03:35.929Z|646cb9e3-5e66-4114-954b-95a63844c8ee|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:03:35.930Z|646cb9e3-5e66-4114-954b-95a63844c8ee|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:03:39.197Z|e57213b1-7f10-419b-bedc-226fcc5c0cd3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:03:39.198Z|e57213b1-7f10-419b-bedc-226fcc5c0cd3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:03:41.287Z|257e5f6c-ba53-4bda-b540-58e735b7ff48|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:03:41.288Z|257e5f6c-ba53-4bda-b540-58e735b7ff48|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:03:45.960Z|4f0faebd-90f7-4df2-aa68-1bfac56ca8a5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:03:45.961Z|4f0faebd-90f7-4df2-aa68-1bfac56ca8a5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:03:49.232Z|cf185314-f19a-4dfd-b75c-7ec8939a67c8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:03:49.233Z|cf185314-f19a-4dfd-b75c-7ec8939a67c8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:03:50.089Z|f12428fc-2b6a-49f5-8c8d-026b3872a5cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:03:50.094Z|f12428fc-2b6a-49f5-8c8d-026b3872a5cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:03:50.345Z|97a72884-7525-4b34-9e45-1c73de2fa485|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:03:50.346Z|97a72884-7525-4b34-9e45-1c73de2fa485|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:03:51.324Z|e1e99177-5cd4-41b6-9e24-cbbea50a3e8f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:03:51.325Z|e1e99177-5cd4-41b6-9e24-cbbea50a3e8f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:03:55.999Z|1a2b04ed-9caa-437f-bedf-b64b4b80d31d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:03:56.000Z|1a2b04ed-9caa-437f-bedf-b64b4b80d31d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:03:56.117Z|d9affb35-61b9-4040-90b0-a576b1aa158a|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:03:56.118Z|d9affb35-61b9-4040-90b0-a576b1aa158a|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:03:59.267Z|5da06f42-628c-4c21-94ee-974549cc46d0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:03:59.268Z|5da06f42-628c-4c21-94ee-974549cc46d0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:04:01.357Z|e2d56aca-4fff-4045-8876-e2a65888bac4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:04:01.358Z|e2d56aca-4fff-4045-8876-e2a65888bac4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:04:05.089Z|a8f7f1a2-f64f-41b7-810d-f9f7b3bba874|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:04:05.090Z|a8f7f1a2-f64f-41b7-810d-f9f7b3bba874|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:04:06.035Z|10fa2ad5-5e1e-4196-b7a3-4834d1872914|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:04:06.036Z|10fa2ad5-5e1e-4196-b7a3-4834d1872914|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:04:09.301Z|03b0e819-bc52-4971-95a8-7409d5e8371a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:04:09.301Z|03b0e819-bc52-4971-95a8-7409d5e8371a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:04:11.393Z|320d1475-353d-4cd2-b22f-989cfc831f00|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:04:11.394Z|320d1475-353d-4cd2-b22f-989cfc831f00|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:04:16.068Z|a06ec897-6dee-48ab-b820-ef52839533f0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:04:16.069Z|a06ec897-6dee-48ab-b820-ef52839533f0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:04:19.342Z|f13df587-dc72-49ac-b7c8-e514a3494375|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:04:19.342Z|f13df587-dc72-49ac-b7c8-e514a3494375|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:04:20.089Z|a8dac5e0-df46-48f1-b6db-9617ab91894b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:04:20.090Z|a8dac5e0-df46-48f1-b6db-9617ab91894b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:04:20.347Z|588af36a-b86c-455b-adf5-77d8bf6f2319|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:04:20.348Z|588af36a-b86c-455b-adf5-77d8bf6f2319|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:04:21.430Z|66c6ae3f-57cd-43c7-b8b0-6dc8f735590b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:04:21.431Z|66c6ae3f-57cd-43c7-b8b0-6dc8f735590b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:04:26.112Z|81928e5b-31a5-4d42-971f-67e65716f479|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:04:26.113Z|81928e5b-31a5-4d42-971f-67e65716f479|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:04:29.374Z|2c2e08ad-56a0-4798-a1f4-ea9ec50af397|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:04:29.375Z|2c2e08ad-56a0-4798-a1f4-ea9ec50af397|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:04:31.473Z|b834bdb8-0f63-405a-9eeb-2ef29d0df00b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:04:31.474Z|b834bdb8-0f63-405a-9eeb-2ef29d0df00b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:04:35.089Z|cba52371-0ad2-4958-befe-322c9c83c0e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:04:35.094Z|cba52371-0ad2-4958-befe-322c9c83c0e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:04:36.148Z|ce72e735-70cf-4dac-9acc-27571a912342|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:04:36.149Z|ce72e735-70cf-4dac-9acc-27571a912342|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:04:39.408Z|2fd82dac-2b5f-4007-a72c-d93dd5a81d7b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:04:39.409Z|2fd82dac-2b5f-4007-a72c-d93dd5a81d7b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:04:41.503Z|8dced769-f8d3-4775-b648-e55fa58e393f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:04:41.504Z|8dced769-f8d3-4775-b648-e55fa58e393f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:04:46.186Z|962be5db-3200-4c36-8639-b8f32d67cb8c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:04:46.187Z|962be5db-3200-4c36-8639-b8f32d67cb8c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:04:49.443Z|c03956ca-b33c-440f-8c54-bde04857b50f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:04:49.444Z|c03956ca-b33c-440f-8c54-bde04857b50f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:04:50.090Z|58eb5957-2753-4572-8251-591416fc077b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:04:50.090Z|58eb5957-2753-4572-8251-591416fc077b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:04:50.351Z|e4304db4-2f5e-4f5a-9b4d-063ce0c41e12|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:04:50.352Z|e4304db4-2f5e-4f5a-9b4d-063ce0c41e12|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:04:51.538Z|103286af-55bc-4a85-b8dd-d8fa33658ed0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:04:51.539Z|103286af-55bc-4a85-b8dd-d8fa33658ed0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:04:56.121Z|80d96b49-8293-4d42-99cb-479356afe45e|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:04:56.122Z|80d96b49-8293-4d42-99cb-479356afe45e|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:04:56.216Z|8529fd60-fc90-44b9-a759-a092344f66f5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:04:56.217Z|8529fd60-fc90-44b9-a759-a092344f66f5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:04:59.475Z|78ad4c52-18c5-471e-ab3c-2e3bfa792fde|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:04:59.476Z|78ad4c52-18c5-471e-ab3c-2e3bfa792fde|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:05:01.572Z|3c540969-2a46-484f-b0f6-f916ce2997f4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:05:01.573Z|3c540969-2a46-484f-b0f6-f916ce2997f4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:05:05.089Z|b289bac6-d546-4436-8a8e-cf57e7b43806|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:05:05.090Z|b289bac6-d546-4436-8a8e-cf57e7b43806|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:05:06.260Z|4a751d0b-21e1-4259-af33-05227c42f8d2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:05:06.261Z|4a751d0b-21e1-4259-af33-05227c42f8d2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:05:09.512Z|43c3ae62-e8e4-4223-ac0f-0e14b29c7502|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:05:09.512Z|43c3ae62-e8e4-4223-ac0f-0e14b29c7502|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:05:11.613Z|87ea8a20-6702-4fa4-b7f5-fac326f3ca28|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:05:11.613Z|87ea8a20-6702-4fa4-b7f5-fac326f3ca28|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:05:16.293Z|54df03ad-67f2-4c79-b18a-46fe6dcfd655|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:05:16.294Z|54df03ad-67f2-4c79-b18a-46fe6dcfd655|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:05:19.543Z|6f6021cd-9a75-414b-9f9a-c012195ee1cb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:05:19.544Z|6f6021cd-9a75-414b-9f9a-c012195ee1cb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:05:20.089Z|39293b00-92ac-4a57-96c6-8296efcf03f2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:05:20.094Z|39293b00-92ac-4a57-96c6-8296efcf03f2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:05:20.353Z|50360631-eb2b-47d4-9c04-32007e2c0542|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:05:20.353Z|50360631-eb2b-47d4-9c04-32007e2c0542|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:05:21.646Z|3dbffa95-01fb-46d4-a719-dcebe52684d0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:05:21.647Z|3dbffa95-01fb-46d4-a719-dcebe52684d0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:05:26.322Z|d2fd2806-8a4a-4829-95bb-639923418cff|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:05:26.323Z|d2fd2806-8a4a-4829-95bb-639923418cff|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:05:29.576Z|bcf6879b-6386-4caa-8333-a1993123ca8b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:05:29.576Z|bcf6879b-6386-4caa-8333-a1993123ca8b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:05:31.685Z|7f279801-3746-4f34-b39f-620f9d1d4fa6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:05:31.686Z|7f279801-3746-4f34-b39f-620f9d1d4fa6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:05:35.089Z|28f6fe1e-bdd8-4fef-ba9d-8120e3589c48|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:05:35.090Z|28f6fe1e-bdd8-4fef-ba9d-8120e3589c48|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:05:36.358Z|4b4e8032-a440-4f54-affc-ada109bf0d5e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:05:36.359Z|4b4e8032-a440-4f54-affc-ada109bf0d5e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:05:39.610Z|b3983442-6000-4c6f-ae95-69d5aac95d5c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:05:39.611Z|b3983442-6000-4c6f-ae95-69d5aac95d5c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:05:41.718Z|3d524100-ac8d-43ee-9bc5-1ff071e88877|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:05:41.719Z|3d524100-ac8d-43ee-9bc5-1ff071e88877|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:05:46.400Z|a36c446a-ac30-4fd3-87c1-7fe7c844da19|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:05:46.401Z|a36c446a-ac30-4fd3-87c1-7fe7c844da19|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:05:49.644Z|70a7a441-f922-4fa4-bd2c-7a7f458cd5ca|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:05:49.645Z|70a7a441-f922-4fa4-bd2c-7a7f458cd5ca|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:05:50.089Z|42f77b67-e6dd-46d6-a894-d7af24a1ccd2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:05:50.090Z|42f77b67-e6dd-46d6-a894-d7af24a1ccd2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:05:50.354Z|ba2fc2ec-016c-4cd3-8bcf-34c5e1aee88b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:05:50.354Z|ba2fc2ec-016c-4cd3-8bcf-34c5e1aee88b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:05:51.752Z|93af7728-7afa-46e1-99ac-8dc7c35bcfc8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:05:51.752Z|93af7728-7afa-46e1-99ac-8dc7c35bcfc8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:05:56.119Z|f04ea150-1c97-4cb7-91be-e1263dc4a9f9|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:05:56.120Z|f04ea150-1c97-4cb7-91be-e1263dc4a9f9|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:05:56.429Z|05784a82-1738-49b8-9340-149a08e8de6d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:05:56.430Z|05784a82-1738-49b8-9340-149a08e8de6d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:05:59.679Z|e63100d2-a602-46c9-a24b-63920ca58d4e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:05:59.680Z|e63100d2-a602-46c9-a24b-63920ca58d4e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:06:01.786Z|a2032a61-104b-4e85-9397-52223ac45be4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:06:01.787Z|a2032a61-104b-4e85-9397-52223ac45be4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:06:05.089Z|6443dc4f-a17d-4aaf-ba7b-5323153d728c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:06:05.094Z|6443dc4f-a17d-4aaf-ba7b-5323153d728c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:06:06.460Z|34b5c2a7-1c4f-4d10-a24c-90c6a1b5d840|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:06:06.462Z|34b5c2a7-1c4f-4d10-a24c-90c6a1b5d840|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:06:09.713Z|d0180286-2c0e-4328-b75a-1b4f1dea26c2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:06:09.714Z|d0180286-2c0e-4328-b75a-1b4f1dea26c2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:06:11.817Z|cfd7a98a-2ac6-41ba-a126-c9a44b88fcd6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:06:11.818Z|cfd7a98a-2ac6-41ba-a126-c9a44b88fcd6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:06:16.494Z|d6cc192f-5a71-4904-bb8b-e4322eaa26f4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:06:16.495Z|d6cc192f-5a71-4904-bb8b-e4322eaa26f4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:06:19.747Z|117aa6a1-3aa9-4e29-8711-d95f41e786c8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:06:19.748Z|117aa6a1-3aa9-4e29-8711-d95f41e786c8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:06:20.089Z|53129040-f1d6-464b-a018-792cc50b32d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:06:20.090Z|53129040-f1d6-464b-a018-792cc50b32d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:06:20.355Z|1346384e-9755-4656-b6c9-c99f024621e1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:06:20.356Z|1346384e-9755-4656-b6c9-c99f024621e1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:06:21.852Z|f51a5a20-1c40-4692-9bd3-d487b3a4923f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:06:21.854Z|f51a5a20-1c40-4692-9bd3-d487b3a4923f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:06:26.525Z|b554d2ba-a52d-41d1-ac30-080149de2d59|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:06:26.526Z|b554d2ba-a52d-41d1-ac30-080149de2d59|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:06:29.782Z|1dce6a11-03e4-46d6-a635-d723a3ff62b5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:06:29.783Z|1dce6a11-03e4-46d6-a635-d723a3ff62b5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:06:31.887Z|a79f6a7e-97e9-401a-baa8-8b8edc65d960|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:06:31.888Z|a79f6a7e-97e9-401a-baa8-8b8edc65d960|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:06:35.089Z|84d84f43-ca58-4861-8062-86154d6d1d58|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:06:35.090Z|84d84f43-ca58-4861-8062-86154d6d1d58|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:06:36.557Z|2f73edb3-1047-4f70-a7ea-99e62a6e5f9a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:06:36.558Z|2f73edb3-1047-4f70-a7ea-99e62a6e5f9a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:06:39.815Z|6148d6f1-639f-472c-a44d-fce2a2185f98|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:06:39.815Z|6148d6f1-639f-472c-a44d-fce2a2185f98|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:06:41.922Z|ab8cba76-968e-4076-8100-bfe0a5685b25|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:06:41.923Z|ab8cba76-968e-4076-8100-bfe0a5685b25|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:06:46.590Z|616d561c-238b-4aab-8412-282976098be0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:06:46.591Z|616d561c-238b-4aab-8412-282976098be0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:06:49.846Z|123a8065-d9d1-481c-915c-ba224a95f17b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:06:49.847Z|123a8065-d9d1-481c-915c-ba224a95f17b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:06:50.089Z|487d6f94-9f3c-4634-a9a4-24f0553b92ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:06:50.094Z|487d6f94-9f3c-4634-a9a4-24f0553b92ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:06:50.356Z|cfedb2a5-21fe-4801-825d-7eb6b4314ad5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:06:50.357Z|cfedb2a5-21fe-4801-825d-7eb6b4314ad5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:06:51.954Z|2f51ca94-1413-42d9-8038-63f2934dd4c2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:06:51.955Z|2f51ca94-1413-42d9-8038-63f2934dd4c2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:06:56.117Z|3df0d39b-59d5-4bea-ad71-a05307832c00|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:06:56.118Z|3df0d39b-59d5-4bea-ad71-a05307832c00|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:06:56.622Z|4af59676-8ce3-4935-86e7-bf207b33de91|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:06:56.623Z|4af59676-8ce3-4935-86e7-bf207b33de91|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:06:59.886Z|8a6745fc-9594-4b21-92c5-d1a5001da13d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:06:59.887Z|8a6745fc-9594-4b21-92c5-d1a5001da13d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:07:01.987Z|2a63d775-7a0f-489c-bb51-790e777d32b3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:07:01.988Z|2a63d775-7a0f-489c-bb51-790e777d32b3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:07:05.089Z|2fab22c3-6bc0-4a0a-ae93-5269326838ab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:07:05.090Z|2fab22c3-6bc0-4a0a-ae93-5269326838ab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:07:06.652Z|f010ea5d-6b7e-4e37-bc08-878ae6d10d6e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:07:06.653Z|f010ea5d-6b7e-4e37-bc08-878ae6d10d6e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:07:09.921Z|c73a1ba9-5b88-453b-89e8-00b5a1a8bfbf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:07:09.922Z|c73a1ba9-5b88-453b-89e8-00b5a1a8bfbf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:07:12.019Z|4ae8a2e4-0492-4886-9597-d934bcf384b5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:07:12.020Z|4ae8a2e4-0492-4886-9597-d934bcf384b5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:07:16.695Z|19eef607-c3f0-428b-a5b0-ad9aa6d1b8c1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:07:16.697Z|19eef607-c3f0-428b-a5b0-ad9aa6d1b8c1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:07:19.964Z|40ebaaa7-b4e6-4a51-8249-e0064993e97e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:07:19.965Z|40ebaaa7-b4e6-4a51-8249-e0064993e97e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:07:20.089Z|9d8bdc4a-3fe3-4080-acee-9e5464262557|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:07:20.089Z|9d8bdc4a-3fe3-4080-acee-9e5464262557|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:07:20.358Z|1b366b9f-4a74-43cf-b1fc-2ab5c595c6bb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:07:20.359Z|1b366b9f-4a74-43cf-b1fc-2ab5c595c6bb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:07:22.054Z|3455f987-c6bb-4fa0-b837-212e746faded|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:07:22.055Z|3455f987-c6bb-4fa0-b837-212e746faded|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:07:26.730Z|f382ade6-03d2-4b88-822e-0d530f528da5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:07:26.731Z|f382ade6-03d2-4b88-822e-0d530f528da5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:07:29.997Z|14dc15e1-9816-43a6-9e8a-ea44cc5d7a8d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:07:29.998Z|14dc15e1-9816-43a6-9e8a-ea44cc5d7a8d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:07:32.088Z|ca8f1d6c-ade8-4e49-9dde-09154b6a72d6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:07:32.089Z|ca8f1d6c-ade8-4e49-9dde-09154b6a72d6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:07:35.089Z|225d56fd-fccb-47bc-8643-22687e2b6da9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:07:35.089Z|225d56fd-fccb-47bc-8643-22687e2b6da9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:07:36.763Z|12228c14-239c-43f0-9f0f-4fb30a910ae6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:07:36.763Z|12228c14-239c-43f0-9f0f-4fb30a910ae6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:07:40.027Z|6bec19ff-5cd3-46ad-aaac-bdcc884da9e1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:07:40.028Z|6bec19ff-5cd3-46ad-aaac-bdcc884da9e1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:07:42.122Z|442999ff-e913-4eba-9ad8-df6c43aab090|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:07:42.123Z|442999ff-e913-4eba-9ad8-df6c43aab090|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:07:46.795Z|f78dd156-aa89-47be-ad1d-237e7cc6695b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:07:46.797Z|f78dd156-aa89-47be-ad1d-237e7cc6695b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:07:50.060Z|3f7377a4-890a-4bd3-ab2c-59dbcdd46283|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:07:50.061Z|3f7377a4-890a-4bd3-ab2c-59dbcdd46283|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:07:50.089Z|a5a63c18-af61-4045-b881-634f7931c7f8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:07:50.090Z|a5a63c18-af61-4045-b881-634f7931c7f8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:07:50.360Z|23767229-2858-449a-8166-5d4b2d8fdcc7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:07:50.361Z|23767229-2858-449a-8166-5d4b2d8fdcc7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:07:52.159Z|3f3451bf-69a9-4987-b4ab-fc553be9d3b2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:07:52.160Z|3f3451bf-69a9-4987-b4ab-fc553be9d3b2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:07:56.118Z|2bcc4188-bdc5-4d82-b4e2-ef66f22b5509|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:07:56.119Z|2bcc4188-bdc5-4d82-b4e2-ef66f22b5509|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:07:56.826Z|855f9cd5-5fe0-4cde-bfef-7a398d28c23f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:07:56.827Z|855f9cd5-5fe0-4cde-bfef-7a398d28c23f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:08:00.094Z|bb248460-6c1e-42ee-af13-9eeaacffc64a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:08:00.095Z|bb248460-6c1e-42ee-af13-9eeaacffc64a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:08:02.192Z|4ee59d9e-2a13-474a-9d8e-dffcd51fa2ce|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:08:02.192Z|4ee59d9e-2a13-474a-9d8e-dffcd51fa2ce|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:08:05.089Z|e9a5ca18-1ad1-41ed-a483-c484d477c067|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:08:05.090Z|e9a5ca18-1ad1-41ed-a483-c484d477c067|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:08:06.858Z|c293ccc9-d273-41f0-95b1-7159eb912204|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:08:06.859Z|c293ccc9-d273-41f0-95b1-7159eb912204|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:08:10.135Z|cd57ea3d-82be-4184-a473-3a81cba8efad|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:08:10.136Z|cd57ea3d-82be-4184-a473-3a81cba8efad|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:08:12.217Z|b1cc97e4-2832-4104-9c48-3910b0f61be5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:08:12.218Z|b1cc97e4-2832-4104-9c48-3910b0f61be5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:08:16.897Z|5acd571d-74d7-4fef-addc-f65ef3ebe4f1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:08:16.898Z|5acd571d-74d7-4fef-addc-f65ef3ebe4f1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:08:20.089Z|cf71abe4-e307-4986-839c-0f9033a276c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:08:20.092Z|cf71abe4-e307-4986-839c-0f9033a276c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:08:20.168Z|2169ecdb-a3c1-48f1-b191-096552628a44|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:08:20.169Z|2169ecdb-a3c1-48f1-b191-096552628a44|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:08:20.361Z|4b76b95d-f9f2-45ea-8d93-2226dc641428|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:08:20.362Z|4b76b95d-f9f2-45ea-8d93-2226dc641428|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:08:22.250Z|8d71f39c-20eb-4626-bd98-aff1f510328c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:08:22.251Z|8d71f39c-20eb-4626-bd98-aff1f510328c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:08:26.936Z|f75f4d37-e190-4570-98a7-a8b86004f83f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:08:26.937Z|f75f4d37-e190-4570-98a7-a8b86004f83f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:08:30.200Z|9625cedc-2e9a-4af8-bd06-9e5b6b1083e0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:08:30.201Z|9625cedc-2e9a-4af8-bd06-9e5b6b1083e0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:08:32.283Z|3a7bc52a-7a89-4dc4-af80-5e3defff124c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:08:32.284Z|3a7bc52a-7a89-4dc4-af80-5e3defff124c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:08:35.089Z|624ea28c-3c3a-4402-8cb7-abbdf6727b3c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:08:35.094Z|624ea28c-3c3a-4402-8cb7-abbdf6727b3c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:08:36.971Z|86db8ce5-09ae-49eb-830d-a58a518ff689|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:08:36.972Z|86db8ce5-09ae-49eb-830d-a58a518ff689|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:08:40.234Z|73740681-421e-4a3b-b80a-6552cba60fb3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:08:40.234Z|73740681-421e-4a3b-b80a-6552cba60fb3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:08:42.317Z|1647b78b-1ccb-43c8-ab08-8286ec082e97|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:08:42.318Z|1647b78b-1ccb-43c8-ab08-8286ec082e97|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:08:47.014Z|c937f55a-9f8d-4022-b39d-00bf090f36e1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:08:47.015Z|c937f55a-9f8d-4022-b39d-00bf090f36e1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:08:50.089Z|19d74213-fe83-48fb-b3b9-656a874f3c6c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:08:50.090Z|19d74213-fe83-48fb-b3b9-656a874f3c6c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:08:50.264Z|fd24cc75-3680-42be-a284-7fb12d3b222f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:08:50.265Z|fd24cc75-3680-42be-a284-7fb12d3b222f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:08:50.363Z|bc70d6b0-831e-4681-b453-8ea50c9a4686|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:08:50.364Z|bc70d6b0-831e-4681-b453-8ea50c9a4686|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:08:52.357Z|3c9c98ee-7841-4880-860a-24453e202b61|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:08:52.358Z|3c9c98ee-7841-4880-860a-24453e202b61|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:08:56.118Z|74ee1658-e4de-4567-928a-90aeda31dfbc|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:08:56.119Z|74ee1658-e4de-4567-928a-90aeda31dfbc|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:08:57.047Z|13c9bc0c-57ba-4e46-ba6d-044787ff1ed2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:08:57.049Z|13c9bc0c-57ba-4e46-ba6d-044787ff1ed2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:09:00.294Z|d54f8312-21d5-43d0-a954-69202eb152b6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:09:00.295Z|d54f8312-21d5-43d0-a954-69202eb152b6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:09:02.387Z|62e1baa3-46ff-4cd5-ac3f-af5a3a56400b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:09:02.388Z|62e1baa3-46ff-4cd5-ac3f-af5a3a56400b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:09:05.089Z|40fb5e29-cdb7-4788-9686-81e5bd20ada5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:09:05.090Z|40fb5e29-cdb7-4788-9686-81e5bd20ada5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:09:07.078Z|18059ba2-999f-4603-9fcd-e4896f926697|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:09:07.080Z|18059ba2-999f-4603-9fcd-e4896f926697|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:09:10.324Z|b9d5456a-44c0-44d0-9701-8b68fc9ab6a0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:09:10.325Z|b9d5456a-44c0-44d0-9701-8b68fc9ab6a0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:09:12.421Z|b5fe5abd-17a0-4c61-84a1-e2348e7425bb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:09:12.422Z|b5fe5abd-17a0-4c61-84a1-e2348e7425bb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:09:17.116Z|3c464af5-4c6f-4b57-8728-947dd6aeb2b2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:09:17.117Z|3c464af5-4c6f-4b57-8728-947dd6aeb2b2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:09:20.089Z|2a52ec24-c444-4c56-8a18-5a3c19f6c150|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:09:20.094Z|2a52ec24-c444-4c56-8a18-5a3c19f6c150|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:09:20.355Z|ff49f373-bed3-4010-a2dd-7269a50eaf24|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:09:20.356Z|ff49f373-bed3-4010-a2dd-7269a50eaf24|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:09:20.365Z|a82f8712-fd62-46c0-a8f9-8bf24fc2e382|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:09:20.365Z|a82f8712-fd62-46c0-a8f9-8bf24fc2e382|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:09:22.456Z|b5c7de29-9689-45ff-b66b-8b057c61954d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:09:22.457Z|b5c7de29-9689-45ff-b66b-8b057c61954d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:09:27.146Z|8939f88e-de46-4bea-9975-0e0e720191c6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:09:27.147Z|8939f88e-de46-4bea-9975-0e0e720191c6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:09:30.390Z|d4388b92-5630-46d1-a8d0-85d88bd05359|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:09:30.391Z|d4388b92-5630-46d1-a8d0-85d88bd05359|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:09:32.489Z|ca0c0cf6-27d1-42e6-85ea-993069cd2375|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:09:32.490Z|ca0c0cf6-27d1-42e6-85ea-993069cd2375|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:09:35.089Z|defecf2c-9ee5-4162-9048-2af903429071|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:09:35.089Z|defecf2c-9ee5-4162-9048-2af903429071|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:09:37.177Z|cefdf20d-4005-4727-aee1-ecad115400e9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:09:37.178Z|cefdf20d-4005-4727-aee1-ecad115400e9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:09:40.424Z|824b44d2-45da-4a25-8ed1-311a0a650eb0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:09:40.425Z|824b44d2-45da-4a25-8ed1-311a0a650eb0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:09:42.523Z|6eb1847f-5e63-4f03-b9d7-323f9f7d5590|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:09:42.523Z|6eb1847f-5e63-4f03-b9d7-323f9f7d5590|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:09:47.205Z|46a6ff1b-0cdc-4b8e-8922-1b37dbea0aad|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:09:47.206Z|46a6ff1b-0cdc-4b8e-8922-1b37dbea0aad|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:09:50.089Z|ded0fca9-5b40-4c44-8ce0-3a26d1661977|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:09:50.090Z|ded0fca9-5b40-4c44-8ce0-3a26d1661977|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:09:50.366Z|1d66d684-0d56-4a32-a2cf-7b8e5ed1376d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:09:50.367Z|1d66d684-0d56-4a32-a2cf-7b8e5ed1376d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:09:50.456Z|37f31220-71c8-437b-94b9-500772b2860f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:09:50.457Z|37f31220-71c8-437b-94b9-500772b2860f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:09:52.556Z|5cd36cc9-f879-42d6-9077-8d2e5aee1ae5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:09:52.557Z|5cd36cc9-f879-42d6-9077-8d2e5aee1ae5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:09:56.120Z|fe8809b7-2878-417b-9bd3-21a121fbdfeb|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:09:56.120Z|fe8809b7-2878-417b-9bd3-21a121fbdfeb|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:09:57.238Z|5a679e17-c715-400c-aa0d-a68f578fab54|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:09:57.239Z|5a679e17-c715-400c-aa0d-a68f578fab54|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:10:00.489Z|e3c72060-6daf-4ec5-9a1e-2b9ed692a96c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:10:00.490Z|e3c72060-6daf-4ec5-9a1e-2b9ed692a96c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:10:02.590Z|72d56bb9-915b-4379-bcdb-6f5ab8a20b43|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:10:02.591Z|72d56bb9-915b-4379-bcdb-6f5ab8a20b43|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:10:05.089Z|bad254b5-8020-4f5c-bd81-bcb6113b7b94|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:10:05.094Z|bad254b5-8020-4f5c-bd81-bcb6113b7b94|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:10:07.281Z|cc2d2bf4-d84c-4588-90aa-790a174cb4c8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:10:07.282Z|cc2d2bf4-d84c-4588-90aa-790a174cb4c8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:10:10.521Z|103903b5-4a1a-4622-8d9c-13c270b67e89|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:10:10.522Z|103903b5-4a1a-4622-8d9c-13c270b67e89|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:10:12.625Z|3e4a4f60-832a-44a1-9430-0861917e26cb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:10:12.625Z|3e4a4f60-832a-44a1-9430-0861917e26cb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:10:17.315Z|b2d1b0e3-a739-4623-a60e-c080b2115848|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:10:17.316Z|b2d1b0e3-a739-4623-a60e-c080b2115848|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:10:20.089Z|ce5f2de6-497b-413f-a9ae-a3c97a155fe0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:10:20.090Z|ce5f2de6-497b-413f-a9ae-a3c97a155fe0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:10:20.368Z|50e98eaf-704d-4e47-9c73-47fbcd7ba1ec|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:10:20.368Z|50e98eaf-704d-4e47-9c73-47fbcd7ba1ec|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:10:20.558Z|a46c4c04-3d24-4c80-bc46-53bfedaefb16|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:10:20.559Z|a46c4c04-3d24-4c80-bc46-53bfedaefb16|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:10:22.660Z|f6ed7035-5ca4-468b-9f12-2bd246fef0be|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:10:22.661Z|f6ed7035-5ca4-468b-9f12-2bd246fef0be|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:10:27.351Z|1846454a-2316-4255-be5f-cf75745f2682|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:10:27.352Z|1846454a-2316-4255-be5f-cf75745f2682|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:10:30.591Z|7bbfbe94-46f6-4517-b64a-d48b43ca53e9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:10:30.591Z|7bbfbe94-46f6-4517-b64a-d48b43ca53e9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:10:32.695Z|635540bf-80ad-4804-b975-be6660477bd0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:10:32.696Z|635540bf-80ad-4804-b975-be6660477bd0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:10:35.089Z|90e2e6d2-0e36-4cd5-abe9-fdba6a2f0fe5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:10:35.090Z|90e2e6d2-0e36-4cd5-abe9-fdba6a2f0fe5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:10:37.387Z|65a0db8a-9b43-43f3-b4aa-55696d02aa83|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:10:37.388Z|65a0db8a-9b43-43f3-b4aa-55696d02aa83|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:10:40.626Z|425749fb-d83c-4307-a52a-1829c7b34c6e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:10:40.627Z|425749fb-d83c-4307-a52a-1829c7b34c6e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:10:42.730Z|f537a507-20e4-4c5a-bfa7-c8b498162efb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:10:42.731Z|f537a507-20e4-4c5a-bfa7-c8b498162efb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:10:47.423Z|adb1eba2-dad7-471b-ac91-e7f5c0a1363b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:10:47.424Z|adb1eba2-dad7-471b-ac91-e7f5c0a1363b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:10:50.089Z|067a3816-263b-4475-81ba-ca1cfecc48bb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:10:50.093Z|067a3816-263b-4475-81ba-ca1cfecc48bb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:10:50.369Z|38b8d1dc-004d-4c21-916b-f95680c31771|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:10:50.370Z|38b8d1dc-004d-4c21-916b-f95680c31771|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:10:50.658Z|77130867-c096-491c-afed-7fef8a869e4b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:10:50.659Z|77130867-c096-491c-afed-7fef8a869e4b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:10:52.765Z|c542fecb-50cc-4828-be78-0b1fc6a40e2f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:10:52.767Z|c542fecb-50cc-4828-be78-0b1fc6a40e2f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:10:56.117Z|7dc4ddb0-145a-4df3-afa6-ff8538eaac27|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:10:56.119Z|7dc4ddb0-145a-4df3-afa6-ff8538eaac27|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:10:57.458Z|ae6c5756-af9b-49d9-ba7f-cb5edc76aa46|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:10:57.458Z|ae6c5756-af9b-49d9-ba7f-cb5edc76aa46|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:11:00.697Z|0898f221-6b08-4e8a-a46f-45faca4ba676|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:11:00.698Z|0898f221-6b08-4e8a-a46f-45faca4ba676|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:11:02.803Z|e6fd58d5-6109-4d26-9df6-a94582888a08|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:11:02.804Z|e6fd58d5-6109-4d26-9df6-a94582888a08|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:11:05.089Z|24c09b82-718a-40c4-ab13-0e753cbd9149|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:11:05.090Z|24c09b82-718a-40c4-ab13-0e753cbd9149|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:11:07.491Z|acd2124b-2c73-4bda-96e2-072b9bb82b26|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:11:07.493Z|acd2124b-2c73-4bda-96e2-072b9bb82b26|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:11:10.730Z|26a933ee-9cb2-4154-a134-841f1f07e641|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:11:10.731Z|26a933ee-9cb2-4154-a134-841f1f07e641|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:11:12.836Z|d9f9d918-9832-4cf2-8c29-ca1cbb11935b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:11:12.837Z|d9f9d918-9832-4cf2-8c29-ca1cbb11935b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:11:17.525Z|4561f53e-921b-48fc-845d-e8729c4a23df|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:11:17.525Z|4561f53e-921b-48fc-845d-e8729c4a23df|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:11:20.089Z|5c074f06-19c6-447f-aa25-f3fda818c8be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:11:20.089Z|5c074f06-19c6-447f-aa25-f3fda818c8be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:11:20.370Z|e7c34e48-391f-48bb-9057-0ad24ff760e9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:11:20.371Z|e7c34e48-391f-48bb-9057-0ad24ff760e9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:11:20.755Z|52cac132-65b5-4354-94ef-72cdcdc4af13|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:11:20.756Z|52cac132-65b5-4354-94ef-72cdcdc4af13|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:11:22.867Z|ff2a93c3-e585-4969-898f-c91584dc0059|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:11:22.868Z|ff2a93c3-e585-4969-898f-c91584dc0059|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:11:27.558Z|3ea0719c-63e0-498b-8cfe-a33914a2753b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:11:27.559Z|3ea0719c-63e0-498b-8cfe-a33914a2753b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:11:30.783Z|688be58e-3ea5-4232-b4b0-7744e2aaa64b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:11:30.784Z|688be58e-3ea5-4232-b4b0-7744e2aaa64b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:11:32.902Z|e25c2612-cbcd-46f6-8551-c69adcb9509e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:11:32.903Z|e25c2612-cbcd-46f6-8551-c69adcb9509e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:11:35.089Z|f0f6f545-a9d9-44b1-b9a6-2a5325a2e011|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:11:35.094Z|f0f6f545-a9d9-44b1-b9a6-2a5325a2e011|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:11:37.593Z|4ea827ea-bd93-4c5c-9a87-7f8f79e5bf1f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:11:37.594Z|4ea827ea-bd93-4c5c-9a87-7f8f79e5bf1f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:11:40.817Z|a7d5dcce-ae1b-40e1-a014-08a141e8373a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:11:40.818Z|a7d5dcce-ae1b-40e1-a014-08a141e8373a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:11:42.936Z|ab6bac99-6b7e-4ed8-bfa9-f4106995e04b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:11:42.937Z|ab6bac99-6b7e-4ed8-bfa9-f4106995e04b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:11:47.632Z|0d91075a-318f-43e8-85b1-bdcdbb54baef|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:11:47.633Z|0d91075a-318f-43e8-85b1-bdcdbb54baef|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:11:50.089Z|79e18e73-c069-446c-93b6-5df7408dd58f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:11:50.092Z|79e18e73-c069-446c-93b6-5df7408dd58f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:11:50.372Z|c779fae5-71b6-4dfd-8e2f-fe068dc0e728|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:11:50.373Z|c779fae5-71b6-4dfd-8e2f-fe068dc0e728|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:11:50.851Z|1d6a5f37-6807-458a-b253-c16a617aecd2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:11:50.852Z|1d6a5f37-6807-458a-b253-c16a617aecd2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:11:52.966Z|05ef783f-c7f7-424e-b7d6-3dc924aa1c48|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:11:52.967Z|05ef783f-c7f7-424e-b7d6-3dc924aa1c48|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:11:56.120Z|01cc49ca-8bb0-4d29-9363-6bcfaddd511d|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:11:56.122Z|01cc49ca-8bb0-4d29-9363-6bcfaddd511d|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:11:57.670Z|d7c38e8f-e420-4afa-9d4f-f0635078aa44|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:11:57.671Z|d7c38e8f-e420-4afa-9d4f-f0635078aa44|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:12:00.884Z|e212b72f-0492-440a-aa46-78bf336e7900|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:12:00.885Z|e212b72f-0492-440a-aa46-78bf336e7900|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:12:02.999Z|f85768c7-0def-4ec6-abe7-1c3462178f32|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:12:03.000Z|f85768c7-0def-4ec6-abe7-1c3462178f32|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:12:05.089Z|eafc5485-579d-44a4-b27a-8935e3d4ef56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:12:05.090Z|eafc5485-579d-44a4-b27a-8935e3d4ef56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:12:07.712Z|029544ed-1d13-4ccb-a63d-01649c7ff4bf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:12:07.713Z|029544ed-1d13-4ccb-a63d-01649c7ff4bf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:12:10.916Z|0eb45b3c-8867-48ed-be1a-9f9c0d8104ce|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:12:10.917Z|0eb45b3c-8867-48ed-be1a-9f9c0d8104ce|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:12:13.033Z|8bedfbda-cb98-40fc-adb0-98a9e53c664b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:12:13.034Z|8bedfbda-cb98-40fc-adb0-98a9e53c664b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:12:17.744Z|3eeca3b8-01e7-4574-8df8-f8293b668883|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:12:17.745Z|3eeca3b8-01e7-4574-8df8-f8293b668883|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:12:20.089Z|56689d94-be5c-4450-8eb1-a520ae54916c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:12:20.094Z|56689d94-be5c-4450-8eb1-a520ae54916c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:12:20.374Z|d90de326-ba74-4ab2-acb7-bd2f8adb36b2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:12:20.374Z|d90de326-ba74-4ab2-acb7-bd2f8adb36b2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:12:20.949Z|9edcfdbd-e55c-45df-8629-0a0c081dd8e3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:12:20.950Z|9edcfdbd-e55c-45df-8629-0a0c081dd8e3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:12:23.064Z|331e61dd-3f35-4819-80d8-78f3e747862b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:12:23.065Z|331e61dd-3f35-4819-80d8-78f3e747862b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:12:27.778Z|df2570b8-b219-49fa-a8e8-0d1a75841064|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:12:27.779Z|df2570b8-b219-49fa-a8e8-0d1a75841064|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:12:30.983Z|45b334a0-b9dc-474d-9c00-8fb3ab38c40d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:12:30.984Z|45b334a0-b9dc-474d-9c00-8fb3ab38c40d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:12:33.098Z|c768ac0a-9dcb-4ea4-b717-82ae4b8c71d8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:12:33.100Z|c768ac0a-9dcb-4ea4-b717-82ae4b8c71d8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:12:35.089Z|d109864a-54ee-4f95-97ad-6ace32c2190f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:12:35.090Z|d109864a-54ee-4f95-97ad-6ace32c2190f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:12:37.811Z|a208e19d-b8b1-41b2-8bc7-43e406d365b1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:12:37.812Z|a208e19d-b8b1-41b2-8bc7-43e406d365b1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:12:41.019Z|777ac5ed-e661-4204-a6f8-b2c7d6c23f0d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:12:41.021Z|777ac5ed-e661-4204-a6f8-b2c7d6c23f0d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:12:43.134Z|e683173d-2749-4c85-8044-401c6cf42733|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:12:43.135Z|e683173d-2749-4c85-8044-401c6cf42733|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:12:47.849Z|576b7e17-f2c2-4fce-b921-59173379e941|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:12:47.850Z|576b7e17-f2c2-4fce-b921-59173379e941|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:12:50.089Z|5bf034aa-3f72-42e4-804a-d05839d28f71|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:12:50.090Z|5bf034aa-3f72-42e4-804a-d05839d28f71|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:12:50.375Z|c313d488-ad47-4ec8-bf15-8a462876713e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:12:50.376Z|c313d488-ad47-4ec8-bf15-8a462876713e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:12:51.052Z|ec8c3dcb-c54a-4ed2-b0d4-6cb7c64515da|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:12:51.053Z|ec8c3dcb-c54a-4ed2-b0d4-6cb7c64515da|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:12:53.173Z|5408cd3c-7178-41a5-b0f4-7297ff0763b8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:12:53.174Z|5408cd3c-7178-41a5-b0f4-7297ff0763b8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:12:56.117Z|d37b2fb3-c127-4824-879b-7e830d28f5ae|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:12:56.118Z|d37b2fb3-c127-4824-879b-7e830d28f5ae|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:12:57.883Z|fa7eb695-dd33-4490-ad78-ce7c83c6ffb6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:12:57.884Z|fa7eb695-dd33-4490-ad78-ce7c83c6ffb6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:13:01.084Z|77bfb6bc-af42-4dbb-80d4-8cd3108913e9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:13:01.087Z|77bfb6bc-af42-4dbb-80d4-8cd3108913e9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:13:03.205Z|17eb8627-607f-4308-8ab5-e4f4b9f33a82|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:13:03.206Z|17eb8627-607f-4308-8ab5-e4f4b9f33a82|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:13:05.089Z|2892fa31-a6da-49c1-865a-9577d28e44e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:13:05.094Z|2892fa31-a6da-49c1-865a-9577d28e44e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:13:07.916Z|4ee3c73e-04f9-4ab4-b9b7-2076eda962d6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:13:07.917Z|4ee3c73e-04f9-4ab4-b9b7-2076eda962d6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:13:11.119Z|eeb2a17d-5eb3-40a8-9f98-b8a082173053|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:13:11.120Z|eeb2a17d-5eb3-40a8-9f98-b8a082173053|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:13:13.240Z|32c2396e-4040-4311-9068-fc3ffc2edf49|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:13:13.240Z|32c2396e-4040-4311-9068-fc3ffc2edf49|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:13:17.949Z|fa130213-66f3-4f4d-8ddf-ab0c77783481|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:13:17.950Z|fa130213-66f3-4f4d-8ddf-ab0c77783481|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:13:20.089Z|d6a5ebdc-713e-49f7-ad0a-fa1f361d9e4f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:13:20.090Z|d6a5ebdc-713e-49f7-ad0a-fa1f361d9e4f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:13:20.377Z|87c11c1b-1090-4149-af32-9c2ffc442ff3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:13:20.377Z|87c11c1b-1090-4149-af32-9c2ffc442ff3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:13:21.152Z|3131ec56-1e5f-4ac2-b94e-7e276952a72e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:13:21.153Z|3131ec56-1e5f-4ac2-b94e-7e276952a72e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:13:23.272Z|81696928-52e0-4288-9e10-79ddd8107d49|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:13:23.273Z|81696928-52e0-4288-9e10-79ddd8107d49|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:13:27.982Z|c4fdb9c2-46d0-4150-b7ab-6b4c76436f6d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:13:27.983Z|c4fdb9c2-46d0-4150-b7ab-6b4c76436f6d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:13:31.184Z|acd04668-c58e-44f4-a173-5c9244a95076|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:13:31.185Z|acd04668-c58e-44f4-a173-5c9244a95076|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:13:33.315Z|6c22e64e-a43c-4e78-acb6-9284a43162a8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:13:33.316Z|6c22e64e-a43c-4e78-acb6-9284a43162a8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:13:35.089Z|c656337b-9f40-45fc-ab43-b9a2ce812e22|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:13:35.090Z|c656337b-9f40-45fc-ab43-b9a2ce812e22|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:13:38.015Z|28f677a5-8850-4c5e-8c89-4135a4416bef|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:13:38.016Z|28f677a5-8850-4c5e-8c89-4135a4416bef|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:13:41.217Z|43078c33-5ecf-4b4c-bafa-e90cb84cdcd8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:13:41.218Z|43078c33-5ecf-4b4c-bafa-e90cb84cdcd8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:13:43.350Z|75e919f4-1874-42b5-9118-f4f383b0d583|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:13:43.352Z|75e919f4-1874-42b5-9118-f4f383b0d583|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:13:48.052Z|9760a9aa-c7f0-40e5-a281-5f12741257bc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:13:48.054Z|9760a9aa-c7f0-40e5-a281-5f12741257bc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:13:50.089Z|c261219e-5d58-43ba-92cf-99f26f5e9482|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:13:50.093Z|c261219e-5d58-43ba-92cf-99f26f5e9482|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:13:50.378Z|095a3213-2f44-45eb-8940-78d6c321341a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:13:50.379Z|095a3213-2f44-45eb-8940-78d6c321341a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:13:51.252Z|9d3a39bb-e646-4d38-918f-12b1817e7e89|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:13:51.253Z|9d3a39bb-e646-4d38-918f-12b1817e7e89|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:13:53.403Z|42ed835a-db13-4991-907a-e1ff116d864f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:13:53.404Z|42ed835a-db13-4991-907a-e1ff116d864f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:13:56.117Z|326e4730-be03-4c0a-87ab-73c46ef1babc|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:13:56.118Z|326e4730-be03-4c0a-87ab-73c46ef1babc|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:13:58.087Z|d6d2e28b-f472-482e-bd2b-c15ae063c67e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:13:58.088Z|d6d2e28b-f472-482e-bd2b-c15ae063c67e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:14:01.283Z|39a56860-712a-493c-8b24-2622cbd95b8d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:14:01.284Z|39a56860-712a-493c-8b24-2622cbd95b8d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:14:03.431Z|07ba3dbb-8fa2-4499-8b9b-eec0305f1f70|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:14:03.432Z|07ba3dbb-8fa2-4499-8b9b-eec0305f1f70|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:14:05.089Z|660aa8ac-ce80-479f-884f-8df27543f834|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:14:05.090Z|660aa8ac-ce80-479f-884f-8df27543f834|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:14:08.121Z|bd626052-356c-46bf-af2c-508db65f8bc7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:14:08.122Z|bd626052-356c-46bf-af2c-508db65f8bc7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:14:11.321Z|fcb1586c-6604-4104-8f5b-43e4b6f7e1d4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:14:11.322Z|fcb1586c-6604-4104-8f5b-43e4b6f7e1d4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:14:13.482Z|6dc64d96-d8b9-4ac5-b7ee-43525e451529|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:14:13.483Z|6dc64d96-d8b9-4ac5-b7ee-43525e451529|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:14:18.152Z|0be4299b-af86-412d-b974-1557776a42eb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:14:18.153Z|0be4299b-af86-412d-b974-1557776a42eb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:14:20.089Z|d93cbb50-926d-4e81-ae8e-f380c21980fe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:14:20.090Z|d93cbb50-926d-4e81-ae8e-f380c21980fe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:14:20.379Z|c516cd60-5089-459e-a4cd-304e688c853d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:14:20.380Z|c516cd60-5089-459e-a4cd-304e688c853d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:14:21.353Z|df1870c5-0fe2-4ff1-9a50-e9104d90ff41|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:14:21.354Z|df1870c5-0fe2-4ff1-9a50-e9104d90ff41|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:14:23.516Z|86a346c5-ee12-447d-992f-36f028fc07f5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:14:23.517Z|86a346c5-ee12-447d-992f-36f028fc07f5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:14:28.195Z|126fb94e-85f3-4ecc-b70c-b3300e7f6b55|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:14:28.196Z|126fb94e-85f3-4ecc-b70c-b3300e7f6b55|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:14:31.387Z|3dc25951-7659-46fe-8e44-8fee9831cf9f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:14:31.389Z|3dc25951-7659-46fe-8e44-8fee9831cf9f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:14:33.543Z|46144ec2-36bb-4ada-87c1-8b0f5cb96a34|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:14:33.544Z|46144ec2-36bb-4ada-87c1-8b0f5cb96a34|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:14:35.089Z|57b226e3-7f11-4d49-b8fd-0d05fefcbe77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:14:35.095Z|57b226e3-7f11-4d49-b8fd-0d05fefcbe77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:14:38.246Z|7e63d7c7-67c4-4caa-9def-0b586c70e856|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:14:38.247Z|7e63d7c7-67c4-4caa-9def-0b586c70e856|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:14:41.429Z|8b0d42e2-deb6-4747-b90e-a4ad7c97632c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:14:41.430Z|8b0d42e2-deb6-4747-b90e-a4ad7c97632c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:14:43.577Z|33870705-aa3b-4515-ad7e-377708d9a798|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:14:43.578Z|33870705-aa3b-4515-ad7e-377708d9a798|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:14:48.290Z|058481d6-73c6-4c2b-bdb8-a2adfb6a1466|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:14:48.291Z|058481d6-73c6-4c2b-bdb8-a2adfb6a1466|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:14:50.089Z|f6c09fd1-4465-44e5-b69b-2f064ef8ddae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:14:50.090Z|f6c09fd1-4465-44e5-b69b-2f064ef8ddae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:14:50.380Z|51409e5c-4934-4aca-8d0e-ba6e6e367ed9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:14:50.381Z|51409e5c-4934-4aca-8d0e-ba6e6e367ed9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:14:51.462Z|6d0d4667-b68a-4f5a-bb2f-2249e623ed35|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:14:51.463Z|6d0d4667-b68a-4f5a-bb2f-2249e623ed35|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:14:53.612Z|6689798f-b996-4512-804c-1336a05fdd75|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:14:53.613Z|6689798f-b996-4512-804c-1336a05fdd75|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:14:56.130Z|67ac063e-4943-4e4e-8c9e-d14e224a5369|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:14:56.132Z|67ac063e-4943-4e4e-8c9e-d14e224a5369|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:14:58.323Z|85167c8d-7451-402a-be76-2121ad38c7b0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:14:58.324Z|85167c8d-7451-402a-be76-2121ad38c7b0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:15:01.497Z|24c2e060-bc54-4fb8-96ff-bb6caa1d8394|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:15:01.498Z|24c2e060-bc54-4fb8-96ff-bb6caa1d8394|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:15:03.647Z|4cd2f11e-8a2b-463b-a86f-e98fdc9d284c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:15:03.648Z|4cd2f11e-8a2b-463b-a86f-e98fdc9d284c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:15:05.089Z|7aff61ea-8414-4770-95a8-59c280a3876d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:15:05.092Z|7aff61ea-8414-4770-95a8-59c280a3876d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:15:08.354Z|dc60216b-a1ec-4a9d-98f9-066166543919|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:15:08.355Z|dc60216b-a1ec-4a9d-98f9-066166543919|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:15:11.531Z|9f1c57f8-6bdf-4b7c-8e9c-0772f49e53ac|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:15:11.532Z|9f1c57f8-6bdf-4b7c-8e9c-0772f49e53ac|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:15:13.678Z|a1713e43-0371-41c4-9752-af7e147cf70e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:15:13.679Z|a1713e43-0371-41c4-9752-af7e147cf70e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:15:18.387Z|e9804abe-a862-4a74-90e1-d7d657bacc89|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:15:18.388Z|e9804abe-a862-4a74-90e1-d7d657bacc89|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:15:20.089Z|8412f5b5-08bb-4fef-b9a1-eae60001694c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:15:20.094Z|8412f5b5-08bb-4fef-b9a1-eae60001694c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:15:20.382Z|9b414bde-594f-4d66-a4cb-fc7366a090c6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:15:20.382Z|9b414bde-594f-4d66-a4cb-fc7366a090c6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:15:21.564Z|35f3c0b2-38d4-4ce8-ae43-d7e4b561dd3e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:15:21.565Z|35f3c0b2-38d4-4ce8-ae43-d7e4b561dd3e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:15:23.711Z|d39ccef5-b3c9-4afc-a7fa-daeb06a95d09|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:15:23.711Z|d39ccef5-b3c9-4afc-a7fa-daeb06a95d09|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:15:28.419Z|db1083ca-1119-40b4-a2aa-2c287bff8dcb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:15:28.420Z|db1083ca-1119-40b4-a2aa-2c287bff8dcb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:15:31.598Z|dc41814e-2b9d-4cd5-ae26-257dd8f9dd04|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:15:31.600Z|dc41814e-2b9d-4cd5-ae26-257dd8f9dd04|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:15:33.742Z|f2600d43-aca2-42cc-8185-158f883fe094|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:15:33.743Z|f2600d43-aca2-42cc-8185-158f883fe094|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:15:35.089Z|3f31f470-c722-425b-b1cd-8d7b00c18518|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:15:35.090Z|3f31f470-c722-425b-b1cd-8d7b00c18518|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:15:38.446Z|83b16b08-8d4d-46f5-a1d0-3ca9ebefd9c0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:15:38.447Z|83b16b08-8d4d-46f5-a1d0-3ca9ebefd9c0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:15:41.629Z|d75fde51-d6e2-4294-9b08-f8b22243352b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:15:41.630Z|d75fde51-d6e2-4294-9b08-f8b22243352b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:15:43.776Z|69c2fa12-7888-48bd-b07f-44f36082721f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:15:43.777Z|69c2fa12-7888-48bd-b07f-44f36082721f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:15:48.484Z|25755a48-721a-41bb-92e9-266ae7301f3d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:15:48.484Z|25755a48-721a-41bb-92e9-266ae7301f3d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:15:50.089Z|10014846-88df-4ea2-8c9b-a02fd0384201|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:15:50.090Z|10014846-88df-4ea2-8c9b-a02fd0384201|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:15:50.383Z|faaa8467-9871-4da8-8ce2-35b8bc8cbd62|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:15:50.384Z|faaa8467-9871-4da8-8ce2-35b8bc8cbd62|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:15:51.663Z|debf22cc-34fa-4e39-9afe-3a54364691e4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:15:51.666Z|debf22cc-34fa-4e39-9afe-3a54364691e4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:15:53.846Z|479c08d6-a2b6-4c22-b1f3-0cb81a4e78a6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:15:53.847Z|479c08d6-a2b6-4c22-b1f3-0cb81a4e78a6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:15:56.117Z|8fe7cde6-59cd-4d51-9fc2-08d7d4188261|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:15:56.119Z|8fe7cde6-59cd-4d51-9fc2-08d7d4188261|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:15:58.514Z|4daa5318-cace-4d28-89e4-7c77ac42e74e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:15:58.515Z|4daa5318-cace-4d28-89e4-7c77ac42e74e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:16:01.697Z|9f4d7535-de3c-4a7d-8a90-36aa965bcd3d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:16:01.698Z|9f4d7535-de3c-4a7d-8a90-36aa965bcd3d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:16:03.878Z|f86b884a-6db4-47c2-9f79-7a3f0181cdc8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:16:03.879Z|f86b884a-6db4-47c2-9f79-7a3f0181cdc8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:16:05.089Z|76d4a494-4115-43db-beb5-741ecd726bbf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:16:05.095Z|76d4a494-4115-43db-beb5-741ecd726bbf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:16:08.544Z|eb60e44c-4a9a-4de4-8c01-c60c9a52a70a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:16:08.545Z|eb60e44c-4a9a-4de4-8c01-c60c9a52a70a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:16:11.732Z|d1b31ca0-9759-4eb1-bd08-43abf5818aa7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:16:11.733Z|d1b31ca0-9759-4eb1-bd08-43abf5818aa7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:16:13.918Z|08915da4-8e66-4a75-b539-eafbfdbf09ab|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:16:13.918Z|08915da4-8e66-4a75-b539-eafbfdbf09ab|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:16:18.576Z|67d47b48-74c9-4604-9604-0c2ae4d9697e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:16:18.577Z|67d47b48-74c9-4604-9604-0c2ae4d9697e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:16:20.089Z|c72c51ba-6c7c-4f2b-82df-586b832376f3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:16:20.090Z|c72c51ba-6c7c-4f2b-82df-586b832376f3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:16:20.384Z|e197f2d4-bfed-4e3b-b7c8-9ac3f49f9a3f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:16:20.385Z|e197f2d4-bfed-4e3b-b7c8-9ac3f49f9a3f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:16:21.776Z|8e4ae78b-682e-4caa-9158-fa538fdc154d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:16:21.777Z|8e4ae78b-682e-4caa-9158-fa538fdc154d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:16:23.942Z|9b21ba9f-cebe-489b-9431-04bdc6eddb01|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:16:23.942Z|9b21ba9f-cebe-489b-9431-04bdc6eddb01|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:16:28.607Z|5e7f84d2-8c22-44f5-b889-982ebc0e7124|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:16:28.608Z|5e7f84d2-8c22-44f5-b889-982ebc0e7124|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:16:31.806Z|357fdcc6-2845-469d-a457-4126fe64b0e1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:16:31.808Z|357fdcc6-2845-469d-a457-4126fe64b0e1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:16:33.966Z|c3fe0fef-ebdb-47aa-85d9-62c66c54dc34|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:16:33.966Z|c3fe0fef-ebdb-47aa-85d9-62c66c54dc34|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:16:35.089Z|6195bbd5-7d17-4e30-8db7-e631d70d2938|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:16:35.090Z|6195bbd5-7d17-4e30-8db7-e631d70d2938|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:16:38.637Z|eec6a950-66eb-4c73-9b6f-3127ed2639c9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:16:38.638Z|eec6a950-66eb-4c73-9b6f-3127ed2639c9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:16:41.840Z|96716ba7-e249-463c-8e66-748600203a19|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:16:41.841Z|96716ba7-e249-463c-8e66-748600203a19|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:16:43.992Z|ad271be2-5997-45d1-8ef7-ecf8338c6ce7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:16:43.993Z|ad271be2-5997-45d1-8ef7-ecf8338c6ce7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:16:48.669Z|e23f02c1-dea0-4e3e-ad56-12249b021642|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:16:48.670Z|e23f02c1-dea0-4e3e-ad56-12249b021642|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:16:50.089Z|bb1b0b26-91a2-4338-baf2-e89a2f8dc9f1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:16:50.096Z|bb1b0b26-91a2-4338-baf2-e89a2f8dc9f1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:16:50.386Z|5dc356ad-2e84-4930-978f-bc5794178a79|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:16:50.386Z|5dc356ad-2e84-4930-978f-bc5794178a79|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:16:51.874Z|374be9f2-b73a-4416-a6ba-2a87eed6ff5c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:16:51.875Z|374be9f2-b73a-4416-a6ba-2a87eed6ff5c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:16:54.022Z|ad64c115-dfb6-49d5-86cc-6d58b99ba652|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:16:54.023Z|ad64c115-dfb6-49d5-86cc-6d58b99ba652|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:16:56.118Z|f0466c34-f670-4c95-91d7-00049fe8fd69|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:16:56.119Z|f0466c34-f670-4c95-91d7-00049fe8fd69|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:16:58.701Z|bf34b930-e888-41f7-9254-a836c1c4cc63|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:16:58.702Z|bf34b930-e888-41f7-9254-a836c1c4cc63|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:17:01.905Z|7e4f1a81-1c4f-4009-910e-7ee6e735a90a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:17:01.906Z|7e4f1a81-1c4f-4009-910e-7ee6e735a90a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:17:04.053Z|d0a8f71b-e720-448a-bf54-42c10e7c34f7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:17:04.054Z|d0a8f71b-e720-448a-bf54-42c10e7c34f7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:17:05.089Z|04be679f-06c4-44d6-8560-300313044102|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:17:05.089Z|04be679f-06c4-44d6-8560-300313044102|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:17:08.735Z|b957ddd2-a0a8-4ef5-86bf-c6f7bf856209|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:17:08.736Z|b957ddd2-a0a8-4ef5-86bf-c6f7bf856209|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:17:11.941Z|8a804fc2-a494-4136-aa57-03d0772e6fed|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:17:11.942Z|8a804fc2-a494-4136-aa57-03d0772e6fed|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:17:14.085Z|c65b913e-44ba-4a4e-bd6b-10e43030b5aa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:17:14.086Z|c65b913e-44ba-4a4e-bd6b-10e43030b5aa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:17:18.765Z|6f2c015e-9502-42f9-a74d-0ef363f37e1b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:17:18.766Z|6f2c015e-9502-42f9-a74d-0ef363f37e1b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:17:20.089Z|a411065e-fa7b-4f6d-9de1-eacaa7879b0e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:17:20.089Z|a411065e-fa7b-4f6d-9de1-eacaa7879b0e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:17:20.387Z|25cd2fbf-bb97-461b-b4a7-9592ec33ffdf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:17:20.388Z|25cd2fbf-bb97-461b-b4a7-9592ec33ffdf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:17:21.974Z|d4cbd69d-d791-4745-8d77-a1aaa4139ba0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:17:21.975Z|d4cbd69d-d791-4745-8d77-a1aaa4139ba0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:17:24.119Z|b4988a22-42bc-487d-a380-32e14b9a44c4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:17:24.120Z|b4988a22-42bc-487d-a380-32e14b9a44c4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:17:28.801Z|604b584d-f7b1-47c0-9de6-043d615ce633|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:17:28.802Z|604b584d-f7b1-47c0-9de6-043d615ce633|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:17:32.008Z|f29c7844-9fbc-4290-96de-942657a37be1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:17:32.010Z|f29c7844-9fbc-4290-96de-942657a37be1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:17:34.164Z|7350b0ab-1dcf-448e-83d3-9db9d4af7e2d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:17:34.165Z|7350b0ab-1dcf-448e-83d3-9db9d4af7e2d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:17:35.089Z|3e08270b-98bf-434d-8db2-5bf5ee8b832b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:17:35.094Z|3e08270b-98bf-434d-8db2-5bf5ee8b832b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:17:38.832Z|4e96e4f6-6ffd-4d1e-8792-2bae2ad0fa97|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:17:38.833Z|4e96e4f6-6ffd-4d1e-8792-2bae2ad0fa97|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:17:42.042Z|01b56500-1bcd-4160-bd66-359ce0cf16b3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:17:42.043Z|01b56500-1bcd-4160-bd66-359ce0cf16b3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:17:44.194Z|b6d18787-55b8-48c8-bd67-91249504b120|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:17:44.195Z|b6d18787-55b8-48c8-bd67-91249504b120|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:17:48.873Z|a3bd1c27-0c66-4cfc-8f9c-b366cd4d1e86|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:17:48.874Z|a3bd1c27-0c66-4cfc-8f9c-b366cd4d1e86|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:17:50.089Z|97ca00e0-c8b2-4cf5-80b4-5b26ee3c7412|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:17:50.089Z|97ca00e0-c8b2-4cf5-80b4-5b26ee3c7412|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:17:50.388Z|ea3e83a7-3ada-4b19-bbb5-61c42377a154|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:17:50.389Z|ea3e83a7-3ada-4b19-bbb5-61c42377a154|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:17:52.078Z|14fac2fe-8dae-479b-80dc-e755f98d4007|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:17:52.079Z|14fac2fe-8dae-479b-80dc-e755f98d4007|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:17:54.218Z|2b4e875d-a7c2-48a8-880e-09cc1ecec3d8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:17:54.219Z|2b4e875d-a7c2-48a8-880e-09cc1ecec3d8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:17:56.120Z|ac1afaf8-db54-41dc-8ffc-02591ac921fc|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:17:56.121Z|ac1afaf8-db54-41dc-8ffc-02591ac921fc|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:17:58.913Z|9487c4e6-2e10-44c8-b925-209ce72ea723|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:17:58.914Z|9487c4e6-2e10-44c8-b925-209ce72ea723|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:18:02.106Z|5454f4e2-903a-4e6e-bc24-7113f4ddfdf3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:18:02.107Z|5454f4e2-903a-4e6e-bc24-7113f4ddfdf3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:18:04.245Z|686aefbc-2dd0-43b7-a9d9-ad61193cf9a7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:18:04.246Z|686aefbc-2dd0-43b7-a9d9-ad61193cf9a7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:18:05.089Z|12c7110f-c4c5-4aa3-b256-c02d52099480|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:18:05.089Z|12c7110f-c4c5-4aa3-b256-c02d52099480|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:18:08.951Z|435b57f2-4b21-4c96-830f-a0180e0b732a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:18:08.952Z|435b57f2-4b21-4c96-830f-a0180e0b732a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:18:12.143Z|c94cd985-c60f-4d23-808b-d91f66e1d0ed|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:18:12.144Z|c94cd985-c60f-4d23-808b-d91f66e1d0ed|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:18:14.285Z|2fb2e9d4-81bb-4cdf-af44-ea3e8dd00e16|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:18:14.286Z|2fb2e9d4-81bb-4cdf-af44-ea3e8dd00e16|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:18:18.983Z|bd00f3c2-ef79-4442-8cb4-5deff45a76b9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:18:18.984Z|bd00f3c2-ef79-4442-8cb4-5deff45a76b9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:18:20.089Z|71c7e288-7437-47c0-a44f-0b426689d585|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:18:20.094Z|71c7e288-7437-47c0-a44f-0b426689d585|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:18:20.390Z|ccf2b4fd-3bfb-4769-ad03-a2f23c804fa2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:18:20.390Z|ccf2b4fd-3bfb-4769-ad03-a2f23c804fa2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:18:22.173Z|82a98aca-c540-435f-94f5-5d5ffe303390|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:18:22.174Z|82a98aca-c540-435f-94f5-5d5ffe303390|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:18:24.322Z|c4accad2-2f43-4823-a723-5d920bf2dcdf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:18:24.323Z|c4accad2-2f43-4823-a723-5d920bf2dcdf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:18:29.017Z|a68ef7f3-0f16-4133-92c4-4e5fc441f0bb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:18:29.018Z|a68ef7f3-0f16-4133-92c4-4e5fc441f0bb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:18:32.200Z|554fd10e-7590-4c3b-804f-7d2f2d3a166a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:18:32.201Z|554fd10e-7590-4c3b-804f-7d2f2d3a166a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:18:34.365Z|93da8dd9-1ba8-4c1a-bb12-70f0fb26e777|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:18:34.366Z|93da8dd9-1ba8-4c1a-bb12-70f0fb26e777|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:18:35.089Z|1f6dcbe5-8153-4e0f-bea4-d323862a8391|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:18:35.089Z|1f6dcbe5-8153-4e0f-bea4-d323862a8391|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:18:39.059Z|1af8ca7e-73d6-4685-9db8-d32204d4a1c5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:18:39.062Z|1af8ca7e-73d6-4685-9db8-d32204d4a1c5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:18:42.229Z|11d34ffa-7dda-46e1-9823-ba3d7e65eb7a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:18:42.230Z|11d34ffa-7dda-46e1-9823-ba3d7e65eb7a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:18:44.401Z|0439e220-5340-4306-b3a9-5d7f81796f20|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:18:44.402Z|0439e220-5340-4306-b3a9-5d7f81796f20|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:18:49.096Z|8bb0bc9f-f007-45a5-90c7-5db0b6536726|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:18:49.097Z|8bb0bc9f-f007-45a5-90c7-5db0b6536726|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:18:50.089Z|1f103003-2d76-4334-b9fc-e811aa910b05|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:18:50.090Z|1f103003-2d76-4334-b9fc-e811aa910b05|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:18:50.391Z|86eda522-9aa2-47ce-b708-11ecdbb96dc6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:18:50.391Z|86eda522-9aa2-47ce-b708-11ecdbb96dc6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:18:52.259Z|19936600-e991-4169-bac0-f6c7952d8a00|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:18:52.260Z|19936600-e991-4169-bac0-f6c7952d8a00|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:18:54.429Z|ee22ad97-5189-458a-9c5c-44b6b92e4643|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:18:54.429Z|ee22ad97-5189-458a-9c5c-44b6b92e4643|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:18:56.116Z|3f5f2c28-6ee5-47cc-ad83-acc1414c606d|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:18:56.117Z|3f5f2c28-6ee5-47cc-ad83-acc1414c606d|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:18:59.126Z|4b33070e-a26c-4864-a0d9-a24d60163375|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:18:59.127Z|4b33070e-a26c-4864-a0d9-a24d60163375|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:19:02.290Z|7838fce2-aa35-434f-bc15-0317c412105b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:19:02.291Z|7838fce2-aa35-434f-bc15-0317c412105b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:19:04.461Z|818938bd-ee70-49c3-b77f-db5a0bab73ca|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:19:04.462Z|818938bd-ee70-49c3-b77f-db5a0bab73ca|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:19:05.089Z|c07febc5-1ecb-4689-b839-c3d0e9605dd6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:19:05.093Z|c07febc5-1ecb-4689-b839-c3d0e9605dd6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:19:09.159Z|457ec211-9629-4bbc-86dc-bac97361acc3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:19:09.159Z|457ec211-9629-4bbc-86dc-bac97361acc3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:19:12.322Z|f7eb42ee-2239-43e9-8c0e-8c0a38bdad3b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:19:12.322Z|f7eb42ee-2239-43e9-8c0e-8c0a38bdad3b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:19:14.496Z|2095f834-c6f1-4a97-b34a-cc242fb269ee|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:19:14.497Z|2095f834-c6f1-4a97-b34a-cc242fb269ee|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:19:19.189Z|0dcb5f3f-a96f-4c4f-a093-4aa27dc1edbb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:19:19.190Z|0dcb5f3f-a96f-4c4f-a093-4aa27dc1edbb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:19:20.089Z|1ad620a6-cee6-4be3-b25f-a59e0671ec92|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:19:20.090Z|1ad620a6-cee6-4be3-b25f-a59e0671ec92|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:19:20.392Z|aa5ea854-bb12-46be-992d-1057fabad38b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:19:20.392Z|aa5ea854-bb12-46be-992d-1057fabad38b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:19:22.353Z|38675f8e-0ec1-47dc-bbd0-846aaa4a89c1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:19:22.354Z|38675f8e-0ec1-47dc-bbd0-846aaa4a89c1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:19:24.528Z|2832b0a1-0963-4074-80a9-a053367c17ea|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:19:24.530Z|2832b0a1-0963-4074-80a9-a053367c17ea|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:19:29.221Z|2912f051-c97d-4fb2-9ca0-665898d8602e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:19:29.221Z|2912f051-c97d-4fb2-9ca0-665898d8602e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:19:32.385Z|8c40b9e0-1780-4d81-b853-87fe9f31a26f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:19:32.386Z|8c40b9e0-1780-4d81-b853-87fe9f31a26f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:19:34.562Z|c0647d04-96f6-4fbe-b2e7-70a46acbec0d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:19:34.563Z|c0647d04-96f6-4fbe-b2e7-70a46acbec0d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:19:35.089Z|2049b925-4ca7-4222-9cd8-91e3b688d562|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:19:35.090Z|2049b925-4ca7-4222-9cd8-91e3b688d562|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:19:39.257Z|61ceef00-b029-4794-8847-2b616507af7a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:19:39.259Z|61ceef00-b029-4794-8847-2b616507af7a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:19:42.435Z|c284b00a-4308-4f3b-868d-dc50fef2ed6e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:19:42.436Z|c284b00a-4308-4f3b-868d-dc50fef2ed6e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:19:44.597Z|074e71a5-b679-41ef-be12-490379a40161|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:19:44.599Z|074e71a5-b679-41ef-be12-490379a40161|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:19:49.291Z|d8d9dcb3-ae94-4066-ba49-0841385f08c2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:19:49.292Z|d8d9dcb3-ae94-4066-ba49-0841385f08c2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:19:50.089Z|db172d68-f94c-4356-a61c-d031a704f9c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:19:50.094Z|db172d68-f94c-4356-a61c-d031a704f9c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:19:50.393Z|f31084ac-bf9f-4b79-8e7a-9e3ad3ab9302|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:19:50.394Z|f31084ac-bf9f-4b79-8e7a-9e3ad3ab9302|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:19:52.465Z|7e1269c1-61f2-4db4-956c-47399a1acc4d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:19:52.466Z|7e1269c1-61f2-4db4-956c-47399a1acc4d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:19:54.634Z|c38513e4-fbcc-4a18-adc0-501e3f22d6da|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:19:54.635Z|c38513e4-fbcc-4a18-adc0-501e3f22d6da|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:19:56.118Z|232a2ad0-8bf6-4c4f-99fb-cd9a18f450cb|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:19:56.119Z|232a2ad0-8bf6-4c4f-99fb-cd9a18f450cb|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:19:59.321Z|9af35929-2cb6-4df3-a9ac-0d956df7478b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:19:59.322Z|9af35929-2cb6-4df3-a9ac-0d956df7478b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:20:02.502Z|39fbcd0b-4394-4876-aa9d-4a0e6f6312e3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:20:02.503Z|39fbcd0b-4394-4876-aa9d-4a0e6f6312e3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:20:04.669Z|82ddc31c-23ac-48d6-8201-c1d93d928a7c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:20:04.670Z|82ddc31c-23ac-48d6-8201-c1d93d928a7c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:20:05.089Z|5295460d-f1da-4a03-908e-2dae0107dc81|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:20:05.089Z|5295460d-f1da-4a03-908e-2dae0107dc81|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:20:09.361Z|712c4758-b522-47b7-9950-4d1cdebe3e9b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:20:09.362Z|712c4758-b522-47b7-9950-4d1cdebe3e9b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:20:12.538Z|01c2fb97-43a1-4445-8072-a87d8c2c5c85|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:20:12.539Z|01c2fb97-43a1-4445-8072-a87d8c2c5c85|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:20:14.703Z|cf892e35-2988-4106-b3bf-67b22b6dd6d6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:20:14.705Z|cf892e35-2988-4106-b3bf-67b22b6dd6d6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:20:19.394Z|e11da4cb-3ec6-4165-a909-0b4887e08822|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:20:19.395Z|e11da4cb-3ec6-4165-a909-0b4887e08822|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:20:20.089Z|c1076915-ef24-4d80-a03f-fc630e18b769|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:20:20.090Z|c1076915-ef24-4d80-a03f-fc630e18b769|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:20:20.394Z|a187a126-52de-4d53-8b15-ebfceb8e43b8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:20:20.395Z|a187a126-52de-4d53-8b15-ebfceb8e43b8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:20:22.571Z|e06f9b55-c274-4b52-be6f-a7b04fce250f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:20:22.572Z|e06f9b55-c274-4b52-be6f-a7b04fce250f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:20:24.739Z|02f7b411-b7c2-4032-992f-2b4beee618c9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:20:24.741Z|02f7b411-b7c2-4032-992f-2b4beee618c9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:20:29.429Z|28a5c206-7f46-4c99-aa1e-e773c54b6a55|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:20:29.429Z|28a5c206-7f46-4c99-aa1e-e773c54b6a55|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:20:32.603Z|5237be31-f0b6-4349-af80-856cae5b1ec5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:20:32.604Z|5237be31-f0b6-4349-af80-856cae5b1ec5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:20:34.775Z|40b27389-8c95-4f28-aeba-c52541a76308|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:20:34.776Z|40b27389-8c95-4f28-aeba-c52541a76308|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:20:35.089Z|6682f3aa-05b7-40fe-bd5e-888161a1da39|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:20:35.093Z|6682f3aa-05b7-40fe-bd5e-888161a1da39|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:20:39.461Z|6a0695f2-841f-4cd0-8cac-2263df4a2562|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:20:39.462Z|6a0695f2-841f-4cd0-8cac-2263df4a2562|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:20:42.637Z|1b6b4a39-75f8-49d3-8d7b-9115cfd6c4ac|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:20:42.638Z|1b6b4a39-75f8-49d3-8d7b-9115cfd6c4ac|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:20:44.808Z|c6c1a402-00ce-4944-8a9d-8d282c199d84|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:20:44.809Z|c6c1a402-00ce-4944-8a9d-8d282c199d84|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:20:49.495Z|5f1c2e2d-9a11-4901-b03d-5b0e99fad6cc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:20:49.496Z|5f1c2e2d-9a11-4901-b03d-5b0e99fad6cc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:20:50.089Z|ba614321-93a5-4a84-bcf1-dc2af3c3ca7c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:20:50.089Z|ba614321-93a5-4a84-bcf1-dc2af3c3ca7c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:20:50.395Z|57cf9b18-7bd4-4722-8e14-ece58c1db7c8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:20:50.396Z|57cf9b18-7bd4-4722-8e14-ece58c1db7c8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:20:52.673Z|a8853945-4e94-4f90-b227-cf84601dac50|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:20:52.674Z|a8853945-4e94-4f90-b227-cf84601dac50|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:20:54.841Z|40160f3d-f40c-4c67-99af-4c75459ed015|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:20:54.842Z|40160f3d-f40c-4c67-99af-4c75459ed015|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:20:56.118Z|9b8430e9-0688-4088-b6e8-e747b98dac2f|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:20:56.119Z|9b8430e9-0688-4088-b6e8-e747b98dac2f|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:20:59.529Z|cf1a9395-88c3-45c4-bb0a-da8b46b4eba4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:20:59.529Z|cf1a9395-88c3-45c4-bb0a-da8b46b4eba4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:21:02.708Z|a44514ce-ad39-45b4-b4ed-dfa238f29a43|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:21:02.709Z|a44514ce-ad39-45b4-b4ed-dfa238f29a43|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:21:04.877Z|7b011252-0f45-4aa2-a025-0919deb33f55|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:21:04.878Z|7b011252-0f45-4aa2-a025-0919deb33f55|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:21:05.089Z|103a265c-7b77-42d7-bfed-cc3cd9bc0f6e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:21:05.090Z|103a265c-7b77-42d7-bfed-cc3cd9bc0f6e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:21:09.562Z|5339e421-598a-4d72-bbea-a56e559a54a5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:21:09.563Z|5339e421-598a-4d72-bbea-a56e559a54a5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:21:12.747Z|f6832401-ac25-41e3-b82e-cdb82c51eb7f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:21:12.748Z|f6832401-ac25-41e3-b82e-cdb82c51eb7f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:21:14.909Z|46625dd6-3728-48eb-bc06-8b9628e97f4f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:21:14.910Z|46625dd6-3728-48eb-bc06-8b9628e97f4f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:21:19.592Z|0ffd6318-3a63-405d-9838-4895c4827cf5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:21:19.593Z|0ffd6318-3a63-405d-9838-4895c4827cf5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:21:20.089Z|3d753e5b-29fa-4c8a-b2e5-f14294ff5d1f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:21:20.094Z|3d753e5b-29fa-4c8a-b2e5-f14294ff5d1f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:21:20.397Z|11149827-ff89-4100-b9df-1eb37842092d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:21:20.398Z|11149827-ff89-4100-b9df-1eb37842092d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:21:22.786Z|a64b7e87-eaa8-4922-8956-bc26fc826413|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:21:22.787Z|a64b7e87-eaa8-4922-8956-bc26fc826413|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:21:24.944Z|fb25e97a-bef4-4e96-876e-b2f49271ad5f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:21:24.945Z|fb25e97a-bef4-4e96-876e-b2f49271ad5f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:21:29.636Z|430168c0-92e7-4def-bacd-7bc00f0d685e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:21:29.637Z|430168c0-92e7-4def-bacd-7bc00f0d685e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:21:32.814Z|a7567846-9419-47a6-89c1-a2e5a1b9d4fd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:21:32.815Z|a7567846-9419-47a6-89c1-a2e5a1b9d4fd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:21:34.982Z|06c00102-af0d-4118-bbfe-8559b41bf5bd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:21:34.983Z|06c00102-af0d-4118-bbfe-8559b41bf5bd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:21:35.089Z|cb83d758-3538-4d03-820b-d10a4342b33c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:21:35.090Z|cb83d758-3538-4d03-820b-d10a4342b33c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:21:39.672Z|1d6c2b58-8c0a-435b-a68b-c6b394bd5fee|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:21:39.673Z|1d6c2b58-8c0a-435b-a68b-c6b394bd5fee|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:21:42.858Z|f5c30f32-84f3-4310-80b8-8d49a0dc2eb0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:21:42.859Z|f5c30f32-84f3-4310-80b8-8d49a0dc2eb0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:21:45.030Z|e92d5fe7-4f1f-4493-8354-4cc04a122e58|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:21:45.031Z|e92d5fe7-4f1f-4493-8354-4cc04a122e58|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:21:49.716Z|66d066d5-949b-4ac1-a1b1-6444e456062c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:21:49.717Z|66d066d5-949b-4ac1-a1b1-6444e456062c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:21:50.089Z|1cc2c731-977b-481b-a6b9-6388e8520f7a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:21:50.091Z|1cc2c731-977b-481b-a6b9-6388e8520f7a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:21:50.399Z|94ffe7b7-e12f-43b9-8e98-9710c0c61cd7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:21:50.400Z|94ffe7b7-e12f-43b9-8e98-9710c0c61cd7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:21:52.922Z|2b1d1e72-5010-4e98-884a-b3a38b95792f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:21:52.922Z|2b1d1e72-5010-4e98-884a-b3a38b95792f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:21:55.064Z|4932054b-fcde-43b0-9224-0b7f66714d80|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:21:55.065Z|4932054b-fcde-43b0-9224-0b7f66714d80|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:21:56.117Z|99923425-1653-4579-bea9-b5826c7ea1a9|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:21:56.118Z|99923425-1653-4579-bea9-b5826c7ea1a9|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:21:59.751Z|6a1c4851-fd68-483e-8c2c-b04acdde972e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:21:59.752Z|6a1c4851-fd68-483e-8c2c-b04acdde972e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:22:02.959Z|1882278e-79a9-4857-864f-bff2fbb3bedb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:22:02.960Z|1882278e-79a9-4857-864f-bff2fbb3bedb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:22:05.089Z|ff200a87-c0a7-45cd-841a-46b8b544e817|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:22:05.093Z|ff200a87-c0a7-45cd-841a-46b8b544e817|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:22:05.097Z|3d9583ca-8203-44fe-8a0f-5bbfd2f3f4ad|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:22:05.097Z|3d9583ca-8203-44fe-8a0f-5bbfd2f3f4ad|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:22:09.786Z|70396839-8c6e-48f0-82a8-1f08614ce552|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:22:09.787Z|70396839-8c6e-48f0-82a8-1f08614ce552|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:22:12.993Z|c05db54f-288d-4703-8f56-e404f74d877c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:22:12.993Z|c05db54f-288d-4703-8f56-e404f74d877c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:22:15.128Z|d4f39803-5602-48db-8ec9-56f99c44c5d2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:22:15.129Z|d4f39803-5602-48db-8ec9-56f99c44c5d2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:22:19.820Z|3f7abdea-a748-4794-adfd-b8957632e7bd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:22:19.821Z|3f7abdea-a748-4794-adfd-b8957632e7bd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:22:20.089Z|202a67ed-b4fa-484a-84dc-8a8ac5049613|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:22:20.089Z|202a67ed-b4fa-484a-84dc-8a8ac5049613|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:22:20.400Z|76a3b05f-ac43-4610-987d-78985e6dc30f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:22:20.401Z|76a3b05f-ac43-4610-987d-78985e6dc30f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:22:23.030Z|8ef682fd-b525-4ee1-8058-e8ad96cd867d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:22:23.031Z|8ef682fd-b525-4ee1-8058-e8ad96cd867d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:22:25.161Z|0aa7f4b3-df04-4705-b517-f18f8bcca46a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:22:25.162Z|0aa7f4b3-df04-4705-b517-f18f8bcca46a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:22:29.855Z|58448dc3-4ec8-4146-8d85-7c57146e4135|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:22:29.856Z|58448dc3-4ec8-4146-8d85-7c57146e4135|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:22:33.065Z|2cbd934f-5b5e-471d-8470-29c83a50d049|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:22:33.065Z|2cbd934f-5b5e-471d-8470-29c83a50d049|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:22:35.089Z|cd019e45-ae07-4a63-85a7-cbdbd54d355f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:22:35.090Z|cd019e45-ae07-4a63-85a7-cbdbd54d355f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:22:35.192Z|87d0a65e-afcc-489e-b62c-b262fa2f01e0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:22:35.193Z|87d0a65e-afcc-489e-b62c-b262fa2f01e0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:22:39.888Z|9863bce1-cc24-4b02-a387-41cd941d71ef|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:22:39.889Z|9863bce1-cc24-4b02-a387-41cd941d71ef|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:22:43.103Z|ec6c514d-b5d1-4ea8-9833-d79f092c6c5c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:22:43.105Z|ec6c514d-b5d1-4ea8-9833-d79f092c6c5c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:22:45.226Z|ef278444-ba6c-47c8-a3cb-dad6eaeda7d5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:22:45.228Z|ef278444-ba6c-47c8-a3cb-dad6eaeda7d5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:22:49.922Z|287c4b39-4135-49be-9e98-a2d2fb3eeb8a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:22:49.923Z|287c4b39-4135-49be-9e98-a2d2fb3eeb8a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:22:50.089Z|11ba42fa-3a1a-4d5e-9d5c-7fb3a82cd309|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:22:50.093Z|11ba42fa-3a1a-4d5e-9d5c-7fb3a82cd309|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:22:50.402Z|2696d5da-79aa-45c2-af99-e8d069dde131|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:22:50.402Z|2696d5da-79aa-45c2-af99-e8d069dde131|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:22:53.137Z|13d1b22c-ca92-47b9-86b7-e5e799dd6951|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:22:53.138Z|13d1b22c-ca92-47b9-86b7-e5e799dd6951|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:22:55.261Z|e605a7ab-e2ab-450d-8a06-eb561f38da64|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:22:55.262Z|e605a7ab-e2ab-450d-8a06-eb561f38da64|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:22:56.117Z|36a66521-9f12-467b-a7b2-65a915f534e6|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:22:56.118Z|36a66521-9f12-467b-a7b2-65a915f534e6|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:22:59.958Z|974abe4b-f199-4e70-9cea-fdf346b48d8d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:22:59.959Z|974abe4b-f199-4e70-9cea-fdf346b48d8d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:23:03.179Z|96f95543-cc47-456d-bb6f-2541cd1345ac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:23:03.179Z|96f95543-cc47-456d-bb6f-2541cd1345ac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:23:05.089Z|8643d358-22d5-4a6b-ab0f-bb1ea86dccfb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:23:05.089Z|8643d358-22d5-4a6b-ab0f-bb1ea86dccfb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:23:05.303Z|0a073d13-5ea6-4a4f-a47b-e3614005f143|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:23:05.304Z|0a073d13-5ea6-4a4f-a47b-e3614005f143|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:23:09.992Z|99b36e0c-c2f0-4b24-8931-8141de2ddf12|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:23:09.993Z|99b36e0c-c2f0-4b24-8931-8141de2ddf12|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:23:13.212Z|c90a3c46-6fc9-442a-9fea-39459f5d3e8a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:23:13.212Z|c90a3c46-6fc9-442a-9fea-39459f5d3e8a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:23:15.337Z|52f1b1ad-7d31-481a-bf5a-c26867d2ae16|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:23:15.338Z|52f1b1ad-7d31-481a-bf5a-c26867d2ae16|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:23:20.025Z|7e3406db-1891-4a13-8e40-292cf6e4dc68|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:23:20.026Z|7e3406db-1891-4a13-8e40-292cf6e4dc68|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:23:20.089Z|2d540216-b59e-4115-b055-72329bc6fab5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:23:20.090Z|2d540216-b59e-4115-b055-72329bc6fab5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:23:20.403Z|aa6b6f6c-c850-4dae-a5be-e006c5d347ed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:23:20.404Z|aa6b6f6c-c850-4dae-a5be-e006c5d347ed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:23:23.245Z|abd425fe-0a18-4e3f-ae68-353576e8e205|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:23:23.246Z|abd425fe-0a18-4e3f-ae68-353576e8e205|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:23:25.369Z|edaefcde-ddad-4e4a-9202-2674da1acf38|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:23:25.370Z|edaefcde-ddad-4e4a-9202-2674da1acf38|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:23:30.058Z|3f402164-b2ec-48ae-9e1a-4156fff88c16|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:23:30.059Z|3f402164-b2ec-48ae-9e1a-4156fff88c16|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:23:33.283Z|1f062e0f-b112-402a-9d97-2db0cadbd69b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:23:33.284Z|1f062e0f-b112-402a-9d97-2db0cadbd69b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:23:35.089Z|8d3892bd-8b15-4011-adbd-a9d9518261bb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:23:35.094Z|8d3892bd-8b15-4011-adbd-a9d9518261bb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:23:35.402Z|c126859c-8f97-4773-88e7-000a3a3a3261|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:23:35.403Z|c126859c-8f97-4773-88e7-000a3a3a3261|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:23:40.092Z|037e0e33-6908-476f-a9b0-319318e14b95|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:23:40.093Z|037e0e33-6908-476f-a9b0-319318e14b95|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:23:43.323Z|c0e7a304-6fba-41b9-be34-7077e8bc00de|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:23:43.324Z|c0e7a304-6fba-41b9-be34-7077e8bc00de|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:23:45.431Z|8f77db93-4503-45cb-b334-826206bcc106|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:23:45.433Z|8f77db93-4503-45cb-b334-826206bcc106|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:23:50.089Z|ce4b04d4-abb7-42f7-b036-bb10a4658a0a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:23:50.089Z|ce4b04d4-abb7-42f7-b036-bb10a4658a0a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:23:50.126Z|d9c41a61-d1b6-44db-baa6-dd2530c63627|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:23:50.127Z|d9c41a61-d1b6-44db-baa6-dd2530c63627|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:23:50.404Z|57dd0013-b097-4446-9437-29f9c029d39c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:23:50.405Z|57dd0013-b097-4446-9437-29f9c029d39c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:23:53.350Z|dc78e31c-2442-4a6f-8e79-ed4c153baa1e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:23:53.351Z|dc78e31c-2442-4a6f-8e79-ed4c153baa1e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:23:55.473Z|dc0b5c2a-a17a-4f19-8fc2-514373799731|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:23:55.474Z|dc0b5c2a-a17a-4f19-8fc2-514373799731|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:23:56.116Z|7c6f0161-4d7e-4666-9f52-0cd3d6ebf44e|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:23:56.117Z|7c6f0161-4d7e-4666-9f52-0cd3d6ebf44e|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:24:00.159Z|27479d88-c3e5-460c-8d36-8646db665bc9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:24:00.161Z|27479d88-c3e5-460c-8d36-8646db665bc9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:24:03.397Z|707ad391-4947-4fb1-8012-02176b6d5950|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:24:03.398Z|707ad391-4947-4fb1-8012-02176b6d5950|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:24:05.089Z|c10fc381-74a3-4e08-a060-8c74ee807853|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:24:05.090Z|c10fc381-74a3-4e08-a060-8c74ee807853|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:24:05.508Z|bf2f2951-1a5e-40fa-9bf2-1e25fbf48541|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:24:05.509Z|bf2f2951-1a5e-40fa-9bf2-1e25fbf48541|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:24:10.186Z|8eba5048-556f-42b2-b7bf-04e916cc2ea2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:24:10.187Z|8eba5048-556f-42b2-b7bf-04e916cc2ea2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:24:13.429Z|c24ee266-5531-4948-b75a-885b7a40a80b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:24:13.430Z|c24ee266-5531-4948-b75a-885b7a40a80b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:24:15.541Z|30f2b646-6558-41b9-8e28-24fe3108bb49|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:24:15.542Z|30f2b646-6558-41b9-8e28-24fe3108bb49|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:24:20.089Z|7002adc6-a42a-43a0-acc4-9933b991b028|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:24:20.094Z|7002adc6-a42a-43a0-acc4-9933b991b028|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:24:20.216Z|4b9cb703-9390-4aa2-9866-d9060be9735f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:24:20.217Z|4b9cb703-9390-4aa2-9866-d9060be9735f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:24:20.406Z|d265db86-a8bb-4e28-9687-46791a5cd5b3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:24:20.406Z|d265db86-a8bb-4e28-9687-46791a5cd5b3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:24:23.456Z|757570fb-6105-403e-9ba1-28fe63b46ef8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:24:23.457Z|757570fb-6105-403e-9ba1-28fe63b46ef8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:24:25.575Z|a467b930-1ff4-43a1-879c-11268d3041f7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:24:25.576Z|a467b930-1ff4-43a1-879c-11268d3041f7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:24:30.250Z|9f2b6491-9c72-400d-beaa-2a164b6fe859|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:24:30.251Z|9f2b6491-9c72-400d-beaa-2a164b6fe859|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:24:33.484Z|d09c6114-d32c-4aa0-84be-0bd19ae6d47d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:24:33.485Z|d09c6114-d32c-4aa0-84be-0bd19ae6d47d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:24:35.148Z|9a8dd406-b5ae-4721-8b1c-30ee08aab7d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:24:35.148Z|9a8dd406-b5ae-4721-8b1c-30ee08aab7d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:24:35.610Z|fab31c24-b4e8-4827-88a1-63ea52769728|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:24:35.611Z|fab31c24-b4e8-4827-88a1-63ea52769728|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:24:40.283Z|e27bf1e6-95e6-405a-a0d3-ee4a4c168468|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:24:40.283Z|e27bf1e6-95e6-405a-a0d3-ee4a4c168468|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:24:43.509Z|55878eed-3ceb-4ebf-8c2f-5408c09fe156|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:24:43.509Z|55878eed-3ceb-4ebf-8c2f-5408c09fe156|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:24:45.647Z|d30bf174-283c-47be-91f7-73021cd5dcf1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:24:45.648Z|d30bf174-283c-47be-91f7-73021cd5dcf1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:24:50.089Z|2b6d5fd5-7ebc-40f5-9c75-e1bf81046073|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:24:50.091Z|2b6d5fd5-7ebc-40f5-9c75-e1bf81046073|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:24:50.314Z|46152817-8a76-468f-8784-429c9ecfaf89|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:24:50.315Z|46152817-8a76-468f-8784-429c9ecfaf89|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:24:50.407Z|a056f288-2549-47ab-a811-627a79a49ae8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:24:50.407Z|a056f288-2549-47ab-a811-627a79a49ae8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:24:53.538Z|3993c468-1d14-44e3-85e9-c8d3d0ad70f5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:24:53.539Z|3993c468-1d14-44e3-85e9-c8d3d0ad70f5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:24:55.682Z|c73e4687-7873-4985-8034-55e5fe682933|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:24:55.683Z|c73e4687-7873-4985-8034-55e5fe682933|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:24:56.122Z|b7cad2af-edd9-479e-8c97-460ea3f0d72c|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:24:56.123Z|b7cad2af-edd9-479e-8c97-460ea3f0d72c|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:25:00.348Z|a71e11b9-b37e-4462-90dd-4f6584cbfc8c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:25:00.349Z|a71e11b9-b37e-4462-90dd-4f6584cbfc8c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:25:03.564Z|2d7f6525-d9cc-4a31-bb2e-6e9d0a923f19|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:25:03.565Z|2d7f6525-d9cc-4a31-bb2e-6e9d0a923f19|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:25:05.089Z|f3d533df-b0fd-4d53-a50a-8923095ff431|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:25:05.094Z|f3d533df-b0fd-4d53-a50a-8923095ff431|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:25:05.726Z|128db47d-4c5e-4079-afcc-06a73f91e215|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:25:05.727Z|128db47d-4c5e-4079-afcc-06a73f91e215|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:25:10.385Z|7c740fc6-cb5b-4a0d-a312-697bc736f1e2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:25:10.386Z|7c740fc6-cb5b-4a0d-a312-697bc736f1e2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:25:13.599Z|09847240-9b03-40e9-9a66-f1c012279072|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:25:13.600Z|09847240-9b03-40e9-9a66-f1c012279072|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:25:15.758Z|537e27d3-3829-48d0-afa4-0358276fbe94|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:25:15.759Z|537e27d3-3829-48d0-afa4-0358276fbe94|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:25:20.089Z|49aae9ad-c536-4b2f-87a6-b657b874703f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:25:20.090Z|49aae9ad-c536-4b2f-87a6-b657b874703f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:25:20.408Z|5ca653c2-912f-4adb-9457-6c7f8490595e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:25:20.408Z|5ca653c2-912f-4adb-9457-6c7f8490595e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:25:20.420Z|05f8b121-9f8a-47ab-aa44-ff2ebb532d1b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:25:20.421Z|05f8b121-9f8a-47ab-aa44-ff2ebb532d1b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:25:23.636Z|0a8b0408-61da-4245-a3e5-3b157b9cfde0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:25:23.637Z|0a8b0408-61da-4245-a3e5-3b157b9cfde0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:25:25.794Z|6c38de2b-30ef-4a1a-8599-9a0e68debb79|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:25:25.795Z|6c38de2b-30ef-4a1a-8599-9a0e68debb79|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:25:30.456Z|02a034ce-45dd-44a9-a69c-5bc2683ceec4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:25:30.457Z|02a034ce-45dd-44a9-a69c-5bc2683ceec4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:25:33.670Z|be2e1402-08cf-48ab-9057-598f9469a00d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:25:33.670Z|be2e1402-08cf-48ab-9057-598f9469a00d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:25:35.089Z|a40e655f-ed9d-4aa8-82ed-f2bccb1450c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:25:35.089Z|a40e655f-ed9d-4aa8-82ed-f2bccb1450c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:25:35.828Z|f70545b9-bbc9-4329-9a2d-ad87cd7b9926|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:25:35.828Z|f70545b9-bbc9-4329-9a2d-ad87cd7b9926|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:25:40.485Z|c909f681-5165-438a-bf0f-67b1cef403ae|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:25:40.486Z|c909f681-5165-438a-bf0f-67b1cef403ae|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:25:43.703Z|dda95b59-793d-44cd-bd6e-27ea7745e4c0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:25:43.704Z|dda95b59-793d-44cd-bd6e-27ea7745e4c0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:25:45.863Z|79648486-20b7-44e9-bef2-2bb7dddbfaff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:25:45.863Z|79648486-20b7-44e9-bef2-2bb7dddbfaff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:25:50.089Z|8895deca-2a44-44f5-a01c-a51f3c2200fd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:25:50.093Z|8895deca-2a44-44f5-a01c-a51f3c2200fd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:25:50.409Z|ceab1b07-847a-41b3-9e34-651e45a4780c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:25:50.409Z|ceab1b07-847a-41b3-9e34-651e45a4780c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:25:50.519Z|c1262267-c711-4736-83f3-28ec6b6f1cb1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:25:50.520Z|c1262267-c711-4736-83f3-28ec6b6f1cb1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:25:53.736Z|da504f65-9a94-4603-97ed-b702ef1962ee|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:25:53.737Z|da504f65-9a94-4603-97ed-b702ef1962ee|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:25:55.906Z|5ac4816c-e412-4c63-98d9-de2d5152d1f0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:25:55.907Z|5ac4816c-e412-4c63-98d9-de2d5152d1f0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:25:56.117Z|2f67d316-ffd8-477e-97a1-1f38bd3add6f|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:25:56.118Z|2f67d316-ffd8-477e-97a1-1f38bd3add6f|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:26:00.555Z|2db4fe27-45e5-4cfe-be13-2653c0fe362f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:26:00.556Z|2db4fe27-45e5-4cfe-be13-2653c0fe362f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:26:03.775Z|efb8f599-b25b-4203-94a4-b24c906955c6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:26:03.776Z|efb8f599-b25b-4203-94a4-b24c906955c6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:26:05.089Z|ee52242f-c366-418b-b2a0-e62cbebfc84c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:26:05.089Z|ee52242f-c366-418b-b2a0-e62cbebfc84c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:26:05.942Z|aac0950a-d550-4e48-8c7e-9ff9db71816c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:26:05.943Z|aac0950a-d550-4e48-8c7e-9ff9db71816c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:26:10.588Z|c71a9e2d-fa98-4951-8a82-4ac8d5987af1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:26:10.589Z|c71a9e2d-fa98-4951-8a82-4ac8d5987af1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:26:13.817Z|ef977443-3c3c-45ae-8a88-c52bd0211577|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:26:13.818Z|ef977443-3c3c-45ae-8a88-c52bd0211577|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:26:15.986Z|0573bbd9-6d7c-4e1a-a6e9-dd948c3983fd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:26:15.987Z|0573bbd9-6d7c-4e1a-a6e9-dd948c3983fd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:26:20.089Z|d7b94392-93d9-4a86-9d9b-0fd2039c12dc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:26:20.090Z|d7b94392-93d9-4a86-9d9b-0fd2039c12dc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:26:20.410Z|674e9688-5f8e-409b-bf6d-0654da5ee36c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:26:20.411Z|674e9688-5f8e-409b-bf6d-0654da5ee36c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:26:20.624Z|94959dbb-e69f-4dc9-a12e-7d2ca6bfcdd2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:26:20.625Z|94959dbb-e69f-4dc9-a12e-7d2ca6bfcdd2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:26:23.845Z|b855eb1e-3ef9-446c-9eb8-ca3acd5b3ad0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:26:23.846Z|b855eb1e-3ef9-446c-9eb8-ca3acd5b3ad0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:26:26.019Z|a1786427-f41c-42e9-b166-eb55a99a3147|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:26:26.020Z|a1786427-f41c-42e9-b166-eb55a99a3147|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:26:30.658Z|5121cf56-0b13-4ba5-b318-257bc2c4e96c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:26:30.659Z|5121cf56-0b13-4ba5-b318-257bc2c4e96c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:26:33.895Z|cfeb82c0-7411-4576-bf7b-e3c6df984a20|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:26:33.896Z|cfeb82c0-7411-4576-bf7b-e3c6df984a20|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:26:35.089Z|d339ae50-e304-47fd-a97e-2ee214a3fd62|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:26:35.092Z|d339ae50-e304-47fd-a97e-2ee214a3fd62|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:26:36.052Z|fa49d94d-c149-45c0-b537-6c9222f31581|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:26:36.053Z|fa49d94d-c149-45c0-b537-6c9222f31581|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:26:40.689Z|69879ccc-ff9f-4679-bb0a-90733986d0fe|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:26:40.689Z|69879ccc-ff9f-4679-bb0a-90733986d0fe|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:26:43.922Z|8ef2bdb0-fbcb-4e25-a4e5-b3cc37903c19|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:26:43.923Z|8ef2bdb0-fbcb-4e25-a4e5-b3cc37903c19|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:26:46.088Z|871ebea7-5a20-4482-a6e8-fb683664cafc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:26:46.089Z|871ebea7-5a20-4482-a6e8-fb683664cafc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:26:50.089Z|d087769d-5fc8-4c34-83ce-0c0378b4d42e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:26:50.089Z|d087769d-5fc8-4c34-83ce-0c0378b4d42e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:26:50.412Z|25a83105-93be-43c5-9186-08e20a2341f0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:26:50.412Z|25a83105-93be-43c5-9186-08e20a2341f0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:26:50.728Z|b0c79338-1e49-4f49-b720-c40cb168f406|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:26:50.729Z|b0c79338-1e49-4f49-b720-c40cb168f406|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:26:53.949Z|7d0573ab-7563-4a61-bca3-4fd03e1d94c5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:26:53.949Z|7d0573ab-7563-4a61-bca3-4fd03e1d94c5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:26:56.117Z|f144fe0b-2d70-4835-900a-af5c8eb8954c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:26:56.117Z|f144fe0b-2d70-4835-900a-af5c8eb8954c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:26:56.118Z|75f675be-a73b-4491-ae72-fc9d3a80a8cc|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:26:56.119Z|75f675be-a73b-4491-ae72-fc9d3a80a8cc|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:27:00.761Z|591e31de-f9b4-4379-980e-afb450f6ea26|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:27:00.761Z|591e31de-f9b4-4379-980e-afb450f6ea26|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:27:03.974Z|83b465de-ac94-48cd-a821-988e64f05ce3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:27:03.975Z|83b465de-ac94-48cd-a821-988e64f05ce3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:27:05.089Z|b51fac26-1a61-42d7-ab9f-0e41dff30531|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:27:05.089Z|b51fac26-1a61-42d7-ab9f-0e41dff30531|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:27:06.147Z|6aec2acb-ee53-4ac4-b8fe-bc914bf5a365|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:27:06.148Z|6aec2acb-ee53-4ac4-b8fe-bc914bf5a365|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:27:10.792Z|8b30df97-2640-42b0-b10c-33f28814cca3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:27:10.793Z|8b30df97-2640-42b0-b10c-33f28814cca3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:27:13.999Z|5389e3cf-0b08-462e-83aa-fd70bfcf9c27|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:27:14.000Z|5389e3cf-0b08-462e-83aa-fd70bfcf9c27|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:27:16.180Z|ad718d7a-48b1-44bb-bb1b-4151f42bd602|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:27:16.181Z|ad718d7a-48b1-44bb-bb1b-4151f42bd602|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:27:20.089Z|fefea159-50dc-4fd5-9987-f5fb48a3ff22|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:27:20.094Z|fefea159-50dc-4fd5-9987-f5fb48a3ff22|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:27:20.413Z|04846ef3-f886-4f49-b55f-6fe195b556e8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:27:20.414Z|04846ef3-f886-4f49-b55f-6fe195b556e8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:27:20.826Z|518dbc2f-d99f-46fd-a7a6-836cc10d78d9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:27:20.826Z|518dbc2f-d99f-46fd-a7a6-836cc10d78d9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:27:24.029Z|22214a49-e478-4a32-a470-1ae534cf1911|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:27:24.030Z|22214a49-e478-4a32-a470-1ae534cf1911|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:27:26.220Z|9c8526c9-f7a2-4acc-85ac-9d3b2a02f8a9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:27:26.220Z|9c8526c9-f7a2-4acc-85ac-9d3b2a02f8a9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:27:30.860Z|61faa45b-ec40-4015-a796-348fe95273f6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:27:30.860Z|61faa45b-ec40-4015-a796-348fe95273f6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:27:34.062Z|b2ac2207-fe08-4fbd-a6ba-183f8a8ed803|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:27:34.063Z|b2ac2207-fe08-4fbd-a6ba-183f8a8ed803|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:27:35.089Z|60e69958-66ca-46ee-9f71-88439ce9b4fc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:27:35.090Z|60e69958-66ca-46ee-9f71-88439ce9b4fc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:27:36.257Z|0c94ef1a-662f-4ea3-80ea-19f902b138fd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:27:36.258Z|0c94ef1a-662f-4ea3-80ea-19f902b138fd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:27:40.891Z|a61396f4-8d67-4358-8f98-a82410d0d4ab|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:27:40.892Z|a61396f4-8d67-4358-8f98-a82410d0d4ab|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:27:44.099Z|49cfe079-dd22-4bb3-b87f-f6f9ec0b79d9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:27:44.100Z|49cfe079-dd22-4bb3-b87f-f6f9ec0b79d9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:27:46.290Z|963b9a6f-60d9-4e9f-99bb-e9ad9c216995|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:27:46.291Z|963b9a6f-60d9-4e9f-99bb-e9ad9c216995|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:27:50.089Z|2e5bde68-d81c-46b6-b6b8-d107eef978dd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:27:50.089Z|2e5bde68-d81c-46b6-b6b8-d107eef978dd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:27:50.416Z|3e4536a4-eccc-406b-a8c6-4e158dc979b0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:27:50.417Z|3e4536a4-eccc-406b-a8c6-4e158dc979b0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:27:50.932Z|b4550f54-d903-41d0-a1dd-80335b78c2aa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:27:50.933Z|b4550f54-d903-41d0-a1dd-80335b78c2aa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:27:54.135Z|1cadb78d-ecf8-4f35-93e7-9318243366d0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:27:54.136Z|1cadb78d-ecf8-4f35-93e7-9318243366d0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:27:56.117Z|dbc3cc2e-a76b-46f5-8b70-4abc5cdc4bee|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:27:56.118Z|dbc3cc2e-a76b-46f5-8b70-4abc5cdc4bee|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:27:56.324Z|3f073246-4437-482a-8002-fa81e05ed546|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:27:56.324Z|3f073246-4437-482a-8002-fa81e05ed546|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:28:00.971Z|99d3a76f-8278-48ba-a5d0-3b967df9f24e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:28:00.971Z|99d3a76f-8278-48ba-a5d0-3b967df9f24e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:28:04.163Z|7f3d682d-b6f0-45fe-9151-167f850da65b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:28:04.164Z|7f3d682d-b6f0-45fe-9151-167f850da65b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:28:05.089Z|990233af-17c0-4a5d-9a8e-9a4fa5393634|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:28:05.094Z|990233af-17c0-4a5d-9a8e-9a4fa5393634|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:28:06.358Z|3f57d127-844c-40a5-a061-b75447867e84|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:28:06.359Z|3f57d127-844c-40a5-a061-b75447867e84|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:28:11.006Z|9756f747-cb9f-453f-afec-0d01a9dac39f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:28:11.010Z|9756f747-cb9f-453f-afec-0d01a9dac39f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:28:14.192Z|81ec01d1-5800-4f17-9360-86cfa480811d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:28:14.193Z|81ec01d1-5800-4f17-9360-86cfa480811d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:28:16.392Z|8a7f9161-27ff-4e98-920b-701f326fe6fa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:28:16.392Z|8a7f9161-27ff-4e98-920b-701f326fe6fa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:28:20.089Z|bb010ff3-0be7-480f-aa69-148cc350d21e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:28:20.090Z|bb010ff3-0be7-480f-aa69-148cc350d21e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:28:20.419Z|e4e7d6a0-5e0a-4a9e-9c0e-5188593a0ccf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:28:20.420Z|e4e7d6a0-5e0a-4a9e-9c0e-5188593a0ccf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:28:21.044Z|b5fa2445-9586-49ec-9991-4b3b87d16d7e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:28:21.045Z|b5fa2445-9586-49ec-9991-4b3b87d16d7e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:28:24.221Z|535e98e9-7cc2-4c82-8ddc-3f7813c24694|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:28:24.222Z|535e98e9-7cc2-4c82-8ddc-3f7813c24694|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:28:26.425Z|15dab6aa-1e05-42f6-ab50-1b0704a2e18e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:28:26.427Z|15dab6aa-1e05-42f6-ab50-1b0704a2e18e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:28:31.079Z|85eb8465-b77d-4cb4-82bf-d78570136bf1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:28:31.080Z|85eb8465-b77d-4cb4-82bf-d78570136bf1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:28:34.256Z|a0ada00a-59a0-45e9-8c14-4586b5c137dd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:28:34.257Z|a0ada00a-59a0-45e9-8c14-4586b5c137dd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:28:35.089Z|ad85b2a4-8871-41f2-a2dd-59fd795ff6c0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:28:35.091Z|ad85b2a4-8871-41f2-a2dd-59fd795ff6c0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:28:36.459Z|2cae5b2a-27b5-4fd2-862c-41ae909faaec|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:28:36.460Z|2cae5b2a-27b5-4fd2-862c-41ae909faaec|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:28:41.115Z|242294a1-a523-449d-a571-6b3404e62f02|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:28:41.117Z|242294a1-a523-449d-a571-6b3404e62f02|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:28:44.289Z|4c827d55-5a7a-4f84-8fe1-203e7d820c2d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:28:44.290Z|4c827d55-5a7a-4f84-8fe1-203e7d820c2d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:28:46.496Z|4a7983bf-e56e-4f60-b5d6-4231195268d8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:28:46.497Z|4a7983bf-e56e-4f60-b5d6-4231195268d8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:28:50.089Z|a016ed68-c20b-4246-8371-6da478627149|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:28:50.094Z|a016ed68-c20b-4246-8371-6da478627149|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:28:50.421Z|3a4f83c3-29be-44e3-b968-2b7cd7c96c87|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:28:50.421Z|3a4f83c3-29be-44e3-b968-2b7cd7c96c87|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:28:51.158Z|38281ada-ec77-4b6a-b715-4486487a2578|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:28:51.159Z|38281ada-ec77-4b6a-b715-4486487a2578|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:28:54.317Z|425693a6-dcc5-43ba-948d-2867b355c8b4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:28:54.319Z|425693a6-dcc5-43ba-948d-2867b355c8b4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:28:56.119Z|3613b4c2-0a1f-4cc5-a7e9-3ebbec3e3abd|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:28:56.120Z|3613b4c2-0a1f-4cc5-a7e9-3ebbec3e3abd|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:28:56.532Z|82dbf43d-3103-4de6-96e9-cd7f58671c77|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:28:56.534Z|82dbf43d-3103-4de6-96e9-cd7f58671c77|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:29:01.193Z|b2337bd5-3f34-442d-b2c7-7b3378e8bda6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:29:01.194Z|b2337bd5-3f34-442d-b2c7-7b3378e8bda6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:29:04.353Z|078e975b-a600-4bbd-9920-21dc658f0365|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:29:04.354Z|078e975b-a600-4bbd-9920-21dc658f0365|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:29:05.089Z|436bb6f6-0cf9-4687-a4bb-bc509a06ed19|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:29:05.090Z|436bb6f6-0cf9-4687-a4bb-bc509a06ed19|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:29:06.565Z|6ce39a71-d4ca-4474-a3b0-bc3720c2460c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:29:06.566Z|6ce39a71-d4ca-4474-a3b0-bc3720c2460c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:29:11.227Z|6485343c-6a52-45ba-9c8b-d2c380c9eb1e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:29:11.228Z|6485343c-6a52-45ba-9c8b-d2c380c9eb1e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:29:14.385Z|884c7212-d875-41ef-aef8-2a7bb965768e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:29:14.386Z|884c7212-d875-41ef-aef8-2a7bb965768e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:29:16.597Z|37a6d212-1f4e-4c74-ba37-504ad5d38383|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:29:16.598Z|37a6d212-1f4e-4c74-ba37-504ad5d38383|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:29:20.089Z|0b97df25-cbb7-4f22-8e1f-0a8d1214a39d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:29:20.090Z|0b97df25-cbb7-4f22-8e1f-0a8d1214a39d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:29:20.422Z|3261fd8a-a926-4ac5-a2e8-3240051a82cd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:29:20.423Z|3261fd8a-a926-4ac5-a2e8-3240051a82cd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:29:21.261Z|b75a813f-8f0c-47f9-90ee-45fc2d047c46|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:29:21.261Z|b75a813f-8f0c-47f9-90ee-45fc2d047c46|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:29:24.417Z|1322af5d-bd7f-4d60-b455-14f709d66769|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:29:24.418Z|1322af5d-bd7f-4d60-b455-14f709d66769|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:29:26.630Z|f5bd096e-998c-4d64-86c0-7276d49826f1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:29:26.631Z|f5bd096e-998c-4d64-86c0-7276d49826f1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:29:31.291Z|1ee403df-38e6-4476-abee-6dcbf8513b29|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:29:31.292Z|1ee403df-38e6-4476-abee-6dcbf8513b29|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:29:34.446Z|f960c788-9114-4355-92f6-6ceebdb854e4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:29:34.447Z|f960c788-9114-4355-92f6-6ceebdb854e4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:29:35.089Z|df01f381-c93e-4b58-a1bf-6833232b9ba3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:29:35.094Z|df01f381-c93e-4b58-a1bf-6833232b9ba3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:29:36.659Z|b056c014-c259-4504-b065-9849f68a1dc4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:29:36.660Z|b056c014-c259-4504-b065-9849f68a1dc4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:29:41.323Z|9aede21f-8ab0-4d69-847c-74e8cff6c12e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:29:41.324Z|9aede21f-8ab0-4d69-847c-74e8cff6c12e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:29:44.477Z|a7a1e4a3-1de7-4229-bbc5-b40a406b270c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:29:44.479Z|a7a1e4a3-1de7-4229-bbc5-b40a406b270c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:29:46.690Z|584d190b-2658-45d2-b71e-9d3fedbed74c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:29:46.691Z|584d190b-2658-45d2-b71e-9d3fedbed74c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:29:50.089Z|9718628e-5fea-44b0-9406-3d60c8abbbce|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:29:50.090Z|9718628e-5fea-44b0-9406-3d60c8abbbce|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:29:50.423Z|7cedb9da-e1b2-46bf-8993-120045d5fdc8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:29:50.424Z|7cedb9da-e1b2-46bf-8993-120045d5fdc8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:29:51.354Z|b026359d-94cc-4383-be18-953a1651d084|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:29:51.355Z|b026359d-94cc-4383-be18-953a1651d084|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:29:54.511Z|757957e2-a3f1-4dfd-9e34-23eedd620005|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:29:54.512Z|757957e2-a3f1-4dfd-9e34-23eedd620005|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:29:56.117Z|27c67531-926e-42b6-bb24-040fec64dbbf|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:29:56.118Z|27c67531-926e-42b6-bb24-040fec64dbbf|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:29:56.724Z|ada3f314-6510-41d6-a6f0-7fb3ba4f6630|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:29:56.725Z|ada3f314-6510-41d6-a6f0-7fb3ba4f6630|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:30:01.384Z|b3e2e5f7-1714-4f19-8460-c021ace4caf3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:30:01.385Z|b3e2e5f7-1714-4f19-8460-c021ace4caf3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:30:04.543Z|15d7a3f8-6b66-42d4-9305-6ed4ca9771c5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:30:04.544Z|15d7a3f8-6b66-42d4-9305-6ed4ca9771c5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:30:05.089Z|24a2e0a4-3e47-4f01-8e15-84eef5a0b6ba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:30:05.089Z|24a2e0a4-3e47-4f01-8e15-84eef5a0b6ba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:30:06.758Z|419d86ec-29b8-4dce-9d8f-82a8d24b96e4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:30:06.758Z|419d86ec-29b8-4dce-9d8f-82a8d24b96e4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:30:11.416Z|012204db-c975-4154-a9e8-46888e6595ef|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:30:11.416Z|012204db-c975-4154-a9e8-46888e6595ef|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:30:14.572Z|655eca3e-b7ba-4c27-926a-3e61c895ff1b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:30:14.573Z|655eca3e-b7ba-4c27-926a-3e61c895ff1b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:30:16.789Z|91965ada-bde5-4223-a07f-27f45fefd211|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:30:16.790Z|91965ada-bde5-4223-a07f-27f45fefd211|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:30:20.089Z|f3a27bda-74f0-4875-95ac-55ef6ded340a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:30:20.093Z|f3a27bda-74f0-4875-95ac-55ef6ded340a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:30:20.425Z|fce3e7cd-0e58-4955-806f-692aeb6f71fe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:30:20.426Z|fce3e7cd-0e58-4955-806f-692aeb6f71fe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:30:21.448Z|241fc4a8-fc3a-4b43-98a5-0113b0acecc6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:30:21.449Z|241fc4a8-fc3a-4b43-98a5-0113b0acecc6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:30:24.601Z|90266ad4-0d62-486e-8d70-80f2fc3b7d0c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:30:24.602Z|90266ad4-0d62-486e-8d70-80f2fc3b7d0c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:30:26.824Z|0ee49e58-5049-4b35-9c9f-6ab80f9392af|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:30:26.825Z|0ee49e58-5049-4b35-9c9f-6ab80f9392af|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:30:31.480Z|67fbc4b7-0523-4d4e-b4f0-3017ec5493f7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:30:31.481Z|67fbc4b7-0523-4d4e-b4f0-3017ec5493f7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:30:34.630Z|f1c5c3f1-db12-4940-bde1-d5f8e9f64a41|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:30:34.631Z|f1c5c3f1-db12-4940-bde1-d5f8e9f64a41|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:30:35.089Z|c949915e-9cb6-4e0b-a6d0-6268f6eca57e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:30:35.090Z|c949915e-9cb6-4e0b-a6d0-6268f6eca57e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:30:36.857Z|dd51326f-80db-4390-b018-0e9833fde9e5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:30:36.858Z|dd51326f-80db-4390-b018-0e9833fde9e5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:30:41.508Z|2f2e9e3e-9268-4c22-95a5-c8db7fa27fe6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:30:41.509Z|2f2e9e3e-9268-4c22-95a5-c8db7fa27fe6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:30:44.663Z|a6f23806-6ba8-4dcf-a9bb-9bd9cd33663a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:30:44.664Z|a6f23806-6ba8-4dcf-a9bb-9bd9cd33663a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:30:46.891Z|5f131b31-89b1-4369-9e3b-083c4e64843b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:30:46.892Z|5f131b31-89b1-4369-9e3b-083c4e64843b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:30:50.089Z|1bd508db-e9ef-4a5f-966e-2ee43edc78a9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:30:50.089Z|1bd508db-e9ef-4a5f-966e-2ee43edc78a9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:30:50.427Z|5fe79b5a-69e1-4879-8864-58c75153d2e1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:30:50.427Z|5fe79b5a-69e1-4879-8864-58c75153d2e1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:30:51.550Z|c19b7d19-8031-48a2-a074-e5be0b98872a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:30:51.550Z|c19b7d19-8031-48a2-a074-e5be0b98872a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:30:54.697Z|47ab806f-21b6-4e00-adec-4fc3779fa1e8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:30:54.698Z|47ab806f-21b6-4e00-adec-4fc3779fa1e8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:30:56.118Z|d094e72c-2a34-4de1-8896-5ce55d026078|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:30:56.120Z|d094e72c-2a34-4de1-8896-5ce55d026078|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:30:56.926Z|18df489d-5438-4b30-8bbe-ed5a13304728|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:30:56.926Z|18df489d-5438-4b30-8bbe-ed5a13304728|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:31:01.582Z|3ce055a7-b2a6-4f42-8e96-0a3879ab6f14|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:31:01.583Z|3ce055a7-b2a6-4f42-8e96-0a3879ab6f14|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:31:04.732Z|987e6ae4-9fe2-42bd-8476-c51be7c899d7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:31:04.733Z|987e6ae4-9fe2-42bd-8476-c51be7c899d7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:31:05.089Z|86ed43e3-3804-44f8-83b0-08bd6c4139ba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:31:05.094Z|86ed43e3-3804-44f8-83b0-08bd6c4139ba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:31:06.958Z|3e9cd012-6daa-4f7a-afc8-7b28733306eb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:31:06.959Z|3e9cd012-6daa-4f7a-afc8-7b28733306eb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:31:11.615Z|253cb9d4-a751-4c4c-8e8d-4f510a5421de|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:31:11.616Z|253cb9d4-a751-4c4c-8e8d-4f510a5421de|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:31:14.767Z|0ca9db2d-5e51-4996-94cb-aced240024d5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:31:14.769Z|0ca9db2d-5e51-4996-94cb-aced240024d5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:31:16.990Z|ebd1fbf2-85af-40ce-831e-919d65c428d6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:31:16.991Z|ebd1fbf2-85af-40ce-831e-919d65c428d6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:31:20.089Z|6954f59c-3e58-4b6f-b60c-a535c68cc1ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:31:20.089Z|6954f59c-3e58-4b6f-b60c-a535c68cc1ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:31:20.428Z|e5e7493d-c6e8-4a3a-8436-47c1fea705a9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:31:20.428Z|e5e7493d-c6e8-4a3a-8436-47c1fea705a9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:31:21.644Z|35811b3b-a93e-4bc8-acb8-49cc5b241c13|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:31:21.645Z|35811b3b-a93e-4bc8-acb8-49cc5b241c13|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:31:24.798Z|b218641a-08b4-4c90-94c6-5c1eab5e0632|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:31:24.799Z|b218641a-08b4-4c90-94c6-5c1eab5e0632|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:31:27.024Z|859f5c28-76c4-4319-9b6d-38e932155c31|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:31:27.025Z|859f5c28-76c4-4319-9b6d-38e932155c31|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:31:31.677Z|f7a36476-a7e9-4abb-84b2-044c844c4e21|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:31:31.678Z|f7a36476-a7e9-4abb-84b2-044c844c4e21|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:31:34.834Z|3127cc15-8170-48d5-bc9c-08875eafaad6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:31:34.836Z|3127cc15-8170-48d5-bc9c-08875eafaad6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:31:35.089Z|b87a684c-9a2b-4435-9dee-045cbb108827|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:31:35.089Z|b87a684c-9a2b-4435-9dee-045cbb108827|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:31:37.058Z|d7323a69-db4e-43a8-9cde-1b17ecb572f6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:31:37.060Z|d7323a69-db4e-43a8-9cde-1b17ecb572f6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:31:41.713Z|8d54c169-d3c0-4e68-8986-9ec01a33fe50|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:31:41.714Z|8d54c169-d3c0-4e68-8986-9ec01a33fe50|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:31:44.867Z|e7e20007-108c-4b7c-a187-d3a6048d3c55|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:31:44.868Z|e7e20007-108c-4b7c-a187-d3a6048d3c55|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:31:47.093Z|4490205d-79b7-43b9-9442-a83f9aad3d43|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:31:47.094Z|4490205d-79b7-43b9-9442-a83f9aad3d43|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:31:50.089Z|faf902fc-8855-4764-985b-3edef4067019|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:31:50.093Z|faf902fc-8855-4764-985b-3edef4067019|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:31:50.429Z|a8d15445-5a18-45f1-af84-a08a280ffef3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:31:50.430Z|a8d15445-5a18-45f1-af84-a08a280ffef3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:31:51.749Z|abf2ca56-4883-4cae-8a3d-606520a77d05|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:31:51.750Z|abf2ca56-4883-4cae-8a3d-606520a77d05|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:31:54.905Z|a449d582-ebc2-406b-88c4-1aa843583572|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:31:54.907Z|a449d582-ebc2-406b-88c4-1aa843583572|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:31:56.118Z|aa3d15ef-cabf-43f5-a787-3ab80831548c|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:31:56.118Z|aa3d15ef-cabf-43f5-a787-3ab80831548c|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:31:57.129Z|7ccea318-f240-4027-b6d7-8d7014b3acad|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:31:57.129Z|7ccea318-f240-4027-b6d7-8d7014b3acad|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:32:01.813Z|f66add66-f350-4f54-bbe6-86f30323bbb9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:32:01.814Z|f66add66-f350-4f54-bbe6-86f30323bbb9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:32:04.942Z|64a7b8c6-cb1d-4077-86d9-6a5d614e87e9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:32:04.943Z|64a7b8c6-cb1d-4077-86d9-6a5d614e87e9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:32:05.089Z|8d69bf97-9e20-4b05-be65-1fdea234bf86|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:32:05.090Z|8d69bf97-9e20-4b05-be65-1fdea234bf86|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:32:07.162Z|3065957b-1864-4452-9563-aec95576af03|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:32:07.163Z|3065957b-1864-4452-9563-aec95576af03|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:32:11.850Z|a7406fa4-db9a-4f04-b85b-a2ac5cadffb9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:32:11.851Z|a7406fa4-db9a-4f04-b85b-a2ac5cadffb9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:32:14.982Z|7858925a-20d3-4c6e-a8ba-2556383ab56e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:32:14.984Z|7858925a-20d3-4c6e-a8ba-2556383ab56e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:32:17.195Z|72addce6-5e6e-40e1-ac15-863614bf6581|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:32:17.195Z|72addce6-5e6e-40e1-ac15-863614bf6581|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:32:20.090Z|abc7e033-d112-4fdb-b4ed-7ebdcb4ef274|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:32:20.091Z|abc7e033-d112-4fdb-b4ed-7ebdcb4ef274|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:32:20.431Z|af869b7f-560b-4174-b18c-ff97932f0dc4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:32:20.431Z|af869b7f-560b-4174-b18c-ff97932f0dc4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:32:21.885Z|5a38d754-81d3-4a93-a73e-5cfada29d1d3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:32:21.886Z|5a38d754-81d3-4a93-a73e-5cfada29d1d3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:32:25.019Z|49f7a44d-cc49-4d84-abc0-f04b5775c0cf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:32:25.021Z|49f7a44d-cc49-4d84-abc0-f04b5775c0cf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:32:27.228Z|186deb80-1d34-4bc4-8397-268e609f4a78|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:32:27.229Z|186deb80-1d34-4bc4-8397-268e609f4a78|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:32:31.917Z|cef7182a-5573-48c6-aa84-dd661de306fc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:32:31.918Z|cef7182a-5573-48c6-aa84-dd661de306fc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:32:35.051Z|19c31ec3-3935-42d6-88c7-2c9b06c67da3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:32:35.052Z|19c31ec3-3935-42d6-88c7-2c9b06c67da3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:32:35.089Z|3a59539c-e947-4866-ad1d-542e4ae25511|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:32:35.093Z|3a59539c-e947-4866-ad1d-542e4ae25511|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:32:37.260Z|5cd8c6a4-8fa6-4419-ad83-4422551b4e3a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:32:37.261Z|5cd8c6a4-8fa6-4419-ad83-4422551b4e3a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:32:41.950Z|9abc53a9-429c-4cf4-8744-3dcc31692db4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:32:41.951Z|9abc53a9-429c-4cf4-8744-3dcc31692db4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:32:45.091Z|f4bd8a76-b696-40a6-b972-2e73d67f13ad|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:32:45.093Z|f4bd8a76-b696-40a6-b972-2e73d67f13ad|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:32:47.294Z|4f8f3ec5-a37c-4b57-9a3a-1e80cbb81b68|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:32:47.295Z|4f8f3ec5-a37c-4b57-9a3a-1e80cbb81b68|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:32:50.089Z|f7fca0d6-69fe-4a00-9717-da1c2ff4c25d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:32:50.090Z|f7fca0d6-69fe-4a00-9717-da1c2ff4c25d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:32:50.432Z|484ebf0c-7416-4717-9eea-d8e80fe08891|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:32:50.433Z|484ebf0c-7416-4717-9eea-d8e80fe08891|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:32:51.985Z|d12e4891-f6bd-4420-8b05-6b6be7c027bf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:32:51.986Z|d12e4891-f6bd-4420-8b05-6b6be7c027bf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:32:55.126Z|fb65dfd9-61dc-4eef-9a68-7305c8fe9c2f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:32:55.127Z|fb65dfd9-61dc-4eef-9a68-7305c8fe9c2f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:32:56.117Z|1704af89-1834-4113-ba6e-e5fabb625fc1|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:32:56.119Z|1704af89-1834-4113-ba6e-e5fabb625fc1|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:32:57.327Z|41adc4bc-81f7-4961-83e5-f75337d26690|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:32:57.328Z|41adc4bc-81f7-4961-83e5-f75337d26690|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:33:02.020Z|2e4a99b3-6b51-41c0-ac5f-32ad1cdf1f68|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:33:02.021Z|2e4a99b3-6b51-41c0-ac5f-32ad1cdf1f68|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:33:05.089Z|b7e19f26-f29e-4382-8c06-42f1aed63e2a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:33:05.090Z|b7e19f26-f29e-4382-8c06-42f1aed63e2a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:33:05.161Z|355aecc7-8993-410d-91a8-2fa44972c9bb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:33:05.162Z|355aecc7-8993-410d-91a8-2fa44972c9bb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:33:07.360Z|e5e6ba5e-85be-4902-89ec-9a7d17842108|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:33:07.360Z|e5e6ba5e-85be-4902-89ec-9a7d17842108|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:33:12.053Z|17b31255-0275-4eb6-9e5f-dc2a74a0ab27|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:33:12.054Z|17b31255-0275-4eb6-9e5f-dc2a74a0ab27|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:33:15.195Z|d82a3bd7-1851-400d-8562-addef70c598a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:33:15.196Z|d82a3bd7-1851-400d-8562-addef70c598a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:33:17.392Z|a031a3c6-9606-45ed-9dc9-032bfd5b3dc7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:33:17.393Z|a031a3c6-9606-45ed-9dc9-032bfd5b3dc7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:33:20.089Z|b73a23a6-958f-4f76-9430-29e5b20f1da1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:33:20.094Z|b73a23a6-958f-4f76-9430-29e5b20f1da1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:33:20.433Z|7f0e76a6-4edd-4a5e-9ef0-84fb9f8ffc67|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:33:20.434Z|7f0e76a6-4edd-4a5e-9ef0-84fb9f8ffc67|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:33:22.086Z|07cdc7d3-d556-467b-a9c0-821630c3bc83|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:33:22.087Z|07cdc7d3-d556-467b-a9c0-821630c3bc83|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:33:25.247Z|35c79513-4fe7-4486-a972-f9258cb4bf49|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:33:25.248Z|35c79513-4fe7-4486-a972-f9258cb4bf49|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:33:27.425Z|22db8c68-6c5c-48fd-bd1d-09717877db40|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:33:27.426Z|22db8c68-6c5c-48fd-bd1d-09717877db40|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:33:32.119Z|a6fbd05e-365f-46c5-8f38-2ec09e2235f4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:33:32.120Z|a6fbd05e-365f-46c5-8f38-2ec09e2235f4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:33:35.089Z|d1eea380-fe20-4c4a-b616-18e318528777|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:33:35.090Z|d1eea380-fe20-4c4a-b616-18e318528777|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:33:35.281Z|ab5127a2-8167-45e7-8a61-631399012890|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:33:35.282Z|ab5127a2-8167-45e7-8a61-631399012890|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:33:37.456Z|573e976e-9a38-4623-be1b-30596318d517|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:33:37.457Z|573e976e-9a38-4623-be1b-30596318d517|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:33:42.152Z|e58c9c2d-d47e-4313-ac68-0a687aaa1944|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:33:42.153Z|e58c9c2d-d47e-4313-ac68-0a687aaa1944|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:33:45.315Z|c1632d07-09f1-4478-8249-474e82bf0751|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:33:45.316Z|c1632d07-09f1-4478-8249-474e82bf0751|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:33:47.489Z|89d79bb8-f843-4dfb-beef-d4f5d74e2b8c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:33:47.490Z|89d79bb8-f843-4dfb-beef-d4f5d74e2b8c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:33:50.089Z|a7ff7b83-c52e-41c2-8b85-e765222ec3d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:33:50.090Z|a7ff7b83-c52e-41c2-8b85-e765222ec3d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:33:50.434Z|9c2ebb2b-5c7f-4d76-80f5-86abc497a147|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:33:50.435Z|9c2ebb2b-5c7f-4d76-80f5-86abc497a147|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:33:52.181Z|a07013da-7a29-497d-bd17-6f1e8c46f84e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:33:52.182Z|a07013da-7a29-497d-bd17-6f1e8c46f84e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:33:55.350Z|f87f1aa8-6913-49fc-a159-e7f52b231082|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:33:55.351Z|f87f1aa8-6913-49fc-a159-e7f52b231082|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:33:56.117Z|f2f02952-7d8d-4d41-a968-c9acb2969ab8|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:33:56.118Z|f2f02952-7d8d-4d41-a968-c9acb2969ab8|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:33:57.521Z|cb6f9790-1cdd-4ece-8e1d-b463deae961f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:33:57.522Z|cb6f9790-1cdd-4ece-8e1d-b463deae961f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:34:02.211Z|039c5325-7080-46c6-903a-29870301ea46|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:34:02.211Z|039c5325-7080-46c6-903a-29870301ea46|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:34:05.089Z|63a442a5-e676-40ff-a71b-3a1ddf821d74|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:34:05.093Z|63a442a5-e676-40ff-a71b-3a1ddf821d74|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:34:05.384Z|228ce0d2-937d-475e-b259-6f3c023b2134|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:34:05.385Z|228ce0d2-937d-475e-b259-6f3c023b2134|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:34:07.554Z|6f58919c-c90d-4af7-b97d-3f8049b12d30|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:34:07.555Z|6f58919c-c90d-4af7-b97d-3f8049b12d30|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:34:12.244Z|cac77134-0346-4c24-9af7-78f8118c3630|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:34:12.245Z|cac77134-0346-4c24-9af7-78f8118c3630|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:34:15.418Z|3c69dbed-ec0b-467c-9fbd-e1b492d63431|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:34:15.419Z|3c69dbed-ec0b-467c-9fbd-e1b492d63431|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:34:17.590Z|a0bb5829-f0b2-45ad-8113-0f1678cd422b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:34:17.592Z|a0bb5829-f0b2-45ad-8113-0f1678cd422b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:34:20.089Z|3b0b929e-a0f8-43ed-b0fa-218d4208784e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:34:20.089Z|3b0b929e-a0f8-43ed-b0fa-218d4208784e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:34:20.436Z|dcbfd5e8-ca2e-4c84-8d35-3cc69e46ac35|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:34:20.437Z|dcbfd5e8-ca2e-4c84-8d35-3cc69e46ac35|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:34:22.275Z|8a6edd10-074c-475e-aafc-e38adf94c6f7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:34:22.276Z|8a6edd10-074c-475e-aafc-e38adf94c6f7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:34:25.453Z|df812e53-c37e-48ea-b002-627c307d3e2f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:34:25.454Z|df812e53-c37e-48ea-b002-627c307d3e2f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:34:27.629Z|aff8856c-96cf-4c3e-bd0b-0a321fe72b25|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:34:27.629Z|aff8856c-96cf-4c3e-bd0b-0a321fe72b25|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:34:32.310Z|d77c2677-87d3-4933-a973-5dea7c243f5e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:34:32.311Z|d77c2677-87d3-4933-a973-5dea7c243f5e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:34:35.089Z|5b7ff6af-e800-4fb6-8bdf-80c555989c62|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:34:35.090Z|5b7ff6af-e800-4fb6-8bdf-80c555989c62|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:34:35.486Z|73e27f5d-dc86-48ac-b64e-1663b3b90a25|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:34:35.487Z|73e27f5d-dc86-48ac-b64e-1663b3b90a25|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:34:37.674Z|5c3554fb-fe6c-43e7-b43f-680e7dc12bcc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:34:37.675Z|5c3554fb-fe6c-43e7-b43f-680e7dc12bcc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:34:42.341Z|5c990853-a172-4377-b1c9-6d56244ddd9c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:34:42.342Z|5c990853-a172-4377-b1c9-6d56244ddd9c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:34:45.520Z|bf0f6900-4205-468e-95f0-31744be6cfbd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:34:45.521Z|bf0f6900-4205-468e-95f0-31744be6cfbd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:34:47.706Z|a0902bf0-7e88-4eba-89e0-8c1152ca2c44|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:34:47.707Z|a0902bf0-7e88-4eba-89e0-8c1152ca2c44|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:34:50.089Z|e7147db0-13e4-4193-9e09-a4fa4de8dd14|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:34:50.094Z|e7147db0-13e4-4193-9e09-a4fa4de8dd14|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:34:50.437Z|da71d6a3-6e27-44bd-87db-82a022cb8423|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:34:50.438Z|da71d6a3-6e27-44bd-87db-82a022cb8423|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:34:52.372Z|fd31fff7-fb8f-4953-8516-69cd0449a589|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:34:52.373Z|fd31fff7-fb8f-4953-8516-69cd0449a589|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:34:55.554Z|f76bdcb1-4baf-43fa-89be-0e448c8218bc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:34:55.555Z|f76bdcb1-4baf-43fa-89be-0e448c8218bc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:34:56.116Z|8ad97a8f-df17-4763-a1db-261685aaecee|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:34:56.117Z|8ad97a8f-df17-4763-a1db-261685aaecee|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:34:57.738Z|1e1445c7-dc8a-4303-934c-7910b04dd870|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:34:57.739Z|1e1445c7-dc8a-4303-934c-7910b04dd870|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:35:02.411Z|e8f8315e-ea98-4417-83de-93822a5afe4c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:35:02.412Z|e8f8315e-ea98-4417-83de-93822a5afe4c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:35:05.089Z|b0b2d94f-f0f6-4104-9ef4-d0569e4aa784|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:35:05.089Z|b0b2d94f-f0f6-4104-9ef4-d0569e4aa784|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:35:05.595Z|4b041d53-1600-4396-8b73-1a24ed75b09e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:35:05.596Z|4b041d53-1600-4396-8b73-1a24ed75b09e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:35:07.773Z|c580294c-f77f-4a32-9916-442d07141d03|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:35:07.774Z|c580294c-f77f-4a32-9916-442d07141d03|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:35:12.442Z|4d5594a0-5a86-4565-81a4-fa6c2acdfa27|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:35:12.443Z|4d5594a0-5a86-4565-81a4-fa6c2acdfa27|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:35:15.628Z|7d1a7d66-d623-4973-bfbd-8a4273b9475b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:35:15.629Z|7d1a7d66-d623-4973-bfbd-8a4273b9475b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:35:17.806Z|6a87a06c-0e51-44cc-8dcf-3309a2878082|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:35:17.807Z|6a87a06c-0e51-44cc-8dcf-3309a2878082|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:35:20.089Z|855f2001-1dd0-463c-bb5f-207b5ea3ecbb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:35:20.089Z|855f2001-1dd0-463c-bb5f-207b5ea3ecbb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:35:20.439Z|dcc9bb14-4de3-404c-896b-bbf2a4e07182|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:35:20.440Z|dcc9bb14-4de3-404c-896b-bbf2a4e07182|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:35:22.477Z|e645f4d0-484c-40d6-bf62-cf9aed90b01c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:35:22.478Z|e645f4d0-484c-40d6-bf62-cf9aed90b01c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:35:25.663Z|9225a515-1b05-401c-8e10-4d9860788848|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:35:25.665Z|9225a515-1b05-401c-8e10-4d9860788848|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:35:27.843Z|bc4842c9-f8ee-43b4-9c3c-791358c3a644|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:35:27.844Z|bc4842c9-f8ee-43b4-9c3c-791358c3a644|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:35:32.513Z|8c7c66c9-14a4-478d-9b3a-05ebfcb95fe4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:35:32.516Z|8c7c66c9-14a4-478d-9b3a-05ebfcb95fe4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:35:35.095Z|e215686e-cd52-4598-8107-dddaef856e2c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:35:35.103Z|e215686e-cd52-4598-8107-dddaef856e2c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:35:35.698Z|ee91d28f-484c-4a2b-8911-cf72fdee33fc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:35:35.699Z|ee91d28f-484c-4a2b-8911-cf72fdee33fc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:35:37.876Z|559e1211-5a0d-4a8b-8e06-09e16f8d14b8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:35:37.877Z|559e1211-5a0d-4a8b-8e06-09e16f8d14b8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:35:42.548Z|dd399487-3d78-4d1c-918d-7b1a5602d9c6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:35:42.549Z|dd399487-3d78-4d1c-918d-7b1a5602d9c6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:35:45.732Z|dc25ae54-b181-4a1d-9d67-0cabc7eb3087|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:35:45.733Z|dc25ae54-b181-4a1d-9d67-0cabc7eb3087|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:35:47.906Z|529df3d0-192e-40fc-98f4-18d7d601af9a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:35:47.907Z|529df3d0-192e-40fc-98f4-18d7d601af9a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:35:50.089Z|4bc2735e-42cc-4fa0-b120-b631e5863478|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:35:50.090Z|4bc2735e-42cc-4fa0-b120-b631e5863478|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:35:50.440Z|5d12a0f8-7e03-48c8-a453-c7a525a749b4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:35:50.441Z|5d12a0f8-7e03-48c8-a453-c7a525a749b4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:35:52.581Z|e3145aa6-89ea-4958-b5ed-5729b01d99d8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:35:52.582Z|e3145aa6-89ea-4958-b5ed-5729b01d99d8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:35:55.765Z|9ec29a2d-1e8d-466c-952f-5f5464eaab55|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:35:55.766Z|9ec29a2d-1e8d-466c-952f-5f5464eaab55|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:35:56.118Z|7e10085b-2fd2-4695-b32a-7e7d03a424ff|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:35:56.119Z|7e10085b-2fd2-4695-b32a-7e7d03a424ff|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:35:57.949Z|2aacc4c6-0833-4a29-92bf-c4baaa5eb6b3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:35:57.952Z|2aacc4c6-0833-4a29-92bf-c4baaa5eb6b3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:36:02.615Z|37517cbb-130f-413a-955b-b3a379e209c8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:36:02.616Z|37517cbb-130f-413a-955b-b3a379e209c8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:36:05.089Z|e9eda699-dc9b-42df-8e18-6850d5190c4c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:36:05.090Z|e9eda699-dc9b-42df-8e18-6850d5190c4c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:36:05.801Z|d8949096-373e-4662-b6b0-15dab7f22f57|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:36:05.803Z|d8949096-373e-4662-b6b0-15dab7f22f57|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:36:07.996Z|b04f29e2-284b-4189-8ecd-cb5d3c89aa7f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:36:07.996Z|b04f29e2-284b-4189-8ecd-cb5d3c89aa7f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:36:12.649Z|334516c1-af4b-465f-9edb-0193abdaaded|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:36:12.650Z|334516c1-af4b-465f-9edb-0193abdaaded|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:36:15.839Z|c58301e4-4b46-4fbf-ba9f-1ba55b2d00d0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:36:15.840Z|c58301e4-4b46-4fbf-ba9f-1ba55b2d00d0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:36:18.028Z|8e0626a7-1848-41c6-8b00-78ae059d5a30|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:36:18.029Z|8e0626a7-1848-41c6-8b00-78ae059d5a30|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:36:20.089Z|aeab1157-5513-45f1-b7c6-3801760effa8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:36:20.093Z|aeab1157-5513-45f1-b7c6-3801760effa8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:36:20.442Z|5e0cb7a7-0011-45a7-ab32-ff1fc703b592|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:36:20.442Z|5e0cb7a7-0011-45a7-ab32-ff1fc703b592|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:36:22.683Z|df837ceb-b4ed-4a1b-9ded-d8f75e3e2369|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:36:22.684Z|df837ceb-b4ed-4a1b-9ded-d8f75e3e2369|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:36:25.870Z|cc29c904-a3df-4bad-846e-16484157ce5c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:36:25.871Z|cc29c904-a3df-4bad-846e-16484157ce5c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:36:28.059Z|f651444d-bf56-47d0-9ccb-77efb304ab78|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:36:28.060Z|f651444d-bf56-47d0-9ccb-77efb304ab78|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:36:32.720Z|5b9865f5-b2a5-47f4-a32b-fd0fd2709ab1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:36:32.721Z|5b9865f5-b2a5-47f4-a32b-fd0fd2709ab1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:36:35.089Z|3b165ad8-33c4-46f4-94ba-6790a2bc2889|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:36:35.090Z|3b165ad8-33c4-46f4-94ba-6790a2bc2889|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:36:35.905Z|a28d5a49-460e-40e3-8ee6-fdc2cb9e8f25|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:36:35.906Z|a28d5a49-460e-40e3-8ee6-fdc2cb9e8f25|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:36:38.090Z|60473373-6e9a-4001-be03-83398094279f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:36:38.091Z|60473373-6e9a-4001-be03-83398094279f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:36:42.753Z|11fca19b-4d4c-4299-a634-6a2b26aaa1d8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:36:42.754Z|11fca19b-4d4c-4299-a634-6a2b26aaa1d8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:36:45.951Z|6a471569-44f1-446d-8927-266a496deb69|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:36:45.952Z|6a471569-44f1-446d-8927-266a496deb69|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:36:48.122Z|d0388cc0-fb91-4bfe-bbb7-7b7b2549812d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:36:48.123Z|d0388cc0-fb91-4bfe-bbb7-7b7b2549812d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:36:50.089Z|0a3b512a-bd50-42a5-8fa4-81bbdabf6507|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:36:50.089Z|0a3b512a-bd50-42a5-8fa4-81bbdabf6507|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:36:50.443Z|e779e339-596a-44ad-becb-5e71fd422052|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:36:50.444Z|e779e339-596a-44ad-becb-5e71fd422052|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:36:52.784Z|5329a8cd-855d-48b6-9e97-4e9443247c56|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:36:52.785Z|5329a8cd-855d-48b6-9e97-4e9443247c56|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:36:55.988Z|ee18910f-a1fe-4a8b-bbe5-8e4848883b43|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:36:55.990Z|ee18910f-a1fe-4a8b-bbe5-8e4848883b43|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:36:56.117Z|3b6cb068-f71f-4388-bdd3-b21a7185ec10|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:36:56.118Z|3b6cb068-f71f-4388-bdd3-b21a7185ec10|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:36:58.163Z|47b7b4a9-59dd-4dff-9266-f241ed192b44|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:36:58.164Z|47b7b4a9-59dd-4dff-9266-f241ed192b44|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:37:02.815Z|109875a8-d1ef-468c-849e-191b164dee9b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:37:02.816Z|109875a8-d1ef-468c-849e-191b164dee9b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:37:05.089Z|4507c31f-2ff3-4835-8398-8c267de9fcaf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:37:05.093Z|4507c31f-2ff3-4835-8398-8c267de9fcaf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:37:06.023Z|1973b3fe-3450-42d9-8110-436861669879|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:37:06.024Z|1973b3fe-3450-42d9-8110-436861669879|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:37:08.196Z|85bd67a6-83f5-4ba5-8912-b62ca6a47abb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:37:08.197Z|85bd67a6-83f5-4ba5-8912-b62ca6a47abb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:37:12.849Z|abf3d7ac-56d6-4234-9f3d-7d73ce09a3fe|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:37:12.850Z|abf3d7ac-56d6-4234-9f3d-7d73ce09a3fe|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:37:16.055Z|4ea005de-bc97-47f8-8d8d-2918d372af68|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:37:16.056Z|4ea005de-bc97-47f8-8d8d-2918d372af68|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:37:18.226Z|3068ba72-698b-4492-89b4-71464e5aa95e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:37:18.227Z|3068ba72-698b-4492-89b4-71464e5aa95e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:37:20.089Z|141278ca-2820-4827-ac51-cd42a4817a43|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:37:20.090Z|141278ca-2820-4827-ac51-cd42a4817a43|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:37:20.444Z|d27207a6-c019-4f44-9612-9b7e27a2c2ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:37:20.445Z|d27207a6-c019-4f44-9612-9b7e27a2c2ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:37:22.881Z|2d634714-9b63-482e-9e7a-feda6f337620|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:37:22.882Z|2d634714-9b63-482e-9e7a-feda6f337620|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:37:26.085Z|92a60b3d-9ac1-4318-bcb5-b2799caae912|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:37:26.086Z|92a60b3d-9ac1-4318-bcb5-b2799caae912|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:37:28.256Z|ad21cbb1-475a-420d-85d8-a3273132c30a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:37:28.257Z|ad21cbb1-475a-420d-85d8-a3273132c30a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:37:32.914Z|4e2c96b7-0cb3-4a28-86b8-ba125aa47e7f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:37:32.915Z|4e2c96b7-0cb3-4a28-86b8-ba125aa47e7f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:37:35.089Z|d9f48623-e26a-45e0-bd15-a57e129770cf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:37:35.090Z|d9f48623-e26a-45e0-bd15-a57e129770cf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:37:36.128Z|1722f36c-4cc0-407b-af53-897ee9cdf757|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:37:36.129Z|1722f36c-4cc0-407b-af53-897ee9cdf757|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:37:38.291Z|4f19aef0-63af-490a-a7d7-77bd3d4666e3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:37:38.292Z|4f19aef0-63af-490a-a7d7-77bd3d4666e3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:37:42.951Z|790aa1b4-589d-4778-9fef-d3722728d4a3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:37:42.952Z|790aa1b4-589d-4778-9fef-d3722728d4a3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:37:46.158Z|07c79605-b416-4b49-a574-8fd5de8a5d2a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:37:46.159Z|07c79605-b416-4b49-a574-8fd5de8a5d2a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:37:48.323Z|4b2c85cf-dc0f-469a-9b15-11f2572d7dbf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:37:48.324Z|4b2c85cf-dc0f-469a-9b15-11f2572d7dbf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:37:50.089Z|209da2f3-c820-4e37-93f4-5644d52a58f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:37:50.090Z|209da2f3-c820-4e37-93f4-5644d52a58f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:37:50.446Z|a4f9b4c6-1242-4cfa-b7d1-80d89759e676|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:37:50.446Z|a4f9b4c6-1242-4cfa-b7d1-80d89759e676|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:37:52.985Z|47189211-0a7e-4ed9-a0b8-17ae3758ffae|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:37:52.986Z|47189211-0a7e-4ed9-a0b8-17ae3758ffae|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:37:56.115Z|fd6a4b2b-124b-4090-a26a-26d58082a275|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:37:56.116Z|fd6a4b2b-124b-4090-a26a-26d58082a275|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:37:56.192Z|9b0514dc-69d3-4678-b82c-9e133a4b151b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:37:56.193Z|9b0514dc-69d3-4678-b82c-9e133a4b151b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:37:58.356Z|63d4f99a-e5d1-48da-a299-3f41d642c8a9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:37:58.357Z|63d4f99a-e5d1-48da-a299-3f41d642c8a9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:38:03.018Z|381ece38-edf2-4096-bfd2-bbb87c6c14ab|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:38:03.019Z|381ece38-edf2-4096-bfd2-bbb87c6c14ab|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:38:05.089Z|7de01342-dac7-4edc-93b4-10286a7b1c1c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:38:05.090Z|7de01342-dac7-4edc-93b4-10286a7b1c1c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:38:06.232Z|4eab787a-5913-4c1a-93d8-f4518b92094a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:38:06.233Z|4eab787a-5913-4c1a-93d8-f4518b92094a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:38:08.387Z|4ae5207c-3bf4-48ba-9c35-274f50d6c36a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:38:08.388Z|4ae5207c-3bf4-48ba-9c35-274f50d6c36a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:38:13.052Z|9efc63ed-1ffc-4bae-87bd-855d16778879|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:38:13.053Z|9efc63ed-1ffc-4bae-87bd-855d16778879|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:38:16.266Z|5c658d41-1675-4ed5-8a5a-c739de8d79be|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:38:16.267Z|5c658d41-1675-4ed5-8a5a-c739de8d79be|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:38:18.419Z|f9e8cc50-65bf-41db-8cd8-1ccd855effa3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:38:18.420Z|f9e8cc50-65bf-41db-8cd8-1ccd855effa3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:38:20.089Z|650afb95-0f66-445c-9094-fe91b8cd40f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:38:20.090Z|650afb95-0f66-445c-9094-fe91b8cd40f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:38:20.447Z|c642143e-a5ca-45aa-91a3-4942b2770a7a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:38:20.447Z|c642143e-a5ca-45aa-91a3-4942b2770a7a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:38:23.098Z|a776a3fc-6b73-4748-99ba-4cb8560bdc4f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:38:23.100Z|a776a3fc-6b73-4748-99ba-4cb8560bdc4f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:38:26.298Z|d745b1e0-0553-424f-a674-c738241b4d5f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:38:26.298Z|d745b1e0-0553-424f-a674-c738241b4d5f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:38:28.451Z|18510b1f-1b61-4c9e-a6f2-81b98de67bd8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:38:28.452Z|18510b1f-1b61-4c9e-a6f2-81b98de67bd8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:38:33.135Z|7d2d0f9e-8dd7-4b2d-a946-c19a9088fec9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:38:33.136Z|7d2d0f9e-8dd7-4b2d-a946-c19a9088fec9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:38:35.089Z|0f3b6fba-5156-4d37-ad67-c2485184dfc6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:38:35.090Z|0f3b6fba-5156-4d37-ad67-c2485184dfc6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:38:36.332Z|1c5fd81f-19bb-4c58-8144-3baad8caf702|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:38:36.333Z|1c5fd81f-19bb-4c58-8144-3baad8caf702|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:38:38.500Z|faadfd48-ed4f-484e-97d2-af6bac95ceb5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:38:38.502Z|faadfd48-ed4f-484e-97d2-af6bac95ceb5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:38:43.170Z|ebf96bdc-da12-4b84-87b3-db81918dba9d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:38:43.171Z|ebf96bdc-da12-4b84-87b3-db81918dba9d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:38:46.365Z|06ef702b-b35b-4537-9e36-757b2e05cc6d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:38:46.366Z|06ef702b-b35b-4537-9e36-757b2e05cc6d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:38:48.539Z|7b92064d-34c2-44d3-a26f-c5b930e79a35|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:38:48.540Z|7b92064d-34c2-44d3-a26f-c5b930e79a35|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:38:50.089Z|328f22e8-fbdf-4a57-817a-e2ccec6e12ad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:38:50.089Z|328f22e8-fbdf-4a57-817a-e2ccec6e12ad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:38:50.448Z|b9a0c5b3-f42f-48c7-b854-ccdc72aa7070|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:38:50.449Z|b9a0c5b3-f42f-48c7-b854-ccdc72aa7070|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:38:53.241Z|cba07a3b-9eb6-4879-987c-495f6cdfa5fe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:38:53.242Z|cba07a3b-9eb6-4879-987c-495f6cdfa5fe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:38:56.118Z|271016f9-166e-4810-a3f8-84749dd171a1|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:38:56.119Z|271016f9-166e-4810-a3f8-84749dd171a1|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:38:56.395Z|c6120378-b86d-4d28-a7ef-0a93e6a58470|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:38:56.396Z|c6120378-b86d-4d28-a7ef-0a93e6a58470|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:38:58.585Z|732c0ee9-dcc9-4be6-b5bd-b4e2232d6a25|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:38:58.586Z|732c0ee9-dcc9-4be6-b5bd-b4e2232d6a25|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:39:03.279Z|05f0c322-9c20-48b3-84d2-6030f2208959|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:39:03.280Z|05f0c322-9c20-48b3-84d2-6030f2208959|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:39:05.089Z|718f37e1-e12f-4ea8-919d-2c59c2b1f464|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:39:05.090Z|718f37e1-e12f-4ea8-919d-2c59c2b1f464|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:39:06.440Z|a43f5813-26f1-46e4-b7e6-23fd9899ec16|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:39:06.441Z|a43f5813-26f1-46e4-b7e6-23fd9899ec16|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:39:08.631Z|4292e301-d6b7-4efa-ac85-8577883c1327|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:39:08.635Z|4292e301-d6b7-4efa-ac85-8577883c1327|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:39:13.323Z|654c1794-532d-4ea0-acbb-2339f51764b0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:39:13.324Z|654c1794-532d-4ea0-acbb-2339f51764b0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:39:16.468Z|73b8acd8-88cf-4f91-9377-06548ec8a0f5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:39:16.469Z|73b8acd8-88cf-4f91-9377-06548ec8a0f5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:39:18.671Z|3f28cc3b-41aa-4919-b024-852f48dffc05|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:39:18.672Z|3f28cc3b-41aa-4919-b024-852f48dffc05|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:39:20.089Z|38be37c5-24a7-495b-ab76-ebee5fd575cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:39:20.094Z|38be37c5-24a7-495b-ab76-ebee5fd575cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:39:20.449Z|900a49a8-e1d3-4bac-b62c-76e48ac7eaf2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:39:20.450Z|900a49a8-e1d3-4bac-b62c-76e48ac7eaf2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:39:23.382Z|04fe9faa-c94c-4551-b129-a2d70245898b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:39:23.384Z|04fe9faa-c94c-4551-b129-a2d70245898b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:39:26.493Z|828b7168-7164-47b0-9a86-3fe8d39c5596|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:39:26.493Z|828b7168-7164-47b0-9a86-3fe8d39c5596|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:39:28.705Z|1a5f738a-95c6-4763-b643-e8c9dc0e5fc3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:39:28.705Z|1a5f738a-95c6-4763-b643-e8c9dc0e5fc3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:39:33.410Z|fa3f3bc7-71a7-46fc-a7a9-eff7b720f2b9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:39:33.411Z|fa3f3bc7-71a7-46fc-a7a9-eff7b720f2b9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:39:35.089Z|536438e0-f611-47d1-8230-393b3e2cdd70|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:39:35.089Z|536438e0-f611-47d1-8230-393b3e2cdd70|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:39:36.523Z|bf144436-137b-4cf9-8a3d-88eb590700d4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:39:36.524Z|bf144436-137b-4cf9-8a3d-88eb590700d4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:39:38.737Z|14e9da00-c24e-47cf-b298-2ee8c8179f85|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:39:38.739Z|14e9da00-c24e-47cf-b298-2ee8c8179f85|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:39:43.464Z|8fb0ad35-b5ef-43c7-abc0-9aa985ee1867|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:39:43.465Z|8fb0ad35-b5ef-43c7-abc0-9aa985ee1867|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:39:46.555Z|7eab374e-b2f7-4fa7-9678-cf3df8f649d0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:39:46.556Z|7eab374e-b2f7-4fa7-9678-cf3df8f649d0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:39:48.772Z|f59b866b-65f7-4a54-93ed-f3054841cefd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:39:48.773Z|f59b866b-65f7-4a54-93ed-f3054841cefd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:39:50.089Z|3bddba9c-ee75-4dd6-862b-a6a93734d0ab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:39:50.090Z|3bddba9c-ee75-4dd6-862b-a6a93734d0ab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:39:50.451Z|800335fd-ec9e-4913-897b-c16ff32d013c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:39:50.451Z|800335fd-ec9e-4913-897b-c16ff32d013c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:39:53.493Z|3790dc62-d5b6-4f42-85b8-7b8d9cb64030|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:39:53.494Z|3790dc62-d5b6-4f42-85b8-7b8d9cb64030|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:39:56.116Z|c8739003-b13d-4a49-b8f6-e2fdf615020e|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:39:56.116Z|c8739003-b13d-4a49-b8f6-e2fdf615020e|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:39:56.590Z|b08a1863-d7be-4e59-9549-52de2e3296f4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:39:56.591Z|b08a1863-d7be-4e59-9549-52de2e3296f4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:39:58.808Z|c5dff9f1-e5ba-49e1-a8fd-524508c99446|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:39:58.809Z|c5dff9f1-e5ba-49e1-a8fd-524508c99446|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:40:03.521Z|5a928618-2a26-4dd5-937d-f1022d06c964|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:40:03.523Z|5a928618-2a26-4dd5-937d-f1022d06c964|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:40:05.089Z|219fdea0-7e36-43ba-86d0-13f0b23adc28|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:40:05.095Z|219fdea0-7e36-43ba-86d0-13f0b23adc28|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:40:06.623Z|861e79f1-91cb-47d7-badb-814c97740536|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:40:06.624Z|861e79f1-91cb-47d7-badb-814c97740536|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:40:08.844Z|c3d916b6-472f-4e74-a018-3b120d81169c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:40:08.846Z|c3d916b6-472f-4e74-a018-3b120d81169c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:40:13.552Z|897b71bf-5905-4687-b6bf-911d6db3a06e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:40:13.552Z|897b71bf-5905-4687-b6bf-911d6db3a06e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:40:16.656Z|d40ed08c-4254-4814-8847-9605c0b286b0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:40:16.657Z|d40ed08c-4254-4814-8847-9605c0b286b0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:40:18.880Z|55ddf85d-c319-42fc-ba10-87fed5bc2695|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:40:18.881Z|55ddf85d-c319-42fc-ba10-87fed5bc2695|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:40:20.089Z|7a61ea7c-00c3-4dd7-859a-b3ba829bffb2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:40:20.090Z|7a61ea7c-00c3-4dd7-859a-b3ba829bffb2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:40:20.452Z|0d59da5a-5262-42b5-9f82-d7477a5b7fd7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:40:20.453Z|0d59da5a-5262-42b5-9f82-d7477a5b7fd7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:40:23.577Z|f1ab1735-1dff-4cfb-a158-ebf452abdb88|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:40:23.578Z|f1ab1735-1dff-4cfb-a158-ebf452abdb88|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:40:26.690Z|f66bb1dc-9910-42d3-8912-144e061aaa41|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:40:26.691Z|f66bb1dc-9910-42d3-8912-144e061aaa41|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:40:28.913Z|c33193d6-2409-4d68-ac3c-91bf05412b76|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:40:28.914Z|c33193d6-2409-4d68-ac3c-91bf05412b76|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:40:33.619Z|b32a21f8-038d-46d7-8aca-6e4a651a926a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:40:33.620Z|b32a21f8-038d-46d7-8aca-6e4a651a926a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:40:35.089Z|30d280d5-860d-419b-9bcb-ce9f07e1941f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:40:35.090Z|30d280d5-860d-419b-9bcb-ce9f07e1941f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:40:36.719Z|39e5cd62-4430-4a9e-9841-c56ddb4a62ef|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:40:36.720Z|39e5cd62-4430-4a9e-9841-c56ddb4a62ef|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:40:38.947Z|466a66a7-08f7-44c0-86e0-8d2fd618ee07|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:40:38.949Z|466a66a7-08f7-44c0-86e0-8d2fd618ee07|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:40:43.654Z|af368e52-2381-4cb7-8bf7-f8bf476a4437|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:40:43.655Z|af368e52-2381-4cb7-8bf7-f8bf476a4437|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:40:46.752Z|174d10c7-47d6-4b23-8cfa-01e92471f81a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:40:46.753Z|174d10c7-47d6-4b23-8cfa-01e92471f81a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:40:48.981Z|756d1ada-5488-4902-a5e1-becb9b29e2b6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:40:48.982Z|756d1ada-5488-4902-a5e1-becb9b29e2b6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:40:50.089Z|32884fba-9e28-4ce1-8169-84a3296b1f2f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:40:50.094Z|32884fba-9e28-4ce1-8169-84a3296b1f2f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:40:50.454Z|8b2952c6-b352-40db-99ce-ca4ca32f5934|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:40:50.454Z|8b2952c6-b352-40db-99ce-ca4ca32f5934|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:40:53.687Z|14b4b8b5-808b-4bc1-babf-0bd6e1bfc41f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:40:53.688Z|14b4b8b5-808b-4bc1-babf-0bd6e1bfc41f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:40:56.117Z|fbf52772-ae3b-47ce-99d1-4297f453eff6|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:40:56.118Z|fbf52772-ae3b-47ce-99d1-4297f453eff6|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:40:56.788Z|c7229a36-8b70-4463-b763-d6f1b0ae0910|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:40:56.789Z|c7229a36-8b70-4463-b763-d6f1b0ae0910|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:40:59.014Z|8ee3964d-98c7-4d13-8317-5f67a99e8f9d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:40:59.015Z|8ee3964d-98c7-4d13-8317-5f67a99e8f9d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:41:03.721Z|81428203-be9c-42fd-b26d-6c681ee8abb5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:41:03.722Z|81428203-be9c-42fd-b26d-6c681ee8abb5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:41:05.089Z|d7ed9d28-9d9a-41eb-958d-95532df923f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:41:05.090Z|d7ed9d28-9d9a-41eb-958d-95532df923f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:41:06.817Z|a3fac7cf-48fb-48fa-99a0-8145903e6786|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:41:06.818Z|a3fac7cf-48fb-48fa-99a0-8145903e6786|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:41:09.048Z|ab65abf7-fd4e-48ba-b7bf-c765d507d98d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:41:09.049Z|ab65abf7-fd4e-48ba-b7bf-c765d507d98d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:41:13.754Z|8fc1e114-4d98-44e1-bd96-f71e93265941|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:41:13.755Z|8fc1e114-4d98-44e1-bd96-f71e93265941|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:41:16.849Z|14c7315d-51ea-427c-85a1-b17ab6906d42|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:41:16.850Z|14c7315d-51ea-427c-85a1-b17ab6906d42|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:41:19.083Z|984defce-f330-4953-9af7-1c95e0e46973|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:41:19.084Z|984defce-f330-4953-9af7-1c95e0e46973|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:41:20.089Z|ada6abc5-8b0e-4434-a61e-4b48fca605de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:41:20.089Z|ada6abc5-8b0e-4434-a61e-4b48fca605de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:41:20.455Z|d9685ccd-8c3f-4f1d-bc52-38e374a919cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:41:20.455Z|d9685ccd-8c3f-4f1d-bc52-38e374a919cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:41:23.780Z|21ef9bbd-3f74-4a6d-939f-46d9d2048dc4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:41:23.780Z|21ef9bbd-3f74-4a6d-939f-46d9d2048dc4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:41:26.881Z|da21d129-3141-488b-bd51-3867c39f6937|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:41:26.882Z|da21d129-3141-488b-bd51-3867c39f6937|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:41:29.116Z|500a2cfe-d9b1-40ce-8a67-5590303877df|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:41:29.117Z|500a2cfe-d9b1-40ce-8a67-5590303877df|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:41:33.829Z|19e09b77-c0d2-480a-a3cd-8c3b47255b00|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:41:33.830Z|19e09b77-c0d2-480a-a3cd-8c3b47255b00|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:41:35.089Z|ffc3471e-159d-47db-ae7e-8d8c4a94833b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:41:35.094Z|ffc3471e-159d-47db-ae7e-8d8c4a94833b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:41:36.912Z|70bfb84c-25fa-4371-8457-fe4b9e0d0236|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:41:36.913Z|70bfb84c-25fa-4371-8457-fe4b9e0d0236|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:41:39.155Z|f316eb35-8109-42d6-a68d-ec38fbd13bae|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:41:39.156Z|f316eb35-8109-42d6-a68d-ec38fbd13bae|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:41:43.855Z|54df1e35-2c39-44e1-863b-a403d372fb28|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:41:43.856Z|54df1e35-2c39-44e1-863b-a403d372fb28|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:41:46.946Z|8abaca5c-d14b-4dbd-bf17-4590e9b0d188|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:41:46.947Z|8abaca5c-d14b-4dbd-bf17-4590e9b0d188|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:41:49.187Z|e3baa5cd-dabd-4d29-9d00-48050d688abc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:41:49.188Z|e3baa5cd-dabd-4d29-9d00-48050d688abc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:41:50.089Z|66a0ef03-de3a-4e2c-b05b-884c249b3959|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:41:50.089Z|66a0ef03-de3a-4e2c-b05b-884c249b3959|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:41:50.456Z|cd7cb4d5-45da-4bcf-bc57-215c57440544|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:41:50.456Z|cd7cb4d5-45da-4bcf-bc57-215c57440544|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:41:53.883Z|e1b011aa-4a9c-4290-83c1-f692b5b5dda2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:41:53.884Z|e1b011aa-4a9c-4290-83c1-f692b5b5dda2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:41:56.117Z|c0b00fcf-3c56-4feb-a50d-856965ab2449|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:41:56.118Z|c0b00fcf-3c56-4feb-a50d-856965ab2449|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:41:56.982Z|5948bbcf-c49c-4e80-b50e-d0f3d24f1169|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:41:56.984Z|5948bbcf-c49c-4e80-b50e-d0f3d24f1169|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:41:59.220Z|abc6d470-24c5-4e2c-a89c-997e28310d62|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:41:59.221Z|abc6d470-24c5-4e2c-a89c-997e28310d62|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:42:03.908Z|71b77c09-4b30-441d-a32b-e59c4cf5a4a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:42:03.909Z|71b77c09-4b30-441d-a32b-e59c4cf5a4a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:42:05.089Z|92e62dd3-772c-46f1-b37b-84209f9220b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:42:05.090Z|92e62dd3-772c-46f1-b37b-84209f9220b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:42:07.016Z|8660070d-b6a8-472a-af65-d6f9906530a8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:42:07.018Z|8660070d-b6a8-472a-af65-d6f9906530a8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:42:09.255Z|1b778cbc-eddc-4765-86c4-01d854195a0b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:42:09.256Z|1b778cbc-eddc-4765-86c4-01d854195a0b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:42:13.935Z|e7964c2c-1691-40c4-9b8a-4f4b8a08f5e5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:42:13.936Z|e7964c2c-1691-40c4-9b8a-4f4b8a08f5e5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:42:17.057Z|54eab0aa-39a6-4ff2-a03f-5ed78f432a43|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:42:17.058Z|54eab0aa-39a6-4ff2-a03f-5ed78f432a43|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:42:19.288Z|67a0d0d9-c8db-4b42-975f-65ce4bad5d5d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:42:19.288Z|67a0d0d9-c8db-4b42-975f-65ce4bad5d5d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:42:20.089Z|bd6a643c-885a-4fb6-8798-3b0aa0e8746c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:42:20.094Z|bd6a643c-885a-4fb6-8798-3b0aa0e8746c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:42:20.457Z|be3d8292-471d-435c-8808-09f0fca4324f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:42:20.458Z|be3d8292-471d-435c-8808-09f0fca4324f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:42:23.966Z|f48382d9-192f-45c4-80e6-92ae4854af06|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:42:23.968Z|f48382d9-192f-45c4-80e6-92ae4854af06|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:42:27.095Z|4c99d5d2-e771-4a6a-b8b4-4b21e89124a0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:42:27.096Z|4c99d5d2-e771-4a6a-b8b4-4b21e89124a0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:42:29.321Z|00b9b3bc-1e9c-4004-8f74-2a439d2f4eca|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:42:29.322Z|00b9b3bc-1e9c-4004-8f74-2a439d2f4eca|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:42:34.002Z|14c95ee6-2f84-4115-b9d5-2a48cd0bcddd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:42:34.003Z|14c95ee6-2f84-4115-b9d5-2a48cd0bcddd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:42:35.089Z|e177fe36-c85a-4981-a370-83447b52230b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:42:35.092Z|e177fe36-c85a-4981-a370-83447b52230b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:42:37.134Z|9608ac14-bd24-4741-8d1f-19593f46336c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:42:37.135Z|9608ac14-bd24-4741-8d1f-19593f46336c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:42:39.356Z|8919713b-3b4b-4554-a640-d9c6b5c543a2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:42:39.357Z|8919713b-3b4b-4554-a640-d9c6b5c543a2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:42:44.040Z|c6f05217-ef1f-496a-9d5d-ae3b847fd5b9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:42:44.041Z|c6f05217-ef1f-496a-9d5d-ae3b847fd5b9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:42:47.169Z|5a9652ee-7307-4509-8eda-3e382268e413|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:42:47.170Z|5a9652ee-7307-4509-8eda-3e382268e413|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:42:49.389Z|facb94c4-64fe-4556-9e81-8e51e3334f39|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:42:49.390Z|facb94c4-64fe-4556-9e81-8e51e3334f39|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:42:50.089Z|f2fc4044-41d6-480b-bdc4-fbe5e97e6808|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:42:50.090Z|f2fc4044-41d6-480b-bdc4-fbe5e97e6808|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:42:50.458Z|4c1bf498-05c0-4d40-8f47-72128270d06f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:42:50.459Z|4c1bf498-05c0-4d40-8f47-72128270d06f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:42:54.083Z|5a2c0c14-cc6c-4c4a-b4a7-1c0384dae36c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:42:54.087Z|5a2c0c14-cc6c-4c4a-b4a7-1c0384dae36c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:42:56.117Z|04357c71-4bee-4aa3-be97-3fead2d2c9ff|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:42:56.117Z|04357c71-4bee-4aa3-be97-3fead2d2c9ff|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:42:57.202Z|810263e4-3df5-4c5c-ac8a-9003105676ea|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:42:57.203Z|810263e4-3df5-4c5c-ac8a-9003105676ea|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:42:59.423Z|f2c164b8-40f7-449b-8e4a-2e472aa8caa4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:42:59.424Z|f2c164b8-40f7-449b-8e4a-2e472aa8caa4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:43:04.131Z|aa1ef488-6ee3-431e-bf73-d382afa10b0e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:43:04.132Z|aa1ef488-6ee3-431e-bf73-d382afa10b0e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:43:05.089Z|161de488-488e-458c-81f9-f56c1d72d587|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:43:05.094Z|161de488-488e-458c-81f9-f56c1d72d587|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:43:07.237Z|d9561c9d-397f-46c4-9df5-8c1cc323ee5c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:43:07.238Z|d9561c9d-397f-46c4-9df5-8c1cc323ee5c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:43:09.456Z|6981dfe7-ccaa-42a8-932f-b73851ed6f48|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:43:09.457Z|6981dfe7-ccaa-42a8-932f-b73851ed6f48|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:43:14.158Z|ce009c37-b71e-46ce-a07e-4f0c4cb36420|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:43:14.159Z|ce009c37-b71e-46ce-a07e-4f0c4cb36420|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:43:17.268Z|3a767c17-4542-4db6-b36a-29f6a18b3bc9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:43:17.270Z|3a767c17-4542-4db6-b36a-29f6a18b3bc9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:43:19.487Z|7d031bff-a8ef-46a4-88cf-f12de4410d6f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:43:19.488Z|7d031bff-a8ef-46a4-88cf-f12de4410d6f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:43:20.089Z|0f89bc39-19d0-4429-b51f-18610ed69a7f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:43:20.091Z|0f89bc39-19d0-4429-b51f-18610ed69a7f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:43:20.460Z|26e968d0-ab92-48bb-ad97-84b217749d3d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:43:20.460Z|26e968d0-ab92-48bb-ad97-84b217749d3d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:43:24.183Z|4d9d47bd-5736-416a-8a55-b2a270d1f372|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:43:24.184Z|4d9d47bd-5736-416a-8a55-b2a270d1f372|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:43:27.301Z|f45854b2-741d-42f5-88fe-cf2293051a42|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:43:27.302Z|f45854b2-741d-42f5-88fe-cf2293051a42|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:43:29.522Z|dee72f7e-83c1-4366-8b88-71f41e84bf8a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:43:29.523Z|dee72f7e-83c1-4366-8b88-71f41e84bf8a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:43:34.213Z|22ee5eca-3f88-4573-bde1-5e20111ebed7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:43:34.215Z|22ee5eca-3f88-4573-bde1-5e20111ebed7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:43:35.089Z|a2164dff-2512-4606-9aa1-e69881c7476c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:43:35.090Z|a2164dff-2512-4606-9aa1-e69881c7476c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:43:37.334Z|34987f54-1cf6-40bb-af1d-c2911fd25eaa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:43:37.335Z|34987f54-1cf6-40bb-af1d-c2911fd25eaa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:43:39.560Z|ccfc0f2f-328c-4f9e-a2b2-78924d5548a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:43:39.561Z|ccfc0f2f-328c-4f9e-a2b2-78924d5548a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:43:44.244Z|42c4ad84-cce1-495c-b1b8-6c7fa1acc722|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:43:44.245Z|42c4ad84-cce1-495c-b1b8-6c7fa1acc722|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:43:47.376Z|0855920c-7f97-42fb-afe3-a661c6a23650|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:43:47.377Z|0855920c-7f97-42fb-afe3-a661c6a23650|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:43:49.591Z|77fd504f-5777-418f-be34-f41cd5e59987|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:43:49.592Z|77fd504f-5777-418f-be34-f41cd5e59987|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:43:50.089Z|33893f86-17df-434d-b8ac-9c0fcd04d9c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:43:50.094Z|33893f86-17df-434d-b8ac-9c0fcd04d9c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:43:50.461Z|62eaf937-e45e-4ce7-9943-3e5806e64e01|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:43:50.462Z|62eaf937-e45e-4ce7-9943-3e5806e64e01|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:43:54.276Z|81a4fca8-4a80-471d-adee-91acd2dd2738|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:43:54.278Z|81a4fca8-4a80-471d-adee-91acd2dd2738|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:43:56.116Z|7447bdfc-bbdd-4b04-8070-a454a04d9ff7|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:43:56.117Z|7447bdfc-bbdd-4b04-8070-a454a04d9ff7|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:43:57.407Z|e993b59e-e20b-4b0b-996d-efa8cdadd1a2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:43:57.408Z|e993b59e-e20b-4b0b-996d-efa8cdadd1a2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:43:59.623Z|e77f117e-a7ae-439c-8f8b-5f84be71c3d9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:43:59.624Z|e77f117e-a7ae-439c-8f8b-5f84be71c3d9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:44:04.309Z|146522a7-4483-45fd-99be-b2928c43563d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:44:04.310Z|146522a7-4483-45fd-99be-b2928c43563d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:44:05.089Z|2195b318-b69a-4d4d-b7e0-1005a1299f4e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:44:05.089Z|2195b318-b69a-4d4d-b7e0-1005a1299f4e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:44:07.440Z|6a1d13e3-6536-4c7a-9e97-083b7a95a767|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:44:07.441Z|6a1d13e3-6536-4c7a-9e97-083b7a95a767|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:44:09.657Z|4fafc32a-fb00-4cb0-b7d4-bdc22ae64283|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:44:09.658Z|4fafc32a-fb00-4cb0-b7d4-bdc22ae64283|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:44:14.342Z|4dc389b2-a7e7-4689-bf35-47728b8203c2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:44:14.343Z|4dc389b2-a7e7-4689-bf35-47728b8203c2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:44:17.473Z|b4d88319-50d3-4931-ae15-9adbbc8cc65f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:44:17.474Z|b4d88319-50d3-4931-ae15-9adbbc8cc65f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:44:19.688Z|7dad04c1-3d75-4815-b80f-f586d736ec08|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:44:19.689Z|7dad04c1-3d75-4815-b80f-f586d736ec08|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:44:20.089Z|375ea6ae-16a0-4e8a-ae0f-cebc6d66eb3c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:44:20.089Z|375ea6ae-16a0-4e8a-ae0f-cebc6d66eb3c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:44:20.463Z|e77a84e7-6b64-43e7-b19b-f7724d057059|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:44:20.463Z|e77a84e7-6b64-43e7-b19b-f7724d057059|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:44:24.375Z|54dc6479-eb4b-4b0d-af5b-7546705e97ac|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:44:24.375Z|54dc6479-eb4b-4b0d-af5b-7546705e97ac|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:44:27.508Z|d27edca8-b0dd-463a-a88c-55b8afa61914|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:44:27.509Z|d27edca8-b0dd-463a-a88c-55b8afa61914|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:44:29.722Z|418d2178-0fc1-47c3-91ee-c8bb3b3f6983|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:44:29.722Z|418d2178-0fc1-47c3-91ee-c8bb3b3f6983|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:44:34.410Z|6f1d7767-7cf1-4bc4-81cb-146e392d2d2c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:44:34.411Z|6f1d7767-7cf1-4bc4-81cb-146e392d2d2c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:44:35.089Z|aff6ce13-0e99-40be-908a-627dbfcb3eab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:44:35.094Z|aff6ce13-0e99-40be-908a-627dbfcb3eab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:44:37.541Z|1ecde17d-5f4f-4ca7-8811-9f5e2f49c184|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:44:37.542Z|1ecde17d-5f4f-4ca7-8811-9f5e2f49c184|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:44:39.754Z|18946fed-4d43-451d-ade5-7d3cfc865e8a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:44:39.755Z|18946fed-4d43-451d-ade5-7d3cfc865e8a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:44:44.441Z|476d922e-288e-4ae0-b7a0-b4212fc48853|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:44:44.442Z|476d922e-288e-4ae0-b7a0-b4212fc48853|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:44:47.573Z|933408a9-8844-44fe-be21-608aad147545|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:44:47.574Z|933408a9-8844-44fe-be21-608aad147545|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:44:49.787Z|b859b939-ec53-48b9-ad04-8f5584ea51ef|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:44:49.788Z|b859b939-ec53-48b9-ad04-8f5584ea51ef|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:44:50.089Z|f37f79f8-c722-4179-9d23-8581254b8f24|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:44:50.089Z|f37f79f8-c722-4179-9d23-8581254b8f24|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:44:50.464Z|91220372-5659-416e-bc82-fe5aa690ba6e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:44:50.464Z|91220372-5659-416e-bc82-fe5aa690ba6e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:44:54.480Z|f50d3688-7610-4f56-9a88-37c7b16dc3ec|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:44:54.481Z|f50d3688-7610-4f56-9a88-37c7b16dc3ec|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:44:56.117Z|e9f7db51-9247-4a1e-a37d-af098a45ceef|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:44:56.118Z|e9f7db51-9247-4a1e-a37d-af098a45ceef|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:44:57.607Z|830d6149-7811-4ac2-82f5-14e2b2d498b4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:44:57.608Z|830d6149-7811-4ac2-82f5-14e2b2d498b4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:44:59.819Z|61fb91c2-0a4b-4e3d-beb5-9b3fc6d43680|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:44:59.820Z|61fb91c2-0a4b-4e3d-beb5-9b3fc6d43680|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:45:04.513Z|5f00e5df-3724-4c68-b9d1-4eb519c01534|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:45:04.514Z|5f00e5df-3724-4c68-b9d1-4eb519c01534|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:45:05.089Z|c716d80f-3848-474d-a866-7cdc2a8d8127|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:45:05.090Z|c716d80f-3848-474d-a866-7cdc2a8d8127|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:45:07.639Z|a9a3971a-9135-46f8-8315-a39d5118cb4f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:45:07.640Z|a9a3971a-9135-46f8-8315-a39d5118cb4f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:45:09.850Z|e00d3914-2809-4544-a77f-d3fd0b027562|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:45:09.851Z|e00d3914-2809-4544-a77f-d3fd0b027562|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:45:14.547Z|5fa6d1e8-8e65-442c-bc10-4337daf1651f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:45:14.548Z|5fa6d1e8-8e65-442c-bc10-4337daf1651f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:45:17.672Z|40cceb93-0bee-4b83-9b33-9e85b2cdfe77|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:45:17.673Z|40cceb93-0bee-4b83-9b33-9e85b2cdfe77|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:45:19.884Z|f842e52d-561c-4d53-b060-dde983fdf364|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:45:19.886Z|f842e52d-561c-4d53-b060-dde983fdf364|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:45:20.089Z|3f308ca4-5131-411f-a94e-c18266575243|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:45:20.093Z|3f308ca4-5131-411f-a94e-c18266575243|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:45:20.465Z|92ecaf47-1591-4014-a331-17f795c8b65e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:45:20.466Z|92ecaf47-1591-4014-a331-17f795c8b65e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:45:24.582Z|4db9dcce-5d9d-4b94-8da0-6a82a53046a8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:45:24.584Z|4db9dcce-5d9d-4b94-8da0-6a82a53046a8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:45:27.707Z|89d17cc5-f3e2-4b29-b6de-5fea89950486|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:45:27.708Z|89d17cc5-f3e2-4b29-b6de-5fea89950486|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:45:29.919Z|db410762-4548-4967-8151-58bb5f326b66|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:45:29.920Z|db410762-4548-4967-8151-58bb5f326b66|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:45:34.616Z|e2f8b0be-12a8-46d2-8081-37a26736a2cf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:45:34.617Z|e2f8b0be-12a8-46d2-8081-37a26736a2cf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:45:35.089Z|174b857c-f524-427f-aedf-2f2957741070|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:45:35.089Z|174b857c-f524-427f-aedf-2f2957741070|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:45:37.739Z|7fa7099a-8c98-4e61-9fb2-273dcbed47ce|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:45:37.740Z|7fa7099a-8c98-4e61-9fb2-273dcbed47ce|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:45:39.950Z|c2889535-1a1f-454f-a3c2-e9f1b04734ea|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:45:39.951Z|c2889535-1a1f-454f-a3c2-e9f1b04734ea|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:45:44.649Z|6b9ce714-4644-45e6-9825-4f9186cb3b5d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:45:44.650Z|6b9ce714-4644-45e6-9825-4f9186cb3b5d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:45:47.772Z|d6505182-8a25-4e39-b7cd-2e082168f49e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:45:47.773Z|d6505182-8a25-4e39-b7cd-2e082168f49e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:45:49.986Z|e601572c-8c2c-4b24-ab29-c9a52b9b7a6e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:45:49.986Z|e601572c-8c2c-4b24-ab29-c9a52b9b7a6e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:45:50.089Z|7643a336-d0a7-4829-8d2a-279a7dee4426|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:45:50.090Z|7643a336-d0a7-4829-8d2a-279a7dee4426|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:45:50.467Z|6c1ad145-6c88-447b-b159-d2bbe8170059|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:45:50.467Z|6c1ad145-6c88-447b-b159-d2bbe8170059|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:45:54.690Z|32c02f21-9966-4c7e-bc8f-f9d7dfa88e4e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:45:54.692Z|32c02f21-9966-4c7e-bc8f-f9d7dfa88e4e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:45:56.117Z|f34f7988-7fc6-4e75-8247-597a4a59bb7e|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:45:56.119Z|f34f7988-7fc6-4e75-8247-597a4a59bb7e|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:45:57.807Z|fdb30463-e859-48bc-97e4-d8f9a588b780|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:45:57.808Z|fdb30463-e859-48bc-97e4-d8f9a588b780|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:46:00.027Z|bde95d68-7fdd-436f-b557-201dacf65ecf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:46:00.028Z|bde95d68-7fdd-436f-b557-201dacf65ecf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:46:04.747Z|50c86fe3-220a-45f2-aa4e-03352105e002|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:46:04.750Z|50c86fe3-220a-45f2-aa4e-03352105e002|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:46:05.089Z|5e887bc5-3f75-4d81-adb0-21ef87866a2a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:46:05.094Z|5e887bc5-3f75-4d81-adb0-21ef87866a2a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:46:07.862Z|41796b02-a881-4008-a4f3-4f4857a5c490|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:46:07.864Z|41796b02-a881-4008-a4f3-4f4857a5c490|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:46:10.062Z|d8e904b4-1e00-4afa-9a05-5001e434ec7c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:46:10.063Z|d8e904b4-1e00-4afa-9a05-5001e434ec7c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:46:14.791Z|524ba604-73a1-4e50-bc1c-f9c3eee2a39e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:46:14.792Z|524ba604-73a1-4e50-bc1c-f9c3eee2a39e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:46:17.916Z|e79443fb-d9d8-48b7-b48d-070483fd6261|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:46:17.917Z|e79443fb-d9d8-48b7-b48d-070483fd6261|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:46:20.089Z|45bc6d8d-9814-43d1-9d18-87ae60239cb9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:46:20.089Z|45bc6d8d-9814-43d1-9d18-87ae60239cb9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:46:20.095Z|057ffcd3-d0c9-47fd-a74c-4c1119a36b02|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:46:20.096Z|057ffcd3-d0c9-47fd-a74c-4c1119a36b02|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:46:20.468Z|31286fb6-4d07-445e-a131-b9471c622164|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:46:20.468Z|31286fb6-4d07-445e-a131-b9471c622164|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:46:24.842Z|5210e1d0-08c6-4e19-87f4-b18792e185a1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:46:24.843Z|5210e1d0-08c6-4e19-87f4-b18792e185a1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:46:27.951Z|70387088-73a8-4ad5-9c77-d2d8b564f936|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:46:27.954Z|70387088-73a8-4ad5-9c77-d2d8b564f936|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:46:30.132Z|04b7540e-3436-47f2-a5df-acf4653e6830|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:46:30.135Z|04b7540e-3436-47f2-a5df-acf4653e6830|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:46:34.874Z|cd0672a7-0e5d-43f9-a91e-d4b166fd9e79|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:46:34.875Z|cd0672a7-0e5d-43f9-a91e-d4b166fd9e79|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:46:35.089Z|6e660c98-ff63-4ba5-8294-786c143f5bec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:46:35.089Z|6e660c98-ff63-4ba5-8294-786c143f5bec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:46:37.989Z|cf19cf44-9dcd-4b0d-8d81-9c7444b1a2ce|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:46:37.990Z|cf19cf44-9dcd-4b0d-8d81-9c7444b1a2ce|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:46:40.164Z|3d216c81-485f-4e95-8ff7-2a0fd5ebf694|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:46:40.165Z|3d216c81-485f-4e95-8ff7-2a0fd5ebf694|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:46:44.908Z|d2d2b5c4-91e3-4659-b613-e1870cc1ec53|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:46:44.909Z|d2d2b5c4-91e3-4659-b613-e1870cc1ec53|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:46:48.025Z|86247ce1-0610-46b3-9055-dc2eb6c42f51|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:46:48.026Z|86247ce1-0610-46b3-9055-dc2eb6c42f51|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:46:50.089Z|fa08e2ba-363e-4768-a5a1-552ad2bac71f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:46:50.093Z|fa08e2ba-363e-4768-a5a1-552ad2bac71f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:46:50.192Z|046d7750-d66d-480e-9355-d676df5dbd95|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:46:50.193Z|046d7750-d66d-480e-9355-d676df5dbd95|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:46:50.469Z|c564ae82-2854-4669-abf3-ec87cfb66269|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:46:50.469Z|c564ae82-2854-4669-abf3-ec87cfb66269|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:46:54.943Z|a4258e0f-38ac-43e4-8527-2e60d30425c8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:46:54.944Z|a4258e0f-38ac-43e4-8527-2e60d30425c8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:46:56.116Z|dbb9094d-c9ec-4774-b43e-e914d36d7fc8|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:46:56.117Z|dbb9094d-c9ec-4774-b43e-e914d36d7fc8|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:46:58.052Z|046fe237-2010-446c-85a9-7ce0d62b8c2d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:46:58.053Z|046fe237-2010-446c-85a9-7ce0d62b8c2d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:47:00.223Z|6cc2e545-5422-448a-96ec-495a8ec7863e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:47:00.224Z|6cc2e545-5422-448a-96ec-495a8ec7863e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:47:04.975Z|0d2d007e-7027-4c42-b45c-dd8d04f87ff9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:47:04.976Z|0d2d007e-7027-4c42-b45c-dd8d04f87ff9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:47:05.089Z|9ffd3e8a-3b98-4f0f-9815-382dbce3bd0a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:47:05.089Z|9ffd3e8a-3b98-4f0f-9815-382dbce3bd0a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:47:08.084Z|aec0a0fb-4546-4563-aeaf-3a2de15979a2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:47:08.085Z|aec0a0fb-4546-4563-aeaf-3a2de15979a2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:47:10.256Z|e96e6d2f-be09-45c4-95ed-8f279cffd85b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:47:10.258Z|e96e6d2f-be09-45c4-95ed-8f279cffd85b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:47:15.005Z|21f50bbf-a84e-4a73-9dbb-d1decfade126|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:47:15.007Z|21f50bbf-a84e-4a73-9dbb-d1decfade126|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:47:18.118Z|b6c22720-ca9f-4e25-9916-d26a1fb408ff|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:47:18.119Z|b6c22720-ca9f-4e25-9916-d26a1fb408ff|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:47:20.089Z|6aec4c15-8f5e-4797-8723-d6627fff9e13|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:47:20.090Z|6aec4c15-8f5e-4797-8723-d6627fff9e13|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:47:20.290Z|27500323-dae2-4533-80a9-57f1ca261806|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:47:20.291Z|27500323-dae2-4533-80a9-57f1ca261806|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:47:20.470Z|a4655c30-49f0-4022-9365-e4dfc053a2ff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:47:20.471Z|a4655c30-49f0-4022-9365-e4dfc053a2ff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:47:25.041Z|39f71596-e4c4-430d-85ca-e9f6813eb366|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:47:25.042Z|39f71596-e4c4-430d-85ca-e9f6813eb366|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:47:28.165Z|70e87793-455a-456d-afac-a929548de9d6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:47:28.166Z|70e87793-455a-456d-afac-a929548de9d6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:47:30.324Z|f0f19567-6655-4838-8897-e71a0f0b3e76|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:47:30.325Z|f0f19567-6655-4838-8897-e71a0f0b3e76|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:47:35.076Z|d748f9f6-6334-40ea-8862-d0363168505e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:47:35.077Z|d748f9f6-6334-40ea-8862-d0363168505e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:47:35.089Z|e5031f56-65fa-4e21-ba9c-65a8935f0755|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:47:35.092Z|e5031f56-65fa-4e21-ba9c-65a8935f0755|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:47:38.191Z|afb7aeeb-74e7-4ff9-bbe8-b0555e082ee9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:47:38.193Z|afb7aeeb-74e7-4ff9-bbe8-b0555e082ee9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:47:40.356Z|65163158-fb6f-4a69-b029-e6f71253c2e1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:47:40.357Z|65163158-fb6f-4a69-b029-e6f71253c2e1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:47:45.109Z|394912d6-116d-49ff-b22f-8682f257cc5a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:47:45.110Z|394912d6-116d-49ff-b22f-8682f257cc5a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:47:48.224Z|5786bcbc-697a-4ca2-bf2d-8d4b4cbb38f3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:47:48.225Z|5786bcbc-697a-4ca2-bf2d-8d4b4cbb38f3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:47:50.089Z|975160f6-43ae-4099-95ed-045e5aee8ee5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:47:50.089Z|975160f6-43ae-4099-95ed-045e5aee8ee5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:47:50.390Z|da8c4d67-c352-42cf-8160-94a68c56d08c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:47:50.391Z|da8c4d67-c352-42cf-8160-94a68c56d08c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:47:50.472Z|6b49176b-fa6c-4b67-b804-c4f8d3f73e51|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:47:50.472Z|6b49176b-fa6c-4b67-b804-c4f8d3f73e51|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:47:55.152Z|a780f3b0-e142-4871-8e35-d2802fb8ed39|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:47:55.153Z|a780f3b0-e142-4871-8e35-d2802fb8ed39|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:47:56.117Z|cc087110-04e4-4a51-a1a8-f5c00bf301b4|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:47:56.118Z|cc087110-04e4-4a51-a1a8-f5c00bf301b4|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:47:58.252Z|70507a32-265e-46fd-a5f4-87f36f6b4bd3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:47:58.254Z|70507a32-265e-46fd-a5f4-87f36f6b4bd3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:48:00.422Z|cb62f4e4-f0e2-4d3e-b024-a29f73f623f0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:48:00.423Z|cb62f4e4-f0e2-4d3e-b024-a29f73f623f0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:48:05.089Z|6d71435b-d315-4d25-92af-72e548ccca5a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:48:05.089Z|6d71435b-d315-4d25-92af-72e548ccca5a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:48:05.188Z|347f2f83-8e3a-4a40-9a00-8a11f0af5ecf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:48:05.189Z|347f2f83-8e3a-4a40-9a00-8a11f0af5ecf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:48:08.284Z|361df0bb-c189-405e-9391-c2315379ee90|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:48:08.285Z|361df0bb-c189-405e-9391-c2315379ee90|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:48:10.456Z|dd4a3d24-ef65-47b7-9b53-0b96d54bcfb1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:48:10.457Z|dd4a3d24-ef65-47b7-9b53-0b96d54bcfb1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:48:15.223Z|889d0dae-1473-484d-8184-7351a782eec7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:48:15.224Z|889d0dae-1473-484d-8184-7351a782eec7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:48:18.319Z|3213e6de-78b6-4332-9885-f4edde7074fa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:48:18.320Z|3213e6de-78b6-4332-9885-f4edde7074fa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:48:20.089Z|63624de6-bfe1-4810-91a8-c0ac1dd49f5c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:48:20.093Z|63624de6-bfe1-4810-91a8-c0ac1dd49f5c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:48:20.472Z|ecc84afc-05fe-4fd1-b141-bf2e59a2b60b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:48:20.473Z|ecc84afc-05fe-4fd1-b141-bf2e59a2b60b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:48:20.487Z|57aa3e5e-595d-464b-a372-342f088cb98b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:48:20.488Z|57aa3e5e-595d-464b-a372-342f088cb98b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:48:25.254Z|3a93eda6-d1d5-425d-948f-0941e427590e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:48:25.255Z|3a93eda6-d1d5-425d-948f-0941e427590e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:48:28.353Z|433d56fc-5f32-4272-bb99-cd242b7a5dfb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:48:28.354Z|433d56fc-5f32-4272-bb99-cd242b7a5dfb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:48:30.518Z|f2706561-c50e-426f-9310-442f138c4368|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:48:30.518Z|f2706561-c50e-426f-9310-442f138c4368|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:48:35.089Z|e31dac28-75a2-4187-ad11-6f3aabd0512b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:48:35.090Z|e31dac28-75a2-4187-ad11-6f3aabd0512b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:48:35.286Z|d9a5ceef-6bb7-4ae6-8ff1-a0dbd4e9f02c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:48:35.288Z|d9a5ceef-6bb7-4ae6-8ff1-a0dbd4e9f02c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:48:38.388Z|59eca59a-ae5c-4cd4-99a8-09b70dd28361|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:48:38.389Z|59eca59a-ae5c-4cd4-99a8-09b70dd28361|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:48:40.548Z|432566cb-28ae-4761-ad80-31d5e00776f7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:48:40.549Z|432566cb-28ae-4761-ad80-31d5e00776f7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:48:45.320Z|4e3b568c-5951-41d5-b675-aa8f77e8d1b1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:48:45.321Z|4e3b568c-5951-41d5-b675-aa8f77e8d1b1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:48:48.421Z|09bcfa16-525b-4ffa-abea-2463cba5f67c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:48:48.422Z|09bcfa16-525b-4ffa-abea-2463cba5f67c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:48:50.089Z|58ab218f-36d5-478b-8401-6921ec15b1e5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:48:50.090Z|58ab218f-36d5-478b-8401-6921ec15b1e5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:48:50.473Z|62ed31ce-7d17-41b7-b497-e6e5da848471|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:48:50.474Z|62ed31ce-7d17-41b7-b497-e6e5da848471|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:48:50.583Z|350bd8bc-d9df-4996-9470-deb14b358c4a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:48:50.584Z|350bd8bc-d9df-4996-9470-deb14b358c4a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:48:55.351Z|67ecee4c-cf86-40c0-b1fd-52a45d5bae7c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:48:55.352Z|67ecee4c-cf86-40c0-b1fd-52a45d5bae7c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:48:56.117Z|b156a481-6b9e-4d19-8f5e-e2ef981c4e79|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:48:56.118Z|b156a481-6b9e-4d19-8f5e-e2ef981c4e79|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:48:58.458Z|01cc6640-e1cd-4fd6-8d31-7032337fea79|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:48:58.459Z|01cc6640-e1cd-4fd6-8d31-7032337fea79|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:49:00.626Z|520fc303-82fb-43a2-8404-27e28b1ae667|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:49:00.627Z|520fc303-82fb-43a2-8404-27e28b1ae667|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:49:05.089Z|32b2d7db-6e8f-46a4-8eb2-9b4139d8d4ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:49:05.094Z|32b2d7db-6e8f-46a4-8eb2-9b4139d8d4ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:49:05.384Z|c6b31d24-159d-45de-a775-e27250464a5e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:49:05.385Z|c6b31d24-159d-45de-a775-e27250464a5e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:49:08.495Z|2cddf542-ab47-4324-b1ad-fd115df7a1c1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:49:08.496Z|2cddf542-ab47-4324-b1ad-fd115df7a1c1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:49:10.659Z|3417ea88-6ac2-4e50-a2a6-570024e22dfe|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:49:10.660Z|3417ea88-6ac2-4e50-a2a6-570024e22dfe|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:49:15.418Z|f962eeb9-6c25-4fcc-b7cd-013f1f8fdbf6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:49:15.419Z|f962eeb9-6c25-4fcc-b7cd-013f1f8fdbf6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:49:18.528Z|fc36594b-9020-4187-9d71-726d18366550|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:49:18.529Z|fc36594b-9020-4187-9d71-726d18366550|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:49:20.089Z|2344cff9-68fe-4efc-9bf0-3c575e65f521|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:49:20.090Z|2344cff9-68fe-4efc-9bf0-3c575e65f521|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:49:20.475Z|909feb40-7a5c-4611-8c0a-86e9cae9954e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:49:20.475Z|909feb40-7a5c-4611-8c0a-86e9cae9954e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:49:20.694Z|56d4fed8-3519-4fb5-882f-5fa50ffc584c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:49:20.695Z|56d4fed8-3519-4fb5-882f-5fa50ffc584c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:49:25.449Z|3545d8c1-7a17-4b73-a242-83a524093d1c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:49:25.450Z|3545d8c1-7a17-4b73-a242-83a524093d1c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:49:28.568Z|11ee4e08-fec2-4837-908f-c514a36f279e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:49:28.569Z|11ee4e08-fec2-4837-908f-c514a36f279e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:49:30.729Z|6e11791b-b246-403f-839b-149f305becff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:49:30.730Z|6e11791b-b246-403f-839b-149f305becff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:49:35.089Z|fb26499f-0c73-4e83-b7e3-a1b33ecb3581|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:49:35.089Z|fb26499f-0c73-4e83-b7e3-a1b33ecb3581|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:49:35.481Z|077c2d58-295d-4909-b917-1fadc3e7483c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:49:35.482Z|077c2d58-295d-4909-b917-1fadc3e7483c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:49:38.602Z|4ff2d2b9-a378-41b7-9661-4f393520fce8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:49:38.603Z|4ff2d2b9-a378-41b7-9661-4f393520fce8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:49:40.762Z|395f6da5-20ad-4470-881c-de0512550032|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:49:40.763Z|395f6da5-20ad-4470-881c-de0512550032|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:49:45.516Z|439bb927-8238-4bdf-80f6-222391c08b91|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:49:45.517Z|439bb927-8238-4bdf-80f6-222391c08b91|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:49:48.656Z|221af5d3-c649-43ca-8d8d-82616ff3f58c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:49:48.657Z|221af5d3-c649-43ca-8d8d-82616ff3f58c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:49:50.089Z|ebd3e09f-5ee7-44c9-abed-0d33dc4cfe71|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:49:50.093Z|ebd3e09f-5ee7-44c9-abed-0d33dc4cfe71|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:49:50.476Z|5d99f7b4-8757-49c5-bacd-d64838f669e5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:49:50.477Z|5d99f7b4-8757-49c5-bacd-d64838f669e5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:49:50.798Z|0e4a23c9-60c3-4a59-aae1-5492393a3d3e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:49:50.799Z|0e4a23c9-60c3-4a59-aae1-5492393a3d3e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:49:55.548Z|1f54c968-a3d1-4586-ac0e-79096e223fc6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:49:55.548Z|1f54c968-a3d1-4586-ac0e-79096e223fc6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:49:56.118Z|38b56c99-1854-4040-9912-31102bd66913|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:49:56.119Z|38b56c99-1854-4040-9912-31102bd66913|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:49:58.691Z|df16909d-c58d-4bbe-ac27-14fd55248647|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:49:58.692Z|df16909d-c58d-4bbe-ac27-14fd55248647|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:50:00.831Z|804a2cbb-09e5-4b27-b3de-d56edef847df|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:50:00.833Z|804a2cbb-09e5-4b27-b3de-d56edef847df|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:50:05.089Z|b8ce4af1-962f-4699-a530-6e9115638911|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:50:05.090Z|b8ce4af1-962f-4699-a530-6e9115638911|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:50:05.578Z|42325dd4-34db-42d7-8f39-1f08c00934af|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:50:05.579Z|42325dd4-34db-42d7-8f39-1f08c00934af|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:50:08.735Z|168d6bb7-e024-423d-8a45-077ef672971a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:50:08.737Z|168d6bb7-e024-423d-8a45-077ef672971a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:50:10.870Z|9f119114-6ce9-4f3d-a1dc-dd77ffbd3ace|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:50:10.871Z|9f119114-6ce9-4f3d-a1dc-dd77ffbd3ace|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:50:15.612Z|b10f5633-0ed3-4cca-ae6a-d3fd3ecfa912|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:50:15.613Z|b10f5633-0ed3-4cca-ae6a-d3fd3ecfa912|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:50:18.767Z|5d12d7f5-2e74-4d71-9c4c-87428a31366e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:50:18.768Z|5d12d7f5-2e74-4d71-9c4c-87428a31366e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:50:20.089Z|f78ff4a6-0c92-4e6f-9622-bcf230190de5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:50:20.089Z|f78ff4a6-0c92-4e6f-9622-bcf230190de5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:50:20.478Z|67c19fed-4c4b-463f-853b-0db873119909|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:50:20.479Z|67c19fed-4c4b-463f-853b-0db873119909|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:50:20.904Z|20726c51-acc2-4574-b129-17bd490d9f62|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:50:20.904Z|20726c51-acc2-4574-b129-17bd490d9f62|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:50:25.647Z|75c412f4-7415-4a5b-8424-54d60e07a3b4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:50:25.648Z|75c412f4-7415-4a5b-8424-54d60e07a3b4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:50:28.798Z|15cd5dee-0a9c-42ca-9c29-bef9d844d851|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:50:28.799Z|15cd5dee-0a9c-42ca-9c29-bef9d844d851|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:50:30.935Z|1e66d43f-713c-49ea-9322-9ac190eff34a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:50:30.936Z|1e66d43f-713c-49ea-9322-9ac190eff34a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:50:35.089Z|9e0533db-dc36-494a-8bf1-4303b8fd865f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:50:35.094Z|9e0533db-dc36-494a-8bf1-4303b8fd865f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:50:35.680Z|7242a899-1764-4c75-9a67-700af8e70074|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:50:35.681Z|7242a899-1764-4c75-9a67-700af8e70074|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:50:38.830Z|b1259b10-aed0-4275-a658-f9d68ce6a11b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:50:38.831Z|b1259b10-aed0-4275-a658-f9d68ce6a11b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:50:40.968Z|93ee8c02-3314-43a7-811b-890a8492af25|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:50:40.969Z|93ee8c02-3314-43a7-811b-890a8492af25|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:50:45.715Z|9e95e4f3-6875-49ab-b46d-c2b6b9931398|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:50:45.716Z|9e95e4f3-6875-49ab-b46d-c2b6b9931398|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:50:48.871Z|8fa09af0-e728-41a7-ac22-12ab866847f2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:50:48.872Z|8fa09af0-e728-41a7-ac22-12ab866847f2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:50:50.089Z|19c5701e-189a-4c35-a182-1a315537c358|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:50:50.089Z|19c5701e-189a-4c35-a182-1a315537c358|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:50:50.479Z|efafa8dc-e3fb-4e7d-b19e-429a6286dfd5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:50:50.480Z|efafa8dc-e3fb-4e7d-b19e-429a6286dfd5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:50:50.995Z|1687b535-283b-47be-b5fe-4fddf0816a16|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:50:50.995Z|1687b535-283b-47be-b5fe-4fddf0816a16|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:50:55.758Z|3d9057ef-7a9c-4593-bbe8-d742cc567540|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:50:55.759Z|3d9057ef-7a9c-4593-bbe8-d742cc567540|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:50:56.117Z|447763e9-aa70-45f4-af92-069ba16e4e50|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:50:56.118Z|447763e9-aa70-45f4-af92-069ba16e4e50|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:50:58.897Z|0a9a586e-3ed5-49be-91d4-78b67fba517d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:50:58.899Z|0a9a586e-3ed5-49be-91d4-78b67fba517d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:51:01.034Z|339b0487-80d7-452d-9418-ba10f8111281|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:51:01.036Z|339b0487-80d7-452d-9418-ba10f8111281|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:51:05.089Z|f78f7eaa-aec0-4ebf-aae4-db9b80d0e468|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:51:05.089Z|f78f7eaa-aec0-4ebf-aae4-db9b80d0e468|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:51:05.792Z|e8b2e04d-4d6b-4cbf-96e7-c615772406c4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:51:05.793Z|e8b2e04d-4d6b-4cbf-96e7-c615772406c4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:51:08.928Z|b70f5d04-60dd-4402-9895-aec9b6025de8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:51:08.929Z|b70f5d04-60dd-4402-9895-aec9b6025de8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:51:11.069Z|7b1d35c2-b663-486b-967d-23fcfb06eff3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:51:11.070Z|7b1d35c2-b663-486b-967d-23fcfb06eff3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:51:15.826Z|4f0f3368-6ca7-41d1-8ae6-fd7cf68238b4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:51:15.827Z|4f0f3368-6ca7-41d1-8ae6-fd7cf68238b4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:51:18.961Z|a959d174-291c-4269-a246-d8adc9adc07b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:51:18.962Z|a959d174-291c-4269-a246-d8adc9adc07b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:51:20.089Z|84959de3-1706-479b-97b8-1e7d933f3c5b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:51:20.094Z|84959de3-1706-479b-97b8-1e7d933f3c5b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:51:20.481Z|e51eee3d-b336-44d8-9a22-40ae95e467d4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:51:20.481Z|e51eee3d-b336-44d8-9a22-40ae95e467d4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:51:21.104Z|88c5fdab-4ff4-44dc-8cf8-345e4204c04f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:51:21.105Z|88c5fdab-4ff4-44dc-8cf8-345e4204c04f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:51:25.862Z|e9349a49-9a65-49d2-bc06-47a046f9f64d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:51:25.862Z|e9349a49-9a65-49d2-bc06-47a046f9f64d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:51:28.992Z|d8858301-0f35-48a0-8b38-31eb6c3e66c3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:51:28.992Z|d8858301-0f35-48a0-8b38-31eb6c3e66c3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:51:31.138Z|8c7c94af-732b-4cfe-812f-b60fae5262a2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:51:31.140Z|8c7c94af-732b-4cfe-812f-b60fae5262a2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:51:35.089Z|63eaa8b4-3751-4d8e-bf89-71b9a2ee4a93|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:51:35.090Z|63eaa8b4-3751-4d8e-bf89-71b9a2ee4a93|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:51:35.893Z|81595a27-7a0e-4fd1-8e87-8e57061d155d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:51:35.895Z|81595a27-7a0e-4fd1-8e87-8e57061d155d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:51:39.025Z|eab9445b-58d3-4ad6-afd9-91f8faa9a606|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:51:39.026Z|eab9445b-58d3-4ad6-afd9-91f8faa9a606|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:51:41.172Z|9b07be44-bf08-4bff-915b-d4f003af1c84|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:51:41.174Z|9b07be44-bf08-4bff-915b-d4f003af1c84|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:51:45.925Z|3381bf2b-ba0d-49ab-86c5-0895898ce555|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:51:45.926Z|3381bf2b-ba0d-49ab-86c5-0895898ce555|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:51:49.060Z|cabb43a7-b61d-4782-a815-f96873a3df5d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:51:49.061Z|cabb43a7-b61d-4782-a815-f96873a3df5d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:51:50.089Z|5c1a1808-e526-456c-ab81-d3e69785d68e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:51:50.089Z|5c1a1808-e526-456c-ab81-d3e69785d68e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:51:50.482Z|d8b054ea-fb4f-4695-ab60-3b92738ac148|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:51:50.482Z|d8b054ea-fb4f-4695-ab60-3b92738ac148|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:51:51.208Z|2eefe4a1-111a-46cf-b9c3-e6b3b1435b4c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:51:51.209Z|2eefe4a1-111a-46cf-b9c3-e6b3b1435b4c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:51:55.959Z|92db2e16-1472-4fae-99dc-2368eb5f0ec0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:51:55.960Z|92db2e16-1472-4fae-99dc-2368eb5f0ec0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:51:56.118Z|837b59bc-e39d-4d8e-bd30-1e44b15dd193|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:51:56.119Z|837b59bc-e39d-4d8e-bd30-1e44b15dd193|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:51:59.091Z|e33bb0b0-32c4-4908-a1f7-082afbe66ef7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:51:59.092Z|e33bb0b0-32c4-4908-a1f7-082afbe66ef7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:52:01.241Z|16e944d5-fd1a-4635-bc2f-b8bbfa4daccd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:52:01.242Z|16e944d5-fd1a-4635-bc2f-b8bbfa4daccd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:52:05.089Z|d739d290-feeb-4c0c-9060-c45904e10d13|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:52:05.094Z|d739d290-feeb-4c0c-9060-c45904e10d13|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:52:05.991Z|142d650e-e79b-4ec7-8791-588df3b72d67|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:52:05.992Z|142d650e-e79b-4ec7-8791-588df3b72d67|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:52:09.120Z|042bafe0-1c44-4b6b-8c6e-b39d784ca422|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:52:09.121Z|042bafe0-1c44-4b6b-8c6e-b39d784ca422|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:52:11.275Z|d9ad776c-9008-4a0f-a310-066dab606684|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:52:11.276Z|d9ad776c-9008-4a0f-a310-066dab606684|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:52:16.025Z|dc351b06-a815-452e-afeb-d7e9ec4ad34a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:52:16.027Z|dc351b06-a815-452e-afeb-d7e9ec4ad34a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:52:19.154Z|9193d298-4f8d-4991-99aa-c4b3e85ae636|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:52:19.155Z|9193d298-4f8d-4991-99aa-c4b3e85ae636|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:52:20.089Z|a955decd-fd62-4ea2-b98e-63c64b944b4c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:52:20.089Z|a955decd-fd62-4ea2-b98e-63c64b944b4c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:52:20.483Z|e46ac8b5-0cb6-4f22-9029-4a6af1a344e9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:52:20.484Z|e46ac8b5-0cb6-4f22-9029-4a6af1a344e9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:52:21.305Z|a9a84e77-5ab1-449f-b863-51d517415f84|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:52:21.306Z|a9a84e77-5ab1-449f-b863-51d517415f84|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:52:26.062Z|74663e5b-313c-4ee3-bfa5-154c4451b3b5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:52:26.063Z|74663e5b-313c-4ee3-bfa5-154c4451b3b5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:52:29.187Z|c434c9db-0a25-4c78-b914-32c57b54407d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:52:29.188Z|c434c9db-0a25-4c78-b914-32c57b54407d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:52:31.337Z|bbcb4a60-60e7-4f39-94bc-55cded1bffe0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:52:31.338Z|bbcb4a60-60e7-4f39-94bc-55cded1bffe0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:52:35.089Z|60fc1dd3-f257-4ac6-aa49-7f611e2d2806|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:52:35.090Z|60fc1dd3-f257-4ac6-aa49-7f611e2d2806|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:52:36.097Z|70778e77-efae-4664-98fe-5e6dff3146a9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:52:36.098Z|70778e77-efae-4664-98fe-5e6dff3146a9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:52:39.218Z|36c75c1e-8bb5-4861-8c8a-1e8bbe3cfb54|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:52:39.220Z|36c75c1e-8bb5-4861-8c8a-1e8bbe3cfb54|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:52:41.368Z|fbfc8c80-d942-41b0-883a-6fa77cf547b6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:52:41.371Z|fbfc8c80-d942-41b0-883a-6fa77cf547b6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:52:46.151Z|f56284e4-752a-46c9-9d58-b4fd37161ac0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:52:46.153Z|f56284e4-752a-46c9-9d58-b4fd37161ac0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:52:49.255Z|1682d68c-6b96-49b2-88f9-36fbd4c61cbb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:52:49.256Z|1682d68c-6b96-49b2-88f9-36fbd4c61cbb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:52:50.089Z|f432b1dc-6ef6-4f12-ab51-39a0e87df2de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:52:50.093Z|f432b1dc-6ef6-4f12-ab51-39a0e87df2de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:52:50.485Z|faac3336-c2de-44b5-b83b-ccfcf5bcdff2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:52:50.485Z|faac3336-c2de-44b5-b83b-ccfcf5bcdff2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:52:51.404Z|799fe6cf-fd63-413d-a055-cc0eccefad38|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:52:51.405Z|799fe6cf-fd63-413d-a055-cc0eccefad38|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:52:56.123Z|5f9fe32b-9424-4986-b122-0bd274c16608|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:52:56.124Z|5f9fe32b-9424-4986-b122-0bd274c16608|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:52:56.185Z|220a915c-eecc-4370-9c2e-37c17639f64d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:52:56.186Z|220a915c-eecc-4370-9c2e-37c17639f64d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:52:59.289Z|c3f52c21-f14d-4d21-a14d-ee02175ff269|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:52:59.290Z|c3f52c21-f14d-4d21-a14d-ee02175ff269|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:53:01.435Z|78d394d2-701c-4815-97a9-7a7e3c23374c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:53:01.436Z|78d394d2-701c-4815-97a9-7a7e3c23374c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:53:05.089Z|3b1194dc-7680-44e3-b784-2a9cedc10fbc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:53:05.089Z|3b1194dc-7680-44e3-b784-2a9cedc10fbc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:53:06.221Z|2c8770a1-e355-4f01-bcd3-2e73a9ce9641|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:53:06.223Z|2c8770a1-e355-4f01-bcd3-2e73a9ce9641|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:53:09.322Z|8961f782-79a8-46d7-8d55-9514ffef6f6c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:53:09.323Z|8961f782-79a8-46d7-8d55-9514ffef6f6c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:53:11.469Z|ac959d60-812a-4576-a95c-d1450d9ff50f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:53:11.470Z|ac959d60-812a-4576-a95c-d1450d9ff50f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:53:16.262Z|6bb7881a-08bb-44d3-af86-7151901c0412|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:53:16.263Z|6bb7881a-08bb-44d3-af86-7151901c0412|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:53:19.356Z|e5f530de-5404-4e2a-a91b-eb96072d2595|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:53:19.358Z|e5f530de-5404-4e2a-a91b-eb96072d2595|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:53:20.089Z|66a0d2fa-a8b7-4cad-8ee7-191e441b4d7e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:53:20.090Z|66a0d2fa-a8b7-4cad-8ee7-191e441b4d7e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:53:20.486Z|a70d96ca-3576-4993-b6c4-63bad3ac37c2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:53:20.487Z|a70d96ca-3576-4993-b6c4-63bad3ac37c2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:53:21.503Z|a9100fc7-614f-4b53-9f8d-fb38381857ae|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:53:21.504Z|a9100fc7-614f-4b53-9f8d-fb38381857ae|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:53:26.295Z|cc297691-9049-44e6-a930-5e70158f1c58|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:53:26.296Z|cc297691-9049-44e6-a930-5e70158f1c58|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:53:29.389Z|989abd69-318c-471b-86c6-2a1e4f5e477d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:53:29.390Z|989abd69-318c-471b-86c6-2a1e4f5e477d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:53:31.538Z|d116fb6d-b68e-463d-82cc-21fa833d7cf1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:53:31.539Z|d116fb6d-b68e-463d-82cc-21fa833d7cf1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:53:35.089Z|93b1e3f7-7996-4aaf-bf6a-e77d20a6895b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:53:35.093Z|93b1e3f7-7996-4aaf-bf6a-e77d20a6895b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:53:36.338Z|2c5d3733-7e98-48ff-91ca-5e2d381ebf6a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:53:36.339Z|2c5d3733-7e98-48ff-91ca-5e2d381ebf6a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:53:39.422Z|fbce3af3-d034-4cc9-aa77-2dccc0b0f660|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:53:39.423Z|fbce3af3-d034-4cc9-aa77-2dccc0b0f660|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:53:41.579Z|bdb4036d-3a12-4693-810d-51d30e61fc01|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:53:41.580Z|bdb4036d-3a12-4693-810d-51d30e61fc01|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:53:46.371Z|5d73051e-ce78-4554-bd99-07dd945391c8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:53:46.371Z|5d73051e-ce78-4554-bd99-07dd945391c8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:53:49.452Z|01905f49-5765-4b17-9c66-51413ac1cced|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:53:49.453Z|01905f49-5765-4b17-9c66-51413ac1cced|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:53:50.089Z|a62ad812-ed36-4252-992b-f70607317264|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:53:50.089Z|a62ad812-ed36-4252-992b-f70607317264|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:53:50.488Z|2b2db25e-ad1d-4ab8-9bf4-94b1c0f9b37c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:53:50.488Z|2b2db25e-ad1d-4ab8-9bf4-94b1c0f9b37c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:53:51.612Z|cd55ed78-e42e-4804-b3f5-198d5acad8bb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:53:51.613Z|cd55ed78-e42e-4804-b3f5-198d5acad8bb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:53:56.116Z|1ca09e78-b7b1-459c-aacb-67dcc492ced5|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:53:56.117Z|1ca09e78-b7b1-459c-aacb-67dcc492ced5|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:53:56.410Z|b2690463-9278-4772-8474-ae054e324ab8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:53:56.410Z|b2690463-9278-4772-8474-ae054e324ab8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:53:59.483Z|8ddf215e-94a7-4173-9c49-0e236377a847|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:53:59.484Z|8ddf215e-94a7-4173-9c49-0e236377a847|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:54:01.646Z|1eb6b677-f508-41a3-85d7-6495290e455d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:54:01.647Z|1eb6b677-f508-41a3-85d7-6495290e455d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:54:05.089Z|4a3cae73-bb15-4bdd-bb90-52003ebc257e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:54:05.089Z|4a3cae73-bb15-4bdd-bb90-52003ebc257e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:54:06.439Z|ecd3e3fe-1591-47be-ac92-ea9eeefa7235|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:54:06.440Z|ecd3e3fe-1591-47be-ac92-ea9eeefa7235|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:54:09.516Z|e6b33870-8836-4f61-803d-26a3a537fa52|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:54:09.517Z|e6b33870-8836-4f61-803d-26a3a537fa52|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:54:11.682Z|57dd7eaa-df97-4ca1-b648-062799ca3b2d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:54:11.683Z|57dd7eaa-df97-4ca1-b648-062799ca3b2d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:54:16.472Z|bd511c34-adb6-4d89-9208-68b06216c90a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:54:16.473Z|bd511c34-adb6-4d89-9208-68b06216c90a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:54:19.547Z|7077ca5a-cca1-4827-a906-ca87b58bd251|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:54:19.548Z|7077ca5a-cca1-4827-a906-ca87b58bd251|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:54:20.089Z|b5425c73-bb3b-46da-b378-2964a8478869|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:54:20.093Z|b5425c73-bb3b-46da-b378-2964a8478869|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:54:20.489Z|026127f3-d0d9-44e2-8ebc-d6f7971db09b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:54:20.489Z|026127f3-d0d9-44e2-8ebc-d6f7971db09b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:54:21.715Z|81184746-d0a4-457e-ab1f-c8e03d62d118|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:54:21.716Z|81184746-d0a4-457e-ab1f-c8e03d62d118|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:54:26.507Z|5593546a-52e5-4ec9-b3e8-41ab166c73a8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:54:26.508Z|5593546a-52e5-4ec9-b3e8-41ab166c73a8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:54:29.580Z|310b6a08-9a87-4c04-8145-4bf233b53c86|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:54:29.581Z|310b6a08-9a87-4c04-8145-4bf233b53c86|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:54:31.744Z|205a8f1b-595e-4bd6-bae5-0dcf8dbc98ef|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:54:31.745Z|205a8f1b-595e-4bd6-bae5-0dcf8dbc98ef|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:54:35.089Z|b15a93a4-62f8-4f70-8536-20479088a8e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:54:35.090Z|b15a93a4-62f8-4f70-8536-20479088a8e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:54:36.537Z|78126c9c-6be7-4e0a-b06c-5affa05a37f2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:54:36.538Z|78126c9c-6be7-4e0a-b06c-5affa05a37f2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:54:39.614Z|3267a577-1abc-4a38-9e46-c6eb83c7855c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:54:39.615Z|3267a577-1abc-4a38-9e46-c6eb83c7855c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:54:41.775Z|26216687-fe63-4ffe-bee6-da00bfccfd15|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:54:41.776Z|26216687-fe63-4ffe-bee6-da00bfccfd15|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:54:46.570Z|afe28699-981a-4c9b-9dca-4ef779a9e13e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:54:46.571Z|afe28699-981a-4c9b-9dca-4ef779a9e13e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:54:49.647Z|f412bbef-7961-4971-8535-4f4b39c3aa98|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:54:49.648Z|f412bbef-7961-4971-8535-4f4b39c3aa98|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:54:50.089Z|64fc8218-b209-4dc7-a7ec-6999bd082584|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:54:50.089Z|64fc8218-b209-4dc7-a7ec-6999bd082584|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:54:50.490Z|881c460b-dde5-4693-a6c8-bf2424f68d41|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:54:50.490Z|881c460b-dde5-4693-a6c8-bf2424f68d41|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:54:51.805Z|7a647668-34f3-40de-b57f-79b503a3fd8c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:54:51.806Z|7a647668-34f3-40de-b57f-79b503a3fd8c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:54:56.119Z|32a3375a-761a-4601-bd21-ee0514c3389d|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:54:56.120Z|32a3375a-761a-4601-bd21-ee0514c3389d|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:54:56.602Z|fe55cfb9-51ef-4218-ba73-6193fb877c7c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:54:56.603Z|fe55cfb9-51ef-4218-ba73-6193fb877c7c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:54:59.679Z|18a37ade-559f-4904-b17a-aec02c9937a2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:54:59.681Z|18a37ade-559f-4904-b17a-aec02c9937a2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:55:01.837Z|240efb7d-d901-425a-9d0c-f1625ed69e73|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:55:01.838Z|240efb7d-d901-425a-9d0c-f1625ed69e73|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:55:05.089Z|4ae46c33-ae8f-4246-a12e-cbf30a5bfb22|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:55:05.093Z|4ae46c33-ae8f-4246-a12e-cbf30a5bfb22|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:55:06.634Z|ca86ca3c-e64d-42df-8117-7194fadf11b2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:55:06.635Z|ca86ca3c-e64d-42df-8117-7194fadf11b2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:55:09.713Z|42b1d4b0-e55e-4c3d-a33b-d282f1364565|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:55:09.714Z|42b1d4b0-e55e-4c3d-a33b-d282f1364565|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:55:11.871Z|8ce970ff-d9c3-467b-95e6-058a129a01eb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:55:11.872Z|8ce970ff-d9c3-467b-95e6-058a129a01eb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:55:16.676Z|d98999cd-31d1-44f2-8150-80949af3503e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:55:16.677Z|d98999cd-31d1-44f2-8150-80949af3503e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:55:19.749Z|c0c2f114-2459-4d4a-87ee-0139d33cc58a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:55:19.750Z|c0c2f114-2459-4d4a-87ee-0139d33cc58a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:55:20.089Z|572257ba-3021-4a4c-bee2-b6c981e028a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:55:20.089Z|572257ba-3021-4a4c-bee2-b6c981e028a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:55:20.491Z|74db0d17-2753-4ff4-82e5-cf19a6b4d03a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:55:20.492Z|74db0d17-2753-4ff4-82e5-cf19a6b4d03a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:55:21.916Z|d6d8fe30-8dbc-4a48-abb9-a42ec378c703|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:55:21.917Z|d6d8fe30-8dbc-4a48-abb9-a42ec378c703|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:55:26.713Z|6afdbe8b-21db-4026-a188-ced59880b47c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:55:26.715Z|6afdbe8b-21db-4026-a188-ced59880b47c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:55:29.781Z|9c2cbd98-0741-4596-9016-9a1a434c617d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:55:29.782Z|9c2cbd98-0741-4596-9016-9a1a434c617d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:55:31.947Z|adc28c15-a0ff-4cd3-8dd3-737d0262035c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:55:31.949Z|adc28c15-a0ff-4cd3-8dd3-737d0262035c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:55:35.089Z|3fa09d0c-2828-4ebc-b8cb-eeb9830a4f2f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:55:35.089Z|3fa09d0c-2828-4ebc-b8cb-eeb9830a4f2f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:55:36.752Z|1ce1d041-bbf4-48ac-91e8-99f063efae1d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:55:36.753Z|1ce1d041-bbf4-48ac-91e8-99f063efae1d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:55:39.813Z|703a2e19-9e4e-4865-b8d8-6100179cc3e5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:55:39.814Z|703a2e19-9e4e-4865-b8d8-6100179cc3e5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:55:41.980Z|d90824ed-aeaf-4cb4-ae88-f735c8edd823|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:55:41.982Z|d90824ed-aeaf-4cb4-ae88-f735c8edd823|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:55:46.793Z|efae1306-4dba-445e-911a-456c051cf71b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:55:46.798Z|efae1306-4dba-445e-911a-456c051cf71b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:55:49.845Z|3ece26e1-8d62-4749-a3e0-367a4e895933|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:55:49.847Z|3ece26e1-8d62-4749-a3e0-367a4e895933|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:55:50.089Z|e6c0b3ee-7f7e-4a7c-a8e8-745f313e6be4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:55:50.093Z|e6c0b3ee-7f7e-4a7c-a8e8-745f313e6be4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:55:50.493Z|8afd550a-7346-442f-bb21-fa0508a3b4a4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:55:50.494Z|8afd550a-7346-442f-bb21-fa0508a3b4a4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:55:52.013Z|d070df2f-1435-4472-8c1e-135b43270033|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:55:52.014Z|d070df2f-1435-4472-8c1e-135b43270033|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:55:56.117Z|30992868-ee22-47a6-9519-edf2512ac9ad|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:55:56.117Z|30992868-ee22-47a6-9519-edf2512ac9ad|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:55:56.831Z|9cbb48b9-e6d4-4d06-b042-4ceb10b06f51|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:55:56.832Z|9cbb48b9-e6d4-4d06-b042-4ceb10b06f51|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:55:59.884Z|a35ac889-582b-4aae-97e6-861768a40023|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:55:59.885Z|a35ac889-582b-4aae-97e6-861768a40023|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:56:02.044Z|84518b8c-80f7-4d54-8515-e4c454c0f418|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:56:02.045Z|84518b8c-80f7-4d54-8515-e4c454c0f418|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:56:05.089Z|63f9fbe7-cb5b-47c0-882e-ec19dec437a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:56:05.090Z|63f9fbe7-cb5b-47c0-882e-ec19dec437a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:56:06.860Z|bdb0b3a2-f6ad-44c6-9836-e2400214338e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:56:06.860Z|bdb0b3a2-f6ad-44c6-9836-e2400214338e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:56:09.918Z|4cc5c664-3832-44c9-9ecf-a0359721573f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:56:09.918Z|4cc5c664-3832-44c9-9ecf-a0359721573f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:56:12.079Z|b1c6c7ee-e160-4f28-8c50-531e9f9fc028|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:56:12.080Z|b1c6c7ee-e160-4f28-8c50-531e9f9fc028|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:56:16.893Z|7f43d2a2-b443-4a3c-bfd4-d02e090342b7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:56:16.894Z|7f43d2a2-b443-4a3c-bfd4-d02e090342b7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:56:19.951Z|a8057060-cca6-4cbf-b421-11a7e15dacb3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:56:19.952Z|a8057060-cca6-4cbf-b421-11a7e15dacb3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:56:20.089Z|fbd2c0ef-f973-45f4-ab1f-9b87c858dfb0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:56:20.089Z|fbd2c0ef-f973-45f4-ab1f-9b87c858dfb0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:56:20.494Z|91021c62-86a6-48d4-ad1b-4221943a768e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:56:20.495Z|91021c62-86a6-48d4-ad1b-4221943a768e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:56:22.114Z|6b76daa9-a2d1-49aa-adee-dd0b74ee31c8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:56:22.115Z|6b76daa9-a2d1-49aa-adee-dd0b74ee31c8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:56:26.928Z|e3e39ad4-0fc4-4a17-b3a0-38708a87e7d3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:56:26.929Z|e3e39ad4-0fc4-4a17-b3a0-38708a87e7d3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:56:29.983Z|62eb88c9-490c-47c7-ac8e-e010b7963f91|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:56:29.984Z|62eb88c9-490c-47c7-ac8e-e010b7963f91|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:56:32.141Z|37e69ff3-2473-4654-bc90-c706e1a35573|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:56:32.142Z|37e69ff3-2473-4654-bc90-c706e1a35573|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:56:35.089Z|2d99f699-0fdb-4fc9-8c9e-ba744addcf11|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:56:35.093Z|2d99f699-0fdb-4fc9-8c9e-ba744addcf11|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:56:36.958Z|bf4c9aa5-0af0-46f8-a0ad-b1723d5025d7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:56:36.959Z|bf4c9aa5-0af0-46f8-a0ad-b1723d5025d7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:56:40.011Z|3fd37614-7a14-4ed1-84fc-4b0f557ce816|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:56:40.012Z|3fd37614-7a14-4ed1-84fc-4b0f557ce816|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:56:42.172Z|8aa080ee-ac37-425b-93e5-0ab8b8c9ba33|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:56:42.173Z|8aa080ee-ac37-425b-93e5-0ab8b8c9ba33|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:56:46.992Z|b9dce506-f15c-4f5b-8804-e5c5a6ba757c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:56:46.993Z|b9dce506-f15c-4f5b-8804-e5c5a6ba757c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:56:50.043Z|1d479e41-99bb-462c-8697-0a837a58e67b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:56:50.044Z|1d479e41-99bb-462c-8697-0a837a58e67b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:56:50.089Z|5f4d5751-cd53-4fdc-abe2-ed363d2b06d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:56:50.090Z|5f4d5751-cd53-4fdc-abe2-ed363d2b06d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:56:50.496Z|f8633162-b492-4846-8e10-adab4be9114a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:56:50.497Z|f8633162-b492-4846-8e10-adab4be9114a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:56:52.203Z|3f336205-ba19-4e24-8509-6d4f0c5cd67f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:56:52.204Z|3f336205-ba19-4e24-8509-6d4f0c5cd67f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:56:56.118Z|46ee1ddb-3ccf-4380-ae40-151794b81d4c|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:56:56.119Z|46ee1ddb-3ccf-4380-ae40-151794b81d4c|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:56:57.028Z|5860f8f7-aedd-4209-af86-b9c2838e3911|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:56:57.029Z|5860f8f7-aedd-4209-af86-b9c2838e3911|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:57:00.072Z|3c4a6878-6621-482b-895e-fe070cbc26f4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:57:00.074Z|3c4a6878-6621-482b-895e-fe070cbc26f4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:57:02.234Z|fba07a2d-60cf-4998-b4a9-52ba9f288e1b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:57:02.235Z|fba07a2d-60cf-4998-b4a9-52ba9f288e1b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:57:05.089Z|6846f423-c0e6-4752-8f9c-5bdb810f426e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:57:05.089Z|6846f423-c0e6-4752-8f9c-5bdb810f426e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:57:07.061Z|5e4cb7ac-62f1-4d01-a81c-532115334177|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:57:07.063Z|5e4cb7ac-62f1-4d01-a81c-532115334177|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:57:10.105Z|4d316ccb-3fbe-4660-a059-557dff12d8a4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:57:10.106Z|4d316ccb-3fbe-4660-a059-557dff12d8a4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:57:12.267Z|81135830-ee01-4e7d-b275-47be676ffe70|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:57:12.268Z|81135830-ee01-4e7d-b275-47be676ffe70|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:57:17.095Z|a58baa0d-9fad-471a-b2df-c0c96baf548c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:57:17.095Z|a58baa0d-9fad-471a-b2df-c0c96baf548c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:57:20.089Z|a95d22f9-c5d0-4e33-86fb-f972d688fbab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:57:20.095Z|a95d22f9-c5d0-4e33-86fb-f972d688fbab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:57:20.137Z|f1ca9583-8a53-47d6-8370-d58ab3666ceb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:57:20.138Z|f1ca9583-8a53-47d6-8370-d58ab3666ceb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:57:20.497Z|60901c08-fa3a-41c6-8396-cfbc637570e5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:57:20.498Z|60901c08-fa3a-41c6-8396-cfbc637570e5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:57:22.299Z|72dd4843-aaf2-4285-8d2f-959597c3cefc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:57:22.300Z|72dd4843-aaf2-4285-8d2f-959597c3cefc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:57:27.127Z|b87eb999-9194-4759-a724-977f5d7a9365|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:57:27.128Z|b87eb999-9194-4759-a724-977f5d7a9365|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:57:30.171Z|886d16db-3be5-4261-ab4b-899262a75537|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:57:30.172Z|886d16db-3be5-4261-ab4b-899262a75537|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:57:32.330Z|78fdfef0-d880-4e8a-8fdc-5f5c4f94c6e4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:57:32.331Z|78fdfef0-d880-4e8a-8fdc-5f5c4f94c6e4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:57:35.089Z|5486e662-28ff-45c0-8156-fdf4622475d5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:57:35.090Z|5486e662-28ff-45c0-8156-fdf4622475d5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:57:37.159Z|8eda740f-36a0-4216-8230-f390e5233309|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:57:37.160Z|8eda740f-36a0-4216-8230-f390e5233309|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:57:40.206Z|1d72ffe7-bdb1-46cb-972e-07c30b23cf3f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:57:40.207Z|1d72ffe7-bdb1-46cb-972e-07c30b23cf3f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:57:42.371Z|e248cd1f-010f-4ef6-a8e2-80adb29cd797|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:57:42.372Z|e248cd1f-010f-4ef6-a8e2-80adb29cd797|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:57:47.192Z|7367d192-220e-432e-86a6-9fafec086c06|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:57:47.193Z|7367d192-220e-432e-86a6-9fafec086c06|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:57:50.089Z|4ce35467-cba4-41e4-90ea-8f774d87ab01|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:57:50.089Z|4ce35467-cba4-41e4-90ea-8f774d87ab01|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:57:50.234Z|f8588e10-0af3-4c15-8262-b39871aad875|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:57:50.234Z|f8588e10-0af3-4c15-8262-b39871aad875|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:57:50.499Z|0f470b65-b3c8-41d8-b125-a0ecca0e7ed8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:57:50.499Z|0f470b65-b3c8-41d8-b125-a0ecca0e7ed8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:57:52.399Z|80eccdaf-1a87-45fd-9711-bb373bc7a950|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:57:52.399Z|80eccdaf-1a87-45fd-9711-bb373bc7a950|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:57:56.116Z|e40ec50e-10df-4998-a27b-f5ce644175d4|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:57:56.117Z|e40ec50e-10df-4998-a27b-f5ce644175d4|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:57:57.226Z|8047e6e3-fb8b-41f0-b376-cf1630250eb2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:57:57.227Z|8047e6e3-fb8b-41f0-b376-cf1630250eb2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:58:00.262Z|cf139106-3f4a-4a2d-af62-8c9e0947747f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:58:00.264Z|cf139106-3f4a-4a2d-af62-8c9e0947747f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:58:02.433Z|bc1a6419-abb5-4c91-a77d-821ef9f96744|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:58:02.434Z|bc1a6419-abb5-4c91-a77d-821ef9f96744|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:58:05.089Z|e5641175-432f-47d0-9ca5-a4012737ff4d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:58:05.093Z|e5641175-432f-47d0-9ca5-a4012737ff4d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:58:07.254Z|0ec8eeb4-9035-4e3f-8e99-d74221a57583|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:58:07.255Z|0ec8eeb4-9035-4e3f-8e99-d74221a57583|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:58:10.294Z|0e99d0fe-6145-48a9-afc0-753402b91901|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:58:10.295Z|0e99d0fe-6145-48a9-afc0-753402b91901|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:58:12.464Z|8c601b8e-9545-4c32-a3da-49fe5c613b3b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:58:12.465Z|8c601b8e-9545-4c32-a3da-49fe5c613b3b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:58:17.286Z|b8cb47f4-e97c-4982-b152-fac075f2bf5d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:58:17.287Z|b8cb47f4-e97c-4982-b152-fac075f2bf5d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:58:20.089Z|d3fcdc6b-67ac-47f1-ac78-84ec8bcc78d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:58:20.089Z|d3fcdc6b-67ac-47f1-ac78-84ec8bcc78d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:58:20.328Z|bf5d7ccb-a154-46ac-9337-dfd246536590|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:58:20.328Z|bf5d7ccb-a154-46ac-9337-dfd246536590|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:58:20.500Z|59fa40e0-fc12-465d-ada8-7d43615bc958|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:58:20.501Z|59fa40e0-fc12-465d-ada8-7d43615bc958|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:58:22.497Z|e6739896-3c23-4962-a15c-09d9b1853013|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:58:22.498Z|e6739896-3c23-4962-a15c-09d9b1853013|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:58:27.321Z|5a1038b0-501e-49c7-a805-969a923841ac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:58:27.322Z|5a1038b0-501e-49c7-a805-969a923841ac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:58:30.360Z|70cc5eed-4460-44bc-b6ba-8c4caee6a66e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:58:30.361Z|70cc5eed-4460-44bc-b6ba-8c4caee6a66e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:58:32.530Z|8e8db0f5-ea5c-4949-9a67-fc6f8b8a2f0b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:58:32.530Z|8e8db0f5-ea5c-4949-9a67-fc6f8b8a2f0b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:58:35.089Z|f24d46dd-0ad1-445a-aa87-26b6f9ed17bb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:58:35.089Z|f24d46dd-0ad1-445a-aa87-26b6f9ed17bb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:58:37.353Z|04f240f9-5eb1-4de2-9989-c8eebef0cdfb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:58:37.354Z|04f240f9-5eb1-4de2-9989-c8eebef0cdfb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:58:40.392Z|2d11a9a3-0ad1-4c05-ba52-ddd554b18520|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:58:40.393Z|2d11a9a3-0ad1-4c05-ba52-ddd554b18520|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:58:42.561Z|174584dd-fa45-44e1-a33d-162b62106a70|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:58:42.562Z|174584dd-fa45-44e1-a33d-162b62106a70|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:58:47.378Z|6a5f1b0c-60b1-4535-85a3-e0926fa624c3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:58:47.378Z|6a5f1b0c-60b1-4535-85a3-e0926fa624c3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:58:50.089Z|dd65c916-3927-45ce-b73b-f09173a8f14e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:58:50.093Z|dd65c916-3927-45ce-b73b-f09173a8f14e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:58:50.423Z|7ec33fe7-a1d6-4a2e-a152-786c7e66d9d5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:58:50.424Z|7ec33fe7-a1d6-4a2e-a152-786c7e66d9d5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:58:50.501Z|f387d41f-3bda-4080-b229-cbf26adfae0d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:58:50.502Z|f387d41f-3bda-4080-b229-cbf26adfae0d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:58:52.593Z|0cb54482-b488-4608-8996-8a2a23b2f443|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:58:52.594Z|0cb54482-b488-4608-8996-8a2a23b2f443|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:58:56.118Z|f4719f89-d681-42af-98d4-85c479ba7339|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:58:56.119Z|f4719f89-d681-42af-98d4-85c479ba7339|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:58:57.407Z|e75b978f-ec2b-4c81-aea4-cf577858142d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:58:57.408Z|e75b978f-ec2b-4c81-aea4-cf577858142d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:59:00.456Z|d01369a2-2ab2-444a-9701-e721e40ab24e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:59:00.457Z|d01369a2-2ab2-444a-9701-e721e40ab24e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:59:02.637Z|f710c81e-fd72-40b6-a5de-c546828a04ca|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:59:02.640Z|f710c81e-fd72-40b6-a5de-c546828a04ca|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:59:05.091Z|c16a1f0f-9e76-4ff0-9c85-b805c633bc4d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:59:05.091Z|c16a1f0f-9e76-4ff0-9c85-b805c633bc4d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:59:07.443Z|f9e3a935-3169-4bae-a624-e3bba7cf54f6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:59:07.443Z|f9e3a935-3169-4bae-a624-e3bba7cf54f6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:59:10.504Z|6d5db517-c0b6-4410-98c3-0c49e122e82e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:59:10.505Z|6d5db517-c0b6-4410-98c3-0c49e122e82e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:59:12.674Z|bab7c227-1ea1-42e7-b08a-f970d5cf8858|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:59:12.675Z|bab7c227-1ea1-42e7-b08a-f970d5cf8858|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:59:17.477Z|c33199e1-2a82-4c37-bfda-3f27629c8820|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:59:17.477Z|c33199e1-2a82-4c37-bfda-3f27629c8820|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:59:20.089Z|14b386a4-cd36-4ba4-b3dd-8eba0c0978f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:59:20.090Z|14b386a4-cd36-4ba4-b3dd-8eba0c0978f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:59:20.505Z|9bebc8dd-7aec-4578-b466-f73a0aad97f2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:59:20.506Z|9bebc8dd-7aec-4578-b466-f73a0aad97f2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:59:20.539Z|943a03b9-f008-4673-a2d3-121861779bc8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:59:20.540Z|943a03b9-f008-4673-a2d3-121861779bc8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:59:22.707Z|dc025d55-c3d2-4a00-9ea5-f5bd978151dc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:59:22.708Z|dc025d55-c3d2-4a00-9ea5-f5bd978151dc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:59:27.509Z|1cf83548-70d8-412a-b1f9-92a96282702f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:59:27.510Z|1cf83548-70d8-412a-b1f9-92a96282702f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:59:30.584Z|a681a127-4cd9-4c64-9898-3159c97e063f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:59:30.585Z|a681a127-4cd9-4c64-9898-3159c97e063f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:59:32.741Z|f154861f-e045-4f57-b3dd-1a29c7581e56|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:59:32.742Z|f154861f-e045-4f57-b3dd-1a29c7581e56|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:59:35.089Z|d3c98b86-76d3-46ca-a51c-1d9e5d69d713|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:59:35.093Z|d3c98b86-76d3-46ca-a51c-1d9e5d69d713|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:59:37.551Z|4a5f47d8-b790-4a7d-bd0f-db992167dc0c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:59:37.552Z|4a5f47d8-b790-4a7d-bd0f-db992167dc0c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:59:40.618Z|5cc2d061-ec7b-4a3f-9a4f-325ad82aba6c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:59:40.619Z|5cc2d061-ec7b-4a3f-9a4f-325ad82aba6c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:59:42.773Z|732a7e91-f4c6-41a2-bab8-b17f2b5ce1d9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:59:42.774Z|732a7e91-f4c6-41a2-bab8-b17f2b5ce1d9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:59:47.586Z|9a6dea31-7282-469d-8511-04bbd94d3199|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:59:47.587Z|9a6dea31-7282-469d-8511-04bbd94d3199|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:59:50.089Z|be7d9b60-7b29-455b-b1ae-f87fcfbe9361|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:59:50.089Z|be7d9b60-7b29-455b-b1ae-f87fcfbe9361|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:59:50.506Z|a9d9eb18-08de-4a91-9a19-7d685e533067|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T01:59:50.507Z|a9d9eb18-08de-4a91-9a19-7d685e533067|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T01:59:50.657Z|3656b7d9-3d6f-497c-b6a8-08d42e7f084e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:59:50.657Z|3656b7d9-3d6f-497c-b6a8-08d42e7f084e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:59:52.806Z|6947676d-128a-498e-9e07-6420b8f77063|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:59:52.806Z|6947676d-128a-498e-9e07-6420b8f77063|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T01:59:56.117Z|7f683031-5db1-43bc-8892-0853ee9e757f|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T01:59:56.120Z|7f683031-5db1-43bc-8892-0853ee9e757f|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T01:59:57.621Z|89f0afb0-b019-413c-b428-68b4851683a6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T01:59:57.622Z|89f0afb0-b019-413c-b428-68b4851683a6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:00:00.693Z|69dff3ea-696c-4186-84a4-da2917a5b456|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:00:00.694Z|69dff3ea-696c-4186-84a4-da2917a5b456|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:00:02.837Z|d62a14cb-cf14-4e3c-a785-b787bbdd290b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:00:02.838Z|d62a14cb-cf14-4e3c-a785-b787bbdd290b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:00:05.089Z|b0061d23-7b09-4c4b-8293-c3bef9dab253|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:00:05.089Z|b0061d23-7b09-4c4b-8293-c3bef9dab253|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:00:07.655Z|e9fed3ca-2a4c-4080-9521-cf3956665667|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:00:07.656Z|e9fed3ca-2a4c-4080-9521-cf3956665667|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:00:10.726Z|213fc0a5-51a8-4a98-a3a3-fcb44bc9e386|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:00:10.727Z|213fc0a5-51a8-4a98-a3a3-fcb44bc9e386|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:00:12.869Z|6204b2bf-9215-4041-acd0-8acd76ac17b0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:00:12.870Z|6204b2bf-9215-4041-acd0-8acd76ac17b0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:00:17.688Z|7ade01b8-c56a-4ee4-85ce-d7e5f984e67a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:00:17.689Z|7ade01b8-c56a-4ee4-85ce-d7e5f984e67a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:00:20.089Z|f4d01706-cac9-42db-a947-2c850d8fa14c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:00:20.094Z|f4d01706-cac9-42db-a947-2c850d8fa14c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:00:20.507Z|2593711d-e8a4-46dc-b020-e499c0776b96|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:00:20.508Z|2593711d-e8a4-46dc-b020-e499c0776b96|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:00:20.759Z|6d506acb-9437-4ea1-ab77-c7b48919acf5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:00:20.760Z|6d506acb-9437-4ea1-ab77-c7b48919acf5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:00:22.901Z|e01f1983-4449-4f2c-9b43-c038564d0b57|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:00:22.902Z|e01f1983-4449-4f2c-9b43-c038564d0b57|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:00:27.720Z|637de596-bf1a-417f-8baf-bdd8f839df27|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:00:27.720Z|637de596-bf1a-417f-8baf-bdd8f839df27|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:00:30.793Z|53769eda-bc77-4119-b43e-139b1b92dd1c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:00:30.793Z|53769eda-bc77-4119-b43e-139b1b92dd1c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:00:32.936Z|b9e13635-fcd5-4fc7-982a-94ff90558591|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:00:32.937Z|b9e13635-fcd5-4fc7-982a-94ff90558591|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:00:35.089Z|de8a9fda-f1f4-409e-b22e-0aa901f489c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:00:35.090Z|de8a9fda-f1f4-409e-b22e-0aa901f489c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:00:37.752Z|7e458384-a0d4-42ac-bca0-aafed4dc5851|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:00:37.753Z|7e458384-a0d4-42ac-bca0-aafed4dc5851|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:00:40.825Z|5413a58f-ab7c-4104-a5be-85e07e947295|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:00:40.826Z|5413a58f-ab7c-4104-a5be-85e07e947295|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:00:42.968Z|bb267f57-f860-4d1e-82ce-373333beac77|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:00:42.969Z|bb267f57-f860-4d1e-82ce-373333beac77|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:00:47.783Z|0a1799eb-1962-491e-9948-0601b5afc109|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:00:47.784Z|0a1799eb-1962-491e-9948-0601b5afc109|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:00:50.089Z|860eea60-1b3e-4e17-aee1-a4f3070aba94|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:00:50.089Z|860eea60-1b3e-4e17-aee1-a4f3070aba94|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:00:50.509Z|9c77815a-64ef-4fbb-8ba6-2418248cefcb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:00:50.509Z|9c77815a-64ef-4fbb-8ba6-2418248cefcb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:00:50.852Z|12ecceb2-7524-45f4-9608-94b163f484e5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:00:50.853Z|12ecceb2-7524-45f4-9608-94b163f484e5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:00:53.003Z|a7992bf7-04a6-41ff-be5b-1e2f424fccbb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:00:53.003Z|a7992bf7-04a6-41ff-be5b-1e2f424fccbb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:00:56.119Z|a42e4d91-f167-4d0e-ae91-383689aee524|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:00:56.120Z|a42e4d91-f167-4d0e-ae91-383689aee524|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:00:57.816Z|9ab47f9a-a18e-442f-bc21-e02cd631d0c9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:00:57.816Z|9ab47f9a-a18e-442f-bc21-e02cd631d0c9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:01:00.885Z|8b190eb6-90b7-4770-a2b1-1cb42608a9e4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:01:00.886Z|8b190eb6-90b7-4770-a2b1-1cb42608a9e4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:01:03.033Z|ba908a96-adda-4bc2-960b-f5a488b1251e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:01:03.034Z|ba908a96-adda-4bc2-960b-f5a488b1251e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:01:05.089Z|3e842a53-6021-4bb4-84ac-fc61c1dd30b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:01:05.094Z|3e842a53-6021-4bb4-84ac-fc61c1dd30b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:01:07.848Z|02860510-1e21-4cb4-96eb-348e39cb9be3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:01:07.849Z|02860510-1e21-4cb4-96eb-348e39cb9be3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:01:10.918Z|d9cf90ed-ed04-4c40-8932-d5cfc6648f4f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:01:10.918Z|d9cf90ed-ed04-4c40-8932-d5cfc6648f4f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:01:13.065Z|2a33e249-51e1-4bf9-95e6-4bd91687cd1c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:01:13.066Z|2a33e249-51e1-4bf9-95e6-4bd91687cd1c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:01:17.883Z|55f151d6-fb16-4f15-9fba-d459bf56f349|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:01:17.884Z|55f151d6-fb16-4f15-9fba-d459bf56f349|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:01:20.089Z|fc4e6225-dcbd-42e8-9816-effd8caa1ae4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:01:20.090Z|fc4e6225-dcbd-42e8-9816-effd8caa1ae4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:01:20.510Z|99bb35ee-1111-4854-8dc3-f90ccd20557b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:01:20.510Z|99bb35ee-1111-4854-8dc3-f90ccd20557b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:01:20.952Z|cfb68bf3-5cc4-41bd-a3b6-d93b4032db6b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:01:20.953Z|cfb68bf3-5cc4-41bd-a3b6-d93b4032db6b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:01:23.100Z|f42f3815-4e33-42b5-adcb-682bc332858b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:01:23.101Z|f42f3815-4e33-42b5-adcb-682bc332858b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:01:27.916Z|f421f78f-27b4-4649-a8db-28468f70c562|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:01:27.917Z|f421f78f-27b4-4649-a8db-28468f70c562|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:01:30.983Z|89d612f5-c543-4da9-ba2b-87b156faaa3a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:01:30.983Z|89d612f5-c543-4da9-ba2b-87b156faaa3a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:01:33.131Z|2c480313-99f1-4b53-9415-5fa8a4930c8a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:01:33.132Z|2c480313-99f1-4b53-9415-5fa8a4930c8a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:01:35.089Z|d6809b97-cada-4b75-8ab7-3b3d68572761|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:01:35.089Z|d6809b97-cada-4b75-8ab7-3b3d68572761|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:01:37.956Z|af7b059c-3dc4-4d18-af0c-ab01a90a8d7e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:01:37.957Z|af7b059c-3dc4-4d18-af0c-ab01a90a8d7e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:01:41.015Z|ab4f4c76-0601-49d9-8ea7-84a344422637|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:01:41.016Z|ab4f4c76-0601-49d9-8ea7-84a344422637|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:01:43.160Z|bcd7c431-1752-45b5-b1ee-fa1cb348cf39|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:01:43.161Z|bcd7c431-1752-45b5-b1ee-fa1cb348cf39|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:01:47.990Z|dbc1f291-59ae-4ada-8ee3-57e27cc52368|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:01:47.991Z|dbc1f291-59ae-4ada-8ee3-57e27cc52368|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:01:50.089Z|fece3078-f9c6-4457-99f7-c229e0ffc2a5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:01:50.093Z|fece3078-f9c6-4457-99f7-c229e0ffc2a5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:01:50.511Z|85b220c0-d899-42d6-a76c-6e9eceeec65d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:01:50.512Z|85b220c0-d899-42d6-a76c-6e9eceeec65d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:01:51.050Z|33b98282-a919-4f82-a0ba-fe9251579743|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:01:51.051Z|33b98282-a919-4f82-a0ba-fe9251579743|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:01:53.189Z|caefa72c-ccd8-4312-a65f-5b2e9332b5b2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:01:53.190Z|caefa72c-ccd8-4312-a65f-5b2e9332b5b2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:01:56.118Z|e57c1b1e-6a18-4e9f-8caa-479ea4191d5d|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:01:56.118Z|e57c1b1e-6a18-4e9f-8caa-479ea4191d5d|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:01:58.023Z|1b8766b8-a9aa-4e22-bc4e-6ddd7e3a07bb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:01:58.024Z|1b8766b8-a9aa-4e22-bc4e-6ddd7e3a07bb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:02:01.085Z|24b79195-ce29-47ac-9aee-5906c8ddf43c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:02:01.086Z|24b79195-ce29-47ac-9aee-5906c8ddf43c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:02:03.221Z|18bea136-33f8-4016-84ea-3c2f777c9e44|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:02:03.222Z|18bea136-33f8-4016-84ea-3c2f777c9e44|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:02:05.089Z|4a223872-8624-46b6-9cdb-dcfc7335b8e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:02:05.089Z|4a223872-8624-46b6-9cdb-dcfc7335b8e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:02:08.051Z|e36519ce-0c2a-4ba5-a675-3259e0960c19|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:02:08.051Z|e36519ce-0c2a-4ba5-a675-3259e0960c19|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:02:11.118Z|978ae82c-7b48-406f-a247-c5a4a6c0b686|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:02:11.119Z|978ae82c-7b48-406f-a247-c5a4a6c0b686|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:02:13.258Z|b16dca60-dc13-4a79-9162-892e6f75286e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:02:13.258Z|b16dca60-dc13-4a79-9162-892e6f75286e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:02:18.090Z|a696c954-b4c9-4a28-af53-d9a22e853bd4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:02:18.093Z|a696c954-b4c9-4a28-af53-d9a22e853bd4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:02:20.089Z|be16bde8-5e22-41cf-8b82-8ca732d07932|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:02:20.089Z|be16bde8-5e22-41cf-8b82-8ca732d07932|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:02:20.512Z|0049d2e0-04f8-42ca-909c-c45e137ed751|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:02:20.513Z|0049d2e0-04f8-42ca-909c-c45e137ed751|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:02:21.154Z|325a59eb-535c-4885-8c1d-71a53f5da3aa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:02:21.155Z|325a59eb-535c-4885-8c1d-71a53f5da3aa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:02:23.290Z|bec4f10b-ccfb-4e8f-bc47-6aea7383f8be|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:02:23.291Z|bec4f10b-ccfb-4e8f-bc47-6aea7383f8be|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:02:28.144Z|6ccab47b-8713-4ac4-aa2d-5a890add686e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:02:28.146Z|6ccab47b-8713-4ac4-aa2d-5a890add686e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:02:31.192Z|f6fb16b5-8557-4e8f-9107-3f5c1ab7d760|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:02:31.193Z|f6fb16b5-8557-4e8f-9107-3f5c1ab7d760|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:02:33.321Z|cd746b5e-a0eb-4aef-988c-5f0e84dfe6c5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:02:33.322Z|cd746b5e-a0eb-4aef-988c-5f0e84dfe6c5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:02:35.089Z|11aceda7-3c2f-42a1-a77a-a570d7df4ce6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:02:35.095Z|11aceda7-3c2f-42a1-a77a-a570d7df4ce6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:02:38.177Z|8ea9dba1-71ec-4b75-8cf3-112591a1b56d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:02:38.178Z|8ea9dba1-71ec-4b75-8cf3-112591a1b56d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:02:41.227Z|1b14803d-598b-4994-ac1d-e09a67833ee1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:02:41.228Z|1b14803d-598b-4994-ac1d-e09a67833ee1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:02:43.386Z|c5f0b79b-daf6-444a-b647-8eda41f751cd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:02:43.387Z|c5f0b79b-daf6-444a-b647-8eda41f751cd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:02:48.203Z|e600eab3-b771-43b5-9682-726eddf55933|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:02:48.204Z|e600eab3-b771-43b5-9682-726eddf55933|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:02:50.089Z|109c6680-bd87-4089-bcb8-a13fd43356e9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:02:50.089Z|109c6680-bd87-4089-bcb8-a13fd43356e9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:02:50.513Z|0c39c3cd-9896-49c4-818c-3f58858053bb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:02:50.514Z|0c39c3cd-9896-49c4-818c-3f58858053bb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:02:51.262Z|6c2fe8ac-39d5-4db7-9506-44be5b92d4ae|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:02:51.263Z|6c2fe8ac-39d5-4db7-9506-44be5b92d4ae|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:02:53.416Z|f490efae-f6b1-4ca6-a2a7-7f9e01a40e91|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:02:53.417Z|f490efae-f6b1-4ca6-a2a7-7f9e01a40e91|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:02:56.120Z|0764af1a-4d97-4e05-8cf3-5972d2e756a0|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:02:56.121Z|0764af1a-4d97-4e05-8cf3-5972d2e756a0|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:02:58.236Z|0e5a3944-c67f-46cd-be86-8a85077e7015|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:02:58.237Z|0e5a3944-c67f-46cd-be86-8a85077e7015|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:03:01.297Z|01ac53c6-1797-41d4-b0d8-3b2e3a23983a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:03:01.298Z|01ac53c6-1797-41d4-b0d8-3b2e3a23983a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:03:03.457Z|1ed93e5f-cbcb-4ef3-8e82-5cee23f95d4a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:03:03.457Z|1ed93e5f-cbcb-4ef3-8e82-5cee23f95d4a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:03:05.089Z|ab4e208e-8cf1-41c4-aaf3-24f222769b11|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:03:05.090Z|ab4e208e-8cf1-41c4-aaf3-24f222769b11|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:03:08.271Z|07fd0f6d-9255-4e3d-905d-dfbac0193dd9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:03:08.272Z|07fd0f6d-9255-4e3d-905d-dfbac0193dd9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:03:11.330Z|4ccc213b-c4b1-4957-b047-df26c3f0ef2b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:03:11.330Z|4ccc213b-c4b1-4957-b047-df26c3f0ef2b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:03:13.483Z|f90b7891-66cc-4502-ae20-5ce0facf023b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:03:13.484Z|f90b7891-66cc-4502-ae20-5ce0facf023b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:03:18.304Z|377be43e-28fd-4d7d-9bbf-07900e456a7c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:03:18.305Z|377be43e-28fd-4d7d-9bbf-07900e456a7c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:03:20.089Z|1e6eb316-d952-44be-8e27-4d561ee87385|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:03:20.093Z|1e6eb316-d952-44be-8e27-4d561ee87385|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:03:20.515Z|7a5963ee-d5c0-402c-bf5c-e5e254f7e6dd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:03:20.515Z|7a5963ee-d5c0-402c-bf5c-e5e254f7e6dd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:03:21.364Z|dea92c20-996c-41e0-983e-657e155f6a6d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:03:21.365Z|dea92c20-996c-41e0-983e-657e155f6a6d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:03:23.510Z|b8fc6903-302c-4172-bb07-8cd492ccc950|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:03:23.511Z|b8fc6903-302c-4172-bb07-8cd492ccc950|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:03:28.339Z|465fd1ce-88dd-4b67-9c31-9dc61a108cc4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:03:28.340Z|465fd1ce-88dd-4b67-9c31-9dc61a108cc4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:03:31.396Z|7cae5a7e-bf15-45fe-b915-e73b224f3579|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:03:31.397Z|7cae5a7e-bf15-45fe-b915-e73b224f3579|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:03:33.539Z|de533b34-44ff-480d-bdae-e5095398047d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:03:33.539Z|de533b34-44ff-480d-bdae-e5095398047d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:03:35.089Z|528cf82b-ec58-48b8-afaa-740c9f8fa2b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:03:35.089Z|528cf82b-ec58-48b8-afaa-740c9f8fa2b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:03:38.374Z|bdb6d9fc-0d91-4824-abbb-a7c4d0df2e5a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:03:38.375Z|bdb6d9fc-0d91-4824-abbb-a7c4d0df2e5a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:03:41.429Z|107b967a-932f-48c5-a6f6-79ffe84529f3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:03:41.430Z|107b967a-932f-48c5-a6f6-79ffe84529f3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:03:43.578Z|252566f8-c59f-4821-8a83-1af205139679|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:03:43.579Z|252566f8-c59f-4821-8a83-1af205139679|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:03:48.409Z|14b78085-45f2-49ce-93ef-cbd202869c5d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:03:48.410Z|14b78085-45f2-49ce-93ef-cbd202869c5d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:03:50.089Z|bf352881-96a2-4749-a737-e56c3f866d3e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:03:50.089Z|bf352881-96a2-4749-a737-e56c3f866d3e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:03:50.515Z|6c5a7acc-9747-4c6b-8626-4c8d18885296|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:03:50.516Z|6c5a7acc-9747-4c6b-8626-4c8d18885296|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:03:51.462Z|4ac00612-7fba-49b1-9cfd-88b6cc60d94b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:03:51.463Z|4ac00612-7fba-49b1-9cfd-88b6cc60d94b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:03:53.612Z|59ffb1cf-9549-48ff-84d6-7e4a9157dab6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:03:53.613Z|59ffb1cf-9549-48ff-84d6-7e4a9157dab6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:03:56.118Z|18dc9128-b8d7-4adc-be8f-8f885e49d862|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:03:56.119Z|18dc9128-b8d7-4adc-be8f-8f885e49d862|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:03:58.444Z|602aaeb5-499f-4e7f-900f-27118f721c61|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:03:58.445Z|602aaeb5-499f-4e7f-900f-27118f721c61|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:04:01.493Z|5f3efaac-70f5-45c7-84af-8f7e0ecac4c4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:04:01.493Z|5f3efaac-70f5-45c7-84af-8f7e0ecac4c4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:04:03.645Z|7e04dfae-21f4-46f9-8caa-f1a2cd87bfa9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:04:03.646Z|7e04dfae-21f4-46f9-8caa-f1a2cd87bfa9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:04:05.089Z|51c34a25-892c-46e4-8428-fac91f2f886a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:04:05.094Z|51c34a25-892c-46e4-8428-fac91f2f886a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:04:08.477Z|b10a7e09-67dd-44a3-9c27-3600942b73c2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:04:08.478Z|b10a7e09-67dd-44a3-9c27-3600942b73c2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:04:11.525Z|db2719eb-2262-4cc9-89f7-e4f15dfd70bf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:04:11.526Z|db2719eb-2262-4cc9-89f7-e4f15dfd70bf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:04:13.677Z|1121a6ea-0bfe-4912-b03b-2c7ba65c1d88|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:04:13.678Z|1121a6ea-0bfe-4912-b03b-2c7ba65c1d88|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:04:18.507Z|2d1f7ec2-8b6e-40fa-895c-b96d6aa7226f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:04:18.508Z|2d1f7ec2-8b6e-40fa-895c-b96d6aa7226f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:04:20.089Z|422fad0f-74cb-4b92-87e8-a9e8eb9ea9d5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:04:20.089Z|422fad0f-74cb-4b92-87e8-a9e8eb9ea9d5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:04:20.517Z|32444922-0f3e-4b13-b0b8-3ac4bc5e2286|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:04:20.517Z|32444922-0f3e-4b13-b0b8-3ac4bc5e2286|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:04:21.555Z|8fe1ba09-6916-482d-a3e1-7ece7577ab2a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:04:21.556Z|8fe1ba09-6916-482d-a3e1-7ece7577ab2a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:04:23.710Z|426879a6-ea39-4e55-a61f-fce2e8373af7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:04:23.711Z|426879a6-ea39-4e55-a61f-fce2e8373af7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:04:28.540Z|437136a9-1700-45a6-a5b5-121a4803c5c6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:04:28.541Z|437136a9-1700-45a6-a5b5-121a4803c5c6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:04:31.596Z|16e06644-4c4a-4cfb-b3e1-353cf7017a63|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:04:31.597Z|16e06644-4c4a-4cfb-b3e1-353cf7017a63|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:04:33.742Z|f5af6d74-0a1e-41df-8289-0c5436628787|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:04:33.742Z|f5af6d74-0a1e-41df-8289-0c5436628787|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:04:35.089Z|0a831151-3d9f-43f5-9029-5484e54635bd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:04:35.089Z|0a831151-3d9f-43f5-9029-5484e54635bd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:04:38.573Z|55313b59-9bb5-4ff9-81e2-b5825f06c143|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:04:38.574Z|55313b59-9bb5-4ff9-81e2-b5825f06c143|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:04:41.629Z|71d2b13a-7f42-44cd-bb9d-7cd6d3015919|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:04:41.630Z|71d2b13a-7f42-44cd-bb9d-7cd6d3015919|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:04:43.769Z|b56fb73a-d276-4a30-a184-85f845e4f319|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:04:43.770Z|b56fb73a-d276-4a30-a184-85f845e4f319|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:04:48.605Z|81832293-516f-4330-a865-67efc3c21545|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:04:48.606Z|81832293-516f-4330-a865-67efc3c21545|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:04:50.089Z|ae529066-dbd5-4286-9b47-88ba0f991a68|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:04:50.094Z|ae529066-dbd5-4286-9b47-88ba0f991a68|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:04:50.518Z|7442d8d0-5a61-4650-a104-060ab7f97244|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:04:50.519Z|7442d8d0-5a61-4650-a104-060ab7f97244|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:04:51.664Z|ab7d58c8-8b39-4ad5-b479-c3e1fe9c82a8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:04:51.665Z|ab7d58c8-8b39-4ad5-b479-c3e1fe9c82a8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:04:53.826Z|0f9682d8-0ada-49bd-9e1c-ee7507cc02ca|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:04:53.827Z|0f9682d8-0ada-49bd-9e1c-ee7507cc02ca|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:04:56.117Z|8d5600ee-f6f0-4ff1-ba26-2be646a299f5|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:04:56.118Z|8d5600ee-f6f0-4ff1-ba26-2be646a299f5|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:04:58.639Z|0b66495e-75df-4e88-9241-219ea594ba7e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:04:58.640Z|0b66495e-75df-4e88-9241-219ea594ba7e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:05:01.696Z|8f283756-cd03-48c1-9e14-f3fbcb7ce862|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:05:01.697Z|8f283756-cd03-48c1-9e14-f3fbcb7ce862|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:05:03.883Z|c0adb67b-ced5-4004-99ac-1657bee1fd69|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:05:03.884Z|c0adb67b-ced5-4004-99ac-1657bee1fd69|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:05:05.089Z|2158f268-5ffd-4705-b2c7-eddafa4ef86d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:05:05.089Z|2158f268-5ffd-4705-b2c7-eddafa4ef86d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:05:08.668Z|69126226-e59d-44db-be72-a31dddfc9f38|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:05:08.668Z|69126226-e59d-44db-be72-a31dddfc9f38|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:05:11.728Z|df075219-64f2-40ea-90b7-125bddf2ab63|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:05:11.728Z|df075219-64f2-40ea-90b7-125bddf2ab63|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:05:13.906Z|0c57cfbd-de5a-49ad-b232-d2ee5553916f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:05:13.906Z|0c57cfbd-de5a-49ad-b232-d2ee5553916f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:05:18.700Z|dbba5af1-0fbe-48a0-9c83-2f9dde6e011b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:05:18.701Z|dbba5af1-0fbe-48a0-9c83-2f9dde6e011b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:05:20.089Z|63e16219-f601-45bd-b456-bd5627da4023|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:05:20.089Z|63e16219-f601-45bd-b456-bd5627da4023|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:05:20.519Z|e96b9df1-da2e-47e5-be1d-a798fe0c02cd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:05:20.520Z|e96b9df1-da2e-47e5-be1d-a798fe0c02cd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:05:21.759Z|8c80036f-6138-479a-b5b9-af0cbd72ee31|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:05:21.759Z|8c80036f-6138-479a-b5b9-af0cbd72ee31|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:05:23.931Z|ba04ab5a-321e-411c-8156-0869af49c6d0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:05:23.932Z|ba04ab5a-321e-411c-8156-0869af49c6d0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:05:28.735Z|2cb3849e-1d93-4a87-a832-00d1b89b6cfc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:05:28.736Z|2cb3849e-1d93-4a87-a832-00d1b89b6cfc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:05:31.790Z|ac4906d5-509f-4816-b57a-a4ec8ec4037a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:05:31.791Z|ac4906d5-509f-4816-b57a-a4ec8ec4037a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:05:33.967Z|4b311288-c112-4c7c-945f-76128471d3d5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:05:33.968Z|4b311288-c112-4c7c-945f-76128471d3d5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:05:35.089Z|9b817219-50ec-448f-aa67-430cbb971421|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:05:35.093Z|9b817219-50ec-448f-aa67-430cbb971421|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:05:38.770Z|8176e1c6-a245-494d-a9ec-c21838f83fe5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:05:38.771Z|8176e1c6-a245-494d-a9ec-c21838f83fe5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:05:41.825Z|eafba542-5d57-443a-b4e2-bcfee52c7f32|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:05:41.826Z|eafba542-5d57-443a-b4e2-bcfee52c7f32|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:05:43.996Z|cf0e4164-2c63-49f1-b00d-9d9859776b47|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:05:43.997Z|cf0e4164-2c63-49f1-b00d-9d9859776b47|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:05:48.844Z|fdad99e5-f608-4bb4-82a4-af3bcedacfb4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:05:48.852Z|fdad99e5-f608-4bb4-82a4-af3bcedacfb4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:05:50.089Z|af7ef0f2-d2a7-4b24-824b-d888ac5427a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:05:50.090Z|af7ef0f2-d2a7-4b24-824b-d888ac5427a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:05:50.521Z|2ffcb279-e70f-45f9-a35c-f82defc008ee|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:05:50.522Z|2ffcb279-e70f-45f9-a35c-f82defc008ee|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:05:51.859Z|15a17a22-1656-4777-9954-5897b5a12e89|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:05:51.860Z|15a17a22-1656-4777-9954-5897b5a12e89|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:05:54.027Z|8ce72e87-b483-4f38-9848-0193b80d6bc9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:05:54.028Z|8ce72e87-b483-4f38-9848-0193b80d6bc9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:05:56.118Z|dc26bdd3-c791-48f2-900f-20d1617ef488|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:05:56.119Z|dc26bdd3-c791-48f2-900f-20d1617ef488|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:05:58.898Z|2a8fac82-0cc9-443b-a2df-74205d1b1dea|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:05:58.898Z|2a8fac82-0cc9-443b-a2df-74205d1b1dea|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:06:01.893Z|99da6b6b-fd53-4ceb-9ad3-2ab4e9b22cf5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:06:01.894Z|99da6b6b-fd53-4ceb-9ad3-2ab4e9b22cf5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:06:04.057Z|da1e5e1a-d515-455f-95b9-fa8702eedd7b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:06:04.058Z|da1e5e1a-d515-455f-95b9-fa8702eedd7b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:06:05.089Z|8b99fa4c-242e-4b8d-9837-1fb16fb5ad5e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:06:05.090Z|8b99fa4c-242e-4b8d-9837-1fb16fb5ad5e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:06:08.934Z|b9d4f45c-a57d-418a-9575-e6b5b1715303|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:06:08.934Z|b9d4f45c-a57d-418a-9575-e6b5b1715303|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:06:11.930Z|e2980f9d-a5ff-454d-a4b3-50234301f186|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:06:11.931Z|e2980f9d-a5ff-454d-a4b3-50234301f186|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:06:14.090Z|7432f408-a31a-48cb-aeeb-8a25c3d05e1d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:06:14.090Z|7432f408-a31a-48cb-aeeb-8a25c3d05e1d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:06:18.974Z|bce3ebb3-f953-44a1-91c4-1e1ebabdc24b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:06:18.975Z|bce3ebb3-f953-44a1-91c4-1e1ebabdc24b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:06:20.089Z|9cac49fc-94a6-4ddb-904a-a00097581c59|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:06:20.094Z|9cac49fc-94a6-4ddb-904a-a00097581c59|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:06:20.523Z|1ebf23b6-95de-4d91-873a-1fc50bacf14b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:06:20.524Z|1ebf23b6-95de-4d91-873a-1fc50bacf14b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:06:21.962Z|862c2684-bc54-4272-8359-df69c3a6875e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:06:21.963Z|862c2684-bc54-4272-8359-df69c3a6875e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:06:24.123Z|c11ba176-e5e1-4792-85ee-f80e4b18889a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:06:24.123Z|c11ba176-e5e1-4792-85ee-f80e4b18889a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:06:29.009Z|f1c37ed2-5beb-49ed-9b39-25a1659471cb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:06:29.009Z|f1c37ed2-5beb-49ed-9b39-25a1659471cb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:06:31.996Z|a63b6560-002a-40e3-a679-73edc6b92061|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:06:31.997Z|a63b6560-002a-40e3-a679-73edc6b92061|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:06:34.150Z|fd576abc-3586-487b-8a39-c9124d91e885|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:06:34.151Z|fd576abc-3586-487b-8a39-c9124d91e885|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:06:35.089Z|7782ddde-1bb2-43dd-a7a5-c8c1e52192e4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:06:35.089Z|7782ddde-1bb2-43dd-a7a5-c8c1e52192e4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:06:39.042Z|76b8a82e-097c-4b37-8a9d-4176ee89347a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:06:39.042Z|76b8a82e-097c-4b37-8a9d-4176ee89347a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:06:42.029Z|5d59ce48-8e29-43ae-902d-44194e06e050|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:06:42.030Z|5d59ce48-8e29-43ae-902d-44194e06e050|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:06:44.174Z|db2def6d-4bf9-45cc-a549-c27dda0e7c30|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:06:44.175Z|db2def6d-4bf9-45cc-a549-c27dda0e7c30|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:06:49.075Z|a7dddb76-7ce8-4477-9aac-7c02cd89f39e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:06:49.076Z|a7dddb76-7ce8-4477-9aac-7c02cd89f39e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:06:50.089Z|63061a47-49cf-4e64-896c-5b15e8201324|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:06:50.090Z|63061a47-49cf-4e64-896c-5b15e8201324|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:06:50.525Z|eb40ed69-ac12-4a78-b074-cbcfeeb25544|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:06:50.525Z|eb40ed69-ac12-4a78-b074-cbcfeeb25544|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:06:52.059Z|a77ba774-e5a8-49f5-96b0-3d5659b72810|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:06:52.059Z|a77ba774-e5a8-49f5-96b0-3d5659b72810|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:06:54.204Z|a73f849a-173f-4f33-b4d8-667ea406bf6f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:06:54.204Z|a73f849a-173f-4f33-b4d8-667ea406bf6f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:06:56.116Z|6d889710-07b5-40c6-878b-c9752755c804|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:06:56.116Z|6d889710-07b5-40c6-878b-c9752755c804|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:06:59.109Z|6736357a-2930-4454-9f1f-a1d6d2e1fc64|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:06:59.110Z|6736357a-2930-4454-9f1f-a1d6d2e1fc64|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:07:02.089Z|e01e74aa-23c1-4b15-a4e1-66944e6ede6d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:07:02.090Z|e01e74aa-23c1-4b15-a4e1-66944e6ede6d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:07:04.234Z|ce1e23bb-8b70-48f5-8751-989d72df1890|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:07:04.235Z|ce1e23bb-8b70-48f5-8751-989d72df1890|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:07:05.089Z|e50d0873-1bdb-4070-a21d-5366a98be511|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:07:05.090Z|e50d0873-1bdb-4070-a21d-5366a98be511|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:07:09.143Z|6dfdaefc-422a-473a-907d-cfb718a1ef79|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:07:09.143Z|6dfdaefc-422a-473a-907d-cfb718a1ef79|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:07:12.125Z|1cd922a3-2482-4789-9e77-d43e84a9b0b3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:07:12.126Z|1cd922a3-2482-4789-9e77-d43e84a9b0b3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:07:14.265Z|78598458-452d-433f-9341-034ef614c7bd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:07:14.266Z|78598458-452d-433f-9341-034ef614c7bd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:07:19.175Z|5519c827-b043-45c5-a2f3-6c46417e3987|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:07:19.176Z|5519c827-b043-45c5-a2f3-6c46417e3987|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:07:20.089Z|40c6b480-c226-428f-8bbf-e435a6c1a6ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:07:20.089Z|40c6b480-c226-428f-8bbf-e435a6c1a6ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:07:20.526Z|41c73742-cb7e-43fb-8cee-a9924300ebbc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:07:20.527Z|41c73742-cb7e-43fb-8cee-a9924300ebbc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:07:22.154Z|829b3eb8-3865-485b-b24a-10981ff197e0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:07:22.155Z|829b3eb8-3865-485b-b24a-10981ff197e0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:07:24.293Z|ca480d3a-2689-4543-9700-20803c4967ca|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:07:24.294Z|ca480d3a-2689-4543-9700-20803c4967ca|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:07:29.209Z|3c4b9ac4-4145-4e9d-a870-cb1a349f09f6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:07:29.210Z|3c4b9ac4-4145-4e9d-a870-cb1a349f09f6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:07:32.186Z|f1bce602-846a-4eda-a9c5-e54142cab392|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:07:32.187Z|f1bce602-846a-4eda-a9c5-e54142cab392|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:07:34.328Z|13f7d93c-a2c6-419e-8b5a-5aa775dc359f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:07:34.329Z|13f7d93c-a2c6-419e-8b5a-5aa775dc359f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:07:35.089Z|6354efaf-753c-4a07-b45a-da45c3bf8b74|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:07:35.089Z|6354efaf-753c-4a07-b45a-da45c3bf8b74|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:07:39.241Z|845d1111-fee4-49bd-9fc1-043ca00cc258|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:07:39.242Z|845d1111-fee4-49bd-9fc1-043ca00cc258|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:07:42.214Z|79387168-0674-4792-8aa7-c71777a24221|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:07:42.214Z|79387168-0674-4792-8aa7-c71777a24221|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:07:44.357Z|180cbe56-a631-4f59-a51e-b6b2e36bea4f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:07:44.358Z|180cbe56-a631-4f59-a51e-b6b2e36bea4f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:07:49.276Z|ea056145-4f8c-419f-8b10-5b359e5a7a24|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:07:49.276Z|ea056145-4f8c-419f-8b10-5b359e5a7a24|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:07:50.089Z|37ae93cd-aad6-47f8-a4fd-a14d701b23eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:07:50.089Z|37ae93cd-aad6-47f8-a4fd-a14d701b23eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:07:50.527Z|178dd1a8-586e-4e21-8607-fa9bea0d5dbe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:07:50.528Z|178dd1a8-586e-4e21-8607-fa9bea0d5dbe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:07:52.245Z|3952bc96-4956-41fa-bdb0-788a7a8847f6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:07:52.246Z|3952bc96-4956-41fa-bdb0-788a7a8847f6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:07:54.388Z|fa89de8d-6faa-4dec-9651-23c9b826522a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:07:54.389Z|fa89de8d-6faa-4dec-9651-23c9b826522a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:07:56.117Z|5dedada7-fedb-4ca7-b4d7-d519fb9da43d|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:07:56.118Z|5dedada7-fedb-4ca7-b4d7-d519fb9da43d|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:07:59.305Z|4ba631ca-eb58-433a-acae-32efc61e7681|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:07:59.306Z|4ba631ca-eb58-433a-acae-32efc61e7681|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:08:02.277Z|c7884a2f-7ee9-4f9c-961a-6a57b4330f9b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:08:02.277Z|c7884a2f-7ee9-4f9c-961a-6a57b4330f9b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:08:04.418Z|f2100dda-36cf-498a-8b04-31b74b1f83aa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:08:04.418Z|f2100dda-36cf-498a-8b04-31b74b1f83aa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:08:05.089Z|21598ae6-784d-4566-9834-e74880f39f0c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:08:05.089Z|21598ae6-784d-4566-9834-e74880f39f0c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:08:09.336Z|26b4a13b-1804-49a1-9274-5e3027fff52c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:08:09.337Z|26b4a13b-1804-49a1-9274-5e3027fff52c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:08:12.306Z|4f7d666b-f344-4024-b174-ee20a35d33d2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:08:12.307Z|4f7d666b-f344-4024-b174-ee20a35d33d2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:08:14.449Z|d3d50886-4341-4bdc-9378-5ce52b2f1392|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:08:14.451Z|d3d50886-4341-4bdc-9378-5ce52b2f1392|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:08:19.368Z|467355eb-4c36-445c-b3b4-8b1ebe6adec2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:08:19.369Z|467355eb-4c36-445c-b3b4-8b1ebe6adec2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:08:20.089Z|667d9edf-a0f6-4550-ada0-a1fc34acbf8b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:08:20.089Z|667d9edf-a0f6-4550-ada0-a1fc34acbf8b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:08:20.528Z|68bf61e8-1efa-45d9-b170-a5aadecea733|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:08:20.529Z|68bf61e8-1efa-45d9-b170-a5aadecea733|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:08:22.337Z|28e86a05-3fe8-46cd-9345-3cb499ddf8fc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:08:22.338Z|28e86a05-3fe8-46cd-9345-3cb499ddf8fc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:08:24.481Z|1d5b95a2-07af-4cc1-af9a-bb8f0d2ba96a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:08:24.483Z|1d5b95a2-07af-4cc1-af9a-bb8f0d2ba96a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:08:29.398Z|dcf1329b-e7ce-4f21-b9c0-38f5bcf470aa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:08:29.398Z|dcf1329b-e7ce-4f21-b9c0-38f5bcf470aa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:08:32.373Z|304ba525-4b68-4765-add6-f35a1b1a81f3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:08:32.373Z|304ba525-4b68-4765-add6-f35a1b1a81f3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:08:34.514Z|add586a5-bbc5-43ee-bb3f-05df2ee7e874|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:08:34.515Z|add586a5-bbc5-43ee-bb3f-05df2ee7e874|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:08:35.089Z|bb4eaa45-8b67-4f80-845d-ae89b49c9203|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:08:35.093Z|bb4eaa45-8b67-4f80-845d-ae89b49c9203|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:08:39.430Z|ab51d002-3a1f-43a0-b907-afb6b8fc0fe0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:08:39.431Z|ab51d002-3a1f-43a0-b907-afb6b8fc0fe0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:08:42.405Z|b12c3b74-4aa1-439c-82af-3c1d89c97d4e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:08:42.406Z|b12c3b74-4aa1-439c-82af-3c1d89c97d4e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:08:44.553Z|8992b62b-2d25-44f6-8cf7-c49fb104afc6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:08:44.553Z|8992b62b-2d25-44f6-8cf7-c49fb104afc6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:08:49.460Z|e203f136-0de7-4c3f-83fb-fc329999aacb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:08:49.461Z|e203f136-0de7-4c3f-83fb-fc329999aacb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:08:50.089Z|c1d5a8c2-bb4a-4b69-843c-89918d10a21a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:08:50.089Z|c1d5a8c2-bb4a-4b69-843c-89918d10a21a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:08:50.529Z|42416a2f-df3d-4f58-8ea2-63173b413122|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:08:50.530Z|42416a2f-df3d-4f58-8ea2-63173b413122|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:08:52.437Z|2e229e67-a0fa-4d52-bafb-23c3527b0b44|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:08:52.438Z|2e229e67-a0fa-4d52-bafb-23c3527b0b44|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:08:54.582Z|beffd03f-7a79-4462-9b6a-d7211662097e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:08:54.582Z|beffd03f-7a79-4462-9b6a-d7211662097e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:08:56.116Z|51d8cc78-8649-4ad5-9765-383f1012af3f|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:08:56.116Z|51d8cc78-8649-4ad5-9765-383f1012af3f|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:08:59.495Z|a780260d-33ae-49c0-a861-cf001936aa4b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:08:59.495Z|a780260d-33ae-49c0-a861-cf001936aa4b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:09:02.469Z|2aa54879-e538-4e94-b6b0-7f420d3d044e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:09:02.470Z|2aa54879-e538-4e94-b6b0-7f420d3d044e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:09:04.612Z|06aa082c-ff73-4cf9-97a5-d287e0c61f35|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:09:04.612Z|06aa082c-ff73-4cf9-97a5-d287e0c61f35|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:09:05.089Z|7b0db56b-67c2-438d-8a98-6b3281cdc84d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:09:05.089Z|7b0db56b-67c2-438d-8a98-6b3281cdc84d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:09:09.528Z|795a1a08-e85d-423f-b5f6-328c35cebcd6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:09:09.530Z|795a1a08-e85d-423f-b5f6-328c35cebcd6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:09:12.501Z|d36aade8-12c0-4b7d-83d7-2565842bd90c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:09:12.502Z|d36aade8-12c0-4b7d-83d7-2565842bd90c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:09:14.643Z|440bcd6d-897a-4523-a4cd-dc4436396e0f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:09:14.644Z|440bcd6d-897a-4523-a4cd-dc4436396e0f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:09:19.561Z|89875b44-e512-44f9-9115-c8ea649877aa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:09:19.562Z|89875b44-e512-44f9-9115-c8ea649877aa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:09:20.089Z|04fee949-9e8c-41b9-9640-3a7e2776e96d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:09:20.092Z|04fee949-9e8c-41b9-9640-3a7e2776e96d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:09:20.531Z|af5c3407-4279-4cb8-bb40-1dfc2758c9ec|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:09:20.531Z|af5c3407-4279-4cb8-bb40-1dfc2758c9ec|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:09:22.535Z|4230432d-dd05-49f9-8bb5-da2b0cca4f33|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:09:22.535Z|4230432d-dd05-49f9-8bb5-da2b0cca4f33|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:09:24.670Z|c6d68cb7-077a-46f4-9ab9-5c02c62b9f33|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:09:24.671Z|c6d68cb7-077a-46f4-9ab9-5c02c62b9f33|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:09:29.593Z|a7d76ff3-6408-4158-82e1-8691f457a1a4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:09:29.594Z|a7d76ff3-6408-4158-82e1-8691f457a1a4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:09:32.567Z|baf98468-4184-41e3-8e5b-9f495bfaa9b8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:09:32.568Z|baf98468-4184-41e3-8e5b-9f495bfaa9b8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:09:34.698Z|6fe3fc0a-28d1-4e19-a5bc-1bb394a700c1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:09:34.699Z|6fe3fc0a-28d1-4e19-a5bc-1bb394a700c1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:09:35.089Z|08bec193-6c20-4358-b87c-9f6b3a407c49|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:09:35.089Z|08bec193-6c20-4358-b87c-9f6b3a407c49|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:09:39.626Z|64d43f3c-cccb-41ac-9098-fc3dc100a6d7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:09:39.627Z|64d43f3c-cccb-41ac-9098-fc3dc100a6d7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:09:42.598Z|a38a1d9e-fcdb-41a3-bcba-fffed236d93c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:09:42.599Z|a38a1d9e-fcdb-41a3-bcba-fffed236d93c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:09:44.730Z|bf482191-71b0-4c24-959f-231cb8ef3210|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:09:44.731Z|bf482191-71b0-4c24-959f-231cb8ef3210|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:09:49.657Z|c3d3de1d-f4a7-42f4-844a-f4c099632408|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:09:49.658Z|c3d3de1d-f4a7-42f4-844a-f4c099632408|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:09:50.089Z|306bae34-4f63-4964-9c7d-76499320afd5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:09:50.090Z|306bae34-4f63-4964-9c7d-76499320afd5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:09:50.532Z|495dc3e3-701b-4cd9-b807-dc3a7d6e954f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:09:50.532Z|495dc3e3-701b-4cd9-b807-dc3a7d6e954f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:09:52.631Z|018bcfde-a560-408c-b493-b42b3efb0cfe|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:09:52.631Z|018bcfde-a560-408c-b493-b42b3efb0cfe|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:09:54.758Z|72825a3c-199c-4459-a26d-a64b6c97a334|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:09:54.759Z|72825a3c-199c-4459-a26d-a64b6c97a334|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:09:56.117Z|c81303da-972a-475e-b3f9-325b0b96cae6|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:09:56.118Z|c81303da-972a-475e-b3f9-325b0b96cae6|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:09:59.697Z|693d35ca-e7ca-4713-9804-6214c13f4abe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:09:59.700Z|693d35ca-e7ca-4713-9804-6214c13f4abe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:10:02.666Z|e2a40348-4d37-4209-ba6d-608f503157bc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:10:02.667Z|e2a40348-4d37-4209-ba6d-608f503157bc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:10:04.797Z|ce82ec9d-9bce-42d5-aed3-110d5adf5419|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:10:04.798Z|ce82ec9d-9bce-42d5-aed3-110d5adf5419|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:10:05.089Z|d8aff125-9bc5-4507-8464-88b1c21d335f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:10:05.095Z|d8aff125-9bc5-4507-8464-88b1c21d335f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:10:09.746Z|ce490c02-c0d9-4d56-9d79-07d9a4d97f5c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:10:09.747Z|ce490c02-c0d9-4d56-9d79-07d9a4d97f5c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:10:12.704Z|3cc098b1-95c9-4f20-8684-0b346a91d38e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:10:12.705Z|3cc098b1-95c9-4f20-8684-0b346a91d38e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:10:14.829Z|4ca6f6d9-0bc0-40fc-a069-049ef18fd04e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:10:14.830Z|4ca6f6d9-0bc0-40fc-a069-049ef18fd04e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:10:19.788Z|965d9cd0-2225-420f-b158-99cedb2afdd4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:10:19.789Z|965d9cd0-2225-420f-b158-99cedb2afdd4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:10:20.089Z|1a6b3898-d8c3-4951-9b5c-cac7eb6e9743|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:10:20.089Z|1a6b3898-d8c3-4951-9b5c-cac7eb6e9743|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:10:20.534Z|1d372c3b-2eb1-4fb7-94ff-ef5dcc9555d3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:10:20.535Z|1d372c3b-2eb1-4fb7-94ff-ef5dcc9555d3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:10:22.730Z|b9759ae7-531b-4f24-ab6a-21d7e9139c45|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:10:22.731Z|b9759ae7-531b-4f24-ab6a-21d7e9139c45|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:10:24.863Z|d303d519-55cd-4ebc-a9bd-0ab526018e5c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:10:24.864Z|d303d519-55cd-4ebc-a9bd-0ab526018e5c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:10:29.823Z|ab9d4213-19ae-4ce5-8639-997c604ebd84|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:10:29.824Z|ab9d4213-19ae-4ce5-8639-997c604ebd84|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:10:32.764Z|cf096f8f-2190-45cc-b5ab-efdf8bdd0ac7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:10:32.766Z|cf096f8f-2190-45cc-b5ab-efdf8bdd0ac7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:10:34.897Z|711c994c-f72e-4113-bf43-080795291107|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:10:34.898Z|711c994c-f72e-4113-bf43-080795291107|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:10:35.089Z|1849ee5c-3910-4218-9d6f-b0868659d295|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:10:35.089Z|1849ee5c-3910-4218-9d6f-b0868659d295|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:10:39.857Z|e783c814-b96b-4983-98b9-3bc12e8a1c0c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:10:39.858Z|e783c814-b96b-4983-98b9-3bc12e8a1c0c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:10:42.798Z|f54a6529-18b8-4dbc-a45a-d9fed7fdd488|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:10:42.799Z|f54a6529-18b8-4dbc-a45a-d9fed7fdd488|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:10:44.926Z|f88d611c-13de-4041-a03a-90ec03048012|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:10:44.927Z|f88d611c-13de-4041-a03a-90ec03048012|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:10:49.890Z|c25518a0-8531-4893-bc14-2ded490b4958|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:10:49.891Z|c25518a0-8531-4893-bc14-2ded490b4958|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:10:50.089Z|374dfed6-d46a-473d-a10f-79cfaabcbe43|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:10:50.094Z|374dfed6-d46a-473d-a10f-79cfaabcbe43|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:10:50.536Z|26777d7d-97cc-4227-ac13-d6d32aaa3271|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:10:50.536Z|26777d7d-97cc-4227-ac13-d6d32aaa3271|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:10:52.831Z|0520c793-4f4b-4846-b9cd-d827e556596e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:10:52.832Z|0520c793-4f4b-4846-b9cd-d827e556596e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:10:54.961Z|960a6086-4fd2-48f6-8b0f-04655925d300|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:10:54.962Z|960a6086-4fd2-48f6-8b0f-04655925d300|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:10:56.118Z|7774eeb4-cc20-4837-957e-07f4da5b6814|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:10:56.119Z|7774eeb4-cc20-4837-957e-07f4da5b6814|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:10:59.922Z|639989b6-4e53-40de-870b-3f492e25657f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:10:59.923Z|639989b6-4e53-40de-870b-3f492e25657f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:11:02.865Z|872b70de-c172-4484-a043-6f97d91d9189|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:11:02.866Z|872b70de-c172-4484-a043-6f97d91d9189|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:11:04.988Z|c95cc09e-a45c-405a-a0bc-3a78bf686bcf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:11:04.989Z|c95cc09e-a45c-405a-a0bc-3a78bf686bcf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:11:05.089Z|cd25b201-88ce-40d5-aa8e-cdc67ebe2ef1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:11:05.089Z|cd25b201-88ce-40d5-aa8e-cdc67ebe2ef1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:11:09.954Z|3e3efc2c-d3eb-41fd-ab6d-ffda91accfb5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:11:09.954Z|3e3efc2c-d3eb-41fd-ab6d-ffda91accfb5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:11:12.905Z|007f4495-e512-451c-bea2-d190fbec2fe8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:11:12.906Z|007f4495-e512-451c-bea2-d190fbec2fe8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:11:15.020Z|2af0ee65-45cd-4840-a9a6-5825928155bc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:11:15.021Z|2af0ee65-45cd-4840-a9a6-5825928155bc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:11:19.992Z|9dc0a8e3-1c20-4a26-9a2e-c1876d2851ce|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:11:19.993Z|9dc0a8e3-1c20-4a26-9a2e-c1876d2851ce|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:11:20.089Z|c691a24f-3e90-45cd-a1e0-48eeace67bab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:11:20.089Z|c691a24f-3e90-45cd-a1e0-48eeace67bab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:11:20.537Z|e785a52b-0df7-4631-b0c0-ab00fb41e4ff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:11:20.538Z|e785a52b-0df7-4631-b0c0-ab00fb41e4ff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:11:22.937Z|bdcd5fb3-ab2f-4b68-9135-c6a646f558fd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:11:22.938Z|bdcd5fb3-ab2f-4b68-9135-c6a646f558fd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:11:25.051Z|be848d55-9c2c-45fa-a20f-0ee468f212f9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:11:25.052Z|be848d55-9c2c-45fa-a20f-0ee468f212f9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:11:30.027Z|ab39b4cc-4ea0-4133-b60e-23a8b48e6963|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:11:30.027Z|ab39b4cc-4ea0-4133-b60e-23a8b48e6963|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:11:32.978Z|522bd642-6bdb-454c-986f-3f0b7824cea8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:11:32.979Z|522bd642-6bdb-454c-986f-3f0b7824cea8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:11:35.079Z|3a55c940-58bc-4e60-9265-da2ebf484a71|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:11:35.079Z|3a55c940-58bc-4e60-9265-da2ebf484a71|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:11:35.089Z|7218ba83-58c9-4198-a8a8-fc40684b2ec0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:11:35.093Z|7218ba83-58c9-4198-a8a8-fc40684b2ec0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:11:40.059Z|8b92c7f0-c86c-4a3f-b288-ebe7c8f0b2e8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:11:40.060Z|8b92c7f0-c86c-4a3f-b288-ebe7c8f0b2e8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:11:43.007Z|df06c7e7-3f0e-4b5b-99a9-a44627cb20a7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:11:43.008Z|df06c7e7-3f0e-4b5b-99a9-a44627cb20a7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:11:45.111Z|623cc106-b924-4c5b-85f2-daecc013444b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:11:45.112Z|623cc106-b924-4c5b-85f2-daecc013444b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:11:50.089Z|4ce71603-f328-4dc3-88cd-cdd422b9f70b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:11:50.089Z|4ce71603-f328-4dc3-88cd-cdd422b9f70b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:11:50.095Z|d3bb8975-b50e-4bb0-be8f-b7de631df3c9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:11:50.096Z|d3bb8975-b50e-4bb0-be8f-b7de631df3c9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:11:50.538Z|834e01d7-3b63-4c5b-bdfa-d36fc6119a29|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:11:50.539Z|834e01d7-3b63-4c5b-bdfa-d36fc6119a29|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:11:53.040Z|5ddef41a-e673-487b-b6a9-8c2aee09ffb5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:11:53.041Z|5ddef41a-e673-487b-b6a9-8c2aee09ffb5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:11:55.144Z|1c185600-4af9-4dbe-9caf-592a20598996|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:11:55.145Z|1c185600-4af9-4dbe-9caf-592a20598996|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:11:56.116Z|183a40fa-ea55-4883-9d37-caad1a440563|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:11:56.117Z|183a40fa-ea55-4883-9d37-caad1a440563|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:12:00.123Z|7728cf5e-ef48-4632-81e3-64c1588fde68|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:12:00.124Z|7728cf5e-ef48-4632-81e3-64c1588fde68|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:12:03.071Z|a6b90867-93a6-4aa5-a93c-da190a00a09c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:12:03.071Z|a6b90867-93a6-4aa5-a93c-da190a00a09c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:12:05.089Z|9e8e92ff-81d0-4149-9c59-a2067e71cd57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:12:05.090Z|9e8e92ff-81d0-4149-9c59-a2067e71cd57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:12:05.176Z|c51d3634-fbcc-4c59-bdf1-1b273c796e3d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:12:05.177Z|c51d3634-fbcc-4c59-bdf1-1b273c796e3d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:12:10.149Z|5deefaf4-aba3-438b-b119-831919d8104a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:12:10.150Z|5deefaf4-aba3-438b-b119-831919d8104a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:12:13.099Z|c156b485-ec9d-423c-9e1a-644419f97ddb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:12:13.100Z|c156b485-ec9d-423c-9e1a-644419f97ddb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:12:15.207Z|faf3f151-d103-4a84-83f0-de356d876c02|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:12:15.208Z|faf3f151-d103-4a84-83f0-de356d876c02|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:12:20.089Z|82c47fb0-fff1-4f2c-ad0a-d4ddae6ac141|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:12:20.093Z|82c47fb0-fff1-4f2c-ad0a-d4ddae6ac141|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:12:20.176Z|6a60ef75-ef52-41b4-a529-3da0994b7327|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:12:20.177Z|6a60ef75-ef52-41b4-a529-3da0994b7327|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:12:20.540Z|5fbb42fa-6e67-4d01-b918-add1bced1646|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:12:20.540Z|5fbb42fa-6e67-4d01-b918-add1bced1646|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:12:23.132Z|3dbd68cb-80c6-4313-a427-f1bff682677f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:12:23.133Z|3dbd68cb-80c6-4313-a427-f1bff682677f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:12:25.238Z|319937c9-f915-491d-b96b-7fc46ad70551|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:12:25.239Z|319937c9-f915-491d-b96b-7fc46ad70551|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:12:30.203Z|34cf5887-207b-4fa1-8304-405f774da119|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:12:30.203Z|34cf5887-207b-4fa1-8304-405f774da119|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:12:33.164Z|be12628f-688a-40e2-82a1-fa006c4acc27|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:12:33.164Z|be12628f-688a-40e2-82a1-fa006c4acc27|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:12:35.089Z|83795c8a-7d7b-4c68-9783-8ef019435dbc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:12:35.089Z|83795c8a-7d7b-4c68-9783-8ef019435dbc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:12:35.272Z|8a70fcc3-baf9-4d60-b6c5-e673313573a9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:12:35.272Z|8a70fcc3-baf9-4d60-b6c5-e673313573a9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:12:40.230Z|c4ba3f46-4f23-404a-b1d6-251b3b43633a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:12:40.231Z|c4ba3f46-4f23-404a-b1d6-251b3b43633a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:12:43.196Z|3026ea98-496e-49c5-9be0-3ef2f9544604|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:12:43.196Z|3026ea98-496e-49c5-9be0-3ef2f9544604|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:12:45.307Z|f5bd2f19-1785-4053-904b-b8d9a05c99cf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:12:45.308Z|f5bd2f19-1785-4053-904b-b8d9a05c99cf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:12:50.089Z|1bf99809-1e13-4369-966e-17bfef2d67be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:12:50.089Z|1bf99809-1e13-4369-966e-17bfef2d67be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:12:50.261Z|21f7d458-3ad5-47d6-bfaa-240b643013a6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:12:50.262Z|21f7d458-3ad5-47d6-bfaa-240b643013a6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:12:50.541Z|2fcd0115-82f1-479a-a208-3ba119ff747a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:12:50.542Z|2fcd0115-82f1-479a-a208-3ba119ff747a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:12:53.231Z|f48de320-248c-4d15-bcec-7e18517fc750|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:12:53.232Z|f48de320-248c-4d15-bcec-7e18517fc750|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:12:55.341Z|ae6462ff-3765-452f-8afa-467dfc53b028|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:12:55.342Z|ae6462ff-3765-452f-8afa-467dfc53b028|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:12:56.116Z|7a796c6a-89a8-4618-a03e-1f40227c31d4|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:12:56.116Z|7a796c6a-89a8-4618-a03e-1f40227c31d4|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:13:00.292Z|0ba2446a-42d7-4d4a-80c2-332071240b8b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:13:00.293Z|0ba2446a-42d7-4d4a-80c2-332071240b8b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:13:03.265Z|953d5030-15f6-4c13-a682-ba5a338271fd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:13:03.266Z|953d5030-15f6-4c13-a682-ba5a338271fd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:13:05.089Z|cc8a6b83-2c64-48fc-9142-d1b52f41c58b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:13:05.094Z|cc8a6b83-2c64-48fc-9142-d1b52f41c58b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:13:05.372Z|edc3fe37-6338-4795-a2b5-21040a8c73b1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:13:05.373Z|edc3fe37-6338-4795-a2b5-21040a8c73b1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:13:10.326Z|9aa2955f-8449-4deb-9a6c-bf117668166d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:13:10.327Z|9aa2955f-8449-4deb-9a6c-bf117668166d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:13:13.299Z|92f41aea-1167-4374-a34a-1819ffe6255e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:13:13.299Z|92f41aea-1167-4374-a34a-1819ffe6255e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:13:15.404Z|f7b9aa97-ca5f-473c-824a-bba1d008b579|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:13:15.405Z|f7b9aa97-ca5f-473c-824a-bba1d008b579|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:13:20.089Z|d4c2e918-7b06-4afe-a9e0-98b9ede425d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:13:20.089Z|d4c2e918-7b06-4afe-a9e0-98b9ede425d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:13:20.359Z|3b9d44a9-4995-41f5-b27e-aa187653f640|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:13:20.360Z|3b9d44a9-4995-41f5-b27e-aa187653f640|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:13:20.542Z|5299c01d-4097-4b2c-af10-532ad31e9f45|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:13:20.543Z|5299c01d-4097-4b2c-af10-532ad31e9f45|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:13:23.329Z|b6239e1b-049b-4586-97c7-012815a845ee|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:13:23.330Z|b6239e1b-049b-4586-97c7-012815a845ee|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:13:25.437Z|99a955e5-5a5a-46b5-8ed1-ec8d053d91be|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:13:25.438Z|99a955e5-5a5a-46b5-8ed1-ec8d053d91be|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:13:30.393Z|1691dc69-eb1f-4915-a5af-6074d5ca7517|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:13:30.394Z|1691dc69-eb1f-4915-a5af-6074d5ca7517|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:13:33.383Z|dc920cdd-38c8-44a6-8eac-793a58f878b4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:13:33.384Z|dc920cdd-38c8-44a6-8eac-793a58f878b4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:13:35.089Z|5811a0e3-f3b2-4f02-b440-3d38ea363037|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:13:35.090Z|5811a0e3-f3b2-4f02-b440-3d38ea363037|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:13:35.470Z|73c76963-f929-4882-b63a-0dfdc9a8ddf2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:13:35.470Z|73c76963-f929-4882-b63a-0dfdc9a8ddf2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:13:40.426Z|71ccb28d-201d-498c-a513-a8ac4a09306e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:13:40.427Z|71ccb28d-201d-498c-a513-a8ac4a09306e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:13:43.407Z|e5612e42-4d96-4e31-8f2c-b989b480e42b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:13:43.408Z|e5612e42-4d96-4e31-8f2c-b989b480e42b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:13:45.499Z|8b920566-6002-45a0-9f99-c037e553c4af|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:13:45.499Z|8b920566-6002-45a0-9f99-c037e553c4af|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:13:50.092Z|f4ae1748-fe21-41c2-9000-76cb0da5558d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:13:50.096Z|f4ae1748-fe21-41c2-9000-76cb0da5558d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:13:50.461Z|47ee02ec-14a9-42e9-9d7b-a723af27b83e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:13:50.462Z|47ee02ec-14a9-42e9-9d7b-a723af27b83e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:13:50.543Z|888010a7-86b8-499b-8274-29c351ad3448|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:13:50.544Z|888010a7-86b8-499b-8274-29c351ad3448|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:13:53.440Z|80c2fbab-aff1-43ab-81cc-d7da1cea31d5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:13:53.441Z|80c2fbab-aff1-43ab-81cc-d7da1cea31d5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:13:55.533Z|9507bd38-f5dc-4286-829c-c7e938bb979b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:13:55.534Z|9507bd38-f5dc-4286-829c-c7e938bb979b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:13:56.118Z|7571ad5e-c7cd-4db4-a499-e1bcfce264da|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:13:56.119Z|7571ad5e-c7cd-4db4-a499-e1bcfce264da|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:14:00.498Z|ad2e3a22-9846-428d-a7dc-bdd9c11e73f1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:14:00.503Z|ad2e3a22-9846-428d-a7dc-bdd9c11e73f1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:14:03.484Z|5c0eb72d-1b32-4835-8949-47130ae23ddd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:14:03.485Z|5c0eb72d-1b32-4835-8949-47130ae23ddd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:14:05.089Z|3b664e16-bbc7-4103-8bc7-5f9d4315b07d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:14:05.090Z|3b664e16-bbc7-4103-8bc7-5f9d4315b07d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:14:05.564Z|b012d773-dca7-4fb6-b2c9-832aee2922f0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:14:05.564Z|b012d773-dca7-4fb6-b2c9-832aee2922f0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:14:10.542Z|64fdbf05-4adb-4d7b-ae08-2404d0da1274|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:14:10.543Z|64fdbf05-4adb-4d7b-ae08-2404d0da1274|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:14:13.516Z|c67ef8e5-a882-4148-bb2f-292d346badec|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:14:13.517Z|c67ef8e5-a882-4148-bb2f-292d346badec|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:14:15.596Z|de720ff6-e167-4bc4-ac2d-6d6473932ef8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:14:15.597Z|de720ff6-e167-4bc4-ac2d-6d6473932ef8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:14:20.089Z|57e55e18-10e4-4f8c-a53e-7d009c2330c0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:14:20.090Z|57e55e18-10e4-4f8c-a53e-7d009c2330c0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:14:20.544Z|08732355-dec2-4aa7-8444-53c27e80682c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:14:20.545Z|08732355-dec2-4aa7-8444-53c27e80682c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:14:20.580Z|a7428c5b-5bc2-4273-ba33-871047b6563e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:14:20.580Z|a7428c5b-5bc2-4273-ba33-871047b6563e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:14:23.548Z|f9255ef5-0f08-4bfe-813d-8b97db4e8bbe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:14:23.549Z|f9255ef5-0f08-4bfe-813d-8b97db4e8bbe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:14:25.629Z|e902d161-04b4-44ba-8568-56d5a096537e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:14:25.630Z|e902d161-04b4-44ba-8568-56d5a096537e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:14:30.613Z|5b8904ed-da62-4b6b-b7e5-acef93713b4a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:14:30.614Z|5b8904ed-da62-4b6b-b7e5-acef93713b4a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:14:33.580Z|d63fa5f6-76b8-4560-abb1-c92e00489493|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:14:33.581Z|d63fa5f6-76b8-4560-abb1-c92e00489493|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:14:35.089Z|3e00ef19-595b-4631-802c-fb9809890384|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:14:35.094Z|3e00ef19-595b-4631-802c-fb9809890384|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:14:35.659Z|d88417cb-6816-4e87-824f-78c9f45e6966|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:14:35.660Z|d88417cb-6816-4e87-824f-78c9f45e6966|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:14:40.646Z|f16d425d-e54c-4735-a212-189926d7186c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:14:40.646Z|f16d425d-e54c-4735-a212-189926d7186c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:14:43.610Z|08ccf077-1bc6-47e6-99a2-62e8aee0567f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:14:43.611Z|08ccf077-1bc6-47e6-99a2-62e8aee0567f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:14:45.686Z|b223fb3e-1c88-4b5b-b5dd-37f58464765d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:14:45.687Z|b223fb3e-1c88-4b5b-b5dd-37f58464765d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:14:50.089Z|f1f59838-57f5-42cc-b436-941c2bce73e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:14:50.089Z|f1f59838-57f5-42cc-b436-941c2bce73e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:14:50.546Z|787f8cc9-37de-4e7b-ae86-b2a409d04231|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:14:50.546Z|787f8cc9-37de-4e7b-ae86-b2a409d04231|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:14:50.679Z|b6f7c165-15d9-43e4-a8c3-428f5e85a5e0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:14:50.680Z|b6f7c165-15d9-43e4-a8c3-428f5e85a5e0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:14:53.640Z|ab6d6716-4031-4cc6-a7dc-4f1f995c46c1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:14:53.643Z|ab6d6716-4031-4cc6-a7dc-4f1f995c46c1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:14:55.724Z|63c893db-b0c1-4190-8e72-e99e0e8d6102|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:14:55.725Z|63c893db-b0c1-4190-8e72-e99e0e8d6102|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:14:56.117Z|46d862fc-3105-4bb2-b15b-54f21668eb91|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:14:56.117Z|46d862fc-3105-4bb2-b15b-54f21668eb91|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:15:00.718Z|40869488-87b2-4490-8c92-409d719144e1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:15:00.719Z|40869488-87b2-4490-8c92-409d719144e1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:15:03.675Z|1816b8d6-52c8-4c6c-bbf8-7e41097751a8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:15:03.676Z|1816b8d6-52c8-4c6c-bbf8-7e41097751a8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:15:05.089Z|e63dbb55-1a33-4699-b82a-1a4c00a3c3cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:15:05.089Z|e63dbb55-1a33-4699-b82a-1a4c00a3c3cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:15:05.756Z|dbfda899-64e2-499b-b27d-38579c2b53f4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:15:05.757Z|dbfda899-64e2-499b-b27d-38579c2b53f4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:15:10.751Z|9909537c-a3de-42da-a90d-0fcd0dd0bc8d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:15:10.751Z|9909537c-a3de-42da-a90d-0fcd0dd0bc8d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:15:13.710Z|d993f4c9-8ae9-4979-a653-eacb0dac3c0c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:15:13.711Z|d993f4c9-8ae9-4979-a653-eacb0dac3c0c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:15:15.790Z|9e4e7d1a-c7c0-43b4-9afe-ef614bf00762|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:15:15.791Z|9e4e7d1a-c7c0-43b4-9afe-ef614bf00762|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:15:20.089Z|f73e07c1-28d7-4fa8-9926-05d105cf6e1b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:15:20.094Z|f73e07c1-28d7-4fa8-9926-05d105cf6e1b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:15:20.547Z|4e56408c-31d0-44ad-b46c-0289f615b385|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:15:20.547Z|4e56408c-31d0-44ad-b46c-0289f615b385|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:15:20.779Z|ce2f2c9e-ffc9-4188-85e7-042fa7c71d97|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:15:20.780Z|ce2f2c9e-ffc9-4188-85e7-042fa7c71d97|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:15:23.747Z|27d26e71-3aa2-4236-9be2-c96acac1e02c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:15:23.747Z|27d26e71-3aa2-4236-9be2-c96acac1e02c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:15:25.821Z|1373c91c-731c-475c-aaae-3edd54df5c90|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:15:25.822Z|1373c91c-731c-475c-aaae-3edd54df5c90|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:15:30.811Z|194a64f1-2d31-4c8d-b4ca-d5117f2a5ee7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:15:30.812Z|194a64f1-2d31-4c8d-b4ca-d5117f2a5ee7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:15:33.804Z|e209d658-6114-4c8b-a675-144355fe52b1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:15:33.805Z|e209d658-6114-4c8b-a675-144355fe52b1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:15:35.089Z|a7db3259-6e68-4a27-9ec0-31050a77ac1f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:15:35.089Z|a7db3259-6e68-4a27-9ec0-31050a77ac1f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:15:35.853Z|36936980-38b3-467b-bd05-bbae90f0ec08|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:15:35.854Z|36936980-38b3-467b-bd05-bbae90f0ec08|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:15:40.845Z|1b9f6384-89af-4a26-a873-e80e68d02e57|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:15:40.846Z|1b9f6384-89af-4a26-a873-e80e68d02e57|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:15:43.829Z|feced197-e528-40bb-be07-c2562526d8e6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:15:43.830Z|feced197-e528-40bb-be07-c2562526d8e6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:15:45.886Z|856ec93a-360e-488f-bb41-40e66cba28a7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:15:45.887Z|856ec93a-360e-488f-bb41-40e66cba28a7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:15:50.089Z|52e0e5c1-33fd-4774-8571-c444f4c6eb76|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:15:50.090Z|52e0e5c1-33fd-4774-8571-c444f4c6eb76|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:15:50.548Z|dc2b8baa-5161-4bc2-9e9e-df02659c291b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:15:50.549Z|dc2b8baa-5161-4bc2-9e9e-df02659c291b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:15:50.876Z|c0d5e58f-b64c-445c-8eb8-422359017565|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:15:50.877Z|c0d5e58f-b64c-445c-8eb8-422359017565|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:15:53.854Z|bea9c244-bc26-4f29-8a91-1635b7c5de60|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:15:53.855Z|bea9c244-bc26-4f29-8a91-1635b7c5de60|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:15:55.919Z|d88ad9b9-3a97-40bc-b10d-f41697d7d303|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:15:55.920Z|d88ad9b9-3a97-40bc-b10d-f41697d7d303|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:15:56.117Z|b10d3578-fd67-40ab-a726-d08fdece0035|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:15:56.117Z|b10d3578-fd67-40ab-a726-d08fdece0035|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:16:00.907Z|0c5608b1-36e9-4d1f-8df8-bb0e7f9f2a06|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:16:00.908Z|0c5608b1-36e9-4d1f-8df8-bb0e7f9f2a06|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:16:03.879Z|b48282d6-b2dc-4289-adf2-3e38547c1f3d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:16:03.880Z|b48282d6-b2dc-4289-adf2-3e38547c1f3d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:16:05.089Z|2e8eaef0-218f-498f-a46c-de69417ca8d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:16:05.094Z|2e8eaef0-218f-498f-a46c-de69417ca8d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:16:05.949Z|76d93e23-4824-4b63-bce1-42fed0816fed|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:16:05.950Z|76d93e23-4824-4b63-bce1-42fed0816fed|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:16:10.941Z|034a8f36-6440-4c1b-bbfc-6475099d8bc6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:16:10.942Z|034a8f36-6440-4c1b-bbfc-6475099d8bc6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:16:13.904Z|9c4a0761-f0b1-4f83-ad17-b28ad5cf2d2a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:16:13.905Z|9c4a0761-f0b1-4f83-ad17-b28ad5cf2d2a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:16:15.979Z|ba9b89dc-afef-4ec1-bfe0-bd4114d06889|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:16:15.981Z|ba9b89dc-afef-4ec1-bfe0-bd4114d06889|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:16:20.089Z|da9ac9e2-84e2-486d-8859-c27d62e4c0ff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:16:20.089Z|da9ac9e2-84e2-486d-8859-c27d62e4c0ff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:16:20.550Z|c6d10b9e-95a2-41c2-87bd-91d73d36c0e4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:16:20.550Z|c6d10b9e-95a2-41c2-87bd-91d73d36c0e4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:16:20.975Z|d2b58827-8601-480f-8946-9d6637ae6173|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:16:20.976Z|d2b58827-8601-480f-8946-9d6637ae6173|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:16:23.929Z|cfff503f-d540-420d-953b-5b3a3145fa07|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:16:23.930Z|cfff503f-d540-420d-953b-5b3a3145fa07|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:16:26.011Z|028ba251-cb3d-47e9-ae57-007d0b29b09a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:16:26.012Z|028ba251-cb3d-47e9-ae57-007d0b29b09a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:16:31.005Z|060a347d-52d0-4a03-bbfc-99d971260611|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:16:31.005Z|060a347d-52d0-4a03-bbfc-99d971260611|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:16:33.955Z|cac10827-2131-4605-a3cb-c6c318a2f905|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:16:33.956Z|cac10827-2131-4605-a3cb-c6c318a2f905|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:16:35.089Z|95e60663-50ea-4202-bbce-1526064d34cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:16:35.089Z|95e60663-50ea-4202-bbce-1526064d34cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:16:36.040Z|7707d1f6-06ab-47d4-bac9-85e797e09a0b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:16:36.041Z|7707d1f6-06ab-47d4-bac9-85e797e09a0b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:16:41.035Z|78f5f455-eac2-4349-b744-4bb65c908886|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:16:41.036Z|78f5f455-eac2-4349-b744-4bb65c908886|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:16:43.990Z|9a6d05fe-ee67-45f2-839d-249fa5182acb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:16:43.990Z|9a6d05fe-ee67-45f2-839d-249fa5182acb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:16:46.080Z|a49b6d83-ad89-4a86-80ea-63e691ac1fa8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:16:46.081Z|a49b6d83-ad89-4a86-80ea-63e691ac1fa8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:16:50.089Z|67c3728b-9ba0-4ef1-a4cb-be6bfa6087dd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:16:50.093Z|67c3728b-9ba0-4ef1-a4cb-be6bfa6087dd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:16:50.551Z|a84c2cef-1280-4620-9f67-1ad4842649ce|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:16:50.551Z|a84c2cef-1280-4620-9f67-1ad4842649ce|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:16:51.069Z|58ac5f3a-7aba-4236-85d8-b4275f268e8c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:16:51.070Z|58ac5f3a-7aba-4236-85d8-b4275f268e8c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:16:54.018Z|d51495f4-2199-417d-ab81-bd154452b1f3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:16:54.019Z|d51495f4-2199-417d-ab81-bd154452b1f3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:16:56.113Z|1ecc308a-54de-4d77-b44d-4973f48a8976|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:16:56.114Z|1ecc308a-54de-4d77-b44d-4973f48a8976|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:16:56.122Z|d1ca2797-9244-44af-b502-2f45b925f058|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:16:56.123Z|d1ca2797-9244-44af-b502-2f45b925f058|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:17:01.101Z|0cc8ee90-f3b6-4151-bec4-d76d79d3cb90|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:17:01.101Z|0cc8ee90-f3b6-4151-bec4-d76d79d3cb90|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:17:04.044Z|7f23b1f2-47aa-4725-b334-2725265968b3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:17:04.045Z|7f23b1f2-47aa-4725-b334-2725265968b3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:17:05.089Z|a0e22859-3912-4670-861c-91b74f3fb892|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:17:05.090Z|a0e22859-3912-4670-861c-91b74f3fb892|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:17:06.139Z|cb9f251e-3b94-42fb-bc31-936eca40fcf2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:17:06.140Z|cb9f251e-3b94-42fb-bc31-936eca40fcf2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:17:11.139Z|50cf5569-aa58-4599-8778-b2766ee92b3e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:17:11.139Z|50cf5569-aa58-4599-8778-b2766ee92b3e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:17:14.084Z|9ba74d8b-87da-4553-9dd7-a5825c91a0d4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:17:14.085Z|9ba74d8b-87da-4553-9dd7-a5825c91a0d4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:17:16.171Z|e4ba052d-4832-40c8-bd92-dc9895c01226|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:17:16.173Z|e4ba052d-4832-40c8-bd92-dc9895c01226|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:17:20.089Z|50162fa0-e11e-4f54-a3cb-3b4812f77025|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:17:20.089Z|50162fa0-e11e-4f54-a3cb-3b4812f77025|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:17:20.552Z|b10b4826-6e0c-48ab-bafb-7e9d1e0e59ba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:17:20.553Z|b10b4826-6e0c-48ab-bafb-7e9d1e0e59ba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:17:21.175Z|37a2917a-70f5-4c1e-8e6e-253702da9ac9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:17:21.176Z|37a2917a-70f5-4c1e-8e6e-253702da9ac9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:17:24.117Z|ade095ef-1215-436c-965e-45853a4c0a2f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:17:24.118Z|ade095ef-1215-436c-965e-45853a4c0a2f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:17:26.207Z|b3f8d47e-55eb-4deb-b204-f951c08effeb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:17:26.208Z|b3f8d47e-55eb-4deb-b204-f951c08effeb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:17:31.209Z|c9ba0474-6697-4449-9b23-b4f2303ea544|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:17:31.210Z|c9ba0474-6697-4449-9b23-b4f2303ea544|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:17:34.142Z|c027e406-e66b-4ae3-b3fd-ab956dbb265c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:17:34.143Z|c027e406-e66b-4ae3-b3fd-ab956dbb265c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:17:35.089Z|0c89e88c-d3da-4e0a-8619-c14832548f4c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:17:35.094Z|0c89e88c-d3da-4e0a-8619-c14832548f4c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:17:36.235Z|2b17e513-03b0-4ec6-9eca-b07459db2471|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:17:36.236Z|2b17e513-03b0-4ec6-9eca-b07459db2471|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:17:41.245Z|35465903-c0c5-4836-8d97-7f72019e5213|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:17:41.246Z|35465903-c0c5-4836-8d97-7f72019e5213|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:17:44.169Z|b11ec42b-efde-4817-8e9b-b3501df027da|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:17:44.170Z|b11ec42b-efde-4817-8e9b-b3501df027da|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:17:46.269Z|b21b1f2e-55a9-4908-a379-3591ba3b1089|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:17:46.270Z|b21b1f2e-55a9-4908-a379-3591ba3b1089|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:17:50.090Z|a2373b31-adae-468d-b03b-9eef604cd1f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:17:50.091Z|a2373b31-adae-468d-b03b-9eef604cd1f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:17:50.554Z|2a904282-9b1b-48d4-80a5-ce1bda56047a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:17:50.555Z|2a904282-9b1b-48d4-80a5-ce1bda56047a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:17:51.276Z|ce39af76-8295-4c47-a1db-4fc0bd844a74|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:17:51.277Z|ce39af76-8295-4c47-a1db-4fc0bd844a74|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:17:54.201Z|eb1c8aee-efb3-497b-84bd-21667ae3ae93|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:17:54.202Z|eb1c8aee-efb3-497b-84bd-21667ae3ae93|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:17:56.117Z|1a52494a-dcc0-48e2-9016-046982c89aad|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:17:56.118Z|1a52494a-dcc0-48e2-9016-046982c89aad|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:17:56.300Z|80ac6533-1ddc-45c6-909a-8255296df310|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:17:56.300Z|80ac6533-1ddc-45c6-909a-8255296df310|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:18:01.310Z|dea4c5d7-65dd-4380-bd36-b5c63fbe40c3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:18:01.311Z|dea4c5d7-65dd-4380-bd36-b5c63fbe40c3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:18:04.230Z|d12eccee-ef88-48db-ace5-f1557ec1c307|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:18:04.231Z|d12eccee-ef88-48db-ace5-f1557ec1c307|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:18:05.089Z|86acef25-6a78-49dd-95fc-23e013806e18|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:18:05.090Z|86acef25-6a78-49dd-95fc-23e013806e18|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:18:06.329Z|9ac6e814-4139-4268-bd28-6b594519a03a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:18:06.330Z|9ac6e814-4139-4268-bd28-6b594519a03a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:18:11.344Z|fc9a9bbd-8eda-4a4a-8094-0372105631f7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:18:11.345Z|fc9a9bbd-8eda-4a4a-8094-0372105631f7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:18:14.265Z|be498e1f-f781-4590-9b6c-b3c2055fc8da|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:18:14.265Z|be498e1f-f781-4590-9b6c-b3c2055fc8da|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:18:16.360Z|5c3bee3d-f505-4912-a386-ec355a62d15a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:18:16.361Z|5c3bee3d-f505-4912-a386-ec355a62d15a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:18:20.089Z|e6b01685-0cb7-4be4-a564-b9eb1ca76226|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:18:20.094Z|e6b01685-0cb7-4be4-a564-b9eb1ca76226|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:18:20.556Z|f0e31013-73e5-42ac-864d-0d59d5b6a17e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:18:20.556Z|f0e31013-73e5-42ac-864d-0d59d5b6a17e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:18:21.378Z|f0f055da-6c01-4688-878c-c140cf5ff035|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:18:21.379Z|f0f055da-6c01-4688-878c-c140cf5ff035|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:18:24.297Z|996bb395-0585-42b2-bbcf-570c8eca21cc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:18:24.298Z|996bb395-0585-42b2-bbcf-570c8eca21cc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:18:26.400Z|1e820afc-9805-4439-9925-d9c14b7dc63b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:18:26.401Z|1e820afc-9805-4439-9925-d9c14b7dc63b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:18:31.419Z|212c605b-cb9c-4809-8d0f-819b263149ac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:18:31.420Z|212c605b-cb9c-4809-8d0f-819b263149ac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:18:34.330Z|0cc7e354-8222-4a99-a7e6-861f64608d41|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:18:34.330Z|0cc7e354-8222-4a99-a7e6-861f64608d41|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:18:35.089Z|addea9d8-fd46-48b8-8ec0-baac436788cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:18:35.090Z|addea9d8-fd46-48b8-8ec0-baac436788cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:18:36.429Z|392659c2-ecdc-4339-a4ad-01e28314a4bb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:18:36.430Z|392659c2-ecdc-4339-a4ad-01e28314a4bb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:18:41.459Z|0098626a-d426-40fc-b46e-eb1e47c46f91|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:18:41.460Z|0098626a-d426-40fc-b46e-eb1e47c46f91|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:18:44.362Z|c65977b9-bb31-470f-a55b-5232da8a9a3f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:18:44.363Z|c65977b9-bb31-470f-a55b-5232da8a9a3f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:18:46.458Z|ab148836-4fbb-493b-a698-d8035f1c2a4b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:18:46.459Z|ab148836-4fbb-493b-a698-d8035f1c2a4b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:18:50.089Z|d006c2ea-08cb-4589-9479-a12ee1317db0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:18:50.089Z|d006c2ea-08cb-4589-9479-a12ee1317db0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:18:50.557Z|6d1fa677-6140-497f-96b0-9aff73f0c974|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:18:50.558Z|6d1fa677-6140-497f-96b0-9aff73f0c974|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:18:51.494Z|4da603a7-4fb9-4742-8d5f-475e938d224d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:18:51.495Z|4da603a7-4fb9-4742-8d5f-475e938d224d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:18:54.393Z|2815530b-87d0-46ae-96d8-c0ff53423c8c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:18:54.394Z|2815530b-87d0-46ae-96d8-c0ff53423c8c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:18:56.119Z|51c5a19c-428f-4b74-8c54-e0b9516138f4|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:18:56.120Z|51c5a19c-428f-4b74-8c54-e0b9516138f4|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:18:56.485Z|f4d76a51-8acc-40c3-98e9-de775dc11466|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:18:56.486Z|f4d76a51-8acc-40c3-98e9-de775dc11466|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:19:01.526Z|8989d40a-671d-4d1c-8a0b-234a86dd02d9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:19:01.527Z|8989d40a-671d-4d1c-8a0b-234a86dd02d9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:19:04.426Z|9eca6310-ddd7-489e-8b01-0e90407aa618|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:19:04.427Z|9eca6310-ddd7-489e-8b01-0e90407aa618|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:19:05.089Z|ac6b1261-2cc8-4ad7-9b90-804f36d499ed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:19:05.093Z|ac6b1261-2cc8-4ad7-9b90-804f36d499ed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:19:06.515Z|f807671d-5f3d-4354-947e-36c97e2f4a03|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:19:06.516Z|f807671d-5f3d-4354-947e-36c97e2f4a03|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:19:11.558Z|f9bc3403-7c0c-4176-aea3-0f4a62bf3431|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:19:11.559Z|f9bc3403-7c0c-4176-aea3-0f4a62bf3431|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:19:14.454Z|ffb29eb4-df3d-4a5e-a0fb-332e1f43e8dd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:19:14.454Z|ffb29eb4-df3d-4a5e-a0fb-332e1f43e8dd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:19:16.546Z|f590be8f-0564-4879-890d-603870b9b00a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:19:16.547Z|f590be8f-0564-4879-890d-603870b9b00a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:19:20.089Z|30648f32-4d34-4b4c-9fda-e1f3caed2a0a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:19:20.089Z|30648f32-4d34-4b4c-9fda-e1f3caed2a0a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:19:20.558Z|9761cc4e-0873-410b-84fe-5b0e9290ce38|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:19:20.559Z|9761cc4e-0873-410b-84fe-5b0e9290ce38|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:19:21.590Z|d8519e0d-45a4-4e8c-8aa4-3b273688b4f6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:19:21.591Z|d8519e0d-45a4-4e8c-8aa4-3b273688b4f6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:19:24.486Z|be6d127a-491b-49b5-bf0e-ec3c680ecc76|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:19:24.486Z|be6d127a-491b-49b5-bf0e-ec3c680ecc76|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:19:26.571Z|6070a1a5-9d65-46d1-a0be-845ffa700b53|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:19:26.572Z|6070a1a5-9d65-46d1-a0be-845ffa700b53|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:19:31.631Z|6ad902de-bc3c-4b11-930d-a14b29f7f63d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:19:31.631Z|6ad902de-bc3c-4b11-930d-a14b29f7f63d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:19:34.524Z|10cb8e4d-0c8e-456b-90e5-fc8351f80027|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:19:34.524Z|10cb8e4d-0c8e-456b-90e5-fc8351f80027|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:19:35.089Z|1da7a6b5-af72-447e-95f3-c62a83ec54c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:19:35.090Z|1da7a6b5-af72-447e-95f3-c62a83ec54c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:19:36.603Z|1dba2a5c-8c9f-4314-b2e7-cd8271abcf22|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:19:36.604Z|1dba2a5c-8c9f-4314-b2e7-cd8271abcf22|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:19:41.662Z|67c7d36a-3c9f-48eb-8499-dec357d84525|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:19:41.662Z|67c7d36a-3c9f-48eb-8499-dec357d84525|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:19:44.556Z|4e7b0ac6-f852-44d1-b8d4-decfaeb101dd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:19:44.557Z|4e7b0ac6-f852-44d1-b8d4-decfaeb101dd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:19:46.637Z|c06c4c85-7267-41ac-b032-50954ff43cc8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:19:46.637Z|c06c4c85-7267-41ac-b032-50954ff43cc8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:19:50.089Z|675487c7-9dde-4a25-bb5c-0a2fc7632d52|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:19:50.093Z|675487c7-9dde-4a25-bb5c-0a2fc7632d52|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:19:50.560Z|b469b508-6e50-4de5-bdfd-33cf72b751fd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:19:50.560Z|b469b508-6e50-4de5-bdfd-33cf72b751fd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:19:51.694Z|b1ef33f4-058b-4762-8f5b-8d546c5e5c92|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:19:51.695Z|b1ef33f4-058b-4762-8f5b-8d546c5e5c92|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:19:54.589Z|460c760e-2d8e-42a0-9a0d-96c62490a055|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:19:54.590Z|460c760e-2d8e-42a0-9a0d-96c62490a055|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:19:56.116Z|9396bbd1-a970-47c1-9ade-a29f516c13d5|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:19:56.117Z|9396bbd1-a970-47c1-9ade-a29f516c13d5|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:19:56.668Z|4ac2bdfb-a4fe-45ba-b230-4f4ff5011700|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:19:56.668Z|4ac2bdfb-a4fe-45ba-b230-4f4ff5011700|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:20:01.726Z|422d9498-f9ec-48fd-b0c7-4afcf3487d2f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:20:01.726Z|422d9498-f9ec-48fd-b0c7-4afcf3487d2f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:20:04.622Z|bc256832-1c3f-42d2-851b-637dd6985fb3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:20:04.623Z|bc256832-1c3f-42d2-851b-637dd6985fb3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:20:05.089Z|79686482-8d6a-40a6-8adf-944b7f0f92c9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:20:05.090Z|79686482-8d6a-40a6-8adf-944b7f0f92c9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:20:06.700Z|3c98df7f-98c8-4798-904c-ab18857eabed|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:20:06.700Z|3c98df7f-98c8-4798-904c-ab18857eabed|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:20:11.752Z|0c506038-68b1-4aaf-b4c7-8ecb372674d8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:20:11.753Z|0c506038-68b1-4aaf-b4c7-8ecb372674d8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:20:14.653Z|ca0d75bd-97e8-4f56-81c3-b9900b797b39|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:20:14.653Z|ca0d75bd-97e8-4f56-81c3-b9900b797b39|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:20:16.739Z|85b3ea0d-219c-44e5-9865-d693e213fc4f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:20:16.740Z|85b3ea0d-219c-44e5-9865-d693e213fc4f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:20:20.089Z|5132f412-5f6d-4135-8ffc-cd4db8a29bc0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:20:20.090Z|5132f412-5f6d-4135-8ffc-cd4db8a29bc0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:20:20.561Z|af8cd0bb-4cfc-4819-9239-b4c20db4a897|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:20:20.562Z|af8cd0bb-4cfc-4819-9239-b4c20db4a897|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:20:21.788Z|c4236a32-556f-4c5e-a99f-286da8bc8edf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:20:21.789Z|c4236a32-556f-4c5e-a99f-286da8bc8edf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:20:24.686Z|162deafa-e8c0-454d-974e-054821e3e3bc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:20:24.687Z|162deafa-e8c0-454d-974e-054821e3e3bc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:20:26.771Z|de15c415-bcbe-4af6-a6b2-a4cb92d13af5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:20:26.772Z|de15c415-bcbe-4af6-a6b2-a4cb92d13af5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:20:31.823Z|c071694d-5cd9-45d0-822e-0e596c9fc93a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:20:31.824Z|c071694d-5cd9-45d0-822e-0e596c9fc93a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:20:34.718Z|62fe254f-6dbe-4909-b6bf-6c07b3a850af|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:20:34.719Z|62fe254f-6dbe-4909-b6bf-6c07b3a850af|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:20:35.089Z|eb4426bf-e35b-4801-a12c-405796d25481|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:20:35.095Z|eb4426bf-e35b-4801-a12c-405796d25481|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:20:36.803Z|c36f84ca-38ab-4097-a3fc-3b935b2a5e70|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:20:36.804Z|c36f84ca-38ab-4097-a3fc-3b935b2a5e70|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:20:41.861Z|5d3d900c-6fca-41cc-86a9-bdee41e93ba6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:20:41.862Z|5d3d900c-6fca-41cc-86a9-bdee41e93ba6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:20:44.748Z|60bf0755-bd53-458d-ada5-7288e7295203|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:20:44.749Z|60bf0755-bd53-458d-ada5-7288e7295203|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:20:46.834Z|d16488cc-2b16-4044-8aa5-fa865b309283|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:20:46.836Z|d16488cc-2b16-4044-8aa5-fa865b309283|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:20:50.089Z|fa870d63-3c59-467e-88ab-5ecded2b99d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:20:50.090Z|fa870d63-3c59-467e-88ab-5ecded2b99d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:20:50.563Z|2e0bec7e-f57f-4027-b4f3-21f5bd2f5284|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:20:50.563Z|2e0bec7e-f57f-4027-b4f3-21f5bd2f5284|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:20:51.893Z|436466a9-7762-44eb-9a09-26829b71d896|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:20:51.893Z|436466a9-7762-44eb-9a09-26829b71d896|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:20:54.788Z|064a0f0a-1f8e-4524-aa1e-ca259d7908bf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:20:54.790Z|064a0f0a-1f8e-4524-aa1e-ca259d7908bf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:20:56.117Z|c389d770-12ac-4a81-ad0b-258fb0083a0b|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:20:56.118Z|c389d770-12ac-4a81-ad0b-258fb0083a0b|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:20:56.868Z|1fb93fa0-4990-492a-8267-e0c4d172a2d1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:20:56.869Z|1fb93fa0-4990-492a-8267-e0c4d172a2d1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:21:01.925Z|a568096f-bdd9-4934-945c-c6057b7aeb4f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:21:01.926Z|a568096f-bdd9-4934-945c-c6057b7aeb4f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:21:04.830Z|556f1452-1f21-4c52-bc26-a0d5f04ccd6c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:21:04.831Z|556f1452-1f21-4c52-bc26-a0d5f04ccd6c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:21:05.089Z|31f6c3a7-f1fc-4a61-ba15-d2361b73e9f1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:21:05.090Z|31f6c3a7-f1fc-4a61-ba15-d2361b73e9f1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:21:06.900Z|4e0b2327-024d-43a9-b72e-a64b744bd5ab|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:21:06.901Z|4e0b2327-024d-43a9-b72e-a64b744bd5ab|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:21:11.957Z|5e249dcb-6b19-490c-9aea-43bcfbb88a27|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:21:11.958Z|5e249dcb-6b19-490c-9aea-43bcfbb88a27|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:21:14.862Z|b084017e-25ea-48ab-aa73-40b92021aa70|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:21:14.863Z|b084017e-25ea-48ab-aa73-40b92021aa70|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:21:16.932Z|1773b1d2-2b97-429a-84e7-80fe50b92f2e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:21:16.933Z|1773b1d2-2b97-429a-84e7-80fe50b92f2e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:21:20.089Z|4aac999c-1d0e-4fdb-b738-c95b53ff18df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:21:20.093Z|4aac999c-1d0e-4fdb-b738-c95b53ff18df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:21:20.564Z|5db42728-1463-405e-8be0-26580a126146|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:21:20.565Z|5db42728-1463-405e-8be0-26580a126146|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:21:21.992Z|533560a0-7580-4201-a389-88faaf7e0f16|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:21:21.993Z|533560a0-7580-4201-a389-88faaf7e0f16|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:21:24.896Z|e508c07d-e678-4acb-965e-ca8eab0a937e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:21:24.897Z|e508c07d-e678-4acb-965e-ca8eab0a937e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:21:26.965Z|937e81b7-1924-492e-b486-bde69feb8dca|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:21:26.966Z|937e81b7-1924-492e-b486-bde69feb8dca|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:21:32.028Z|7964373d-c70f-4ded-a432-4573326c8333|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:21:32.029Z|7964373d-c70f-4ded-a432-4573326c8333|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:21:34.929Z|58cb35d4-25a7-4199-9607-af161dc58e75|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:21:34.930Z|58cb35d4-25a7-4199-9607-af161dc58e75|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:21:35.089Z|78e03153-732f-441b-a78b-e35c7fbf7da6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:21:35.089Z|78e03153-732f-441b-a78b-e35c7fbf7da6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:21:36.997Z|476c242c-dd2e-4067-9dde-32e50ec2d42c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:21:36.998Z|476c242c-dd2e-4067-9dde-32e50ec2d42c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:21:42.056Z|88ac21b0-8601-4804-92df-06868f34ea89|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:21:42.057Z|88ac21b0-8601-4804-92df-06868f34ea89|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:21:44.960Z|11510c29-7751-40b0-b352-1b2b74bcf2b4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:21:44.962Z|11510c29-7751-40b0-b352-1b2b74bcf2b4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:21:47.029Z|dbef8c56-1edf-417b-b48c-4150bb24040f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:21:47.031Z|dbef8c56-1edf-417b-b48c-4150bb24040f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:21:50.089Z|09845014-4add-40a2-a71e-5a1f5a46cd40|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:21:50.089Z|09845014-4add-40a2-a71e-5a1f5a46cd40|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:21:50.565Z|4e3ab1c8-7e10-41ed-b9d2-1f6af2df9059|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:21:50.565Z|4e3ab1c8-7e10-41ed-b9d2-1f6af2df9059|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:21:52.097Z|a7b114c3-dc1e-45be-8164-42cad6018284|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:21:52.098Z|a7b114c3-dc1e-45be-8164-42cad6018284|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:21:54.993Z|3e710b77-c504-45f0-880d-65fd3036f065|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:21:54.994Z|3e710b77-c504-45f0-880d-65fd3036f065|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:21:56.116Z|09696746-d4d5-447b-8f6b-9dcfe5b93dda|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:21:56.117Z|09696746-d4d5-447b-8f6b-9dcfe5b93dda|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:21:57.062Z|0631fac4-43bc-40c4-81fc-fd107fffe5d4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:21:57.062Z|0631fac4-43bc-40c4-81fc-fd107fffe5d4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:22:02.132Z|f7eaf279-e6a6-42a4-8b42-36f9878cde5b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:22:02.133Z|f7eaf279-e6a6-42a4-8b42-36f9878cde5b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:22:05.026Z|fcbfc1f0-765f-44b9-982d-efa48e1bfe71|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:22:05.027Z|fcbfc1f0-765f-44b9-982d-efa48e1bfe71|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:22:05.089Z|bd977fab-0978-4160-984e-a3e770d5dfec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:22:05.093Z|bd977fab-0978-4160-984e-a3e770d5dfec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:22:07.091Z|54e39ef0-884f-4e0b-b5fa-19e2f6746ffa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:22:07.092Z|54e39ef0-884f-4e0b-b5fa-19e2f6746ffa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:22:12.160Z|15b666f0-da61-4246-b444-f244ec6ee790|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:22:12.161Z|15b666f0-da61-4246-b444-f244ec6ee790|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:22:15.059Z|1a44e7ce-6b0d-4b67-8c4e-3d34cafd6b75|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:22:15.060Z|1a44e7ce-6b0d-4b67-8c4e-3d34cafd6b75|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:22:17.122Z|94cb3d1b-b2f5-408a-8e25-0f8ff53b1c3a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:22:17.123Z|94cb3d1b-b2f5-408a-8e25-0f8ff53b1c3a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:22:20.089Z|0cf53536-9b2c-4f48-a3f8-4c08f2b6b1bc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:22:20.090Z|0cf53536-9b2c-4f48-a3f8-4c08f2b6b1bc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:22:20.566Z|71475ef4-8bd3-48b3-a168-98e771a69c6b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:22:20.567Z|71475ef4-8bd3-48b3-a168-98e771a69c6b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:22:22.190Z|3396952c-510b-4ae7-8253-767811709e01|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:22:22.191Z|3396952c-510b-4ae7-8253-767811709e01|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:22:25.091Z|e3c9adeb-cd16-48e6-a4ef-aacd62438468|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:22:25.092Z|e3c9adeb-cd16-48e6-a4ef-aacd62438468|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:22:27.155Z|94e316f2-729e-440f-8503-3bbe89fd55ea|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:22:27.156Z|94e316f2-729e-440f-8503-3bbe89fd55ea|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:22:32.221Z|50d2f922-1a5b-4def-9167-e9c6e29ee19c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:22:32.221Z|50d2f922-1a5b-4def-9167-e9c6e29ee19c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:22:35.089Z|2ccdcc27-1613-4952-9606-2b6d258836a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:22:35.089Z|2ccdcc27-1613-4952-9606-2b6d258836a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:22:35.123Z|4bb8b524-caf6-4c32-877d-8a3262ff2021|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:22:35.124Z|4bb8b524-caf6-4c32-877d-8a3262ff2021|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:22:37.183Z|83dc7813-a580-4a64-9c8e-1f30d2cdd91e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:22:37.184Z|83dc7813-a580-4a64-9c8e-1f30d2cdd91e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:22:42.251Z|8cf7b082-13c2-4ab4-bc61-adc2386adcbd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:22:42.251Z|8cf7b082-13c2-4ab4-bc61-adc2386adcbd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:22:45.156Z|a405228a-a827-4cde-87c5-9603d3cf170a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:22:45.157Z|a405228a-a827-4cde-87c5-9603d3cf170a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:22:47.218Z|45ae7e1b-9853-465b-9f04-03b29272ebcc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:22:47.219Z|45ae7e1b-9853-465b-9f04-03b29272ebcc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:22:50.089Z|b29fd27e-a4df-487a-92ee-26e470c3c9e8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:22:50.095Z|b29fd27e-a4df-487a-92ee-26e470c3c9e8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:22:50.567Z|08703d50-1556-4634-97b3-72b7569650bd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:22:50.568Z|08703d50-1556-4634-97b3-72b7569650bd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:22:52.280Z|bc523f96-6bb6-44b3-81c3-fba010562ae5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:22:52.280Z|bc523f96-6bb6-44b3-81c3-fba010562ae5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:22:55.187Z|49f8e810-a7bb-40bc-ade5-e4a8396f31a6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:22:55.188Z|49f8e810-a7bb-40bc-ade5-e4a8396f31a6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:22:56.117Z|ea09ceef-7518-415c-b192-eaad7457a46b|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:22:56.117Z|ea09ceef-7518-415c-b192-eaad7457a46b|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:22:57.252Z|1949e19e-0ad8-4076-9143-13506dc2984a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:22:57.253Z|1949e19e-0ad8-4076-9143-13506dc2984a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:23:02.312Z|bf92d807-9440-42cb-b047-8eabdb4e46eb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:23:02.313Z|bf92d807-9440-42cb-b047-8eabdb4e46eb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:23:05.089Z|7cedabed-f3cc-4ed9-be92-22c0a8254aed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:23:05.089Z|7cedabed-f3cc-4ed9-be92-22c0a8254aed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:23:05.218Z|acc56935-9fb1-459a-adf3-58b2aef8623a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:23:05.219Z|acc56935-9fb1-459a-adf3-58b2aef8623a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:23:07.286Z|a444e942-1567-40a4-9d51-f4e338845351|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:23:07.287Z|a444e942-1567-40a4-9d51-f4e338845351|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:23:12.345Z|327e556d-1f41-45d9-816a-7067e5badea0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:23:12.346Z|327e556d-1f41-45d9-816a-7067e5badea0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:23:15.249Z|4fe124b2-598b-429d-a5c4-9e4341a3809c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:23:15.249Z|4fe124b2-598b-429d-a5c4-9e4341a3809c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:23:17.314Z|5bb907a7-9ea5-487b-8bd0-5ce9bf7e288d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:23:17.315Z|5bb907a7-9ea5-487b-8bd0-5ce9bf7e288d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:23:20.089Z|ac09d11e-d8e3-40d8-86cf-845c24041442|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:23:20.090Z|ac09d11e-d8e3-40d8-86cf-845c24041442|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:23:20.569Z|09171e84-411d-4a96-8230-4039a3b289d2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:23:20.569Z|09171e84-411d-4a96-8230-4039a3b289d2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:23:22.382Z|01da76f1-a8a1-48a7-8e18-46496c326de1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:23:22.384Z|01da76f1-a8a1-48a7-8e18-46496c326de1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:23:25.280Z|46114f50-db15-4d95-a023-721fda33dddd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:23:25.280Z|46114f50-db15-4d95-a023-721fda33dddd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:23:27.347Z|7104f0ff-9cf6-44cc-bb7d-862f2793b80d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:23:27.348Z|7104f0ff-9cf6-44cc-bb7d-862f2793b80d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:23:32.416Z|388c2668-dd5a-4776-8dd0-8eddaf33409c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:23:32.417Z|388c2668-dd5a-4776-8dd0-8eddaf33409c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:23:35.089Z|68b7fb58-d605-4e67-9a0d-52bc0ac3fb10|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:23:35.095Z|68b7fb58-d605-4e67-9a0d-52bc0ac3fb10|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:23:35.312Z|50b37bb8-2d2d-4c41-991c-94e7fba85b86|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:23:35.313Z|50b37bb8-2d2d-4c41-991c-94e7fba85b86|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:23:37.382Z|8351d83f-f05d-462e-b985-ef75420a80d6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:23:37.383Z|8351d83f-f05d-462e-b985-ef75420a80d6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:23:42.447Z|24a302c0-d197-4e33-b9f6-9c092c76895c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:23:42.448Z|24a302c0-d197-4e33-b9f6-9c092c76895c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:23:45.347Z|5f62a991-87c0-440e-b59d-e9d9803425e2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:23:45.348Z|5f62a991-87c0-440e-b59d-e9d9803425e2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:23:47.416Z|a2ec44ed-7b3f-47b7-80b7-8937ca07a4ee|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:23:47.416Z|a2ec44ed-7b3f-47b7-80b7-8937ca07a4ee|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:23:50.089Z|b54322a0-a681-452f-a2a5-37654491d5a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:23:50.090Z|b54322a0-a681-452f-a2a5-37654491d5a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:23:50.570Z|64a2bb63-d373-48fc-b181-b5124025dffa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:23:50.571Z|64a2bb63-d373-48fc-b181-b5124025dffa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:23:52.511Z|87b6dc77-fd32-400f-a1e1-eff18b98cc90|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:23:52.518Z|87b6dc77-fd32-400f-a1e1-eff18b98cc90|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:23:55.410Z|3a255fc8-880b-40f3-bd10-4e83418be957|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:23:55.413Z|3a255fc8-880b-40f3-bd10-4e83418be957|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:23:56.117Z|ccdeb3ca-b2dd-4bc9-ae83-835b9baf28a0|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:23:56.118Z|ccdeb3ca-b2dd-4bc9-ae83-835b9baf28a0|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:23:57.444Z|d950606b-9f5c-4df0-8a2b-6ebb81340dd0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:23:57.444Z|d950606b-9f5c-4df0-8a2b-6ebb81340dd0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:24:02.571Z|db939dda-274a-4ca8-b3ef-cef2b31de9f8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:24:02.573Z|db939dda-274a-4ca8-b3ef-cef2b31de9f8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:24:05.091Z|905923fa-97ce-45d2-acb8-08f0388f5b61|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:24:05.091Z|905923fa-97ce-45d2-acb8-08f0388f5b61|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:24:05.456Z|eb626a27-65e0-48b9-8058-b4eb0dc6c926|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:24:05.457Z|eb626a27-65e0-48b9-8058-b4eb0dc6c926|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:24:07.474Z|0d3371f3-0495-4f53-b090-59c30ce17bd8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:24:07.475Z|0d3371f3-0495-4f53-b090-59c30ce17bd8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:24:12.610Z|4b67270c-976b-4e35-997d-6af8828f1c65|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:24:12.611Z|4b67270c-976b-4e35-997d-6af8828f1c65|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:24:15.488Z|2b312272-231b-4abc-8fcc-2c88f64bf63f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:24:15.489Z|2b312272-231b-4abc-8fcc-2c88f64bf63f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:24:17.506Z|372bfe90-a783-4fe8-a8f1-6b1782e8bd3c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:24:17.507Z|372bfe90-a783-4fe8-a8f1-6b1782e8bd3c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:24:20.089Z|c0214776-59a1-4f02-9148-ff154d0d1aea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:24:20.096Z|c0214776-59a1-4f02-9148-ff154d0d1aea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:24:20.572Z|36966791-ecd2-45c5-8f0f-87e4c824b2f6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:24:20.573Z|36966791-ecd2-45c5-8f0f-87e4c824b2f6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:24:22.658Z|cbc2893d-d8a0-4940-a553-135be4ee885e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:24:22.661Z|cbc2893d-d8a0-4940-a553-135be4ee885e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:24:25.519Z|8c0c66bb-a6e6-4cae-ae79-8a6e26ce65ea|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:24:25.520Z|8c0c66bb-a6e6-4cae-ae79-8a6e26ce65ea|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:24:27.541Z|64fca186-f6f3-460a-93ab-51be718619a3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:24:27.542Z|64fca186-f6f3-460a-93ab-51be718619a3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:24:32.691Z|b40d2db0-4e5c-41ef-82f4-f3603d5d3bd7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:24:32.692Z|b40d2db0-4e5c-41ef-82f4-f3603d5d3bd7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:24:35.089Z|c369d693-44b1-4cbb-a341-6d6d052a366e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:24:35.089Z|c369d693-44b1-4cbb-a341-6d6d052a366e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:24:35.549Z|4c4dc108-bbd4-45a3-bfd4-6f26cce40d25|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:24:35.550Z|4c4dc108-bbd4-45a3-bfd4-6f26cce40d25|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:24:37.572Z|66620f75-1e02-4e6c-8848-655383f5190e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:24:37.573Z|66620f75-1e02-4e6c-8848-655383f5190e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:24:42.725Z|2117e042-9cd4-4b12-a873-1c8602513c2b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:24:42.727Z|2117e042-9cd4-4b12-a873-1c8602513c2b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:24:45.583Z|5348cf51-300a-4a49-af5f-e48dd39452e2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:24:45.584Z|5348cf51-300a-4a49-af5f-e48dd39452e2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:24:47.606Z|3684a39d-f8f6-4ba0-b7eb-f47d3ffb11d3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:24:47.607Z|3684a39d-f8f6-4ba0-b7eb-f47d3ffb11d3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:24:50.092Z|9c7769ea-0d51-4e26-92bc-194d6461701a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:24:50.092Z|9c7769ea-0d51-4e26-92bc-194d6461701a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:24:50.574Z|fcf71c43-fe08-445d-af5f-695edc7fc7c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:24:50.574Z|fcf71c43-fe08-445d-af5f-695edc7fc7c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:24:52.755Z|11f96ff1-3f7f-43d9-9c49-49075d973e2e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:24:52.756Z|11f96ff1-3f7f-43d9-9c49-49075d973e2e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:24:55.612Z|ae9b037a-2069-42a4-ad57-3d8069d6443b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:24:55.613Z|ae9b037a-2069-42a4-ad57-3d8069d6443b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:24:56.116Z|21e50fd7-7d0a-4fba-958f-615d976f91d8|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:24:56.116Z|21e50fd7-7d0a-4fba-958f-615d976f91d8|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:24:57.636Z|b1c42997-0927-480f-981c-3a35f73b697e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:24:57.637Z|b1c42997-0927-480f-981c-3a35f73b697e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:25:02.788Z|b1ab6f54-fcf3-4eea-8bc2-fbd015aff50e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:25:02.789Z|b1ab6f54-fcf3-4eea-8bc2-fbd015aff50e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:25:05.089Z|b8eac8af-49cd-4065-aa71-ca44cd0e79af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:25:05.094Z|b8eac8af-49cd-4065-aa71-ca44cd0e79af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:25:05.686Z|e5a40dee-540c-42d0-b58c-a996c3b6a2e5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:25:05.687Z|e5a40dee-540c-42d0-b58c-a996c3b6a2e5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:25:07.671Z|83313df2-67ed-4a90-9c3b-c5dc1983473f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:25:07.672Z|83313df2-67ed-4a90-9c3b-c5dc1983473f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:25:12.821Z|3336c684-a14c-468b-9a20-a634b54a876a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:25:12.822Z|3336c684-a14c-468b-9a20-a634b54a876a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:25:15.719Z|2a99f359-dde9-4f98-a2b0-3f2b48adda1b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:25:15.720Z|2a99f359-dde9-4f98-a2b0-3f2b48adda1b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:25:17.705Z|4587754e-9b2f-4d91-8581-b9f0f0fad60c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:25:17.705Z|4587754e-9b2f-4d91-8581-b9f0f0fad60c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:25:20.089Z|750753bd-d08c-4aa2-8fd9-8dfbe7cf3550|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:25:20.089Z|750753bd-d08c-4aa2-8fd9-8dfbe7cf3550|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:25:20.575Z|317e5427-3226-42fb-9fbe-a98797d3103e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:25:20.576Z|317e5427-3226-42fb-9fbe-a98797d3103e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:25:22.854Z|ced9895f-b808-4a8b-b437-a3644287f7ce|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:25:22.854Z|ced9895f-b808-4a8b-b437-a3644287f7ce|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:25:25.753Z|f8d0c30c-41fb-4a25-a64b-625541ed38f7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:25:25.754Z|f8d0c30c-41fb-4a25-a64b-625541ed38f7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:25:27.739Z|69afdaf5-26be-4ef7-839f-4616afe2e653|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:25:27.740Z|69afdaf5-26be-4ef7-839f-4616afe2e653|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:25:32.886Z|24f73761-157f-418d-95ed-1ee6dbc51403|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:25:32.887Z|24f73761-157f-418d-95ed-1ee6dbc51403|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:25:35.089Z|e794572a-fa1e-48cc-b0d0-6d35f85483d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:25:35.089Z|e794572a-fa1e-48cc-b0d0-6d35f85483d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:25:35.784Z|36883d1b-300b-47ed-8d80-395c05eee926|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:25:35.785Z|36883d1b-300b-47ed-8d80-395c05eee926|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:25:37.773Z|b259ea36-64ca-4cac-ab30-562512c306e4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:25:37.774Z|b259ea36-64ca-4cac-ab30-562512c306e4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:25:42.916Z|74e96fb9-685b-4baa-93db-e67dbdb749dc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:25:42.917Z|74e96fb9-685b-4baa-93db-e67dbdb749dc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:25:45.816Z|f86bb9a7-1136-42a7-8595-ea1cc660d37f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:25:45.817Z|f86bb9a7-1136-42a7-8595-ea1cc660d37f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:25:47.805Z|446cef18-6771-4b7a-9dec-43fd9ab280a9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:25:47.806Z|446cef18-6771-4b7a-9dec-43fd9ab280a9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:25:50.089Z|4e8e4753-6e18-403b-8f64-47147786ed0b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:25:50.093Z|4e8e4753-6e18-403b-8f64-47147786ed0b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:25:50.576Z|71f727b4-0010-493f-879e-862e4780fd96|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:25:50.577Z|71f727b4-0010-493f-879e-862e4780fd96|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:25:52.947Z|638c8740-e0da-4856-9e47-72315dcfef7d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:25:52.948Z|638c8740-e0da-4856-9e47-72315dcfef7d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:25:55.847Z|60ff8247-cea5-4a80-9498-6f0b802b154d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:25:55.848Z|60ff8247-cea5-4a80-9498-6f0b802b154d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:25:56.119Z|705b2b11-9856-4d83-9587-0b75c596508a|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:25:56.120Z|705b2b11-9856-4d83-9587-0b75c596508a|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:25:57.840Z|e11da085-ecb4-4e23-ae82-b7fa5581ff1c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:25:57.841Z|e11da085-ecb4-4e23-ae82-b7fa5581ff1c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:26:02.977Z|c7f31b4e-edf0-4711-bdec-342c3a916e6c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:26:02.978Z|c7f31b4e-edf0-4711-bdec-342c3a916e6c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:26:05.089Z|a991ba84-a7dd-4a68-8432-d09f67d3d8d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:26:05.090Z|a991ba84-a7dd-4a68-8432-d09f67d3d8d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:26:05.880Z|2b34c64e-2ecb-4bae-89e0-5b43f74a9099|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:26:05.881Z|2b34c64e-2ecb-4bae-89e0-5b43f74a9099|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:26:07.873Z|fe34050d-eac7-48ba-a678-5b658e54dc49|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:26:07.874Z|fe34050d-eac7-48ba-a678-5b658e54dc49|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:26:13.007Z|1f054c0a-69ac-4023-a412-776834d73667|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:26:13.008Z|1f054c0a-69ac-4023-a412-776834d73667|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:26:15.915Z|2adf87e4-29a9-4d5e-bfb1-af7c49840f51|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:26:15.916Z|2adf87e4-29a9-4d5e-bfb1-af7c49840f51|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:26:17.905Z|3af97632-2a5a-43ae-bd53-8bb4672c36fc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:26:17.906Z|3af97632-2a5a-43ae-bd53-8bb4672c36fc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:26:20.089Z|b35c0b84-5c2d-44f3-a6d8-720a8e50d1fd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:26:20.090Z|b35c0b84-5c2d-44f3-a6d8-720a8e50d1fd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:26:20.578Z|e58db097-47e7-4b12-9981-595d75ab3ff2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:26:20.579Z|e58db097-47e7-4b12-9981-595d75ab3ff2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:26:23.043Z|a7545926-06e0-4d83-86d1-4e3063b20ecb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:26:23.044Z|a7545926-06e0-4d83-86d1-4e3063b20ecb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:26:25.941Z|fda9e1c7-afd1-4113-9b5f-aa2e99d6323c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:26:25.942Z|fda9e1c7-afd1-4113-9b5f-aa2e99d6323c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:26:27.938Z|3eb15988-87ba-40e6-bbe4-a82fcba5279b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:26:27.938Z|3eb15988-87ba-40e6-bbe4-a82fcba5279b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:26:33.085Z|652a8364-595a-4a5d-9ca1-71663cae73db|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:26:33.086Z|652a8364-595a-4a5d-9ca1-71663cae73db|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:26:35.089Z|6ad47941-a2c2-4a4f-9d77-6f93d31a54b8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:26:35.093Z|6ad47941-a2c2-4a4f-9d77-6f93d31a54b8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:26:35.972Z|1afb111b-8458-48bd-a5db-65dfa7cbf26b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:26:35.972Z|1afb111b-8458-48bd-a5db-65dfa7cbf26b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:26:37.969Z|63b76305-6fc5-4375-a34c-efb893f5f338|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:26:37.969Z|63b76305-6fc5-4375-a34c-efb893f5f338|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:26:43.118Z|a4d9d6ff-fc03-406f-8b95-8762942876ab|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:26:43.119Z|a4d9d6ff-fc03-406f-8b95-8762942876ab|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:26:46.006Z|3292ff78-ec78-47a4-858a-b94d5a43dea0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:26:46.007Z|3292ff78-ec78-47a4-858a-b94d5a43dea0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:26:48.001Z|86d66741-5d7c-45ca-bd13-f53b1b96551f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:26:48.002Z|86d66741-5d7c-45ca-bd13-f53b1b96551f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:26:50.089Z|d7ac7d30-306e-44d3-a353-2ca8a0724e1d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:26:50.089Z|d7ac7d30-306e-44d3-a353-2ca8a0724e1d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:26:50.579Z|f3bd680e-341c-4ca5-9a6b-a6e3bab97592|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:26:50.580Z|f3bd680e-341c-4ca5-9a6b-a6e3bab97592|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:26:53.151Z|70232ee3-2a3e-4f42-aaa0-533c226f0b2d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:26:53.152Z|70232ee3-2a3e-4f42-aaa0-533c226f0b2d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:26:56.038Z|e0f11c69-6823-4f49-b7de-ff473a9af12b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:26:56.039Z|e0f11c69-6823-4f49-b7de-ff473a9af12b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:26:56.117Z|81eaefcf-b480-44cf-9187-cafea7b01797|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:26:56.117Z|81eaefcf-b480-44cf-9187-cafea7b01797|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:26:58.035Z|a734262f-061b-4110-8354-1ca5349a9cf3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:26:58.035Z|a734262f-061b-4110-8354-1ca5349a9cf3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:27:03.183Z|eec36905-b736-4044-97ff-9d2512240e76|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:27:03.184Z|eec36905-b736-4044-97ff-9d2512240e76|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:27:05.089Z|13019852-ddbd-4ce2-9e93-303dfd471829|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:27:05.090Z|13019852-ddbd-4ce2-9e93-303dfd471829|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:27:06.068Z|7ad016d2-4604-47bb-821c-8e4b40f4301c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:27:06.069Z|7ad016d2-4604-47bb-821c-8e4b40f4301c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:27:08.066Z|baaf3bb4-b04f-4630-b697-7a354170189f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:27:08.067Z|baaf3bb4-b04f-4630-b697-7a354170189f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:27:13.223Z|0e4f59db-7a42-4c84-ac4b-64bf39956470|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:27:13.224Z|0e4f59db-7a42-4c84-ac4b-64bf39956470|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:27:16.116Z|64c108e3-2821-4135-99dc-daf7cbd0e9c7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:27:16.118Z|64c108e3-2821-4135-99dc-daf7cbd0e9c7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:27:18.103Z|05d7e87b-46e6-4ff9-94f9-ddf0ae734ba6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:27:18.104Z|05d7e87b-46e6-4ff9-94f9-ddf0ae734ba6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:27:20.093Z|c1a8c74b-4958-4f3c-9921-31be59909811|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:27:20.098Z|c1a8c74b-4958-4f3c-9921-31be59909811|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:27:20.581Z|72ba05de-c890-4026-9943-09db5b4c0425|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:27:20.581Z|72ba05de-c890-4026-9943-09db5b4c0425|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:27:23.261Z|dd57ff37-51ed-4795-acd8-52de1fff30ba|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:27:23.262Z|dd57ff37-51ed-4795-acd8-52de1fff30ba|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:27:26.153Z|4c1db06f-5bc0-4594-a3c5-29cf15738767|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:27:26.154Z|4c1db06f-5bc0-4594-a3c5-29cf15738767|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:27:28.139Z|f87d4e4d-668e-4058-9a59-f6565f5a9f89|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:27:28.139Z|f87d4e4d-668e-4058-9a59-f6565f5a9f89|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:27:33.295Z|f3f4f480-cfbd-4c64-a67b-8d3b5fe8cb3b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:27:33.296Z|f3f4f480-cfbd-4c64-a67b-8d3b5fe8cb3b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:27:35.089Z|2fd77e9c-2e2d-48a2-9874-a3dfb8f731a4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:27:35.091Z|2fd77e9c-2e2d-48a2-9874-a3dfb8f731a4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:27:36.185Z|c7c12dda-84af-4529-aefb-4649c99f7017|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:27:36.186Z|c7c12dda-84af-4529-aefb-4649c99f7017|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:27:38.170Z|2d857687-33d4-43cc-9b75-cc899eef54cd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:27:38.172Z|2d857687-33d4-43cc-9b75-cc899eef54cd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:27:43.330Z|8ffdd05d-865f-4aac-adc7-ea1573f7c4e6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:27:43.331Z|8ffdd05d-865f-4aac-adc7-ea1573f7c4e6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:27:46.218Z|4b265bb5-ad4a-4856-9a7c-2ae1f73ed2bf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:27:46.219Z|4b265bb5-ad4a-4856-9a7c-2ae1f73ed2bf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:27:48.201Z|ec54f5c7-57a4-44fb-904b-cb450e9c360e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:27:48.201Z|ec54f5c7-57a4-44fb-904b-cb450e9c360e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:27:50.089Z|544c4e85-3157-4286-89b7-484dcc861e75|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:27:50.089Z|544c4e85-3157-4286-89b7-484dcc861e75|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:27:50.582Z|c33f0c5b-daa0-4bc7-aa84-bd978a16c61c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:27:50.582Z|c33f0c5b-daa0-4bc7-aa84-bd978a16c61c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:27:53.378Z|5e866480-4fcb-4e47-9cbf-534aebacf0a8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:27:53.379Z|5e866480-4fcb-4e47-9cbf-534aebacf0a8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:27:56.118Z|49c6c7f5-f584-4b31-bbda-7a2a2a4161a9|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:27:56.118Z|49c6c7f5-f584-4b31-bbda-7a2a2a4161a9|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:27:56.246Z|9c1043ba-6c65-4647-81bf-417f942c41e8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:27:56.247Z|9c1043ba-6c65-4647-81bf-417f942c41e8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:27:58.228Z|23a6e16a-b85d-48d3-9bf1-c146a9df8e3b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:27:58.229Z|23a6e16a-b85d-48d3-9bf1-c146a9df8e3b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:28:03.404Z|e12ab5d0-ac96-4cc2-921b-bd721dd111e7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:28:03.405Z|e12ab5d0-ac96-4cc2-921b-bd721dd111e7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:28:05.089Z|8a5a8b65-99ad-44d8-bab1-8c6f9cc56d0a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:28:05.093Z|8a5a8b65-99ad-44d8-bab1-8c6f9cc56d0a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:28:06.277Z|7846877e-d28f-470a-865e-8629932017a4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:28:06.278Z|7846877e-d28f-470a-865e-8629932017a4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:28:08.261Z|00d446d0-6e07-4cfa-96d7-fde9a6c3a366|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:28:08.262Z|00d446d0-6e07-4cfa-96d7-fde9a6c3a366|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:28:13.438Z|08ccb9a9-123a-42ea-bbec-8fb6f2c7798f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:28:13.439Z|08ccb9a9-123a-42ea-bbec-8fb6f2c7798f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:28:16.311Z|4b0741e3-31bd-4558-bbd6-cc64b962645c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:28:16.312Z|4b0741e3-31bd-4558-bbd6-cc64b962645c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:28:18.295Z|06472f29-f910-49a1-bbbd-161710d7c6b1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:28:18.296Z|06472f29-f910-49a1-bbbd-161710d7c6b1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:28:20.089Z|7d5ee87a-2aa7-49e5-ada2-6463b4af0b07|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:28:20.089Z|7d5ee87a-2aa7-49e5-ada2-6463b4af0b07|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:28:20.583Z|ce57566c-787d-4034-989e-c90404fa57bf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:28:20.583Z|ce57566c-787d-4034-989e-c90404fa57bf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:28:23.466Z|257ecb76-34fc-4ec0-8299-2687ac07c8d0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:28:23.466Z|257ecb76-34fc-4ec0-8299-2687ac07c8d0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:28:26.340Z|871e4b84-6d8e-4241-8a45-5b031bed2838|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:28:26.341Z|871e4b84-6d8e-4241-8a45-5b031bed2838|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:28:28.327Z|a9a2b4ae-05e2-4404-bbfd-e179ec28c43e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:28:28.328Z|a9a2b4ae-05e2-4404-bbfd-e179ec28c43e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:28:33.492Z|51bc8aa8-67ae-4d0e-bc2c-025c9d4185f2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:28:33.493Z|51bc8aa8-67ae-4d0e-bc2c-025c9d4185f2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:28:35.089Z|7317d6d5-6395-488d-b211-7fb41f361776|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:28:35.089Z|7317d6d5-6395-488d-b211-7fb41f361776|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:28:36.371Z|1091b5a3-3f72-4dc3-b944-7bbdbaad4d55|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:28:36.372Z|1091b5a3-3f72-4dc3-b944-7bbdbaad4d55|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:28:38.357Z|e59cd097-bb06-4e17-9d3e-c7e16d581100|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:28:38.358Z|e59cd097-bb06-4e17-9d3e-c7e16d581100|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:28:43.518Z|fec046ec-e292-4309-adff-228d2d8f80db|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:28:43.519Z|fec046ec-e292-4309-adff-228d2d8f80db|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:28:46.405Z|13d6646a-128f-4393-aa28-475d42f17fe6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:28:46.406Z|13d6646a-128f-4393-aa28-475d42f17fe6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:28:48.393Z|6055ec30-7983-44fe-be32-9e6535fa5f80|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:28:48.394Z|6055ec30-7983-44fe-be32-9e6535fa5f80|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:28:50.089Z|c9f54aea-03ce-4674-9805-6ba6a658c5f8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:28:50.094Z|c9f54aea-03ce-4674-9805-6ba6a658c5f8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:28:50.584Z|5fe6afdd-4187-4e55-ae70-c5720c0479de|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:28:50.585Z|5fe6afdd-4187-4e55-ae70-c5720c0479de|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:28:53.544Z|541e0c44-1d40-4c86-88d8-e61801d52288|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:28:53.544Z|541e0c44-1d40-4c86-88d8-e61801d52288|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:28:56.116Z|74839f0d-6e8f-4bef-8574-2471b9ea02f3|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:28:56.117Z|74839f0d-6e8f-4bef-8574-2471b9ea02f3|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:28:56.438Z|84946be5-a0bb-4290-9cf7-43ddbcdbe9d9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:28:56.438Z|84946be5-a0bb-4290-9cf7-43ddbcdbe9d9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:28:58.426Z|8ad258df-354a-4f18-8e05-6a801ba390d0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:28:58.427Z|8ad258df-354a-4f18-8e05-6a801ba390d0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:29:03.574Z|82553651-c0ae-4c94-a2ef-242d2afe1a1a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:29:03.575Z|82553651-c0ae-4c94-a2ef-242d2afe1a1a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:29:05.089Z|a69c70c9-821b-4487-b533-000d63c454c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:29:05.089Z|a69c70c9-821b-4487-b533-000d63c454c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:29:06.468Z|095fb223-4c00-42e5-9128-108740f6d477|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:29:06.469Z|095fb223-4c00-42e5-9128-108740f6d477|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:29:08.463Z|9d81dc63-f52a-4082-bcdc-66aa9192156b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:29:08.464Z|9d81dc63-f52a-4082-bcdc-66aa9192156b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:29:13.606Z|739f446a-55ee-436c-be02-95ced9f7c6fa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:29:13.607Z|739f446a-55ee-436c-be02-95ced9f7c6fa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:29:16.499Z|b1c9f6e9-8241-4e25-ac6e-c325dc90fedc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:29:16.500Z|b1c9f6e9-8241-4e25-ac6e-c325dc90fedc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:29:18.496Z|85a4cb06-d1e6-48fb-bc99-fca59cda7564|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:29:18.497Z|85a4cb06-d1e6-48fb-bc99-fca59cda7564|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:29:20.089Z|16bb2e95-ac62-49c4-b818-884279ea08c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:29:20.089Z|16bb2e95-ac62-49c4-b818-884279ea08c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:29:20.585Z|ef1ceb17-109e-42bc-b19d-b885d860c742|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:29:20.586Z|ef1ceb17-109e-42bc-b19d-b885d860c742|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:29:23.646Z|4a5b87a7-7afe-4797-80dc-bb63e4b18f24|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:29:23.647Z|4a5b87a7-7afe-4797-80dc-bb63e4b18f24|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:29:26.532Z|cddb4cf3-33d6-4b9a-9205-180379e9e9d7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:29:26.533Z|cddb4cf3-33d6-4b9a-9205-180379e9e9d7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:29:28.531Z|2db910bf-a916-43b9-adaf-af14ab443984|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:29:28.531Z|2db910bf-a916-43b9-adaf-af14ab443984|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:29:33.678Z|6bae9674-f09a-405b-858a-a6e4ae92686d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:29:33.679Z|6bae9674-f09a-405b-858a-a6e4ae92686d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:29:35.089Z|b10b7bea-3f3e-49c3-b0d3-31a8d391f89a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:29:35.094Z|b10b7bea-3f3e-49c3-b0d3-31a8d391f89a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:29:36.563Z|100cecb3-0406-4213-931e-a1a429cd125b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:29:36.564Z|100cecb3-0406-4213-931e-a1a429cd125b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:29:38.562Z|ce3f6f70-e62e-4634-ae54-859a3402585c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:29:38.563Z|ce3f6f70-e62e-4634-ae54-859a3402585c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:29:43.709Z|97d072e5-479e-4bfa-a2df-9a6aa286d430|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:29:43.709Z|97d072e5-479e-4bfa-a2df-9a6aa286d430|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:29:46.593Z|127bf88a-4a07-4ecd-ae1d-4c6eabc023b1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:29:46.594Z|127bf88a-4a07-4ecd-ae1d-4c6eabc023b1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:29:48.594Z|76e2d8ff-676c-4d71-a1a5-4526ad4650a0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:29:48.595Z|76e2d8ff-676c-4d71-a1a5-4526ad4650a0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:29:50.089Z|5641dece-ffda-45a0-8d05-3f44706e27c9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:29:50.089Z|5641dece-ffda-45a0-8d05-3f44706e27c9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:29:50.586Z|97dcf31e-fa5b-4197-b733-2b2d2ab2d341|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:29:50.587Z|97dcf31e-fa5b-4197-b733-2b2d2ab2d341|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:29:53.741Z|7679a59f-4311-44af-a0a0-d3ae66bd9a87|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:29:53.742Z|7679a59f-4311-44af-a0a0-d3ae66bd9a87|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:29:56.117Z|a3030d65-5b73-45da-9e95-9f36625552a5|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:29:56.117Z|a3030d65-5b73-45da-9e95-9f36625552a5|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:29:56.626Z|3d801484-2766-4f78-a955-bc423931fa45|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:29:56.627Z|3d801484-2766-4f78-a955-bc423931fa45|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:29:58.624Z|65a2321d-7cfb-4bbe-8c80-77321ae8a59b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:29:58.625Z|65a2321d-7cfb-4bbe-8c80-77321ae8a59b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:30:03.791Z|2b1a7450-e1b7-49fe-88f4-f870d16baea0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:30:03.792Z|2b1a7450-e1b7-49fe-88f4-f870d16baea0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:30:05.089Z|247af2bd-9885-48c5-bf0f-3d51401fca2b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:30:05.090Z|247af2bd-9885-48c5-bf0f-3d51401fca2b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:30:06.656Z|864b0a71-4d00-4d0e-8c7d-314d64a9ed61|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:30:06.657Z|864b0a71-4d00-4d0e-8c7d-314d64a9ed61|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:30:08.656Z|d2a43558-1d6a-4d8a-9d7c-c1f0429a7aab|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:30:08.657Z|d2a43558-1d6a-4d8a-9d7c-c1f0429a7aab|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:30:13.814Z|2e38e6e2-713b-45bf-9baa-c21051de7de9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:30:13.815Z|2e38e6e2-713b-45bf-9baa-c21051de7de9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:30:16.689Z|b4e2ed72-a00a-4b66-9e7a-ab7c5c869263|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:30:16.690Z|b4e2ed72-a00a-4b66-9e7a-ab7c5c869263|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:30:18.690Z|4d1e31a8-b0be-4135-b91e-f586e8821572|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:30:18.691Z|4d1e31a8-b0be-4135-b91e-f586e8821572|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:30:20.089Z|23df98d2-3006-4abf-9524-51e0df9ef2f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:30:20.093Z|23df98d2-3006-4abf-9524-51e0df9ef2f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:30:20.588Z|642ec2a4-3af1-4e07-9d2c-0e60758ac27e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:30:20.588Z|642ec2a4-3af1-4e07-9d2c-0e60758ac27e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:30:23.842Z|87d7c90d-043a-456c-a665-68308d110f98|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:30:23.843Z|87d7c90d-043a-456c-a665-68308d110f98|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:30:26.721Z|a46723be-5903-4398-90c1-80c637cfcf83|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:30:26.722Z|a46723be-5903-4398-90c1-80c637cfcf83|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:30:28.727Z|a4129f93-2659-4bda-ac15-fd63085f9c62|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:30:28.728Z|a4129f93-2659-4bda-ac15-fd63085f9c62|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:30:33.864Z|9cb6bc87-beb3-4999-9f13-c2dc7a898567|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:30:33.865Z|9cb6bc87-beb3-4999-9f13-c2dc7a898567|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:30:35.089Z|af6ff2f3-45b0-401a-ab74-09e75ed1f7da|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:30:35.090Z|af6ff2f3-45b0-401a-ab74-09e75ed1f7da|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:30:36.751Z|f836b6e8-4214-4bef-a7a2-77f586e54977|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:30:36.752Z|f836b6e8-4214-4bef-a7a2-77f586e54977|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:30:38.766Z|0a76112e-f51c-4d66-be5c-7d495b613a1a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:30:38.767Z|0a76112e-f51c-4d66-be5c-7d495b613a1a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:30:43.888Z|19990b68-5ba9-4078-aec3-287917fc02ec|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:30:43.888Z|19990b68-5ba9-4078-aec3-287917fc02ec|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:30:46.784Z|435e7ba3-f161-46fc-a30c-4ec4f17a0caf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:30:46.785Z|435e7ba3-f161-46fc-a30c-4ec4f17a0caf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:30:48.800Z|3b096c42-6384-4dfa-9729-f9fd7f209622|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:30:48.801Z|3b096c42-6384-4dfa-9729-f9fd7f209622|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:30:50.089Z|33c4e5d3-25a2-4e6c-a6f3-a37cb22e41d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:30:50.089Z|33c4e5d3-25a2-4e6c-a6f3-a37cb22e41d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:30:50.589Z|19868b87-9be4-4e5f-aa82-975cf13eba8d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:30:50.589Z|19868b87-9be4-4e5f-aa82-975cf13eba8d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:30:53.912Z|71362e8f-3f3e-4a05-adda-7db7bf799098|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:30:53.913Z|71362e8f-3f3e-4a05-adda-7db7bf799098|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:30:56.116Z|8ad80535-9dea-4039-8173-63fecacf74e1|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:30:56.118Z|8ad80535-9dea-4039-8173-63fecacf74e1|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:30:56.817Z|4ad86e66-4533-43e0-85bd-d77b8f47a775|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:30:56.818Z|4ad86e66-4533-43e0-85bd-d77b8f47a775|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:30:58.829Z|9addc2ec-78cd-4b8a-940d-21bae06ae18c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:30:58.830Z|9addc2ec-78cd-4b8a-940d-21bae06ae18c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:31:03.940Z|5dab2065-466a-4217-9f40-6cec76e58bd9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:31:03.941Z|5dab2065-466a-4217-9f40-6cec76e58bd9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:31:05.103Z|68d1786d-e0ac-4ac9-b425-79aca6ea5326|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:31:05.117Z|68d1786d-e0ac-4ac9-b425-79aca6ea5326|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:31:06.850Z|f1d96253-db96-4f1e-9380-8849db7dde4f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:31:06.851Z|f1d96253-db96-4f1e-9380-8849db7dde4f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:31:08.861Z|3e903da7-ed07-4f1c-b50a-f9eb34acd0ba|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:31:08.862Z|3e903da7-ed07-4f1c-b50a-f9eb34acd0ba|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:31:13.970Z|c39a7356-55e2-40f7-b9a1-305d058d5f1a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:31:13.971Z|c39a7356-55e2-40f7-b9a1-305d058d5f1a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:31:16.883Z|88b5af1a-1b11-487b-9143-bcbcb1770535|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:31:16.884Z|88b5af1a-1b11-487b-9143-bcbcb1770535|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:31:18.894Z|0ed7b809-7d05-4e88-981c-86fe38ac9cd6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:31:18.895Z|0ed7b809-7d05-4e88-981c-86fe38ac9cd6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:31:20.089Z|3e66ffbe-4754-4975-8aad-8d76fa1e5c73|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:31:20.090Z|3e66ffbe-4754-4975-8aad-8d76fa1e5c73|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:31:20.590Z|0b8cda9a-d24f-4387-a0bd-3474eda2a9d9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:31:20.590Z|0b8cda9a-d24f-4387-a0bd-3474eda2a9d9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:31:23.996Z|ebfda282-6d76-479f-9d22-642633b21812|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:31:23.997Z|ebfda282-6d76-479f-9d22-642633b21812|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:31:26.915Z|2f5a1ab4-edad-412e-a187-ca011e47f34c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:31:26.916Z|2f5a1ab4-edad-412e-a187-ca011e47f34c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:31:28.926Z|b351d227-a4c4-40b9-8f79-85d49b67953c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:31:28.927Z|b351d227-a4c4-40b9-8f79-85d49b67953c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:31:34.024Z|ec0235c3-d643-472f-afad-1c0328ba7ad3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:31:34.025Z|ec0235c3-d643-472f-afad-1c0328ba7ad3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:31:35.089Z|00c6425d-81d3-4487-b65c-01a23c4f8950|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:31:35.090Z|00c6425d-81d3-4487-b65c-01a23c4f8950|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:31:36.948Z|5e673889-89cf-47f2-93e7-2101ab4afb12|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:31:36.949Z|5e673889-89cf-47f2-93e7-2101ab4afb12|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:31:38.957Z|120a9a39-e1f9-40a1-a0dc-756b047cba8c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:31:38.958Z|120a9a39-e1f9-40a1-a0dc-756b047cba8c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:31:44.056Z|852c8921-d425-4548-b0d3-1dc355fa6b75|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:31:44.057Z|852c8921-d425-4548-b0d3-1dc355fa6b75|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:31:46.981Z|bd1a4ed1-fc67-454e-9990-b660337de73e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:31:46.982Z|bd1a4ed1-fc67-454e-9990-b660337de73e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:31:48.983Z|656e2229-529b-4132-8f32-8269f15b7087|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:31:48.984Z|656e2229-529b-4132-8f32-8269f15b7087|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:31:50.089Z|7314dae3-ce9e-46b5-8fda-44533217d37d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:31:50.093Z|7314dae3-ce9e-46b5-8fda-44533217d37d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:31:50.591Z|662b796c-4bea-4f98-9d48-ff0c61eca68d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:31:50.591Z|662b796c-4bea-4f98-9d48-ff0c61eca68d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:31:54.089Z|a596e52e-59f1-4652-b3b0-be59db5d4bc3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:31:54.090Z|a596e52e-59f1-4652-b3b0-be59db5d4bc3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:31:56.118Z|ecb16034-b04d-4314-938a-9a16873b381a|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:31:56.118Z|ecb16034-b04d-4314-938a-9a16873b381a|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:31:57.015Z|efecf495-56d6-473b-aaca-c76b966d2015|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:31:57.016Z|efecf495-56d6-473b-aaca-c76b966d2015|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:31:59.014Z|23246578-a822-490d-891e-c3c174f94270|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:31:59.015Z|23246578-a822-490d-891e-c3c174f94270|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:32:04.120Z|44448209-557a-4a6c-88c7-14499a4e31c4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:32:04.121Z|44448209-557a-4a6c-88c7-14499a4e31c4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:32:05.089Z|d6d4b3c7-7249-457f-9f8f-85f90bf5bac7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:32:05.090Z|d6d4b3c7-7249-457f-9f8f-85f90bf5bac7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:32:07.047Z|a7944a54-dc66-481c-8a94-e994f33be149|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:32:07.048Z|a7944a54-dc66-481c-8a94-e994f33be149|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:32:09.046Z|e4e2c2e6-7c57-4d35-94b7-bf6adc549869|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:32:09.047Z|e4e2c2e6-7c57-4d35-94b7-bf6adc549869|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:32:14.153Z|5e053be8-ec7b-43bb-a14f-1b0592ecf673|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:32:14.154Z|5e053be8-ec7b-43bb-a14f-1b0592ecf673|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:32:17.079Z|221dc699-b6e4-43c0-8b08-ec6842519cd0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:32:17.080Z|221dc699-b6e4-43c0-8b08-ec6842519cd0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:32:19.080Z|106fd428-4030-4bdf-8fbe-247177861a66|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:32:19.081Z|106fd428-4030-4bdf-8fbe-247177861a66|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:32:20.089Z|b5f672ff-b86e-498a-a828-1c09a5218bd5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:32:20.089Z|b5f672ff-b86e-498a-a828-1c09a5218bd5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:32:20.592Z|5b5ba33f-feb5-40ff-8461-56dd77ec68b0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:32:20.593Z|5b5ba33f-feb5-40ff-8461-56dd77ec68b0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:32:24.188Z|719b2465-cae6-4d12-9826-cc7333926bc2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:32:24.189Z|719b2465-cae6-4d12-9826-cc7333926bc2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:32:27.113Z|6f8ea650-52cd-4c86-b0fa-5cec0e7e7e8a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:32:27.114Z|6f8ea650-52cd-4c86-b0fa-5cec0e7e7e8a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:32:29.115Z|1aaa3e25-5535-4f8a-af7c-903553e93876|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:32:29.116Z|1aaa3e25-5535-4f8a-af7c-903553e93876|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:32:34.219Z|d588b2b1-d0fb-4bab-9f48-20a7d7ca7551|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:32:34.220Z|d588b2b1-d0fb-4bab-9f48-20a7d7ca7551|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:32:35.089Z|68e499e2-bdd5-467f-8555-030726c8613c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:32:35.093Z|68e499e2-bdd5-467f-8555-030726c8613c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:32:37.145Z|0849df94-4a4f-42e5-b951-e35758c877d4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:32:37.147Z|0849df94-4a4f-42e5-b951-e35758c877d4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:32:39.148Z|43c64c32-7f2e-4147-ae34-4edcd7c5abe4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:32:39.149Z|43c64c32-7f2e-4147-ae34-4edcd7c5abe4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:32:44.250Z|10e5ff68-7b77-4907-9d30-a43af96e501e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:32:44.251Z|10e5ff68-7b77-4907-9d30-a43af96e501e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:32:47.173Z|87615670-b141-4a3a-acc3-97c1eb67a394|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:32:47.173Z|87615670-b141-4a3a-acc3-97c1eb67a394|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:32:49.181Z|dc3777ce-4821-48bd-a2b3-3a30bd0f084b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:32:49.182Z|dc3777ce-4821-48bd-a2b3-3a30bd0f084b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:32:50.089Z|d8f2ca3d-d89e-45c7-ba8a-e1790c274637|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:32:50.090Z|d8f2ca3d-d89e-45c7-ba8a-e1790c274637|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:32:50.594Z|57cd5d99-ecdb-41bb-aae0-40609e75abae|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:32:50.594Z|57cd5d99-ecdb-41bb-aae0-40609e75abae|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:32:54.283Z|40e2c8ae-f485-4bf1-98f4-5c87de6149d3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:32:54.283Z|40e2c8ae-f485-4bf1-98f4-5c87de6149d3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:32:56.116Z|a1d6f29f-bff1-410f-a228-7b2b54134168|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:32:56.117Z|a1d6f29f-bff1-410f-a228-7b2b54134168|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:32:57.205Z|b7de6dab-f920-41a0-870c-fbbc27000efb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:32:57.206Z|b7de6dab-f920-41a0-870c-fbbc27000efb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:32:59.215Z|7f90ad7f-569c-44b6-ba08-e9a766cab42e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:32:59.216Z|7f90ad7f-569c-44b6-ba08-e9a766cab42e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:33:04.314Z|a03d3340-c93c-46a2-a1e4-110b77c58fe5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:33:04.315Z|a03d3340-c93c-46a2-a1e4-110b77c58fe5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:33:05.089Z|570752ae-f120-4659-8e39-6d4afba74fc8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:33:05.089Z|570752ae-f120-4659-8e39-6d4afba74fc8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:33:07.238Z|abb72bc2-e308-43bf-9b83-b525152c18a6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:33:07.239Z|abb72bc2-e308-43bf-9b83-b525152c18a6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:33:09.246Z|2a161873-b4b8-4c9d-9cf5-ccf6fadb80a8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:33:09.247Z|2a161873-b4b8-4c9d-9cf5-ccf6fadb80a8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:33:14.346Z|db16684f-c3af-4004-ae60-7e1a53c0379e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:33:14.347Z|db16684f-c3af-4004-ae60-7e1a53c0379e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:33:17.271Z|21b2b301-d58b-438e-9351-ed94d7fc8476|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:33:17.272Z|21b2b301-d58b-438e-9351-ed94d7fc8476|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:33:19.279Z|78f8f6f6-4c3d-410d-96d8-2b3d34223e66|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:33:19.279Z|78f8f6f6-4c3d-410d-96d8-2b3d34223e66|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:33:20.089Z|dc6848a5-47d9-48db-82aa-bc94c769d71d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:33:20.093Z|dc6848a5-47d9-48db-82aa-bc94c769d71d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:33:20.595Z|e1bb1cba-cead-49fe-a0b7-314f374925af|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:33:20.596Z|e1bb1cba-cead-49fe-a0b7-314f374925af|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:33:24.381Z|22a56b47-6f1c-4a46-a0e7-d0d0bbeb8495|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:33:24.382Z|22a56b47-6f1c-4a46-a0e7-d0d0bbeb8495|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:33:27.302Z|ee1910b1-c513-4c5d-9fc9-d7a02171d8ab|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:33:27.303Z|ee1910b1-c513-4c5d-9fc9-d7a02171d8ab|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:33:29.311Z|7633bd09-bb54-4cda-8a14-ca41d8f08750|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:33:29.312Z|7633bd09-bb54-4cda-8a14-ca41d8f08750|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:33:34.413Z|c0023147-f096-4845-b5b4-c1c6397cd9a2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:33:34.414Z|c0023147-f096-4845-b5b4-c1c6397cd9a2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:33:35.097Z|2bf79916-5332-441b-8fc5-8e1b5a35aab5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:33:35.097Z|2bf79916-5332-441b-8fc5-8e1b5a35aab5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:33:37.369Z|00f5d0e2-b50f-4820-ae94-32281f4bed7d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:33:37.371Z|00f5d0e2-b50f-4820-ae94-32281f4bed7d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:33:39.347Z|b667539d-152c-4764-bf08-c4172e7b78c7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:33:39.348Z|b667539d-152c-4764-bf08-c4172e7b78c7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:33:44.447Z|d566a979-cc8b-4ba0-bf62-24c3cdfa49a3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:33:44.448Z|d566a979-cc8b-4ba0-bf62-24c3cdfa49a3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:33:47.402Z|5d3435a2-d385-460c-9200-2dcd66c53a49|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:33:47.403Z|5d3435a2-d385-460c-9200-2dcd66c53a49|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:33:49.379Z|d002609f-a190-4705-9fb9-a92de371c7ea|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:33:49.380Z|d002609f-a190-4705-9fb9-a92de371c7ea|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:33:50.089Z|b3418292-d49f-431c-975f-0b91bdf31466|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:33:50.089Z|b3418292-d49f-431c-975f-0b91bdf31466|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:33:50.596Z|41b58b15-c84c-49aa-9618-75c9329f5ba9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:33:50.597Z|41b58b15-c84c-49aa-9618-75c9329f5ba9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:33:54.479Z|42691ec7-57b1-4040-a05e-e6bbc208587f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:33:54.479Z|42691ec7-57b1-4040-a05e-e6bbc208587f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:33:56.116Z|022886d8-8dab-426a-8f31-8fddade27b60|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:33:56.116Z|022886d8-8dab-426a-8f31-8fddade27b60|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:33:57.435Z|ca7319f9-d177-4a0c-937f-50e2543a69dc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:33:57.436Z|ca7319f9-d177-4a0c-937f-50e2543a69dc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:33:59.418Z|bfe66f80-9371-45c8-8e29-ffa8fd466f5d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:33:59.419Z|bfe66f80-9371-45c8-8e29-ffa8fd466f5d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:34:04.509Z|62e06ec4-cc84-4d7e-8229-e92a9833a51c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:34:04.510Z|62e06ec4-cc84-4d7e-8229-e92a9833a51c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:34:05.089Z|524d50bc-77ae-41f1-bfc9-e428442d2327|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:34:05.093Z|524d50bc-77ae-41f1-bfc9-e428442d2327|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:34:07.459Z|78f65480-57ed-42e1-86b4-155a83e3e05a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:34:07.460Z|78f65480-57ed-42e1-86b4-155a83e3e05a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:34:09.449Z|c5f42c8e-1e83-4940-8246-a7b18768f294|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:34:09.450Z|c5f42c8e-1e83-4940-8246-a7b18768f294|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:34:14.543Z|de6b381a-a392-408e-b882-17d0d8b8a719|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:34:14.544Z|de6b381a-a392-408e-b882-17d0d8b8a719|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:34:17.487Z|507b86b1-4dec-4fda-8c6e-969592fe8195|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:34:17.488Z|507b86b1-4dec-4fda-8c6e-969592fe8195|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:34:19.480Z|659d3de4-be28-4954-a51c-996864f4eef5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:34:19.481Z|659d3de4-be28-4954-a51c-996864f4eef5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:34:20.089Z|a1cec142-2680-4c58-a438-b46a24c6d6e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:34:20.090Z|a1cec142-2680-4c58-a438-b46a24c6d6e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:34:20.598Z|77dee523-a427-4d1e-a89e-ee27fea1d013|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:34:20.598Z|77dee523-a427-4d1e-a89e-ee27fea1d013|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:34:24.576Z|0c94b142-3f5d-4ea4-859a-54d676cf3ce6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:34:24.577Z|0c94b142-3f5d-4ea4-859a-54d676cf3ce6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:34:27.518Z|64d1b0c8-fc29-46ae-aa86-f6900517b24a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:34:27.519Z|64d1b0c8-fc29-46ae-aa86-f6900517b24a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:34:29.516Z|1e05213d-d3d3-4768-9594-d2ce5d0bb887|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:34:29.517Z|1e05213d-d3d3-4768-9594-d2ce5d0bb887|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:34:34.609Z|89bf724f-dc89-4650-b8dc-d98273b1d086|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:34:34.610Z|89bf724f-dc89-4650-b8dc-d98273b1d086|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:34:35.089Z|93b1ce76-1bbb-495f-af52-60ef18f4b5ca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:34:35.090Z|93b1ce76-1bbb-495f-af52-60ef18f4b5ca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:34:37.551Z|00102f25-6d71-41b3-8576-095fe3b34085|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:34:37.551Z|00102f25-6d71-41b3-8576-095fe3b34085|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:34:39.548Z|eb4299db-08fc-483a-b138-287e016887d6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:34:39.549Z|eb4299db-08fc-483a-b138-287e016887d6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:34:44.652Z|d4263a49-90ce-4aa8-81f9-0ffd34b6d64f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:34:44.653Z|d4263a49-90ce-4aa8-81f9-0ffd34b6d64f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:34:47.583Z|5b1d87d9-ad56-4a97-b79f-4d33ff91376c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:34:47.584Z|5b1d87d9-ad56-4a97-b79f-4d33ff91376c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:34:49.582Z|e3046293-7819-4c13-adb3-b8b573958de0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:34:49.583Z|e3046293-7819-4c13-adb3-b8b573958de0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:34:50.089Z|711b9158-a6e1-47ca-b769-4385937536ca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:34:50.093Z|711b9158-a6e1-47ca-b769-4385937536ca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:34:50.599Z|107f3404-093c-4543-87df-268642b959f3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:34:50.599Z|107f3404-093c-4543-87df-268642b959f3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:34:54.686Z|8a6da19e-6b5b-42cd-b7ae-e38e1d6b1dc1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:34:54.687Z|8a6da19e-6b5b-42cd-b7ae-e38e1d6b1dc1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:34:56.121Z|84709da5-bb83-4a82-a83c-bdc47354805e|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:34:56.122Z|84709da5-bb83-4a82-a83c-bdc47354805e|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:34:57.616Z|380be9e5-5b37-493a-9994-610ca0ecc61d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:34:57.617Z|380be9e5-5b37-493a-9994-610ca0ecc61d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:34:59.616Z|0a5e940d-3082-4209-8d54-073c8cff0840|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:34:59.617Z|0a5e940d-3082-4209-8d54-073c8cff0840|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:35:04.718Z|10846d50-08bf-430f-8938-32cb0b42a98d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:35:04.719Z|10846d50-08bf-430f-8938-32cb0b42a98d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:35:05.089Z|43a785b5-6611-4b61-838e-d243d55fbd2e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:35:05.090Z|43a785b5-6611-4b61-838e-d243d55fbd2e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:35:07.648Z|31d41585-f30b-4891-9f75-fd5b008d5a6c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:35:07.648Z|31d41585-f30b-4891-9f75-fd5b008d5a6c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:35:09.649Z|a0fac70f-c555-473e-8dda-49ab44723fc9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:35:09.650Z|a0fac70f-c555-473e-8dda-49ab44723fc9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:35:14.749Z|15a5b078-c2ca-4b64-942b-938626797eb6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:35:14.750Z|15a5b078-c2ca-4b64-942b-938626797eb6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:35:17.677Z|2f2a9962-baac-4ec7-b099-d266256bc606|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:35:17.678Z|2f2a9962-baac-4ec7-b099-d266256bc606|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:35:19.680Z|64848a30-9809-4237-a6f1-7652f6f85496|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:35:19.681Z|64848a30-9809-4237-a6f1-7652f6f85496|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:35:20.089Z|870e2c51-916b-451e-8d41-77eb0c1845a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:35:20.089Z|870e2c51-916b-451e-8d41-77eb0c1845a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:35:20.600Z|aa2fa93f-69a0-4f18-b774-62cc47210831|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:35:20.601Z|aa2fa93f-69a0-4f18-b774-62cc47210831|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:35:24.782Z|44c81f95-cc12-458f-98a1-6a803f5b55fb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:35:24.782Z|44c81f95-cc12-458f-98a1-6a803f5b55fb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:35:27.707Z|ebca9698-7df4-42e5-8e23-f5cbfd659874|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:35:27.708Z|ebca9698-7df4-42e5-8e23-f5cbfd659874|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:35:29.713Z|25933aa5-f775-427d-9c3b-b808b870e597|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:35:29.714Z|25933aa5-f775-427d-9c3b-b808b870e597|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:35:34.812Z|83fd9b86-57b2-4e1f-97dc-7d0ed7e6bafe|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:35:34.813Z|83fd9b86-57b2-4e1f-97dc-7d0ed7e6bafe|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:35:35.089Z|008b8d31-5ab1-4d26-acd7-dd0b62eeed43|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:35:35.094Z|008b8d31-5ab1-4d26-acd7-dd0b62eeed43|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:35:37.738Z|14d98f79-125f-45f0-af44-b10f403b04d4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:35:37.739Z|14d98f79-125f-45f0-af44-b10f403b04d4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:35:39.744Z|5503a6c7-dee8-4627-895f-e75131954172|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:35:39.745Z|5503a6c7-dee8-4627-895f-e75131954172|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:35:44.844Z|b744b3b1-5bf8-4ebf-947f-32ed08a2b215|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:35:44.844Z|b744b3b1-5bf8-4ebf-947f-32ed08a2b215|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:35:47.772Z|ed52ed9f-a1de-48de-bd83-ed41d386588c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:35:47.773Z|ed52ed9f-a1de-48de-bd83-ed41d386588c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:35:49.778Z|5267c401-282f-46c0-b24a-df63924cbe93|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:35:49.779Z|5267c401-282f-46c0-b24a-df63924cbe93|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:35:50.089Z|94a61d8f-8e46-47dd-ad78-a33ec53efe6c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:35:50.090Z|94a61d8f-8e46-47dd-ad78-a33ec53efe6c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:35:50.601Z|26713c73-8fcd-4522-8f3d-c882e94cfc1f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:35:50.602Z|26713c73-8fcd-4522-8f3d-c882e94cfc1f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:35:54.876Z|632db3dd-85b4-45e8-bd1b-22ce5f8a8072|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:35:54.877Z|632db3dd-85b4-45e8-bd1b-22ce5f8a8072|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:35:56.117Z|1e0d172a-0528-4a12-b1a8-b628854fdbfc|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:35:56.118Z|1e0d172a-0528-4a12-b1a8-b628854fdbfc|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:35:57.803Z|7ea1f818-d759-4430-bdfe-45578d25c149|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:35:57.804Z|7ea1f818-d759-4430-bdfe-45578d25c149|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:35:59.812Z|be7243ca-8869-4378-94a4-3f90c7e6d968|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:35:59.813Z|be7243ca-8869-4378-94a4-3f90c7e6d968|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:36:04.914Z|74a35096-79d9-4724-bcd9-f1d30cb817a4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:36:04.915Z|74a35096-79d9-4724-bcd9-f1d30cb817a4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:36:05.089Z|bf3972fe-8f64-4d78-8704-1e6158799695|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:36:05.089Z|bf3972fe-8f64-4d78-8704-1e6158799695|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:36:07.837Z|13882d0f-f655-46aa-be9c-c9aef7f8cf3b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:36:07.838Z|13882d0f-f655-46aa-be9c-c9aef7f8cf3b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:36:09.845Z|e5c87be3-bad1-417c-b030-f31d70b4aaea|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:36:09.846Z|e5c87be3-bad1-417c-b030-f31d70b4aaea|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:36:14.946Z|af3ed937-723d-46de-9770-65332223dcff|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:36:14.947Z|af3ed937-723d-46de-9770-65332223dcff|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:36:17.872Z|5e4c1526-a6b0-4741-bbcf-d44ff32a7c7d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:36:17.872Z|5e4c1526-a6b0-4741-bbcf-d44ff32a7c7d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:36:19.877Z|9af136a0-a181-4e6e-84ab-85383707e536|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:36:19.877Z|9af136a0-a181-4e6e-84ab-85383707e536|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:36:20.089Z|68852aa8-bd66-4d0c-8605-06aea1b82708|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:36:20.093Z|68852aa8-bd66-4d0c-8605-06aea1b82708|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:36:20.603Z|0f035382-4b06-4e71-b7da-28fcb14a06ab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:36:20.603Z|0f035382-4b06-4e71-b7da-28fcb14a06ab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:36:24.979Z|cd9acf06-5776-4c50-9cd2-ddac2c927936|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:36:24.980Z|cd9acf06-5776-4c50-9cd2-ddac2c927936|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:36:27.903Z|04622ff7-014c-4d16-9ae1-6973d1aab6a1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:36:27.904Z|04622ff7-014c-4d16-9ae1-6973d1aab6a1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:36:29.906Z|f3898e89-83a4-4955-8731-76c7fe0cece5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:36:29.907Z|f3898e89-83a4-4955-8731-76c7fe0cece5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:36:35.021Z|d2e221ba-c62b-4777-b712-9391d9584a7b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:36:35.022Z|d2e221ba-c62b-4777-b712-9391d9584a7b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:36:35.089Z|fd43313a-deb7-4941-b9bf-b0f612a0a19c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:36:35.090Z|fd43313a-deb7-4941-b9bf-b0f612a0a19c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:36:37.962Z|7b3def77-4e99-4537-b262-b6763d032751|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:36:37.970Z|7b3def77-4e99-4537-b262-b6763d032751|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:36:39.944Z|ad1d7d9c-b1b0-4b58-9306-dd2314dfbb12|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:36:39.945Z|ad1d7d9c-b1b0-4b58-9306-dd2314dfbb12|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:36:45.053Z|0bb85759-bfde-4381-9fe3-ee741822b487|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:36:45.053Z|0bb85759-bfde-4381-9fe3-ee741822b487|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:36:48.019Z|c727feed-a40c-44fd-800e-54206f359151|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:36:48.024Z|c727feed-a40c-44fd-800e-54206f359151|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:36:49.980Z|3c7d718e-48f4-4ded-8401-a2ee71403619|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:36:49.981Z|3c7d718e-48f4-4ded-8401-a2ee71403619|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:36:50.090Z|bc3944d7-c08f-4cbb-b30f-342e4bbedb4f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:36:50.090Z|bc3944d7-c08f-4cbb-b30f-342e4bbedb4f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:36:50.604Z|172bfc04-f906-4fa0-bc48-0b1189e2064b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:36:50.604Z|172bfc04-f906-4fa0-bc48-0b1189e2064b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:36:55.095Z|eb599d15-8e3d-430a-92f3-57f66f3e2112|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:36:55.096Z|eb599d15-8e3d-430a-92f3-57f66f3e2112|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:36:56.117Z|e9d19ba8-2964-4593-8ae8-286a3cc3a9fc|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:36:56.117Z|e9d19ba8-2964-4593-8ae8-286a3cc3a9fc|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:36:58.064Z|c207056e-7153-4749-bc38-125e822138c4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:36:58.065Z|c207056e-7153-4749-bc38-125e822138c4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:37:00.014Z|f28298c3-56f4-40ae-9622-a636fb66a1d3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:37:00.015Z|f28298c3-56f4-40ae-9622-a636fb66a1d3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:37:05.089Z|cd46b304-3cb9-4e49-ac7e-a32ae282759c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:37:05.089Z|cd46b304-3cb9-4e49-ac7e-a32ae282759c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:37:05.127Z|a9908e06-853a-4319-9e9a-8984408102d1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:37:05.129Z|a9908e06-853a-4319-9e9a-8984408102d1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:37:08.100Z|5116352c-544c-4995-b094-4bb2a0dc3338|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:37:08.101Z|5116352c-544c-4995-b094-4bb2a0dc3338|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:37:10.048Z|e204e34a-9c8a-44da-9de1-6d1a1a18cd8e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:37:10.049Z|e204e34a-9c8a-44da-9de1-6d1a1a18cd8e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:37:15.162Z|d4a1e3c8-cd6a-4df0-8461-6b053934642e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:37:15.163Z|d4a1e3c8-cd6a-4df0-8461-6b053934642e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:37:18.133Z|7bb79eea-2466-4803-9b3a-4d7803d55823|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:37:18.134Z|7bb79eea-2466-4803-9b3a-4d7803d55823|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:37:20.079Z|9a0740a3-e3c1-4e9b-973d-87a09023b176|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:37:20.080Z|9a0740a3-e3c1-4e9b-973d-87a09023b176|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:37:20.089Z|65a961db-dfa2-4a35-b4dc-98fc3122c55d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:37:20.089Z|65a961db-dfa2-4a35-b4dc-98fc3122c55d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:37:20.605Z|ac793fc2-8d51-4898-9522-fc306e5b590c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:37:20.606Z|ac793fc2-8d51-4898-9522-fc306e5b590c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:37:25.201Z|48cd18dd-c7f5-4af4-a7bc-7a711954d91d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:37:25.202Z|48cd18dd-c7f5-4af4-a7bc-7a711954d91d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:37:28.167Z|3e512497-35c8-425c-9a26-5ef33d8c6fe2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:37:28.169Z|3e512497-35c8-425c-9a26-5ef33d8c6fe2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:37:30.119Z|a35458da-4724-4942-8308-088d55ed98e3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:37:30.119Z|a35458da-4724-4942-8308-088d55ed98e3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:37:35.089Z|a159e57f-386e-465b-acda-1ca1b59941b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:37:35.090Z|a159e57f-386e-465b-acda-1ca1b59941b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:37:35.237Z|a64cfb8f-533a-4dcb-96fe-aeeb523922e7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:37:35.238Z|a64cfb8f-533a-4dcb-96fe-aeeb523922e7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:37:38.195Z|eae095ac-94a1-4f33-b9a4-bfc940ca1413|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:37:38.196Z|eae095ac-94a1-4f33-b9a4-bfc940ca1413|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:37:40.144Z|e6eea32c-de4a-469d-bd97-8fa4434d32fb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:37:40.145Z|e6eea32c-de4a-469d-bd97-8fa4434d32fb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:37:45.268Z|0271e14c-8aeb-4a34-aaec-8efe1fa61e29|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:37:45.269Z|0271e14c-8aeb-4a34-aaec-8efe1fa61e29|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:37:48.222Z|b83a49d3-7f72-4629-a0ae-db10f14d35a7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:37:48.222Z|b83a49d3-7f72-4629-a0ae-db10f14d35a7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:37:50.089Z|f45148c7-04a9-43e2-a4dd-0ed80e0bd5b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:37:50.090Z|f45148c7-04a9-43e2-a4dd-0ed80e0bd5b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:37:50.185Z|e0e70df8-6779-479f-ac80-4010e15fffbd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:37:50.185Z|e0e70df8-6779-479f-ac80-4010e15fffbd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:37:50.606Z|165c87b6-69a5-4c06-afbb-365c3e2a14b5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:37:50.607Z|165c87b6-69a5-4c06-afbb-365c3e2a14b5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:37:55.300Z|3640af87-c427-4a7c-91a7-dedd92ca967f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:37:55.301Z|3640af87-c427-4a7c-91a7-dedd92ca967f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:37:56.116Z|d746517d-20fe-4988-b0e6-205efb21a0c0|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:37:56.117Z|d746517d-20fe-4988-b0e6-205efb21a0c0|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:37:58.252Z|3c41ee03-f2c4-40cc-bb67-8552f675e59e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:37:58.253Z|3c41ee03-f2c4-40cc-bb67-8552f675e59e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:38:00.214Z|01889098-525c-4436-8754-8cd6a176e448|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:38:00.215Z|01889098-525c-4436-8754-8cd6a176e448|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:38:05.089Z|e2d31870-18db-4ee4-9c00-311275866f5e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:38:05.093Z|e2d31870-18db-4ee4-9c00-311275866f5e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:38:05.341Z|708e697f-ab74-46fd-bc44-899f860e949a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:38:05.342Z|708e697f-ab74-46fd-bc44-899f860e949a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:38:08.285Z|dac73fc5-4f41-4f96-ad29-9bd8a7074118|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:38:08.286Z|dac73fc5-4f41-4f96-ad29-9bd8a7074118|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:38:10.245Z|6816dbc3-33a2-43f6-babd-428316a1a14d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:38:10.246Z|6816dbc3-33a2-43f6-babd-428316a1a14d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:38:15.373Z|ca1960b0-aee9-4bc7-ae68-b364f8b12f5c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:38:15.374Z|ca1960b0-aee9-4bc7-ae68-b364f8b12f5c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:38:18.317Z|d01903a3-aa0e-4c0d-827c-739f0765fcc6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:38:18.317Z|d01903a3-aa0e-4c0d-827c-739f0765fcc6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:38:20.089Z|f907ae26-a1fa-4eac-8a82-6000dfa635af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:38:20.089Z|f907ae26-a1fa-4eac-8a82-6000dfa635af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:38:20.278Z|20ecafaf-79c4-4612-9772-cdd8e62463f6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:38:20.279Z|20ecafaf-79c4-4612-9772-cdd8e62463f6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:38:20.607Z|daa9ed45-6375-4998-998d-6302971a9b79|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:38:20.608Z|daa9ed45-6375-4998-998d-6302971a9b79|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:38:25.411Z|22461d6f-4419-48a1-ba44-859102b8d346|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:38:25.412Z|22461d6f-4419-48a1-ba44-859102b8d346|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:38:28.346Z|e30859df-c2c6-4f79-ae0e-ffa277735a53|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:38:28.347Z|e30859df-c2c6-4f79-ae0e-ffa277735a53|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:38:30.310Z|c1beffc6-73e5-49c3-adaf-81661f17c64b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:38:30.311Z|c1beffc6-73e5-49c3-adaf-81661f17c64b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:38:35.089Z|2bf88d30-cad6-479a-98e7-63f97795087e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:38:35.089Z|2bf88d30-cad6-479a-98e7-63f97795087e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:38:35.444Z|59add574-aab9-422c-b726-274c6a40cdf3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:38:35.445Z|59add574-aab9-422c-b726-274c6a40cdf3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:38:38.380Z|6e1140c3-2131-4c49-b1da-8c0a43d8b9c3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:38:38.381Z|6e1140c3-2131-4c49-b1da-8c0a43d8b9c3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:38:40.343Z|12ba050f-7c28-41d7-a08b-2179223e865e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:38:40.344Z|12ba050f-7c28-41d7-a08b-2179223e865e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:38:45.475Z|309db421-f029-41cb-823c-aebb4873c0c6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:38:45.475Z|309db421-f029-41cb-823c-aebb4873c0c6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:38:48.413Z|e4036a21-8073-4234-96d3-c248ab89993a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:38:48.414Z|e4036a21-8073-4234-96d3-c248ab89993a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:38:50.089Z|8ae1d4d6-342e-482c-9a34-4abaa6e6a0a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:38:50.093Z|8ae1d4d6-342e-482c-9a34-4abaa6e6a0a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:38:50.377Z|84916d44-a3a7-4ae0-8486-9a5d6b57d80d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:38:50.378Z|84916d44-a3a7-4ae0-8486-9a5d6b57d80d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:38:50.609Z|4b79a27e-da73-466f-82bb-1c6989e896ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:38:50.609Z|4b79a27e-da73-466f-82bb-1c6989e896ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:38:55.505Z|a4bacf3d-e6bb-42c5-854d-aa397d12edb8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:38:55.506Z|a4bacf3d-e6bb-42c5-854d-aa397d12edb8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:38:56.116Z|d7f16d4a-6dd5-4b98-8b83-d194f93c4a96|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:38:56.116Z|d7f16d4a-6dd5-4b98-8b83-d194f93c4a96|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:38:58.448Z|e73e4f3a-f7f2-4378-a019-c6431f229715|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:38:58.448Z|e73e4f3a-f7f2-4378-a019-c6431f229715|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:39:00.409Z|919f2e86-7965-4f39-82e0-f6409b0684e0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:39:00.410Z|919f2e86-7965-4f39-82e0-f6409b0684e0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:39:05.089Z|898924ef-bb24-46e3-b1c4-25254eb6e074|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:39:05.089Z|898924ef-bb24-46e3-b1c4-25254eb6e074|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:39:05.536Z|28912436-fcac-41b9-9cf3-9e360fbb5459|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:39:05.536Z|28912436-fcac-41b9-9cf3-9e360fbb5459|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:39:08.479Z|9cbb10fa-ba96-4710-a12f-5d12ab89b8db|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:39:08.480Z|9cbb10fa-ba96-4710-a12f-5d12ab89b8db|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:39:10.442Z|2bc217e7-7a4a-4e08-982c-22f24721daa0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:39:10.443Z|2bc217e7-7a4a-4e08-982c-22f24721daa0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:39:15.565Z|c8986001-37c3-4cc7-b11e-9fa06e5c62db|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:39:15.565Z|c8986001-37c3-4cc7-b11e-9fa06e5c62db|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:39:18.511Z|ea772819-e74f-4a06-80bb-d10d1baaeba5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:39:18.512Z|ea772819-e74f-4a06-80bb-d10d1baaeba5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:39:20.089Z|77f0694c-307c-4f75-88a3-be1b8439bc83|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:39:20.089Z|77f0694c-307c-4f75-88a3-be1b8439bc83|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:39:20.472Z|c795479a-00b5-478e-aaa6-4ed0b901dd26|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:39:20.472Z|c795479a-00b5-478e-aaa6-4ed0b901dd26|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:39:20.610Z|6b612b68-687f-4209-abdd-eaa451fd5014|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:39:20.611Z|6b612b68-687f-4209-abdd-eaa451fd5014|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:39:25.596Z|79f97043-b998-468f-8d79-39d60c62fd3d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:39:25.596Z|79f97043-b998-468f-8d79-39d60c62fd3d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:39:28.544Z|0e73fc92-8065-416e-a26d-9cfc7b492acf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:39:28.545Z|0e73fc92-8065-416e-a26d-9cfc7b492acf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:39:30.500Z|bf5e8665-6762-4ada-b5eb-31f7a62f5e12|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:39:30.501Z|bf5e8665-6762-4ada-b5eb-31f7a62f5e12|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:39:35.089Z|89c98c68-65e9-4431-a421-16c238a724fa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:39:35.093Z|89c98c68-65e9-4431-a421-16c238a724fa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:39:35.627Z|955b83a3-7843-4782-a2fe-85561fb502ba|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:39:35.628Z|955b83a3-7843-4782-a2fe-85561fb502ba|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:39:38.576Z|a88655f9-f6fa-4cf8-b7fd-d074f7bb093e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:39:38.576Z|a88655f9-f6fa-4cf8-b7fd-d074f7bb093e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:39:40.530Z|f05e129b-9068-40e0-8908-60eaf9bd73c5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:39:40.530Z|f05e129b-9068-40e0-8908-60eaf9bd73c5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:39:45.660Z|d0b336cc-7852-468b-b3a3-146c8e932d53|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:39:45.661Z|d0b336cc-7852-468b-b3a3-146c8e932d53|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:39:48.611Z|a9f6b8e9-3af0-4653-a8c9-38fdc0ead7e4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:39:48.612Z|a9f6b8e9-3af0-4653-a8c9-38fdc0ead7e4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:39:50.089Z|ccda11b4-334d-40e1-b14e-2647bf2b1395|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:39:50.089Z|ccda11b4-334d-40e1-b14e-2647bf2b1395|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:39:50.564Z|6b9f941c-e81a-437d-9a8c-552806b6d916|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:39:50.565Z|6b9f941c-e81a-437d-9a8c-552806b6d916|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:39:50.611Z|e1a4f1f7-03af-4145-80c4-93273c19cceb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:39:50.612Z|e1a4f1f7-03af-4145-80c4-93273c19cceb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:39:55.693Z|ac5d5636-d61e-41c7-bade-45182dd5c717|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:39:55.694Z|ac5d5636-d61e-41c7-bade-45182dd5c717|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:39:56.117Z|eb240ae6-6ca2-4857-b886-bc7e341abc8c|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:39:56.118Z|eb240ae6-6ca2-4857-b886-bc7e341abc8c|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:39:58.645Z|eab1b887-86e4-43b6-b48d-96ea60265f42|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:39:58.646Z|eab1b887-86e4-43b6-b48d-96ea60265f42|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:40:00.596Z|4e4339dc-f945-4389-b115-34847a7f2646|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:40:00.597Z|4e4339dc-f945-4389-b115-34847a7f2646|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:40:05.089Z|964c856a-e8ab-452c-9e5b-873607c6240e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:40:05.089Z|964c856a-e8ab-452c-9e5b-873607c6240e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:40:05.726Z|87d41484-aa06-4a26-8220-ae820db7365d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:40:05.727Z|87d41484-aa06-4a26-8220-ae820db7365d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:40:08.695Z|df83ed99-8ea9-4a78-8c54-ba7b7e11dab5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:40:08.697Z|df83ed99-8ea9-4a78-8c54-ba7b7e11dab5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:40:10.634Z|2d938949-5e89-4c63-b4ce-d4271dbf0ca5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:40:10.635Z|2d938949-5e89-4c63-b4ce-d4271dbf0ca5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:40:15.756Z|b4740ee0-1719-41a1-8ecb-c748ea41aa3b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:40:15.757Z|b4740ee0-1719-41a1-8ecb-c748ea41aa3b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:40:18.735Z|78eefffa-84b2-4193-ab2c-b555fb9ace7c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:40:18.736Z|78eefffa-84b2-4193-ab2c-b555fb9ace7c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:40:20.089Z|ed73179e-9cdf-44aa-ad55-94c94a9406da|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:40:20.093Z|ed73179e-9cdf-44aa-ad55-94c94a9406da|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:40:20.613Z|e5e6ff3f-33f8-4f17-8fe3-e5ad4426a53d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:40:20.614Z|e5e6ff3f-33f8-4f17-8fe3-e5ad4426a53d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:40:20.670Z|beb1157a-3f94-4797-853c-ebe0c3613bec|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:40:20.671Z|beb1157a-3f94-4797-853c-ebe0c3613bec|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:40:25.788Z|eb847eab-6aae-4d09-8a3b-5ffbd76aa786|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:40:25.789Z|eb847eab-6aae-4d09-8a3b-5ffbd76aa786|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:40:28.764Z|88177168-2f1b-4e84-8789-92d997c1d76c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:40:28.765Z|88177168-2f1b-4e84-8789-92d997c1d76c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:40:30.701Z|f3871d2b-3350-4681-bd02-e6ee7857de86|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:40:30.701Z|f3871d2b-3350-4681-bd02-e6ee7857de86|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:40:35.089Z|f04e428e-266d-4a75-8648-3cbd5cbc2a38|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:40:35.090Z|f04e428e-266d-4a75-8648-3cbd5cbc2a38|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:40:35.825Z|d6764020-692e-4cc9-83f4-c19baccc796e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:40:35.826Z|d6764020-692e-4cc9-83f4-c19baccc796e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:40:38.797Z|43aac094-3e03-4319-86bc-c16c6c89e38c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:40:38.797Z|43aac094-3e03-4319-86bc-c16c6c89e38c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:40:40.732Z|db2c6e51-bb2a-4c07-807d-1524ec89d020|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:40:40.733Z|db2c6e51-bb2a-4c07-807d-1524ec89d020|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:40:45.857Z|30441c91-d696-4d29-b016-59300f7ab715|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:40:45.858Z|30441c91-d696-4d29-b016-59300f7ab715|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:40:48.824Z|a9ed0d6b-b8ca-40b6-b5ec-a7c5579cec95|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:40:48.825Z|a9ed0d6b-b8ca-40b6-b5ec-a7c5579cec95|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:40:50.089Z|a37767ba-22f3-49d4-aa49-449b411c47ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:40:50.089Z|a37767ba-22f3-49d4-aa49-449b411c47ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:40:50.614Z|99bd0694-6b14-4c9f-84c7-541e07992ff2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:40:50.615Z|99bd0694-6b14-4c9f-84c7-541e07992ff2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:40:50.765Z|665477ad-3547-4edb-8dd2-999290c0b6cb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:40:50.766Z|665477ad-3547-4edb-8dd2-999290c0b6cb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:40:55.892Z|45d2c3f4-5b13-45a7-a5b3-6199f31bd856|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:40:55.892Z|45d2c3f4-5b13-45a7-a5b3-6199f31bd856|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:40:56.116Z|f5db3640-e299-41e2-af88-1c11996d4fc1|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:40:56.117Z|f5db3640-e299-41e2-af88-1c11996d4fc1|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:40:58.856Z|69c96cbe-5ca3-4060-8c32-6a87b8f63b04|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:40:58.857Z|69c96cbe-5ca3-4060-8c32-6a87b8f63b04|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:41:00.800Z|5a251d64-1a07-4b27-9d37-6aa5aba4198a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:41:00.801Z|5a251d64-1a07-4b27-9d37-6aa5aba4198a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:41:05.089Z|d15d3335-72bc-451d-b3a9-8578f7157965|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:41:05.094Z|d15d3335-72bc-451d-b3a9-8578f7157965|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:41:05.923Z|c0d3ef9a-c651-4351-877e-15b10c99b4a6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:41:05.924Z|c0d3ef9a-c651-4351-877e-15b10c99b4a6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:41:08.888Z|760c4b58-afb0-4df7-942c-878307433583|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:41:08.889Z|760c4b58-afb0-4df7-942c-878307433583|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:41:10.833Z|c51c3f6f-6ff2-4809-9b2e-6c72283eeff3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:41:10.833Z|c51c3f6f-6ff2-4809-9b2e-6c72283eeff3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:41:15.953Z|77986afb-e883-41d4-b4c1-19d6e8f27e77|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:41:15.954Z|77986afb-e883-41d4-b4c1-19d6e8f27e77|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:41:18.922Z|9ecb37a0-665d-4a85-9cd5-5bfc30ddd46f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:41:18.923Z|9ecb37a0-665d-4a85-9cd5-5bfc30ddd46f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:41:20.089Z|81e64f29-a3f8-455a-b3fb-6e9ca242ec85|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:41:20.089Z|81e64f29-a3f8-455a-b3fb-6e9ca242ec85|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:41:20.615Z|c0005042-f6d3-4de6-9f93-02196483857d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:41:20.616Z|c0005042-f6d3-4de6-9f93-02196483857d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:41:20.865Z|71f176c9-4d00-44d3-aee3-f228badd7b9c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:41:20.866Z|71f176c9-4d00-44d3-aee3-f228badd7b9c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:41:25.987Z|1d9c9175-d6f7-4ab4-92d3-c577e654a0b0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:41:25.988Z|1d9c9175-d6f7-4ab4-92d3-c577e654a0b0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:41:28.952Z|40f1d1b0-626f-49b2-b170-5b0b377963b3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:41:28.953Z|40f1d1b0-626f-49b2-b170-5b0b377963b3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:41:30.900Z|82f46a95-aaeb-4bfb-bae8-c3e71e7c6ad2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:41:30.900Z|82f46a95-aaeb-4bfb-bae8-c3e71e7c6ad2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:41:35.089Z|e4ed1c8c-4e2e-49ed-8e9a-c690fc7615ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:41:35.089Z|e4ed1c8c-4e2e-49ed-8e9a-c690fc7615ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:41:36.022Z|0e94c7bb-e155-41a8-9afd-30394aa56ee9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:41:36.023Z|0e94c7bb-e155-41a8-9afd-30394aa56ee9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:41:38.985Z|f43017de-1e49-4e43-bb10-ed588544c158|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:41:38.986Z|f43017de-1e49-4e43-bb10-ed588544c158|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:41:40.933Z|b5423532-2c2a-44a8-b45a-4742d8dca96f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:41:40.934Z|b5423532-2c2a-44a8-b45a-4742d8dca96f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:41:46.053Z|6eab13c9-a825-4a37-bf0a-e0a7809dca5d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:41:46.054Z|6eab13c9-a825-4a37-bf0a-e0a7809dca5d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:41:49.015Z|aabfb2ae-1fc7-48a7-9593-76e436a24f1d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:41:49.016Z|aabfb2ae-1fc7-48a7-9593-76e436a24f1d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:41:50.089Z|d9b42b93-c1b6-4aca-852d-cf42c83161ce|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:41:50.093Z|d9b42b93-c1b6-4aca-852d-cf42c83161ce|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:41:50.616Z|c60b8057-8e7c-453f-86ab-3409707db667|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:41:50.617Z|c60b8057-8e7c-453f-86ab-3409707db667|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:41:50.966Z|6c574a52-ecd1-49da-a869-5ea9c45b1f51|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:41:50.967Z|6c574a52-ecd1-49da-a869-5ea9c45b1f51|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:41:56.085Z|69308757-0cea-4295-bc7b-e687c2390bfb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:41:56.087Z|69308757-0cea-4295-bc7b-e687c2390bfb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:41:56.117Z|1cca9886-62d0-4993-b284-874d33b50f7e|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:41:56.118Z|1cca9886-62d0-4993-b284-874d33b50f7e|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:41:59.048Z|8f2323be-c73c-4806-8986-c6a79c444fa1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:41:59.049Z|8f2323be-c73c-4806-8986-c6a79c444fa1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:42:00.998Z|22a2c70b-8de9-4ee3-9f64-19fae81bbfca|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:42:00.999Z|22a2c70b-8de9-4ee3-9f64-19fae81bbfca|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:42:05.089Z|22226646-02fc-4e32-ad1e-ba1ee3b3d68c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:42:05.090Z|22226646-02fc-4e32-ad1e-ba1ee3b3d68c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:42:06.119Z|57f8c2e7-e55b-44ae-becf-1eac49e0e250|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:42:06.120Z|57f8c2e7-e55b-44ae-becf-1eac49e0e250|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:42:09.079Z|d927dd3b-35fa-4e7c-85a9-bac623c07827|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:42:09.080Z|d927dd3b-35fa-4e7c-85a9-bac623c07827|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:42:11.030Z|1646ce85-4944-4168-be1c-0db33b633ce4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:42:11.031Z|1646ce85-4944-4168-be1c-0db33b633ce4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:42:16.146Z|9a303682-6eb2-478e-b95a-b8b72f0d98c6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:42:16.147Z|9a303682-6eb2-478e-b95a-b8b72f0d98c6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:42:19.110Z|fdf0d568-8fde-4bf4-9b3c-6c1895a8b49e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:42:19.111Z|fdf0d568-8fde-4bf4-9b3c-6c1895a8b49e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:42:20.089Z|2dbaf7ce-3b91-4ba4-a49c-9225db81d652|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:42:20.089Z|2dbaf7ce-3b91-4ba4-a49c-9225db81d652|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:42:20.618Z|37e176ba-1b6f-4a6e-b535-7592ee9f2bd4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:42:20.618Z|37e176ba-1b6f-4a6e-b535-7592ee9f2bd4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:42:21.063Z|c26dc7a1-049a-4302-ac0f-410a26e67314|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:42:21.064Z|c26dc7a1-049a-4302-ac0f-410a26e67314|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:42:26.176Z|6367cb1a-7dca-4163-9fa3-0528fef3bc7c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:42:26.177Z|6367cb1a-7dca-4163-9fa3-0528fef3bc7c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:42:29.142Z|68df625f-01dd-4500-81a0-476e4c9e101d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:42:29.143Z|68df625f-01dd-4500-81a0-476e4c9e101d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:42:31.096Z|a864b400-09a4-4932-8b00-d4967c175552|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:42:31.097Z|a864b400-09a4-4932-8b00-d4967c175552|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:42:35.089Z|7b62eb33-f906-471a-8574-da774a47c60a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:42:35.092Z|7b62eb33-f906-471a-8574-da774a47c60a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:42:36.206Z|3917f5b9-cb80-4ca1-a3a5-70e35dafdd6d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:42:36.206Z|3917f5b9-cb80-4ca1-a3a5-70e35dafdd6d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:42:39.175Z|8e0aff67-8c85-412e-aac6-dfb28ecc3058|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:42:39.176Z|8e0aff67-8c85-412e-aac6-dfb28ecc3058|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:42:41.125Z|25236975-611d-4443-b14a-a146765351e1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:42:41.126Z|25236975-611d-4443-b14a-a146765351e1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:42:46.239Z|2ebe1237-012d-4da2-b4de-fce77a4d0d7c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:42:46.240Z|2ebe1237-012d-4da2-b4de-fce77a4d0d7c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:42:49.207Z|eb3a5947-b37a-4721-b1ad-b340dda68178|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:42:49.208Z|eb3a5947-b37a-4721-b1ad-b340dda68178|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:42:50.089Z|6e21d371-5cb9-43af-8120-731c92a80181|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:42:50.089Z|6e21d371-5cb9-43af-8120-731c92a80181|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:42:50.619Z|68b523b4-b791-46a0-b7c5-c33caa696ef1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:42:50.619Z|68b523b4-b791-46a0-b7c5-c33caa696ef1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:42:51.156Z|a5f2eb37-dc95-4516-88fe-05fa84bc8d5c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:42:51.156Z|a5f2eb37-dc95-4516-88fe-05fa84bc8d5c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:42:56.117Z|c5ff186d-c873-4d9b-85fa-02fa6cb40952|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:42:56.118Z|c5ff186d-c873-4d9b-85fa-02fa6cb40952|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:42:56.269Z|c05a2024-75fb-4368-a061-0d31c815d6fd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:42:56.270Z|c05a2024-75fb-4368-a061-0d31c815d6fd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:42:59.239Z|e67e7c26-c3e7-4f4b-8c73-adf1e63e7494|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:42:59.240Z|e67e7c26-c3e7-4f4b-8c73-adf1e63e7494|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:43:01.189Z|015b3b81-3471-4ce3-80a8-fd16e267cd6b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:43:01.190Z|015b3b81-3471-4ce3-80a8-fd16e267cd6b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:43:05.089Z|58a94760-6c27-4233-a9d8-2d5c17464258|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:43:05.089Z|58a94760-6c27-4233-a9d8-2d5c17464258|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:43:06.294Z|076af244-674e-4983-a078-10413677aaa1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:43:06.295Z|076af244-674e-4983-a078-10413677aaa1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:43:09.273Z|58a1f94a-feaf-4b66-bd64-8009e8b37b88|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:43:09.274Z|58a1f94a-feaf-4b66-bd64-8009e8b37b88|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:43:11.216Z|0de8d722-14c6-41fd-a196-1e1262403e6d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:43:11.217Z|0de8d722-14c6-41fd-a196-1e1262403e6d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:43:16.324Z|e9e16a75-0050-4284-bff5-e0f315481a97|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:43:16.325Z|e9e16a75-0050-4284-bff5-e0f315481a97|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:43:19.307Z|67a227f3-9810-411c-90f6-029e07e5e61a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:43:19.308Z|67a227f3-9810-411c-90f6-029e07e5e61a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:43:20.089Z|e2d6507b-ca51-4812-b491-6b159e09df02|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:43:20.094Z|e2d6507b-ca51-4812-b491-6b159e09df02|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:43:20.620Z|fdc6e85b-6e80-467c-a2f9-d75ca67846db|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:43:20.621Z|fdc6e85b-6e80-467c-a2f9-d75ca67846db|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:43:21.247Z|88480b2a-4cd1-4e4b-a5bf-4563722255a8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:43:21.248Z|88480b2a-4cd1-4e4b-a5bf-4563722255a8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:43:26.351Z|19e84f56-b816-4bbc-926f-aeb689fbeb45|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:43:26.352Z|19e84f56-b816-4bbc-926f-aeb689fbeb45|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:43:29.340Z|ea48d92d-6fb8-4f70-bfcc-7ba465ac446c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:43:29.341Z|ea48d92d-6fb8-4f70-bfcc-7ba465ac446c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:43:31.280Z|6ea8b272-422f-4f21-842c-5755668b902b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:43:31.281Z|6ea8b272-422f-4f21-842c-5755668b902b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:43:35.089Z|546d68d0-c71b-41e8-8ad7-e91fd79a0164|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:43:35.089Z|546d68d0-c71b-41e8-8ad7-e91fd79a0164|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:43:36.380Z|b317d50c-2e84-4085-b3c7-d92ebdc4dfd7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:43:36.381Z|b317d50c-2e84-4085-b3c7-d92ebdc4dfd7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:43:39.375Z|518d2e43-b935-489a-ba7a-c3c8f47675a0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:43:39.377Z|518d2e43-b935-489a-ba7a-c3c8f47675a0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:43:41.315Z|f6696af8-b206-4a7f-b21e-e8b34569d67c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:43:41.317Z|f6696af8-b206-4a7f-b21e-e8b34569d67c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:43:46.410Z|8e10d06b-d920-48b9-adb0-23a77d6b79cc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:43:46.411Z|8e10d06b-d920-48b9-adb0-23a77d6b79cc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:43:49.411Z|baae45c2-2635-4faf-b2e9-b9bc5b0685fe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:43:49.413Z|baae45c2-2635-4faf-b2e9-b9bc5b0685fe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:43:50.091Z|424687eb-0065-47d1-a92b-cc50849c37a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:43:50.091Z|424687eb-0065-47d1-a92b-cc50849c37a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:43:50.621Z|0887173e-164a-4201-a3de-c7d57ab5c474|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:43:50.623Z|0887173e-164a-4201-a3de-c7d57ab5c474|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:43:51.349Z|cdf773ac-54d1-45dd-bd85-5d8a0a8cd34c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:43:51.350Z|cdf773ac-54d1-45dd-bd85-5d8a0a8cd34c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:43:56.121Z|b5e7f3c2-3ced-4e86-a8e4-b3c1715d7a93|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:43:56.122Z|b5e7f3c2-3ced-4e86-a8e4-b3c1715d7a93|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:43:56.442Z|03022855-4c26-46ed-81cb-9d5168898d7a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:43:56.443Z|03022855-4c26-46ed-81cb-9d5168898d7a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:43:59.439Z|86927781-cc6c-48ab-b26b-d8e6e2ca8c6d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:43:59.440Z|86927781-cc6c-48ab-b26b-d8e6e2ca8c6d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:44:01.380Z|71731584-35d5-40a0-aad3-537a661bb165|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:44:01.381Z|71731584-35d5-40a0-aad3-537a661bb165|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:44:05.089Z|c99b5a5b-00d2-4501-ab94-d6d694500bef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:44:05.094Z|c99b5a5b-00d2-4501-ab94-d6d694500bef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:44:06.470Z|119e2563-c492-48ff-9418-50f8b7b3b8f5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:44:06.471Z|119e2563-c492-48ff-9418-50f8b7b3b8f5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:44:09.469Z|c647b542-a237-4583-80be-d11c6504a382|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:44:09.470Z|c647b542-a237-4583-80be-d11c6504a382|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:44:11.414Z|c996ba09-d7d6-46b2-8e22-711104b72dd2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:44:11.416Z|c996ba09-d7d6-46b2-8e22-711104b72dd2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:44:16.500Z|9413da02-ca33-41c4-9883-b3f1ea152f49|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:44:16.501Z|9413da02-ca33-41c4-9883-b3f1ea152f49|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:44:19.509Z|f78206d1-e437-483a-bfa1-5675c7b2f4f3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:44:19.510Z|f78206d1-e437-483a-bfa1-5675c7b2f4f3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:44:20.089Z|501e44dd-a647-4165-96cc-f068161ed02c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:44:20.089Z|501e44dd-a647-4165-96cc-f068161ed02c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:44:20.623Z|094bacbc-01e4-419e-b26e-ca778cf6f555|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:44:20.624Z|094bacbc-01e4-419e-b26e-ca778cf6f555|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:44:21.447Z|855abdc0-0b1f-42a4-9458-4a3094684d99|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:44:21.448Z|855abdc0-0b1f-42a4-9458-4a3094684d99|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:44:26.531Z|b039b7d9-43e4-47ad-a895-297bbcfa7378|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:44:26.531Z|b039b7d9-43e4-47ad-a895-297bbcfa7378|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:44:29.540Z|68c85605-a65d-41d6-abba-ca76f23df28e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:44:29.541Z|68c85605-a65d-41d6-abba-ca76f23df28e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:44:31.480Z|ab0fadf6-72bd-4fbb-bae8-38717359d85f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:44:31.481Z|ab0fadf6-72bd-4fbb-bae8-38717359d85f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:44:35.089Z|ce65e9f4-e885-4282-835a-f6d506476c7c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:44:35.090Z|ce65e9f4-e885-4282-835a-f6d506476c7c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:44:36.560Z|598632f5-c517-4447-adec-b06b4d6552a9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:44:36.561Z|598632f5-c517-4447-adec-b06b4d6552a9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:44:39.570Z|10445b57-b74c-4c4e-b277-b614912745fe|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:44:39.571Z|10445b57-b74c-4c4e-b277-b614912745fe|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:44:41.511Z|1c0e7678-25b7-48db-84a3-6a6e6097a335|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:44:41.512Z|1c0e7678-25b7-48db-84a3-6a6e6097a335|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:44:46.594Z|08f7e6bd-3961-483a-af80-3019afdbb027|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:44:46.596Z|08f7e6bd-3961-483a-af80-3019afdbb027|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:44:49.604Z|a91cb16c-0a8c-4dbc-b9ba-03149df8f1e3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:44:49.605Z|a91cb16c-0a8c-4dbc-b9ba-03149df8f1e3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:44:50.089Z|9fa07988-f14c-424e-b3c1-c7d92384247e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:44:50.094Z|9fa07988-f14c-424e-b3c1-c7d92384247e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:44:50.625Z|1decad94-b29d-4787-96c4-dd10dabe5ebd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:44:50.625Z|1decad94-b29d-4787-96c4-dd10dabe5ebd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:44:51.542Z|c6471db9-aa58-48fd-a10a-eb2fa64c67dc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:44:51.544Z|c6471db9-aa58-48fd-a10a-eb2fa64c67dc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:44:56.118Z|6b553f30-fb98-4fa3-8050-81d7f02f4136|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:44:56.118Z|6b553f30-fb98-4fa3-8050-81d7f02f4136|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:44:56.619Z|ea16318b-78d3-48c5-8548-9837117e6fb6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:44:56.620Z|ea16318b-78d3-48c5-8548-9837117e6fb6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:44:59.635Z|7a729864-e22b-409b-a33e-6a4f39a3d08a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:44:59.635Z|7a729864-e22b-409b-a33e-6a4f39a3d08a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:45:01.577Z|1bbc2665-82df-4f24-a9e3-b750ec391888|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:45:01.578Z|1bbc2665-82df-4f24-a9e3-b750ec391888|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:45:05.089Z|994a8a7f-dcc6-4e4b-b739-3cd8eb4f6686|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:45:05.090Z|994a8a7f-dcc6-4e4b-b739-3cd8eb4f6686|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:45:06.658Z|868e3570-60f5-4ab1-8235-d3f6d28c7717|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:45:06.659Z|868e3570-60f5-4ab1-8235-d3f6d28c7717|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:45:09.659Z|e60426bb-6376-45b9-8d2f-52a3effde70e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:45:09.659Z|e60426bb-6376-45b9-8d2f-52a3effde70e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:45:11.611Z|bde55733-7752-402a-bdbf-70278c42262a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:45:11.612Z|bde55733-7752-402a-bdbf-70278c42262a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:45:16.692Z|b3921b69-143b-41be-8730-d167f95462d0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:45:16.692Z|b3921b69-143b-41be-8730-d167f95462d0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:45:19.689Z|c2ffb8aa-1978-4758-a7eb-b997aef0b463|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:45:19.689Z|c2ffb8aa-1978-4758-a7eb-b997aef0b463|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:45:20.089Z|651e7ba8-d02d-4df0-9360-b1e364b93747|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:45:20.089Z|651e7ba8-d02d-4df0-9360-b1e364b93747|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:45:20.626Z|5a774e6c-546d-4e5c-b3c5-841e8269bd7c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:45:20.626Z|5a774e6c-546d-4e5c-b3c5-841e8269bd7c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:45:21.644Z|3a28432a-8304-4468-bce4-c4e99b327706|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:45:21.645Z|3a28432a-8304-4468-bce4-c4e99b327706|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:45:26.724Z|ee41613c-3e8d-40b7-b12b-3e5361a235d2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:45:26.725Z|ee41613c-3e8d-40b7-b12b-3e5361a235d2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:45:29.724Z|26780070-5310-4823-aa67-eb2723667808|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:45:29.725Z|26780070-5310-4823-aa67-eb2723667808|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:45:31.679Z|6ff61511-34ee-4c9b-9088-19be2d071506|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:45:31.679Z|6ff61511-34ee-4c9b-9088-19be2d071506|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:45:35.089Z|9ea8f868-9087-42df-b08a-65fa6633d727|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:45:35.094Z|9ea8f868-9087-42df-b08a-65fa6633d727|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:45:36.757Z|46cc0edc-843d-463b-b79a-0ba9c54cff87|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:45:36.758Z|46cc0edc-843d-463b-b79a-0ba9c54cff87|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:45:39.758Z|c03f9918-222d-4389-b579-2acc1198e038|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:45:39.759Z|c03f9918-222d-4389-b579-2acc1198e038|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:45:41.710Z|e0c3a047-4118-4bf6-98b4-27d3683075b1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:45:41.711Z|e0c3a047-4118-4bf6-98b4-27d3683075b1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:45:46.787Z|6a8156d6-e082-448b-abb6-884c48e8f672|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:45:46.788Z|6a8156d6-e082-448b-abb6-884c48e8f672|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:45:49.789Z|02fb4b67-bbfb-4c0f-9628-72aa908b413b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:45:49.790Z|02fb4b67-bbfb-4c0f-9628-72aa908b413b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:45:50.089Z|2e0855db-2b47-491c-a0e9-c65833286293|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:45:50.089Z|2e0855db-2b47-491c-a0e9-c65833286293|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:45:50.627Z|cf0f5cdd-7f2e-40f0-915e-4d49a9616b84|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:45:50.628Z|cf0f5cdd-7f2e-40f0-915e-4d49a9616b84|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:45:51.740Z|5feaef15-2e7b-4ebb-91f1-5e2af01d07f6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:45:51.741Z|5feaef15-2e7b-4ebb-91f1-5e2af01d07f6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:45:56.115Z|7ec6491c-e68a-4ec0-b6c3-f131493c57b3|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:45:56.115Z|7ec6491c-e68a-4ec0-b6c3-f131493c57b3|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:45:56.819Z|962edc53-9803-4989-8819-7899a1a30f29|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:45:56.819Z|962edc53-9803-4989-8819-7899a1a30f29|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:45:59.822Z|5fd11062-3e81-44ea-863a-e8aec217f176|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:45:59.822Z|5fd11062-3e81-44ea-863a-e8aec217f176|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:46:01.767Z|75624f85-e971-4a26-812c-5f8e6be6d181|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:46:01.768Z|75624f85-e971-4a26-812c-5f8e6be6d181|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:46:05.089Z|ec7c305b-43c4-4623-a73c-61548709eb42|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:46:05.089Z|ec7c305b-43c4-4623-a73c-61548709eb42|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:46:06.849Z|0783ce3f-1411-47d7-9159-772e2725b121|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:46:06.850Z|0783ce3f-1411-47d7-9159-772e2725b121|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:46:09.852Z|e682c860-766d-4472-b5ea-c66bedc14280|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:46:09.853Z|e682c860-766d-4472-b5ea-c66bedc14280|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:46:11.800Z|0ee442ca-27d2-4307-b720-404048e018d1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:46:11.800Z|0ee442ca-27d2-4307-b720-404048e018d1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:46:16.881Z|f8ee1327-9566-4af2-af7d-aa142bc7cafe|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:46:16.881Z|f8ee1327-9566-4af2-af7d-aa142bc7cafe|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:46:19.886Z|7447d82d-229f-4bb1-a1b9-493d35ece078|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:46:19.887Z|7447d82d-229f-4bb1-a1b9-493d35ece078|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:46:20.089Z|3b51c83c-8203-4d31-abd8-6b22bdaec428|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:46:20.094Z|3b51c83c-8203-4d31-abd8-6b22bdaec428|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:46:20.629Z|bea9e9ab-8d1d-4b44-a382-cd70d7ff1561|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:46:20.629Z|bea9e9ab-8d1d-4b44-a382-cd70d7ff1561|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:46:21.832Z|6a769973-cd4e-4fcd-bf37-b067d4662531|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:46:21.833Z|6a769973-cd4e-4fcd-bf37-b067d4662531|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:46:26.915Z|b6ca2647-3272-4ca2-927a-63f81ce6e879|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:46:26.916Z|b6ca2647-3272-4ca2-927a-63f81ce6e879|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:46:29.919Z|13d4260b-0d49-403d-ad49-62cca0ac5c07|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:46:29.920Z|13d4260b-0d49-403d-ad49-62cca0ac5c07|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:46:31.865Z|8dfc41d7-84f0-409c-ba7b-d50efbeb14aa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:46:31.866Z|8dfc41d7-84f0-409c-ba7b-d50efbeb14aa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:46:35.089Z|6d109139-3c28-4217-afd7-534a7b2ff471|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:46:35.089Z|6d109139-3c28-4217-afd7-534a7b2ff471|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:46:36.948Z|8490aafe-4572-481a-ae22-a28d41a26a19|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:46:36.949Z|8490aafe-4572-481a-ae22-a28d41a26a19|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:46:39.950Z|086b2db2-afa7-4be7-9787-57c331af10d5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:46:39.951Z|086b2db2-afa7-4be7-9787-57c331af10d5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:46:41.897Z|bedaef59-6276-40c6-aac7-06848c03cac0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:46:41.898Z|bedaef59-6276-40c6-aac7-06848c03cac0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:46:46.982Z|0a23b614-ff9d-4c50-bc25-bd6a0745fd29|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:46:46.983Z|0a23b614-ff9d-4c50-bc25-bd6a0745fd29|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:46:49.986Z|6d4cf1ab-8d17-448a-8891-5bc6c9d02078|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:46:49.986Z|6d4cf1ab-8d17-448a-8891-5bc6c9d02078|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:46:50.089Z|f907b89c-d52f-4aa6-ac1d-aba3e88b6a68|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:46:50.090Z|f907b89c-d52f-4aa6-ac1d-aba3e88b6a68|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:46:50.630Z|8921f72e-0bb0-4c11-8da5-cfeaa935c988|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:46:50.631Z|8921f72e-0bb0-4c11-8da5-cfeaa935c988|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:46:51.933Z|30ab6217-1cb3-4492-9ba2-8923bb2e478a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:46:51.934Z|30ab6217-1cb3-4492-9ba2-8923bb2e478a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:46:56.118Z|760933b0-e7ef-4d2d-b911-9d95b9532184|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:46:56.119Z|760933b0-e7ef-4d2d-b911-9d95b9532184|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:46:57.018Z|4697d583-2ff1-4337-834a-8e896db94139|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:46:57.019Z|4697d583-2ff1-4337-834a-8e896db94139|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:47:00.017Z|cf646e4b-90d5-443d-83b9-fbf20e2ab1a7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:47:00.018Z|cf646e4b-90d5-443d-83b9-fbf20e2ab1a7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:47:01.964Z|274381ea-e6cd-43f6-94b2-be714bb44b56|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:47:01.965Z|274381ea-e6cd-43f6-94b2-be714bb44b56|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:47:05.089Z|5ba08997-9acd-4706-8455-1ecaa13d076b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:47:05.094Z|5ba08997-9acd-4706-8455-1ecaa13d076b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:47:07.054Z|c28de0b6-1467-4bf7-812c-89b12c7a74e8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:47:07.055Z|c28de0b6-1467-4bf7-812c-89b12c7a74e8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:47:10.056Z|c89ae10d-3c28-4e02-aa33-cf14d4985ada|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:47:10.057Z|c89ae10d-3c28-4e02-aa33-cf14d4985ada|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:47:11.997Z|b90c8fd9-6b2f-46b8-866c-336dc1d8d840|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:47:11.998Z|b90c8fd9-6b2f-46b8-866c-336dc1d8d840|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:47:17.117Z|3a4c3466-2659-4004-8779-bc56229de702|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:47:17.119Z|3a4c3466-2659-4004-8779-bc56229de702|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:47:20.089Z|40557405-d06e-4a60-964f-5b6da657a086|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:47:20.090Z|40557405-d06e-4a60-964f-5b6da657a086|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:47:20.103Z|de05994c-50ce-48ea-8331-02e5f544319b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:47:20.106Z|de05994c-50ce-48ea-8331-02e5f544319b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:47:20.631Z|5747a53f-4b72-4971-a1e9-47a7ffe8ae05|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:47:20.632Z|5747a53f-4b72-4971-a1e9-47a7ffe8ae05|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:47:22.031Z|f3d12d63-31a2-4e2c-9290-da0c8a4780ec|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:47:22.032Z|f3d12d63-31a2-4e2c-9290-da0c8a4780ec|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:47:27.158Z|2142b298-d4c9-4297-9f52-96529b7b25b1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:47:27.159Z|2142b298-d4c9-4297-9f52-96529b7b25b1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:47:30.141Z|8a4faa48-bcc7-46a1-bb3d-3fead5b8205e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:47:30.142Z|8a4faa48-bcc7-46a1-bb3d-3fead5b8205e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:47:32.063Z|8f311686-d2af-4047-abf7-62bc0057d1ac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:47:32.064Z|8f311686-d2af-4047-abf7-62bc0057d1ac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:47:35.089Z|5a37f7e6-9d9c-4c8c-937a-e0a557b608a1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:47:35.089Z|5a37f7e6-9d9c-4c8c-937a-e0a557b608a1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:47:37.202Z|a85e00a5-16ec-4cab-89d2-de7c270ea887|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:47:37.202Z|a85e00a5-16ec-4cab-89d2-de7c270ea887|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:47:40.177Z|31f42722-112a-4e4e-acb7-7833d06a3249|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:47:40.177Z|31f42722-112a-4e4e-acb7-7833d06a3249|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:47:42.093Z|993f9ee0-db37-4784-be9d-b79c92bfa5ef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:47:42.094Z|993f9ee0-db37-4784-be9d-b79c92bfa5ef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:47:47.234Z|36c3de48-e23d-4325-9645-e98c3d302eb6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:47:47.234Z|36c3de48-e23d-4325-9645-e98c3d302eb6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:47:50.089Z|c4be596b-ae87-436f-9930-2cabdf290511|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:47:50.092Z|c4be596b-ae87-436f-9930-2cabdf290511|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:47:50.207Z|b0782d5f-9e94-44bd-bf83-8ef7b1e05ddf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:47:50.208Z|b0782d5f-9e94-44bd-bf83-8ef7b1e05ddf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:47:50.632Z|6abec633-691f-49af-9fbc-4952da275293|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:47:50.633Z|6abec633-691f-49af-9fbc-4952da275293|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:47:52.123Z|27de00b6-10a2-4bd8-b509-06c6553a6eb1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:47:52.124Z|27de00b6-10a2-4bd8-b509-06c6553a6eb1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:47:56.115Z|970c0cfe-9541-46b5-8a87-a3805820d913|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:47:56.116Z|970c0cfe-9541-46b5-8a87-a3805820d913|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:47:57.265Z|ad079928-af6a-42be-ad54-6a0c42c31dca|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:47:57.266Z|ad079928-af6a-42be-ad54-6a0c42c31dca|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:48:00.237Z|029ee007-f20e-4d82-b650-f4e11249fa40|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:48:00.238Z|029ee007-f20e-4d82-b650-f4e11249fa40|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:48:02.155Z|6a117636-8d33-492e-9e70-711c7cd975e5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:48:02.156Z|6a117636-8d33-492e-9e70-711c7cd975e5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:48:05.089Z|e3e6967e-cc29-456f-b821-e4b0c7e1aee9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:48:05.089Z|e3e6967e-cc29-456f-b821-e4b0c7e1aee9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:48:07.299Z|764841cb-bd5d-4923-a7e1-754166e6d4b6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:48:07.300Z|764841cb-bd5d-4923-a7e1-754166e6d4b6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:48:10.267Z|7d24a1dd-3eb9-46f6-9067-b22757381901|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:48:10.268Z|7d24a1dd-3eb9-46f6-9067-b22757381901|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:48:12.185Z|09d6bf39-8841-4ed3-9b5a-76551d50ac53|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:48:12.185Z|09d6bf39-8841-4ed3-9b5a-76551d50ac53|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:48:17.330Z|8fe389aa-cf89-4cb7-89cc-58610eefd157|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:48:17.331Z|8fe389aa-cf89-4cb7-89cc-58610eefd157|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:48:20.089Z|739fe18d-ed3d-4507-9b52-515f61c2a82f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:48:20.089Z|739fe18d-ed3d-4507-9b52-515f61c2a82f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:48:20.299Z|711f6a97-7fee-439e-b6ef-bbc4d3bd0a30|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:48:20.300Z|711f6a97-7fee-439e-b6ef-bbc4d3bd0a30|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:48:20.634Z|3d7d4dc5-09cf-4dbe-a2d8-60d0c858a4f4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:48:20.634Z|3d7d4dc5-09cf-4dbe-a2d8-60d0c858a4f4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:48:22.215Z|21a28a6d-cf55-4ea1-8b63-18d3b772e105|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:48:22.215Z|21a28a6d-cf55-4ea1-8b63-18d3b772e105|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:48:27.363Z|df2958ac-0e51-46a1-85ee-9a3715de9678|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:48:27.364Z|df2958ac-0e51-46a1-85ee-9a3715de9678|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:48:30.328Z|3a40fb21-00bc-4590-b455-30802ec7850f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:48:30.330Z|3a40fb21-00bc-4590-b455-30802ec7850f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:48:32.243Z|be74ed1b-dd74-41cb-b8a6-d79a5b4924b1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:48:32.244Z|be74ed1b-dd74-41cb-b8a6-d79a5b4924b1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:48:35.089Z|1a98662e-c39d-49de-a52d-c72d8977e864|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:48:35.093Z|1a98662e-c39d-49de-a52d-c72d8977e864|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:48:37.395Z|25fd01ea-e891-4553-b66a-883ea951974a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:48:37.396Z|25fd01ea-e891-4553-b66a-883ea951974a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:48:40.363Z|46825943-38a3-48a1-9986-b699e4f70a78|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:48:40.363Z|46825943-38a3-48a1-9986-b699e4f70a78|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:48:42.271Z|512e85b0-e851-4772-8c37-ba5b9adf67ca|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:48:42.272Z|512e85b0-e851-4772-8c37-ba5b9adf67ca|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:48:47.436Z|8610d61e-8627-49f0-8cba-4899bd88ca43|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:48:47.438Z|8610d61e-8627-49f0-8cba-4899bd88ca43|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:48:50.089Z|11305885-51fa-4ecd-82b0-363bb8848261|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:48:50.089Z|11305885-51fa-4ecd-82b0-363bb8848261|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:48:50.390Z|101669d8-e5a6-4abc-ae5a-4086813bb350|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:48:50.391Z|101669d8-e5a6-4abc-ae5a-4086813bb350|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:48:50.635Z|798e2ebe-83ee-4cad-ab59-fa30d0da5d26|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:48:50.635Z|798e2ebe-83ee-4cad-ab59-fa30d0da5d26|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:48:52.302Z|e6f7250c-4059-4098-aeb1-40cd23f6d21c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:48:52.303Z|e6f7250c-4059-4098-aeb1-40cd23f6d21c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:48:56.120Z|39b862a4-5742-487e-b3e2-8f5a05617619|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:48:56.120Z|39b862a4-5742-487e-b3e2-8f5a05617619|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:48:57.470Z|fd629678-c825-44ba-b5c8-3daf7ab04637|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:48:57.470Z|fd629678-c825-44ba-b5c8-3daf7ab04637|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:49:00.421Z|b811a64a-6f63-4df6-bf42-52a9b5f9488f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:49:00.421Z|b811a64a-6f63-4df6-bf42-52a9b5f9488f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:49:02.328Z|e1244985-603f-42c5-a4f4-308fd85077d2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:49:02.329Z|e1244985-603f-42c5-a4f4-308fd85077d2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:49:05.089Z|7b26431a-a8c8-449e-bd12-4a30debeb880|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:49:05.089Z|7b26431a-a8c8-449e-bd12-4a30debeb880|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:49:07.499Z|fd12e915-bbca-4818-8412-32d5b8cbb053|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:49:07.500Z|fd12e915-bbca-4818-8412-32d5b8cbb053|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:49:10.448Z|d2bc5d6f-4509-4a79-bac6-fc8471860fc5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:49:10.449Z|d2bc5d6f-4509-4a79-bac6-fc8471860fc5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:49:12.355Z|8e3c1c98-c99c-4cab-91c4-823701fd2d4d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:49:12.356Z|8e3c1c98-c99c-4cab-91c4-823701fd2d4d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:49:17.532Z|fbcc5a31-76a8-4ee1-a4ab-d79a99c08416|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:49:17.533Z|fbcc5a31-76a8-4ee1-a4ab-d79a99c08416|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:49:20.089Z|d7acf44d-0fe2-45b4-ba4e-f29aa3d6ab21|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:49:20.093Z|d7acf44d-0fe2-45b4-ba4e-f29aa3d6ab21|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:49:20.480Z|45522666-9e92-45cb-bfa1-97f431fc04c1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:49:20.481Z|45522666-9e92-45cb-bfa1-97f431fc04c1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:49:20.636Z|a3aa30d8-8334-4020-99c0-34a5db43b603|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:49:20.636Z|a3aa30d8-8334-4020-99c0-34a5db43b603|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:49:22.385Z|aef2d474-4f81-4250-b396-d3bf02db8125|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:49:22.386Z|aef2d474-4f81-4250-b396-d3bf02db8125|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:49:27.565Z|45fa1d66-018b-4784-ba72-5765f7cd6f68|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:49:27.566Z|45fa1d66-018b-4784-ba72-5765f7cd6f68|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:49:30.507Z|48ba151f-94d4-4c5d-99ba-0a2c45bb7704|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:49:30.508Z|48ba151f-94d4-4c5d-99ba-0a2c45bb7704|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:49:32.412Z|6b69dac3-017b-47aa-8683-9b8d7705844c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:49:32.413Z|6b69dac3-017b-47aa-8683-9b8d7705844c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:49:35.089Z|6272f1c0-1f1a-4655-9625-a72b7b2294bb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:49:35.090Z|6272f1c0-1f1a-4655-9625-a72b7b2294bb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:49:37.597Z|413363d1-5545-4610-b657-91f6b3e2d39f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:49:37.598Z|413363d1-5545-4610-b657-91f6b3e2d39f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:49:40.540Z|bd2ff0ac-59af-4879-a4db-516576a26d71|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:49:40.541Z|bd2ff0ac-59af-4879-a4db-516576a26d71|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:49:42.445Z|f967877c-6c33-4b04-88ce-ad43c2aa7b5b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:49:42.445Z|f967877c-6c33-4b04-88ce-ad43c2aa7b5b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:49:47.629Z|6e1e299a-3c47-4481-a25c-ddc8bb542ba6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:49:47.630Z|6e1e299a-3c47-4481-a25c-ddc8bb542ba6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:49:50.089Z|fbc99be8-7d5b-4df3-88dd-9358a7f85b61|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:49:50.090Z|fbc99be8-7d5b-4df3-88dd-9358a7f85b61|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:49:50.572Z|1847bded-c74c-4203-a5cb-f068780ac148|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:49:50.573Z|1847bded-c74c-4203-a5cb-f068780ac148|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:49:50.637Z|08c021bc-d963-4cbe-ad91-1fd4fc5ed184|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:49:50.637Z|08c021bc-d963-4cbe-ad91-1fd4fc5ed184|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:49:52.475Z|a0878c7c-027b-4c8d-ac62-df67e0ec8367|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:49:52.476Z|a0878c7c-027b-4c8d-ac62-df67e0ec8367|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:49:56.117Z|d507d879-2b98-4300-8930-570f6875ab43|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:49:56.118Z|d507d879-2b98-4300-8930-570f6875ab43|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:49:57.663Z|d6d11096-83a1-41d7-a268-ed0f5baf64df|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:49:57.664Z|d6d11096-83a1-41d7-a268-ed0f5baf64df|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:50:00.599Z|316e6e5f-33dc-4005-8a56-2bf452fae89a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:50:00.600Z|316e6e5f-33dc-4005-8a56-2bf452fae89a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:50:02.507Z|93f7e467-2012-4c01-a102-7bcbdb076cb4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:50:02.508Z|93f7e467-2012-4c01-a102-7bcbdb076cb4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:50:05.089Z|803a02bc-420c-4479-aa2d-9c1a2cbab975|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:50:05.094Z|803a02bc-420c-4479-aa2d-9c1a2cbab975|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:50:07.699Z|4964a514-2aa9-47b8-89d4-da0d879476c0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:50:07.700Z|4964a514-2aa9-47b8-89d4-da0d879476c0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:50:10.630Z|41d4adf4-4c0c-447a-be9e-a6cdb6b45fa2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:50:10.631Z|41d4adf4-4c0c-447a-be9e-a6cdb6b45fa2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:50:12.543Z|14cfcbe6-c3ec-4952-a462-23ebcd56719b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:50:12.544Z|14cfcbe6-c3ec-4952-a462-23ebcd56719b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:50:17.729Z|6355a950-0e0f-4cee-955d-b5502999f5cb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:50:17.729Z|6355a950-0e0f-4cee-955d-b5502999f5cb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:50:20.089Z|b9c233ad-e5fd-4245-9021-ff6e500c8c8d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:50:20.089Z|b9c233ad-e5fd-4245-9021-ff6e500c8c8d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:50:20.638Z|0713322d-05c8-4e3a-8044-6ae738462c6c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:50:20.639Z|0713322d-05c8-4e3a-8044-6ae738462c6c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:50:20.668Z|059fe236-4236-47b2-9f12-5054a173b739|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:50:20.668Z|059fe236-4236-47b2-9f12-5054a173b739|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:50:22.576Z|42896c6b-04d4-4d61-831c-62bc8be1095e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:50:22.577Z|42896c6b-04d4-4d61-831c-62bc8be1095e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:50:27.760Z|33a36569-7935-4c61-90d5-0121a556397c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:50:27.761Z|33a36569-7935-4c61-90d5-0121a556397c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:50:30.700Z|45fbb2e3-e1f5-45e5-93fc-a3a9c9212ffe|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:50:30.701Z|45fbb2e3-e1f5-45e5-93fc-a3a9c9212ffe|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:50:32.608Z|0b1bf192-f0eb-42d5-b6f5-f246813f1d4c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:50:32.608Z|0b1bf192-f0eb-42d5-b6f5-f246813f1d4c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:50:35.089Z|83f44fd9-0679-416e-8121-c4bfc4f070e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:50:35.089Z|83f44fd9-0679-416e-8121-c4bfc4f070e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:50:37.793Z|93a02da0-020d-4ccf-9216-90e2afd76dd5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:50:37.793Z|93a02da0-020d-4ccf-9216-90e2afd76dd5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:50:40.729Z|8e5d006f-d401-46fb-b4a4-9ff5cde38e7b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:50:40.730Z|8e5d006f-d401-46fb-b4a4-9ff5cde38e7b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:50:42.637Z|ca7d8f3e-46a2-4e1d-8549-3f0e79720f8d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:50:42.638Z|ca7d8f3e-46a2-4e1d-8549-3f0e79720f8d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:50:47.826Z|ae807f03-65c3-42e4-b1a6-ab87bc463bbd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:50:47.827Z|ae807f03-65c3-42e4-b1a6-ab87bc463bbd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:50:50.089Z|65c375b4-e4fd-4086-8566-385eeeca17e4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:50:50.094Z|65c375b4-e4fd-4086-8566-385eeeca17e4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:50:50.639Z|bf871aad-909c-4844-92c9-d235da3b188d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:50:50.640Z|bf871aad-909c-4844-92c9-d235da3b188d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:50:50.761Z|b2e07930-7cb5-42b3-aaad-8eb5f13f2feb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:50:50.762Z|b2e07930-7cb5-42b3-aaad-8eb5f13f2feb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:50:52.671Z|902eb4ac-a140-4611-92aa-605e1df640e2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:50:52.672Z|902eb4ac-a140-4611-92aa-605e1df640e2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:50:56.115Z|3109020a-994c-4b7b-85a9-c9d127d21bbd|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:50:56.116Z|3109020a-994c-4b7b-85a9-c9d127d21bbd|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:50:57.857Z|c44474d4-0f4c-4296-a2f1-ff517b180c91|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:50:57.858Z|c44474d4-0f4c-4296-a2f1-ff517b180c91|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:51:00.795Z|29a6c571-5a88-42ec-81b7-ede1c0c152ee|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:51:00.797Z|29a6c571-5a88-42ec-81b7-ede1c0c152ee|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:51:02.701Z|8eeb5fd5-b074-4a46-a809-9d7bb85a61ad|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:51:02.702Z|8eeb5fd5-b074-4a46-a809-9d7bb85a61ad|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:51:05.089Z|25f64363-ad9f-4d95-b819-a0552e72f8df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:51:05.089Z|25f64363-ad9f-4d95-b819-a0552e72f8df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:51:07.892Z|bd7c2d35-dee4-452b-9326-ba2a7f0f167e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:51:07.893Z|bd7c2d35-dee4-452b-9326-ba2a7f0f167e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:51:10.831Z|ea605dfb-3714-4f44-93b6-21316ff97acf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:51:10.832Z|ea605dfb-3714-4f44-93b6-21316ff97acf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:51:12.732Z|a97bde8c-60f7-4d3d-afd0-003fec1157c5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:51:12.733Z|a97bde8c-60f7-4d3d-afd0-003fec1157c5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:51:17.924Z|8f58a170-96a2-4dcb-98e0-b8e39e55de19|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:51:17.925Z|8f58a170-96a2-4dcb-98e0-b8e39e55de19|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:51:20.089Z|8fd0f64f-2c86-4495-aed8-cce9d24668cf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:51:20.090Z|8fd0f64f-2c86-4495-aed8-cce9d24668cf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:51:20.641Z|a0cf110c-a8ea-4256-9bfb-5ac362781543|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:51:20.641Z|a0cf110c-a8ea-4256-9bfb-5ac362781543|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:51:20.863Z|321ae98e-2bb4-4868-bfb1-569cea06dcd0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:51:20.864Z|321ae98e-2bb4-4868-bfb1-569cea06dcd0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:51:22.765Z|149529d6-65bf-43a9-8dd8-9737c42ccfee|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:51:22.766Z|149529d6-65bf-43a9-8dd8-9737c42ccfee|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:51:27.965Z|d084d9b7-7bdb-4ae2-9314-38c3273dd315|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:51:27.966Z|d084d9b7-7bdb-4ae2-9314-38c3273dd315|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:51:30.896Z|6d44234d-37fb-48e0-b07c-210a9ce017c5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:51:30.897Z|6d44234d-37fb-48e0-b07c-210a9ce017c5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:51:32.800Z|81cf1d2a-1904-45e5-bbb6-2129a6584c3f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:51:32.800Z|81cf1d2a-1904-45e5-bbb6-2129a6584c3f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:51:35.089Z|d9198c5c-4158-4bea-93ee-d7819f873f08|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:51:35.094Z|d9198c5c-4158-4bea-93ee-d7819f873f08|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:51:38.007Z|a692a60c-b00f-4c0c-856e-870989ec95ad|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:51:38.008Z|a692a60c-b00f-4c0c-856e-870989ec95ad|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:51:40.930Z|21a1806c-8d73-4484-99b2-da1bf29b65d7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:51:40.931Z|21a1806c-8d73-4484-99b2-da1bf29b65d7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:51:42.830Z|940b93f7-d3ce-4619-aa31-5a4cc2873666|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:51:42.831Z|940b93f7-d3ce-4619-aa31-5a4cc2873666|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:51:48.039Z|2a715008-2b85-4982-86c4-7ed437307d64|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:51:48.040Z|2a715008-2b85-4982-86c4-7ed437307d64|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:51:50.089Z|aa94302e-61c3-449b-90de-e2ae3da9c3e7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:51:50.089Z|aa94302e-61c3-449b-90de-e2ae3da9c3e7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:51:50.642Z|bd75577b-9102-440a-9e20-a4fd9ed0c6b6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:51:50.642Z|bd75577b-9102-440a-9e20-a4fd9ed0c6b6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:51:50.964Z|f2f5bbbe-83ad-4042-b728-6d8550fdd93d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:51:50.965Z|f2f5bbbe-83ad-4042-b728-6d8550fdd93d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:51:52.862Z|d6275dc4-3aed-43fa-8172-e717e00c8b36|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:51:52.862Z|d6275dc4-3aed-43fa-8172-e717e00c8b36|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:51:56.119Z|410d9a9c-f3c8-4836-afbe-6058f696e2ca|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:51:56.119Z|410d9a9c-f3c8-4836-afbe-6058f696e2ca|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:51:58.080Z|b178c912-09ce-4bfe-af6a-24a691b4554f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:51:58.080Z|b178c912-09ce-4bfe-af6a-24a691b4554f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:52:00.996Z|52196ee6-24af-42c8-af38-8b252cb22e75|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:52:00.997Z|52196ee6-24af-42c8-af38-8b252cb22e75|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:52:02.891Z|dfb1e020-f9b8-4aa1-b0b2-29b559c301ae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:52:02.892Z|dfb1e020-f9b8-4aa1-b0b2-29b559c301ae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:52:05.089Z|261faa9d-5941-460f-9d11-87daa0873eb3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:52:05.089Z|261faa9d-5941-460f-9d11-87daa0873eb3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:52:08.115Z|d523d4d5-96d7-4af2-8392-555e030c9593|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:52:08.116Z|d523d4d5-96d7-4af2-8392-555e030c9593|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:52:11.030Z|c7d9a2cd-ea4d-4903-92c5-037589c71a9e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:52:11.031Z|c7d9a2cd-ea4d-4903-92c5-037589c71a9e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:52:12.920Z|76cbf17a-4555-415a-b2bb-48cb3801c8df|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:52:12.921Z|76cbf17a-4555-415a-b2bb-48cb3801c8df|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:52:18.147Z|6ff0fdd1-4e0e-4252-b6ad-95e51d7a8b5c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:52:18.148Z|6ff0fdd1-4e0e-4252-b6ad-95e51d7a8b5c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:52:20.089Z|12ad2e8c-78c4-426f-a3d8-026d47f29aca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:52:20.095Z|12ad2e8c-78c4-426f-a3d8-026d47f29aca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:52:20.643Z|8416f859-f46a-449c-b3db-845b63fd5448|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:52:20.644Z|8416f859-f46a-449c-b3db-845b63fd5448|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:52:21.062Z|b7f08861-613a-4d1c-bb29-caa62e0f6b66|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:52:21.063Z|b7f08861-613a-4d1c-bb29-caa62e0f6b66|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:52:22.953Z|2020368f-1ddc-44aa-9750-4a45c77fd5ed|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:52:22.954Z|2020368f-1ddc-44aa-9750-4a45c77fd5ed|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:52:28.181Z|5a5e815c-7dc5-46dd-a946-88a960054d85|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:52:28.182Z|5a5e815c-7dc5-46dd-a946-88a960054d85|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:52:31.094Z|2797a1af-1b24-477a-bda3-f5565cf97482|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:52:31.094Z|2797a1af-1b24-477a-bda3-f5565cf97482|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:52:32.979Z|8531c497-d6a0-4bbc-a0f1-e1499a3921f6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:52:32.980Z|8531c497-d6a0-4bbc-a0f1-e1499a3921f6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:52:35.089Z|9fc6f32a-755e-40b2-99cf-34f1c217d9b8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:52:35.090Z|9fc6f32a-755e-40b2-99cf-34f1c217d9b8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:52:38.208Z|40ca7b9c-fe60-4bae-82f9-52293b6d1f8b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:52:38.209Z|40ca7b9c-fe60-4bae-82f9-52293b6d1f8b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:52:41.125Z|f647c31d-11f3-4dfe-a92d-4d04f397c0d0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:52:41.126Z|f647c31d-11f3-4dfe-a92d-4d04f397c0d0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:52:43.012Z|7555ab5b-47cd-45f2-915b-d2f74d18663b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:52:43.013Z|7555ab5b-47cd-45f2-915b-d2f74d18663b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:52:48.238Z|3dff914c-9d9d-4e35-9d7f-7321d58976bc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:52:48.239Z|3dff914c-9d9d-4e35-9d7f-7321d58976bc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:52:50.089Z|cf8db029-d1a0-4cb8-806e-f994107bde19|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:52:50.090Z|cf8db029-d1a0-4cb8-806e-f994107bde19|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:52:50.644Z|213da2b8-45c2-45c8-acc7-ef82111ae481|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:52:50.645Z|213da2b8-45c2-45c8-acc7-ef82111ae481|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:52:51.157Z|6db96967-4773-4d5f-b40f-445d6f64d80c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:52:51.158Z|6db96967-4773-4d5f-b40f-445d6f64d80c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:52:53.045Z|a03bd87e-8a83-4a18-a662-e6bfd165ee52|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:52:53.046Z|a03bd87e-8a83-4a18-a662-e6bfd165ee52|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:52:56.122Z|06c9ef2c-9d65-4c89-b8fb-ded804317b06|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:52:56.122Z|06c9ef2c-9d65-4c89-b8fb-ded804317b06|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:52:58.271Z|6efaa303-67f8-438c-939d-315063f951ab|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:52:58.272Z|6efaa303-67f8-438c-939d-315063f951ab|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:53:01.188Z|f28a7956-8e2b-47c0-a360-01a87d991e16|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:53:01.189Z|f28a7956-8e2b-47c0-a360-01a87d991e16|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:53:03.078Z|2a3eccba-d111-4b66-b68c-56898c48b187|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:53:03.079Z|2a3eccba-d111-4b66-b68c-56898c48b187|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:53:05.089Z|133da0e1-eb8f-4612-9701-c0d9ef58d643|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:53:05.094Z|133da0e1-eb8f-4612-9701-c0d9ef58d643|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:53:08.321Z|e55e206d-aa87-4ec5-8ba9-20790a7cff69|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:53:08.323Z|e55e206d-aa87-4ec5-8ba9-20790a7cff69|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:53:11.228Z|1616fffe-afcc-43a3-a170-ea6d7da93e7a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:53:11.229Z|1616fffe-afcc-43a3-a170-ea6d7da93e7a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:53:13.132Z|ec16f7fb-2fa8-4862-8dc3-b87e7161deea|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:53:13.136Z|ec16f7fb-2fa8-4862-8dc3-b87e7161deea|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:53:18.362Z|8e7c22f6-d2f7-4888-bb62-fdbc9c7d42cb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:53:18.363Z|8e7c22f6-d2f7-4888-bb62-fdbc9c7d42cb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:53:20.090Z|b7bc513e-7dfb-453a-9bbc-8bc16683d27b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:53:20.091Z|b7bc513e-7dfb-453a-9bbc-8bc16683d27b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:53:20.645Z|bee2eb59-434b-436b-9e14-3c0d1275d6ef|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:53:20.646Z|bee2eb59-434b-436b-9e14-3c0d1275d6ef|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:53:21.260Z|76969d27-d52d-430f-848a-b85aad2031a8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:53:21.261Z|76969d27-d52d-430f-848a-b85aad2031a8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:53:23.175Z|7bb99133-3cd2-4f64-a8e2-7d8a5aff8325|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:53:23.175Z|7bb99133-3cd2-4f64-a8e2-7d8a5aff8325|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:53:28.398Z|9d8f3bec-587b-46d9-a06f-cfa58b117e9b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:53:28.399Z|9d8f3bec-587b-46d9-a06f-cfa58b117e9b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:53:31.296Z|33f3dd81-6ab9-4091-99f2-cd330aaa0c23|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:53:31.297Z|33f3dd81-6ab9-4091-99f2-cd330aaa0c23|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:53:33.207Z|ae64692f-b8b6-4a3d-8d54-e08aaf3dbaf4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:53:33.208Z|ae64692f-b8b6-4a3d-8d54-e08aaf3dbaf4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:53:35.090Z|0de7f264-435c-43ea-927c-c89a363020c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:53:35.090Z|0de7f264-435c-43ea-927c-c89a363020c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:53:38.430Z|9824bccc-9261-4747-9430-96a869e9a6dc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:53:38.431Z|9824bccc-9261-4747-9430-96a869e9a6dc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:53:41.331Z|17123e01-ad02-4e68-acfd-6da432f91b48|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:53:41.332Z|17123e01-ad02-4e68-acfd-6da432f91b48|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:53:43.241Z|04838775-c44c-459d-8838-621ba1de7fb2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:53:43.242Z|04838775-c44c-459d-8838-621ba1de7fb2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:53:48.462Z|938374c5-104a-4d20-b3d4-c22d8fc0e0bf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:53:48.463Z|938374c5-104a-4d20-b3d4-c22d8fc0e0bf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:53:50.089Z|affb00b4-692e-44bd-8814-336bd9005ebb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:53:50.094Z|affb00b4-692e-44bd-8814-336bd9005ebb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:53:50.647Z|5a28588d-83f6-4786-8bd2-e86f3eec0eb2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:53:50.648Z|5a28588d-83f6-4786-8bd2-e86f3eec0eb2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:53:51.365Z|07b1ea6f-7f96-409b-811e-1664f530f96a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:53:51.366Z|07b1ea6f-7f96-409b-811e-1664f530f96a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:53:53.271Z|44e53ff8-165c-40ae-9d25-dcff944a11a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:53:53.271Z|44e53ff8-165c-40ae-9d25-dcff944a11a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:53:56.116Z|0a92c5f3-a62b-4561-a51e-30d1de79899c|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:53:56.117Z|0a92c5f3-a62b-4561-a51e-30d1de79899c|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:53:58.492Z|9df22cbb-2b9b-48f5-9396-fa144d66bf50|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:53:58.493Z|9df22cbb-2b9b-48f5-9396-fa144d66bf50|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:54:01.395Z|d896feff-8c56-405a-9ac3-4506a9884fb5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:54:01.396Z|d896feff-8c56-405a-9ac3-4506a9884fb5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:54:03.309Z|6091dd33-ffbc-4a76-b883-bc56d1ddb6cf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:54:03.310Z|6091dd33-ffbc-4a76-b883-bc56d1ddb6cf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:54:05.089Z|4384d9b7-b619-480d-9e6e-104f9e2fc29b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:54:05.091Z|4384d9b7-b619-480d-9e6e-104f9e2fc29b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:54:08.524Z|7a2fab49-14b5-49e9-944f-0b8d14228d0e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:54:08.525Z|7a2fab49-14b5-49e9-944f-0b8d14228d0e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:54:11.428Z|722efaac-253d-4bc1-ae90-298cee1f12f7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:54:11.428Z|722efaac-253d-4bc1-ae90-298cee1f12f7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:54:13.366Z|c78c26ae-f398-40a9-b456-20e03b0f6feb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:54:13.367Z|c78c26ae-f398-40a9-b456-20e03b0f6feb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:54:18.555Z|500898dd-9a31-4fec-970f-35e2af4376bc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:54:18.556Z|500898dd-9a31-4fec-970f-35e2af4376bc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:54:20.089Z|d3ac62fc-8f51-4b8d-b207-4450bce337e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:54:20.089Z|d3ac62fc-8f51-4b8d-b207-4450bce337e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:54:20.648Z|6ae6f476-a2fb-422b-8ba2-e7a13622c798|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:54:20.649Z|6ae6f476-a2fb-422b-8ba2-e7a13622c798|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:54:21.459Z|76b3fb15-21a4-47f5-903b-59a4ed54cd9a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:54:21.460Z|76b3fb15-21a4-47f5-903b-59a4ed54cd9a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:54:23.394Z|7d5af5c2-2bdf-4e01-a39b-1bb457f61b3b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:54:23.395Z|7d5af5c2-2bdf-4e01-a39b-1bb457f61b3b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:54:28.587Z|8de8d670-0689-455b-9a25-4238a5137bfe|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:54:28.588Z|8de8d670-0689-455b-9a25-4238a5137bfe|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:54:31.492Z|f7882921-8d7c-477c-bc3a-e80c6a5de5f2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:54:31.493Z|f7882921-8d7c-477c-bc3a-e80c6a5de5f2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:54:33.460Z|c7920f23-33e0-4d0a-8a0e-756bb2b056e6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:54:33.461Z|c7920f23-33e0-4d0a-8a0e-756bb2b056e6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:54:35.089Z|496d235e-159d-4383-b079-9007d8e392ed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:54:35.093Z|496d235e-159d-4383-b079-9007d8e392ed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:54:38.620Z|3d57f265-7bad-4c0b-a53f-7fee9c7c5635|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:54:38.621Z|3d57f265-7bad-4c0b-a53f-7fee9c7c5635|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:54:41.526Z|6c5ba406-cfc3-4d6f-973d-ba01f3286f51|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:54:41.527Z|6c5ba406-cfc3-4d6f-973d-ba01f3286f51|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:54:43.487Z|d0d82693-01c0-4dc1-a9bf-1d0cb0c999e2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:54:43.488Z|d0d82693-01c0-4dc1-a9bf-1d0cb0c999e2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:54:48.653Z|916ac274-d770-4f1f-9242-8c047ccdf371|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:54:48.654Z|916ac274-d770-4f1f-9242-8c047ccdf371|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:54:50.089Z|595c7ee6-b566-4754-b849-89d63e35c078|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:54:50.089Z|595c7ee6-b566-4754-b849-89d63e35c078|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:54:50.650Z|538cfe66-89bb-4046-b951-0314b01270e4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:54:50.650Z|538cfe66-89bb-4046-b951-0314b01270e4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:54:51.559Z|c93fb317-e7bc-4d8f-bcc0-56a4bd8d35db|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:54:51.560Z|c93fb317-e7bc-4d8f-bcc0-56a4bd8d35db|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:54:53.517Z|cf03ef18-3ee0-49e2-855b-d9ae6f28b19c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:54:53.518Z|cf03ef18-3ee0-49e2-855b-d9ae6f28b19c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:54:56.117Z|1a12bf71-0ffa-40fb-b409-f51a9d1af304|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:54:56.117Z|1a12bf71-0ffa-40fb-b409-f51a9d1af304|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:54:58.690Z|367a2e00-e3f2-4454-8478-b1f0c3ab5cb8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:54:58.691Z|367a2e00-e3f2-4454-8478-b1f0c3ab5cb8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:55:01.591Z|73e47d6a-0aeb-4b8d-bfbf-8d94b14ffb71|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:55:01.592Z|73e47d6a-0aeb-4b8d-bfbf-8d94b14ffb71|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:55:03.547Z|3341ae9a-8739-462b-86e4-f0efd91517b4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:55:03.548Z|3341ae9a-8739-462b-86e4-f0efd91517b4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:55:05.089Z|cd568585-0b13-4e27-8926-ba39083064c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:55:05.089Z|cd568585-0b13-4e27-8926-ba39083064c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:55:08.720Z|14366a35-fac9-407c-8811-b4865726ff8b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:55:08.721Z|14366a35-fac9-407c-8811-b4865726ff8b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:55:11.625Z|c7e90c3c-ac9f-40b2-9d49-901609c28d1d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:55:11.626Z|c7e90c3c-ac9f-40b2-9d49-901609c28d1d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:55:13.578Z|6de405d8-9912-428e-8b77-4918ed35edba|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:55:13.579Z|6de405d8-9912-428e-8b77-4918ed35edba|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:55:18.755Z|f8ecbfdb-9adb-47f4-b98b-7ab15309c6cd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:55:18.756Z|f8ecbfdb-9adb-47f4-b98b-7ab15309c6cd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:55:20.089Z|b013f3b5-a6a3-4c9f-bd12-dba624375991|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:55:20.093Z|b013f3b5-a6a3-4c9f-bd12-dba624375991|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:55:20.651Z|1f27a942-44a0-4bb0-ae46-799140bc5dd2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:55:20.652Z|1f27a942-44a0-4bb0-ae46-799140bc5dd2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:55:21.659Z|c84ba2f5-75f3-4d83-bea3-f92c1c538179|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:55:21.659Z|c84ba2f5-75f3-4d83-bea3-f92c1c538179|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:55:23.610Z|586b7445-f6f1-42d9-b483-9b9f41e8c685|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:55:23.611Z|586b7445-f6f1-42d9-b483-9b9f41e8c685|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:55:28.784Z|bddb038a-d51f-491f-a936-22e47929ef55|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:55:28.785Z|bddb038a-d51f-491f-a936-22e47929ef55|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:55:31.695Z|521c9bcd-8fda-4d0f-ac3b-d063a094aae3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:55:31.696Z|521c9bcd-8fda-4d0f-ac3b-d063a094aae3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:55:33.644Z|d46312d7-0e73-46be-bb44-03fa22933ff0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:55:33.644Z|d46312d7-0e73-46be-bb44-03fa22933ff0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:55:35.089Z|1ad81fdc-b074-4d46-9e90-74dd60dbf2e9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:55:35.089Z|1ad81fdc-b074-4d46-9e90-74dd60dbf2e9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:55:38.817Z|0a5a5899-64dd-4874-a6ec-f8de77e63b18|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:55:38.819Z|0a5a5899-64dd-4874-a6ec-f8de77e63b18|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:55:41.729Z|e72f99c2-171f-435c-84a3-53eb0d21f189|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:55:41.730Z|e72f99c2-171f-435c-84a3-53eb0d21f189|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:55:43.680Z|4d801c33-2610-4dbc-a054-7313b60c54fb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:55:43.681Z|4d801c33-2610-4dbc-a054-7313b60c54fb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:55:48.857Z|62e2e5ed-f2f9-4a0b-9bc7-7899b8a82d2b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:55:48.858Z|62e2e5ed-f2f9-4a0b-9bc7-7899b8a82d2b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:55:50.089Z|a66af6ee-c0c1-48ce-8abe-07113c2f15e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:55:50.089Z|a66af6ee-c0c1-48ce-8abe-07113c2f15e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:55:50.652Z|ebb7ff9f-c358-406f-947c-b99af6650e7a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:55:50.653Z|ebb7ff9f-c358-406f-947c-b99af6650e7a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:55:51.761Z|f3cd4f9e-65d5-4045-8301-372665967c74|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:55:51.761Z|f3cd4f9e-65d5-4045-8301-372665967c74|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:55:53.715Z|4bf67dc5-5a13-427a-8f1c-7052dffb0f6a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:55:53.718Z|4bf67dc5-5a13-427a-8f1c-7052dffb0f6a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:55:56.117Z|875c6c51-b7cf-4ccb-af58-14bbfc404999|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:55:56.118Z|875c6c51-b7cf-4ccb-af58-14bbfc404999|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:55:58.893Z|d50e2a28-94a1-4b89-ba55-e0ca6e0113c4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:55:58.894Z|d50e2a28-94a1-4b89-ba55-e0ca6e0113c4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:56:01.796Z|220eac0f-0217-43f3-b904-c7a148d3ed51|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:56:01.797Z|220eac0f-0217-43f3-b904-c7a148d3ed51|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:56:03.749Z|0c4a61fa-c78a-4ff7-b4d7-50b8bbde9bf6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:56:03.750Z|0c4a61fa-c78a-4ff7-b4d7-50b8bbde9bf6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:56:05.095Z|37df9f28-8b6e-44f4-b966-10eba41e882d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:56:05.102Z|37df9f28-8b6e-44f4-b966-10eba41e882d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:56:08.934Z|b3ab86c8-3877-40fb-a19b-96b01ebd5264|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:56:08.935Z|b3ab86c8-3877-40fb-a19b-96b01ebd5264|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:56:11.832Z|68a6c96f-ec2c-43af-bf59-65fad9635e29|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:56:11.833Z|68a6c96f-ec2c-43af-bf59-65fad9635e29|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:56:13.776Z|e20f322f-23fd-494e-ab79-d7098a926cee|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:56:13.777Z|e20f322f-23fd-494e-ab79-d7098a926cee|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:56:18.971Z|f1bb5b50-c645-4163-9cae-ddb95d50c11d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:56:18.974Z|f1bb5b50-c645-4163-9cae-ddb95d50c11d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:56:20.089Z|36921389-e003-428d-9585-07251092eb11|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:56:20.090Z|36921389-e003-428d-9585-07251092eb11|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:56:20.654Z|f7abce45-679b-4ab7-bc28-013bc059b813|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:56:20.654Z|f7abce45-679b-4ab7-bc28-013bc059b813|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:56:21.865Z|575cb535-eee5-4cf1-ba74-53a211b92812|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:56:21.867Z|575cb535-eee5-4cf1-ba74-53a211b92812|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:56:23.827Z|809ab96e-14e0-4e5c-b51c-6daf33461424|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:56:23.827Z|809ab96e-14e0-4e5c-b51c-6daf33461424|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:56:29.020Z|8d812f5a-c548-4c9a-b4c4-fb6cc83cfd35|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:56:29.023Z|8d812f5a-c548-4c9a-b4c4-fb6cc83cfd35|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:56:31.899Z|1a3bcc3f-3f7d-4981-b49c-3b590037daf1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:56:31.899Z|1a3bcc3f-3f7d-4981-b49c-3b590037daf1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:56:33.852Z|a87304a5-5b7b-4868-8b38-95c4d46b9e78|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:56:33.853Z|a87304a5-5b7b-4868-8b38-95c4d46b9e78|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:56:35.089Z|ccdb3d5e-677b-4e42-998a-306ad9614f45|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:56:35.090Z|ccdb3d5e-677b-4e42-998a-306ad9614f45|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:56:39.056Z|b42cc94f-0569-4638-a51e-46937612a6d0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:56:39.057Z|b42cc94f-0569-4638-a51e-46937612a6d0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:56:41.934Z|efda1acf-4427-4e5f-a3f7-1d9ac72014e9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:56:41.935Z|efda1acf-4427-4e5f-a3f7-1d9ac72014e9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:56:43.879Z|dbd6978d-ade6-45c4-bc86-a011c491b799|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:56:43.880Z|dbd6978d-ade6-45c4-bc86-a011c491b799|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:56:49.092Z|8ee834da-c485-445f-af3a-d7269e7888e9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:56:49.093Z|8ee834da-c485-445f-af3a-d7269e7888e9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:56:50.089Z|08c273ba-c461-4151-88bd-1691f0a9e568|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:56:50.093Z|08c273ba-c461-4151-88bd-1691f0a9e568|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:56:50.655Z|8827a539-4321-4d1e-b88f-e52d6f513ae7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:56:50.656Z|8827a539-4321-4d1e-b88f-e52d6f513ae7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:56:51.962Z|e6328c48-0814-4496-9a70-d56e0b00a9de|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:56:51.963Z|e6328c48-0814-4496-9a70-d56e0b00a9de|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:56:53.905Z|8b73642f-1ab5-4dda-9982-797b53adde4a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:56:53.906Z|8b73642f-1ab5-4dda-9982-797b53adde4a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:56:56.120Z|f4f46a96-09cd-48d2-b762-0db6198a1f28|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:56:56.120Z|f4f46a96-09cd-48d2-b762-0db6198a1f28|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:56:59.124Z|1ef8bb89-f82f-4f93-b580-e200e4cb5393|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:56:59.125Z|1ef8bb89-f82f-4f93-b580-e200e4cb5393|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:57:01.993Z|c2a4d409-08d4-4a96-935d-046c3da25784|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:57:01.994Z|c2a4d409-08d4-4a96-935d-046c3da25784|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:57:03.931Z|448a5a0b-efe7-4493-bea4-057c051b0e42|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:57:03.932Z|448a5a0b-efe7-4493-bea4-057c051b0e42|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:57:05.089Z|5f8a0266-e8cb-4293-8dc1-fea1bafa8a36|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:57:05.089Z|5f8a0266-e8cb-4293-8dc1-fea1bafa8a36|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:57:09.157Z|d867cc38-ca7c-4c7b-9346-e89eaac44d38|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:57:09.158Z|d867cc38-ca7c-4c7b-9346-e89eaac44d38|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:57:12.025Z|99e70d02-b850-4b83-8fe9-a49eba5a63ae|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:57:12.026Z|99e70d02-b850-4b83-8fe9-a49eba5a63ae|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:57:13.962Z|5eabe3ea-47c5-4536-aa2e-6b8928d4a675|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:57:13.963Z|5eabe3ea-47c5-4536-aa2e-6b8928d4a675|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:57:19.191Z|f73b7d4c-c616-46d9-84c8-dc33b691ee01|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:57:19.192Z|f73b7d4c-c616-46d9-84c8-dc33b691ee01|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:57:20.089Z|17f50722-44ce-4d32-81d2-2a5bb64ae86f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:57:20.089Z|17f50722-44ce-4d32-81d2-2a5bb64ae86f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:57:20.656Z|b7a00eb9-738b-44a5-908d-16fd5bee26a7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:57:20.657Z|b7a00eb9-738b-44a5-908d-16fd5bee26a7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:57:22.057Z|e3fe8716-0d26-4748-a752-b284c3263ec0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:57:22.058Z|e3fe8716-0d26-4748-a752-b284c3263ec0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:57:23.992Z|210c4f65-70fe-451e-9c03-92b036a6172a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:57:23.993Z|210c4f65-70fe-451e-9c03-92b036a6172a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:57:29.224Z|c200e5af-4001-4f27-a4a1-390f347ad68d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:57:29.225Z|c200e5af-4001-4f27-a4a1-390f347ad68d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:57:32.090Z|96bcb13e-2290-43d9-81b9-265d0bb125da|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:57:32.091Z|96bcb13e-2290-43d9-81b9-265d0bb125da|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:57:34.024Z|fa3cc8c3-4381-4b01-8933-59d61d5f6f1f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:57:34.025Z|fa3cc8c3-4381-4b01-8933-59d61d5f6f1f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:57:35.089Z|9b04fd3a-be6b-4eb4-b17b-176ebd91b0f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:57:35.093Z|9b04fd3a-be6b-4eb4-b17b-176ebd91b0f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:57:39.255Z|7ff5e28f-f966-412f-aeea-2e01bbceb44b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:57:39.255Z|7ff5e28f-f966-412f-aeea-2e01bbceb44b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:57:42.124Z|2de2fcb6-b8cc-484e-8d42-1f4964354cca|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:57:42.125Z|2de2fcb6-b8cc-484e-8d42-1f4964354cca|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:57:44.055Z|64180830-1ab3-410d-85c3-c6c0e804c447|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:57:44.056Z|64180830-1ab3-410d-85c3-c6c0e804c447|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:57:49.288Z|9c794557-8aec-4906-acd1-f94cc24d865d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:57:49.289Z|9c794557-8aec-4906-acd1-f94cc24d865d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:57:50.089Z|95890e03-cad9-4e59-aeeb-0f1ed84b171a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:57:50.090Z|95890e03-cad9-4e59-aeeb-0f1ed84b171a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:57:50.658Z|fb0361a7-2c61-40c4-a8c3-9cf3e6344fa4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:57:50.658Z|fb0361a7-2c61-40c4-a8c3-9cf3e6344fa4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:57:52.153Z|72a7e680-ba40-4065-bf29-7c4a9e40133f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:57:52.154Z|72a7e680-ba40-4065-bf29-7c4a9e40133f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:57:54.088Z|8e6cbd5f-9c5c-4018-bf5b-9ea12f1bfb16|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:57:54.089Z|8e6cbd5f-9c5c-4018-bf5b-9ea12f1bfb16|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:57:56.116Z|08c88e69-87ac-48c7-8bb2-57eed8d50601|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:57:56.117Z|08c88e69-87ac-48c7-8bb2-57eed8d50601|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:57:59.318Z|dc7435a2-d5ef-4699-89b3-f8149bc9a8f7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:57:59.319Z|dc7435a2-d5ef-4699-89b3-f8149bc9a8f7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:58:02.182Z|99571f4b-4efd-4c48-94e1-8ac65267d8c1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:58:02.183Z|99571f4b-4efd-4c48-94e1-8ac65267d8c1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:58:04.120Z|b794642b-af9f-47e8-a4ab-705683f76c5f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:58:04.121Z|b794642b-af9f-47e8-a4ab-705683f76c5f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:58:05.089Z|551059d5-7234-41dd-b7ef-9ebdb3dd0ff6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:58:05.089Z|551059d5-7234-41dd-b7ef-9ebdb3dd0ff6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:58:09.347Z|26e1750d-6ff4-4eb2-8d04-0f71793d1ed5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:58:09.348Z|26e1750d-6ff4-4eb2-8d04-0f71793d1ed5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:58:12.213Z|cb621ede-44ef-46a2-8fcd-f38620302fa6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:58:12.214Z|cb621ede-44ef-46a2-8fcd-f38620302fa6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:58:14.157Z|81f96c43-46c4-47ee-ba5a-382e1b91ae06|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:58:14.158Z|81f96c43-46c4-47ee-ba5a-382e1b91ae06|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:58:19.380Z|2862f32b-8393-493d-a587-e7527711e4b8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:58:19.380Z|2862f32b-8393-493d-a587-e7527711e4b8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:58:20.089Z|12ba0d7a-1c0a-4832-9436-bb87fb9487de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:58:20.093Z|12ba0d7a-1c0a-4832-9436-bb87fb9487de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:58:20.659Z|6715e66d-ad20-4eef-b1dc-c5dda87c34a8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:58:20.660Z|6715e66d-ad20-4eef-b1dc-c5dda87c34a8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:58:22.248Z|56e3d601-5245-40fd-a439-5da94d3bfecf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:58:22.249Z|56e3d601-5245-40fd-a439-5da94d3bfecf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:58:24.189Z|1680dce6-2e0d-4a7b-b011-650a7cbe0e3d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:58:24.190Z|1680dce6-2e0d-4a7b-b011-650a7cbe0e3d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:58:29.412Z|d8e85bdc-0120-4fa0-8380-4f237f4730f4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:58:29.413Z|d8e85bdc-0120-4fa0-8380-4f237f4730f4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:58:32.284Z|88cea66d-36e0-4778-92c6-0e41c3f54856|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:58:32.284Z|88cea66d-36e0-4778-92c6-0e41c3f54856|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:58:34.223Z|8913c8ea-88bb-4dc7-8a67-de5e5c2d1777|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:58:34.224Z|8913c8ea-88bb-4dc7-8a67-de5e5c2d1777|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:58:35.089Z|af0eaadc-6b3f-4c16-9790-6327bab50e52|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:58:35.089Z|af0eaadc-6b3f-4c16-9790-6327bab50e52|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:58:39.467Z|855684a6-9c3c-434c-a227-bc0dacd2711b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:58:39.473Z|855684a6-9c3c-434c-a227-bc0dacd2711b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:58:42.318Z|9e20d4fa-4fa3-4b29-8143-d5768525994e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:58:42.321Z|9e20d4fa-4fa3-4b29-8143-d5768525994e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:58:44.256Z|83204cfa-9ae5-4813-9a24-dc34951c3815|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:58:44.257Z|83204cfa-9ae5-4813-9a24-dc34951c3815|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:58:49.518Z|d09deaca-32b3-4dff-8f13-2ce1b8979b15|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:58:49.518Z|d09deaca-32b3-4dff-8f13-2ce1b8979b15|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:58:50.089Z|59ef9867-c615-4872-baed-43061dc70def|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:58:50.089Z|59ef9867-c615-4872-baed-43061dc70def|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:58:50.660Z|dc3f442f-f4d5-4f57-b345-adfc2ba3e58a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:58:50.661Z|dc3f442f-f4d5-4f57-b345-adfc2ba3e58a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:58:52.355Z|049a3040-78ec-4c52-af66-1ff58f93abfe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:58:52.356Z|049a3040-78ec-4c52-af66-1ff58f93abfe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:58:54.292Z|9edef3dc-3527-4e01-ba3a-1a288a99b291|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:58:54.293Z|9edef3dc-3527-4e01-ba3a-1a288a99b291|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:58:56.127Z|ff17b3ef-56a3-4b33-ab34-fb1991bfa850|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:58:56.129Z|ff17b3ef-56a3-4b33-ab34-fb1991bfa850|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:58:59.549Z|944c7383-2105-4e83-bc0e-ba9e10d33d31|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:58:59.550Z|944c7383-2105-4e83-bc0e-ba9e10d33d31|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:59:02.388Z|b83a263f-93a9-4e01-8c2b-fa8cd177be4c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:59:02.389Z|b83a263f-93a9-4e01-8c2b-fa8cd177be4c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:59:04.326Z|257c9c85-6da0-45d9-a2ff-e3d30828de6c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:59:04.327Z|257c9c85-6da0-45d9-a2ff-e3d30828de6c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:59:05.089Z|a52bba75-af61-40fa-a242-21f491bd7eb8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:59:05.094Z|a52bba75-af61-40fa-a242-21f491bd7eb8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:59:09.585Z|317acb71-a0e4-436f-acc3-dea5c7623c52|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:59:09.586Z|317acb71-a0e4-436f-acc3-dea5c7623c52|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:59:12.428Z|bcca1303-deca-498b-9bc9-edc51bc8b8ee|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:59:12.428Z|bcca1303-deca-498b-9bc9-edc51bc8b8ee|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:59:14.360Z|5b2b8cc2-f1b9-42f8-9d1e-7e0a1092d93d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:59:14.361Z|5b2b8cc2-f1b9-42f8-9d1e-7e0a1092d93d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:59:19.617Z|231eb7e4-7499-4f0a-a900-50a31e0061a9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:59:19.618Z|231eb7e4-7499-4f0a-a900-50a31e0061a9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:59:20.089Z|57c1190d-6e43-4334-abf5-75fbf756b82c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:59:20.090Z|57c1190d-6e43-4334-abf5-75fbf756b82c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:59:20.662Z|f5aff36f-fb81-483d-9f02-1bd1c63804c6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:59:20.662Z|f5aff36f-fb81-483d-9f02-1bd1c63804c6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:59:22.458Z|bcea4303-29e5-46df-aa6e-080793b76468|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:59:22.459Z|bcea4303-29e5-46df-aa6e-080793b76468|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:59:24.386Z|3663b4fc-30f4-4a11-a789-ec2d7e276543|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:59:24.387Z|3663b4fc-30f4-4a11-a789-ec2d7e276543|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:59:29.649Z|b86e27a7-a335-4c45-9691-10c916942968|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:59:29.650Z|b86e27a7-a335-4c45-9691-10c916942968|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:59:32.491Z|dce69c6c-a8ae-4dd5-9e79-ad66e176509b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:59:32.493Z|dce69c6c-a8ae-4dd5-9e79-ad66e176509b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:59:34.417Z|1b0263db-5d8b-4fef-97df-c742ccd27e30|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:59:34.418Z|1b0263db-5d8b-4fef-97df-c742ccd27e30|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:59:35.089Z|7fcbd18c-20e1-4b46-b55d-8a1487a7db11|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:59:35.089Z|7fcbd18c-20e1-4b46-b55d-8a1487a7db11|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:59:39.685Z|46d48821-c484-4296-83f6-28272fe7997e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:59:39.685Z|46d48821-c484-4296-83f6-28272fe7997e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:59:42.526Z|2449d38a-c294-45bf-a718-6aff557bd7de|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:59:42.528Z|2449d38a-c294-45bf-a718-6aff557bd7de|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:59:44.448Z|83c58347-e03e-401f-95fd-a97e7d9d1f03|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:59:44.448Z|83c58347-e03e-401f-95fd-a97e7d9d1f03|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:59:49.722Z|6c19589c-1f6e-4429-b59f-ec7a5198e8ad|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:59:49.723Z|6c19589c-1f6e-4429-b59f-ec7a5198e8ad|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:59:50.089Z|1ead8390-bb5c-42e0-993d-ad1a3727f6d5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:59:50.094Z|1ead8390-bb5c-42e0-993d-ad1a3727f6d5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:59:50.663Z|a5245aa0-c986-4cc4-983f-4e08c2322bb8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T02:59:50.663Z|a5245aa0-c986-4cc4-983f-4e08c2322bb8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T02:59:52.563Z|faa7e3cf-80f9-4989-9723-fd6d70eccf7c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:59:52.564Z|faa7e3cf-80f9-4989-9723-fd6d70eccf7c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:59:54.484Z|d6f511b4-c218-480a-8ace-7b78700c72b6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:59:54.485Z|d6f511b4-c218-480a-8ace-7b78700c72b6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T02:59:56.116Z|b5e211db-c922-4135-af0e-8c3771a1e5fd|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T02:59:56.117Z|b5e211db-c922-4135-af0e-8c3771a1e5fd|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T02:59:59.762Z|4ec6e724-b1a7-4f12-8819-70ff8e957a18|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T02:59:59.763Z|4ec6e724-b1a7-4f12-8819-70ff8e957a18|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:00:02.595Z|30b3b3e2-379c-496d-b105-dae2b9d4aa0e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:00:02.596Z|30b3b3e2-379c-496d-b105-dae2b9d4aa0e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:00:04.518Z|af06a5d7-bcda-46b5-b9ba-f3a76e601f16|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:00:04.518Z|af06a5d7-bcda-46b5-b9ba-f3a76e601f16|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:00:05.089Z|9f573098-7cb3-40ea-8730-c274fba267e0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:00:05.089Z|9f573098-7cb3-40ea-8730-c274fba267e0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:00:09.796Z|570ce714-c2bc-4fa1-8758-95039e8ffa9b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:00:09.797Z|570ce714-c2bc-4fa1-8758-95039e8ffa9b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:00:12.627Z|3b2ae48e-0920-4179-bb62-aa79a8856976|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:00:12.627Z|3b2ae48e-0920-4179-bb62-aa79a8856976|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:00:14.550Z|1e7c6d7a-e4e1-417b-ba32-7dfcdd17bfdd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:00:14.551Z|1e7c6d7a-e4e1-417b-ba32-7dfcdd17bfdd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:00:19.828Z|d038d461-8033-4fcc-94d4-aa068d8a89bd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:00:19.828Z|d038d461-8033-4fcc-94d4-aa068d8a89bd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:00:20.089Z|7b9f581f-5a03-440d-8d33-753b695b0cd5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:00:20.089Z|7b9f581f-5a03-440d-8d33-753b695b0cd5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:00:20.664Z|404cf438-bb45-468e-bc67-96812d40934a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:00:20.664Z|404cf438-bb45-468e-bc67-96812d40934a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:00:22.658Z|84450270-98ae-4e1a-bcfb-a522330da81d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:00:22.659Z|84450270-98ae-4e1a-bcfb-a522330da81d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:00:24.582Z|7eb50daf-88e8-447b-95d7-7723df75b8f8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:00:24.583Z|7eb50daf-88e8-447b-95d7-7723df75b8f8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:00:29.861Z|a8514108-af59-4774-b461-91802764abb5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:00:29.862Z|a8514108-af59-4774-b461-91802764abb5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:00:32.690Z|49c31b2c-2683-4237-8c0f-98ad35352fc0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:00:32.690Z|49c31b2c-2683-4237-8c0f-98ad35352fc0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:00:34.614Z|95bcf783-3b3a-4422-8104-02b3ac3823dd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:00:34.615Z|95bcf783-3b3a-4422-8104-02b3ac3823dd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:00:35.089Z|59859689-0f76-4725-8e29-a1492d2cfaf2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:00:35.093Z|59859689-0f76-4725-8e29-a1492d2cfaf2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:00:39.916Z|a13c854c-1c55-4f2b-8a52-9f5ca43e0550|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:00:39.917Z|a13c854c-1c55-4f2b-8a52-9f5ca43e0550|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:00:42.722Z|f8699e62-306d-4f7a-a9cb-649df3a63016|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:00:42.723Z|f8699e62-306d-4f7a-a9cb-649df3a63016|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:00:44.647Z|d3c06a1e-79d0-486a-8ad3-11637efd7da4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:00:44.648Z|d3c06a1e-79d0-486a-8ad3-11637efd7da4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:00:49.941Z|687f8f53-f7bc-4e8a-b5ec-511c8f6dd82d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:00:49.942Z|687f8f53-f7bc-4e8a-b5ec-511c8f6dd82d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:00:50.089Z|47112e27-9d7a-4634-8d97-5fa03016cc17|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:00:50.089Z|47112e27-9d7a-4634-8d97-5fa03016cc17|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:00:50.665Z|b1e755b0-cd5b-435d-a9b5-6e365f4fe738|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:00:50.666Z|b1e755b0-cd5b-435d-a9b5-6e365f4fe738|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:00:52.756Z|14cf6ca2-a9c5-429f-9ecc-64e32cad892f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:00:52.757Z|14cf6ca2-a9c5-429f-9ecc-64e32cad892f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:00:54.679Z|a06aeac5-96aa-43a4-af07-4d576bb84ab0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:00:54.680Z|a06aeac5-96aa-43a4-af07-4d576bb84ab0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:00:56.117Z|abee24ef-aa16-4c1e-8b03-bfb3fff826d7|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:00:56.117Z|abee24ef-aa16-4c1e-8b03-bfb3fff826d7|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:00:59.973Z|25fa5c64-7dcf-4216-8c09-0c04c9eb7741|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:00:59.974Z|25fa5c64-7dcf-4216-8c09-0c04c9eb7741|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:01:02.788Z|02fb4d66-2c35-4b17-be00-87bfcfcbf2a7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:01:02.788Z|02fb4d66-2c35-4b17-be00-87bfcfcbf2a7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:01:04.709Z|03ec0715-e183-40e8-9a64-9132432bcfa2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:01:04.710Z|03ec0715-e183-40e8-9a64-9132432bcfa2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:01:05.089Z|6bcd1939-9363-4055-a0ac-2033749a2169|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:01:05.090Z|6bcd1939-9363-4055-a0ac-2033749a2169|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:01:10.005Z|4e55ba10-d4fe-4fce-9113-9fdc0f975307|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:01:10.006Z|4e55ba10-d4fe-4fce-9113-9fdc0f975307|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:01:12.815Z|0a726f3b-c44b-4794-a606-d5181e0874bf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:01:12.816Z|0a726f3b-c44b-4794-a606-d5181e0874bf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:01:14.743Z|0adc90a4-eb2f-4109-8c91-fdd63c25de6b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:01:14.744Z|0adc90a4-eb2f-4109-8c91-fdd63c25de6b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:01:20.068Z|f11d7407-c5f9-48c5-90af-e98a6a5d7966|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:01:20.073Z|f11d7407-c5f9-48c5-90af-e98a6a5d7966|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:01:20.089Z|5e0af464-ad39-48b1-8cdf-b3361f724681|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:01:20.095Z|5e0af464-ad39-48b1-8cdf-b3361f724681|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:01:20.666Z|4c977674-1846-4d0a-a731-2868bace6fb1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:01:20.667Z|4c977674-1846-4d0a-a731-2868bace6fb1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:01:22.845Z|966e9009-793a-4bf4-bee8-c76b017d5cbd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:01:22.846Z|966e9009-793a-4bf4-bee8-c76b017d5cbd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:01:24.781Z|775c8caa-23ac-4183-84b2-17626a5bc75b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:01:24.781Z|775c8caa-23ac-4183-84b2-17626a5bc75b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:01:30.109Z|b1be8d0c-bb91-4ef6-8cd4-56dc4aef4838|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:01:30.110Z|b1be8d0c-bb91-4ef6-8cd4-56dc4aef4838|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:01:32.879Z|c8d92aaf-ae64-4693-89e6-fe3ace5aca01|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:01:32.880Z|c8d92aaf-ae64-4693-89e6-fe3ace5aca01|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:01:34.815Z|eca24c19-02e3-4aa9-ae7f-8d9de13179bb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:01:34.816Z|eca24c19-02e3-4aa9-ae7f-8d9de13179bb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:01:35.089Z|a1d3f37d-6b07-4f80-83ef-e5d1b7b46726|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:01:35.089Z|a1d3f37d-6b07-4f80-83ef-e5d1b7b46726|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:01:40.140Z|f1576fe6-9659-45ef-b83c-8026c603d8c0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:01:40.141Z|f1576fe6-9659-45ef-b83c-8026c603d8c0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:01:42.913Z|27961f1a-748d-4b84-9e61-2eac4d057919|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:01:42.913Z|27961f1a-748d-4b84-9e61-2eac4d057919|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:01:44.850Z|364cab71-1f9f-46d3-8508-fd578bfaaf76|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:01:44.851Z|364cab71-1f9f-46d3-8508-fd578bfaaf76|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:01:50.089Z|51d3ccbd-839f-43bd-93a8-4d7193dcfbfe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:01:50.089Z|51d3ccbd-839f-43bd-93a8-4d7193dcfbfe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:01:50.172Z|072fcad8-de88-40df-b6dd-055e3ebbf64b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:01:50.173Z|072fcad8-de88-40df-b6dd-055e3ebbf64b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:01:50.668Z|cf9d1d4b-eaff-45bf-a902-880292220ec6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:01:50.668Z|cf9d1d4b-eaff-45bf-a902-880292220ec6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:01:52.946Z|c7988ee5-bab9-4534-ae7e-9bbed0f72d16|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:01:52.947Z|c7988ee5-bab9-4534-ae7e-9bbed0f72d16|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:01:54.884Z|3af651dc-99f5-4b3e-a999-188d0fa0971c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:01:54.885Z|3af651dc-99f5-4b3e-a999-188d0fa0971c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:01:56.117Z|2316e326-a10e-4d65-acc2-7832c908c4eb|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:01:56.118Z|2316e326-a10e-4d65-acc2-7832c908c4eb|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:02:00.198Z|d2b36bf2-c4a5-4283-8abf-c59386057fd2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:02:00.199Z|d2b36bf2-c4a5-4283-8abf-c59386057fd2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:02:02.977Z|78815e51-e2a2-4263-821d-c88c0569a7bf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:02:02.979Z|78815e51-e2a2-4263-821d-c88c0569a7bf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:02:04.915Z|4dd3feb9-dff2-416e-8c19-a8e8defd4497|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:02:04.916Z|4dd3feb9-dff2-416e-8c19-a8e8defd4497|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:02:05.089Z|9750fc3f-b82d-41a7-b4e8-2e92dd266cb4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:02:05.093Z|9750fc3f-b82d-41a7-b4e8-2e92dd266cb4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:02:10.226Z|21eb1aad-8f76-46f5-ac62-eeb8b3f9d707|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:02:10.226Z|21eb1aad-8f76-46f5-ac62-eeb8b3f9d707|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:02:13.011Z|aea236b7-b4cc-4955-9462-113f86feb033|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:02:13.012Z|aea236b7-b4cc-4955-9462-113f86feb033|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:02:14.949Z|f8cd9323-3137-4c62-994b-d288e0b72ba5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:02:14.950Z|f8cd9323-3137-4c62-994b-d288e0b72ba5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:02:20.089Z|bbccfed8-d269-4b5e-b539-8efb2c723418|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:02:20.089Z|bbccfed8-d269-4b5e-b539-8efb2c723418|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:02:20.258Z|2fdf79df-8fc3-43e7-825c-7437917ea257|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:02:20.258Z|2fdf79df-8fc3-43e7-825c-7437917ea257|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:02:20.669Z|397a618b-71ad-4730-8ac8-6d58ca297e5b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:02:20.669Z|397a618b-71ad-4730-8ac8-6d58ca297e5b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:02:23.042Z|8c1045cc-b855-4544-ab27-d91084b35018|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:02:23.042Z|8c1045cc-b855-4544-ab27-d91084b35018|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:02:24.980Z|cfeada9a-b1eb-40cf-aa46-f027b3e919a2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:02:24.981Z|cfeada9a-b1eb-40cf-aa46-f027b3e919a2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:02:30.287Z|81a24a36-6a29-4acf-a0fb-2b52f5774d4a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:02:30.287Z|81a24a36-6a29-4acf-a0fb-2b52f5774d4a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:02:33.073Z|7b27c886-719a-472b-908e-b3f09ea27a5a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:02:33.074Z|7b27c886-719a-472b-908e-b3f09ea27a5a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:02:35.013Z|e8ff22d6-2c7a-4dcb-8a31-f920f07a093a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:02:35.014Z|e8ff22d6-2c7a-4dcb-8a31-f920f07a093a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:02:35.089Z|7ed6cc65-5fd1-4798-bf54-e7ee5ee2c7e4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:02:35.089Z|7ed6cc65-5fd1-4798-bf54-e7ee5ee2c7e4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:02:40.317Z|4b38d2dd-6349-43e7-ad69-d9a3a85b8d0b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:02:40.318Z|4b38d2dd-6349-43e7-ad69-d9a3a85b8d0b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:02:43.105Z|d8cef940-d85c-4087-8195-5b4bf777f25f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:02:43.105Z|d8cef940-d85c-4087-8195-5b4bf777f25f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:02:45.044Z|9bf579c2-4499-4e9d-b768-839806aeea7c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:02:45.044Z|9bf579c2-4499-4e9d-b768-839806aeea7c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:02:50.089Z|69a652c2-ca3b-41aa-87ad-0b933cc8c00a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:02:50.093Z|69a652c2-ca3b-41aa-87ad-0b933cc8c00a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:02:50.350Z|6ea14d6a-4d18-41d6-a753-91ba66ebe08d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:02:50.351Z|6ea14d6a-4d18-41d6-a753-91ba66ebe08d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:02:50.670Z|969f2f5c-df7a-4c87-be53-754757991c65|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:02:50.670Z|969f2f5c-df7a-4c87-be53-754757991c65|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:02:53.136Z|3cc198ac-523b-41ac-aeee-74c032414bde|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:02:53.136Z|3cc198ac-523b-41ac-aeee-74c032414bde|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:02:55.076Z|b765a57c-79d3-4462-bbf7-c3e21317d7dc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:02:55.077Z|b765a57c-79d3-4462-bbf7-c3e21317d7dc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:02:56.121Z|fff51161-6257-402f-91ed-1f0a108a71b9|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:02:56.122Z|fff51161-6257-402f-91ed-1f0a108a71b9|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:03:00.383Z|849f4277-20b8-4c26-aca6-40e7992ae1b5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:03:00.383Z|849f4277-20b8-4c26-aca6-40e7992ae1b5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:03:03.169Z|7a6370d9-53d6-481d-8d53-f78aeebf9e78|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:03:03.170Z|7a6370d9-53d6-481d-8d53-f78aeebf9e78|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:03:05.089Z|34258ccd-7d67-4e1d-beff-34577595af08|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:03:05.089Z|34258ccd-7d67-4e1d-beff-34577595af08|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:03:05.106Z|5ec5bef2-61fe-4770-b62d-6814c6fe98aa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:03:05.107Z|5ec5bef2-61fe-4770-b62d-6814c6fe98aa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:03:10.415Z|f660af7a-1e59-4a1a-8808-e6fbcea41007|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:03:10.416Z|f660af7a-1e59-4a1a-8808-e6fbcea41007|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:03:13.202Z|c4460acb-f26b-4fae-8089-1bb11d347a72|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:03:13.203Z|c4460acb-f26b-4fae-8089-1bb11d347a72|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:03:15.138Z|140469e1-66e8-4481-9b0f-83f986123865|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:03:15.139Z|140469e1-66e8-4481-9b0f-83f986123865|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:03:20.089Z|4183333a-d96b-4663-a63d-b9ee0425e56b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:03:20.090Z|4183333a-d96b-4663-a63d-b9ee0425e56b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:03:20.447Z|b2d6b436-eafc-45da-9e2c-70ad15291349|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:03:20.448Z|b2d6b436-eafc-45da-9e2c-70ad15291349|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:03:20.671Z|ed16d5b3-49cd-4136-9f5e-fbbdd0cb9214|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:03:20.672Z|ed16d5b3-49cd-4136-9f5e-fbbdd0cb9214|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:03:23.236Z|ae9ef46c-475f-4b1b-9395-34cbf08028ac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:03:23.237Z|ae9ef46c-475f-4b1b-9395-34cbf08028ac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:03:25.168Z|c205d7d7-a8ac-4634-9574-59529fb96c4c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:03:25.169Z|c205d7d7-a8ac-4634-9574-59529fb96c4c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:03:30.481Z|b2c6b18e-a0ca-41f7-8b27-d3c22d32e034|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:03:30.482Z|b2c6b18e-a0ca-41f7-8b27-d3c22d32e034|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:03:33.270Z|44572f95-9a91-4edf-ad3f-2eb39b72de94|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:03:33.271Z|44572f95-9a91-4edf-ad3f-2eb39b72de94|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:03:35.089Z|66de63c2-5b34-4fd3-b0f2-92b359caba0e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:03:35.093Z|66de63c2-5b34-4fd3-b0f2-92b359caba0e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:03:35.201Z|db7fd45b-a3a3-4447-973e-140fc1bbfe4c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:03:35.202Z|db7fd45b-a3a3-4447-973e-140fc1bbfe4c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:03:40.518Z|2891d015-efc6-4e91-aa00-7a86fefa340b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:03:40.518Z|2891d015-efc6-4e91-aa00-7a86fefa340b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:03:43.297Z|7de35ee0-23d0-4ad7-a755-86b0b474e336|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:03:43.298Z|7de35ee0-23d0-4ad7-a755-86b0b474e336|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:03:45.233Z|62384cc2-d414-42e0-98f1-b054b3fb840f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:03:45.233Z|62384cc2-d414-42e0-98f1-b054b3fb840f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:03:50.089Z|12e1d36f-d3da-4092-a8ab-3c008a1c3759|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:03:50.090Z|12e1d36f-d3da-4092-a8ab-3c008a1c3759|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:03:50.550Z|22a322bd-5c7a-49fe-9670-375160c82a31|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:03:50.551Z|22a322bd-5c7a-49fe-9670-375160c82a31|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:03:50.672Z|5ae28974-4461-4ebb-a321-ce7a67bf7cab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:03:50.673Z|5ae28974-4461-4ebb-a321-ce7a67bf7cab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:03:53.322Z|5bffa9a3-bf7a-47b6-ba3b-01f44ed0230c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:03:53.323Z|5bffa9a3-bf7a-47b6-ba3b-01f44ed0230c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:03:55.264Z|28c821cb-2ce4-4acc-a3f6-49bfbe5de51a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:03:55.265Z|28c821cb-2ce4-4acc-a3f6-49bfbe5de51a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:03:56.121Z|4484051f-f128-46a8-a60b-3122a69b70c6|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:03:56.122Z|4484051f-f128-46a8-a60b-3122a69b70c6|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:04:00.591Z|127fd81a-9438-4556-aef7-a360538951b7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:04:00.592Z|127fd81a-9438-4556-aef7-a360538951b7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:04:03.364Z|e355db6b-f4e2-4f80-9eb5-32dfea092c48|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:04:03.365Z|e355db6b-f4e2-4f80-9eb5-32dfea092c48|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:04:05.089Z|3b6cbe46-2164-4bdd-8c6f-161b064cb86b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:04:05.090Z|3b6cbe46-2164-4bdd-8c6f-161b064cb86b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:04:05.296Z|740b9bde-5357-4b91-8c31-9b4541071b93|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:04:05.297Z|740b9bde-5357-4b91-8c31-9b4541071b93|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:04:10.626Z|4246fb30-2270-4bf2-a039-1a3650ed0442|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:04:10.627Z|4246fb30-2270-4bf2-a039-1a3650ed0442|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:04:13.394Z|a6397c2c-abaf-4658-bd71-f2903a7d0443|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:04:13.395Z|a6397c2c-abaf-4658-bd71-f2903a7d0443|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:04:15.329Z|eb20fdec-d639-4276-a501-86b4697ba34f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:04:15.330Z|eb20fdec-d639-4276-a501-86b4697ba34f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:04:20.089Z|f8d26bcc-58db-4d48-ae7e-1508a373a3e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:04:20.093Z|f8d26bcc-58db-4d48-ae7e-1508a373a3e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:04:20.659Z|09a650ac-4369-4c31-99d4-b2ad95ed161f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:04:20.660Z|09a650ac-4369-4c31-99d4-b2ad95ed161f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:04:20.674Z|db9f764a-627f-4434-a2d9-caa014b3038b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:04:20.674Z|db9f764a-627f-4434-a2d9-caa014b3038b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:04:23.443Z|570a4116-df30-48b4-9ff9-4ab3325b97e9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:04:23.445Z|570a4116-df30-48b4-9ff9-4ab3325b97e9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:04:25.362Z|13f02436-fac8-499d-9c0c-9b691badb081|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:04:25.363Z|13f02436-fac8-499d-9c0c-9b691badb081|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:04:30.693Z|d4d60f2f-69d5-4241-9da4-782252876bf1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:04:30.694Z|d4d60f2f-69d5-4241-9da4-782252876bf1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:04:33.488Z|3391657a-ba9f-4bd5-9543-e682d45c1550|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:04:33.488Z|3391657a-ba9f-4bd5-9543-e682d45c1550|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:04:35.089Z|e4a54e5d-24a2-4a05-94b1-dbda2f226275|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:04:35.089Z|e4a54e5d-24a2-4a05-94b1-dbda2f226275|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:04:35.393Z|3c3f90da-9b0d-41c7-8944-b908a3b36501|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:04:35.394Z|3c3f90da-9b0d-41c7-8944-b908a3b36501|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:04:40.743Z|4b1ab94c-767d-4ce7-aa9f-ac07fc0b6a4d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:04:40.745Z|4b1ab94c-767d-4ce7-aa9f-ac07fc0b6a4d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:04:43.515Z|ad8c754c-39fd-44f6-a1d4-da355b3d6862|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:04:43.516Z|ad8c754c-39fd-44f6-a1d4-da355b3d6862|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:04:45.425Z|4fc83761-6e74-4664-8344-48303fb99eab|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:04:45.426Z|4fc83761-6e74-4664-8344-48303fb99eab|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:04:50.089Z|bce6462f-50e5-413e-925c-624f29244e7b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:04:50.090Z|bce6462f-50e5-413e-925c-624f29244e7b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:04:50.675Z|2aaccdf9-24c3-4d1b-8a02-a5509ebd04e2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:04:50.675Z|2aaccdf9-24c3-4d1b-8a02-a5509ebd04e2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:04:50.777Z|f703a65e-3883-4b91-862a-ba25bd78630a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:04:50.778Z|f703a65e-3883-4b91-862a-ba25bd78630a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:04:53.544Z|3ee0baff-abaf-44dd-9b64-fb7059c61820|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:04:53.544Z|3ee0baff-abaf-44dd-9b64-fb7059c61820|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:04:55.467Z|c1c27721-0654-4f13-be81-5f295e3d0664|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:04:55.467Z|c1c27721-0654-4f13-be81-5f295e3d0664|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:04:56.116Z|a21f5d90-4a0c-4ae3-8f0a-1d0a913c0bff|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:04:56.117Z|a21f5d90-4a0c-4ae3-8f0a-1d0a913c0bff|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:05:00.815Z|8a763fa4-028a-4599-979b-ee47fc6e53f8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:05:00.816Z|8a763fa4-028a-4599-979b-ee47fc6e53f8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:05:03.575Z|38e5d083-5aa7-43ff-a245-3059f61c9e38|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:05:03.576Z|38e5d083-5aa7-43ff-a245-3059f61c9e38|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:05:05.089Z|bbf17ff2-8f90-4104-9bbd-baae9c3517e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:05:05.093Z|bbf17ff2-8f90-4104-9bbd-baae9c3517e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:05:05.498Z|248a2956-ba8f-44c3-9b31-ba8dfd5e57bc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:05:05.499Z|248a2956-ba8f-44c3-9b31-ba8dfd5e57bc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:05:10.848Z|58cabfe4-4b07-4912-9f7d-256bd03aea4b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:05:10.848Z|58cabfe4-4b07-4912-9f7d-256bd03aea4b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:05:13.603Z|dffdbc78-3e66-4449-b8ad-cf01d622ad7a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:05:13.604Z|dffdbc78-3e66-4449-b8ad-cf01d622ad7a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:05:15.528Z|1c0f37f2-f5d0-4d41-a8ed-980f326b323d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:05:15.529Z|1c0f37f2-f5d0-4d41-a8ed-980f326b323d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:05:20.089Z|11d8d5c9-0b95-4a2f-b20f-ef716ac64c84|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:05:20.089Z|11d8d5c9-0b95-4a2f-b20f-ef716ac64c84|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:05:20.676Z|ad79d9ca-b88b-404e-898a-24846e348df9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:05:20.677Z|ad79d9ca-b88b-404e-898a-24846e348df9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:05:20.880Z|d5f3a57b-106c-4fe4-a50d-935d76227bdc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:05:20.880Z|d5f3a57b-106c-4fe4-a50d-935d76227bdc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:05:23.636Z|654587d7-01e2-4ac6-a2d4-88541a3a6829|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:05:23.638Z|654587d7-01e2-4ac6-a2d4-88541a3a6829|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:05:25.559Z|482bc692-d303-4b68-8f44-5216e00919b7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:05:25.560Z|482bc692-d303-4b68-8f44-5216e00919b7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:05:30.912Z|91750f09-863c-463a-b8ee-2cd0a56365e6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:05:30.913Z|91750f09-863c-463a-b8ee-2cd0a56365e6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:05:33.670Z|f03ccbca-5e07-4aea-ad48-5cc75604159c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:05:33.671Z|f03ccbca-5e07-4aea-ad48-5cc75604159c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:05:35.089Z|67b7afca-9dd3-407c-86b8-dba9aa447dc4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:05:35.090Z|67b7afca-9dd3-407c-86b8-dba9aa447dc4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:05:35.591Z|66cbcd92-2673-4037-835b-b864dde84274|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:05:35.592Z|66cbcd92-2673-4037-835b-b864dde84274|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:05:40.941Z|db4f9ab3-2376-4652-afa2-37d786dcc57a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:05:40.942Z|db4f9ab3-2376-4652-afa2-37d786dcc57a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:05:43.703Z|9119561d-a372-48fb-9201-4c232e232229|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:05:43.704Z|9119561d-a372-48fb-9201-4c232e232229|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:05:45.623Z|2ca971e4-4a0c-46f1-94b4-c524d416103c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:05:45.623Z|2ca971e4-4a0c-46f1-94b4-c524d416103c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:05:50.089Z|bfc33c33-e4eb-4b90-9895-7d6850be5b31|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:05:50.093Z|bfc33c33-e4eb-4b90-9895-7d6850be5b31|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:05:50.677Z|187e6525-70a5-4a55-ad8d-d38e7dd700be|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:05:50.678Z|187e6525-70a5-4a55-ad8d-d38e7dd700be|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:05:50.973Z|084a3a96-9da8-4a79-96f6-0c5c4ce50dfc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:05:50.974Z|084a3a96-9da8-4a79-96f6-0c5c4ce50dfc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:05:53.737Z|8c717a70-e444-4dcd-ae22-b0f4c77650ec|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:05:53.738Z|8c717a70-e444-4dcd-ae22-b0f4c77650ec|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:05:55.651Z|4fd20866-46cd-4895-a079-137fba7de74a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:05:55.652Z|4fd20866-46cd-4895-a079-137fba7de74a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:05:56.117Z|c47c2ece-7096-4bbd-a6c5-a3364a9f015e|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:05:56.118Z|c47c2ece-7096-4bbd-a6c5-a3364a9f015e|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:06:01.007Z|215fa225-8de7-4486-8be6-4ec275179357|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:06:01.008Z|215fa225-8de7-4486-8be6-4ec275179357|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:06:03.792Z|a61d49e0-e1b2-46da-a7ed-f1031268f318|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:06:03.793Z|a61d49e0-e1b2-46da-a7ed-f1031268f318|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:06:05.089Z|83e3b7c1-354c-4b91-8c63-6c3a52594585|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:06:05.089Z|83e3b7c1-354c-4b91-8c63-6c3a52594585|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:06:05.684Z|1147d89d-5a03-47f3-8c43-8b3bbe89707d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:06:05.685Z|1147d89d-5a03-47f3-8c43-8b3bbe89707d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:06:11.042Z|87bf4965-1b0c-4c22-a15f-2deab9496929|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:06:11.043Z|87bf4965-1b0c-4c22-a15f-2deab9496929|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:06:13.821Z|214c8faf-d2dd-4e87-82bd-926306cff159|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:06:13.822Z|214c8faf-d2dd-4e87-82bd-926306cff159|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:06:15.716Z|83484ad2-f18c-4288-ab33-2dde33c84762|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:06:15.717Z|83484ad2-f18c-4288-ab33-2dde33c84762|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:06:20.089Z|c1a96637-bd68-4a20-9d03-620a5ab8a8b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:06:20.089Z|c1a96637-bd68-4a20-9d03-620a5ab8a8b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:06:20.679Z|10288b24-4e88-4f93-9abe-cec5de58936d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:06:20.679Z|10288b24-4e88-4f93-9abe-cec5de58936d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:06:21.075Z|00fd120c-d136-46b1-bb50-809bf10bb42c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:06:21.076Z|00fd120c-d136-46b1-bb50-809bf10bb42c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:06:23.865Z|27ae48ef-d3d9-4d19-ade5-68834cba2057|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:06:23.866Z|27ae48ef-d3d9-4d19-ade5-68834cba2057|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:06:25.745Z|ea45b747-7a70-4683-8e14-ad82eef8e4c5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:06:25.746Z|ea45b747-7a70-4683-8e14-ad82eef8e4c5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:06:31.108Z|94e95378-c43a-45c0-b641-ca8ad44a2e16|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:06:31.109Z|94e95378-c43a-45c0-b641-ca8ad44a2e16|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:06:33.889Z|c98afea4-7fee-4b78-a8a2-d4124ec2c136|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:06:33.890Z|c98afea4-7fee-4b78-a8a2-d4124ec2c136|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:06:35.089Z|f20ee67e-4b91-405c-8538-bc3441ddb610|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:06:35.090Z|f20ee67e-4b91-405c-8538-bc3441ddb610|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:06:35.777Z|7eaeb710-6e00-4097-8fa7-22856cfd9eb4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:06:35.778Z|7eaeb710-6e00-4097-8fa7-22856cfd9eb4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:06:41.150Z|01cb26d2-e214-4d0b-8aa9-6815ef829a36|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:06:41.151Z|01cb26d2-e214-4d0b-8aa9-6815ef829a36|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:06:43.915Z|806adbbe-c65f-45ef-91ef-16b8b2137826|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:06:43.915Z|806adbbe-c65f-45ef-91ef-16b8b2137826|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:06:45.805Z|9e92d908-4a27-452f-9a0c-72424e6fea5e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:06:45.806Z|9e92d908-4a27-452f-9a0c-72424e6fea5e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:06:50.089Z|0ab13e25-0e3c-434b-845d-9d726328a966|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:06:50.090Z|0ab13e25-0e3c-434b-845d-9d726328a966|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:06:50.680Z|d73121cf-3880-497c-95f2-2fb0121fc846|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:06:50.680Z|d73121cf-3880-497c-95f2-2fb0121fc846|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:06:51.181Z|c891fb6a-a97f-4a33-9875-9424527f7b39|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:06:51.182Z|c891fb6a-a97f-4a33-9875-9424527f7b39|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:06:53.941Z|a881e8d9-9b8c-4594-9566-e987e3c5837c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:06:53.942Z|a881e8d9-9b8c-4594-9566-e987e3c5837c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:06:55.835Z|09b0a595-1f6e-43ea-b895-9076474e71f8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:06:55.836Z|09b0a595-1f6e-43ea-b895-9076474e71f8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:06:56.118Z|d7db64fd-faf1-4873-8793-82fa997c9062|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:06:56.119Z|d7db64fd-faf1-4873-8793-82fa997c9062|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:07:01.214Z|a160f53d-8b15-4dd2-a838-9c162d05c163|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:07:01.215Z|a160f53d-8b15-4dd2-a838-9c162d05c163|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:07:03.970Z|cfacf495-6ce0-4b9b-a0bf-156de580490e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:07:03.970Z|cfacf495-6ce0-4b9b-a0bf-156de580490e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:07:05.089Z|1d6e61b2-cba3-453c-849f-7b3df74dcfe5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:07:05.090Z|1d6e61b2-cba3-453c-849f-7b3df74dcfe5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:07:05.867Z|20dad6a1-0884-4770-ba13-26f999eaf1f8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:07:05.867Z|20dad6a1-0884-4770-ba13-26f999eaf1f8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:07:11.248Z|64cd7c24-a18a-4a18-bfcc-e512ee327e09|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:07:11.249Z|64cd7c24-a18a-4a18-bfcc-e512ee327e09|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:07:14.001Z|912a2e16-ba0a-4706-94a5-c682bdf03daa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:07:14.002Z|912a2e16-ba0a-4706-94a5-c682bdf03daa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:07:15.900Z|b09fdb0b-442b-4269-b8b8-81947998884f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:07:15.901Z|b09fdb0b-442b-4269-b8b8-81947998884f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:07:20.089Z|3a7aae93-35f6-496a-b278-6d92bca00129|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:07:20.090Z|3a7aae93-35f6-496a-b278-6d92bca00129|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:07:20.681Z|84b6fba8-07e7-40b3-8420-0c0af1fb1861|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:07:20.682Z|84b6fba8-07e7-40b3-8420-0c0af1fb1861|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:07:21.280Z|26cac236-e08a-4d4f-b991-59a4d969a2c6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:07:21.281Z|26cac236-e08a-4d4f-b991-59a4d969a2c6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:07:24.031Z|e5324309-3174-4908-9a67-45a6edd3d221|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:07:24.032Z|e5324309-3174-4908-9a67-45a6edd3d221|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:07:25.933Z|902bf664-aa7a-4b7d-9a05-055c60211de8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:07:25.934Z|902bf664-aa7a-4b7d-9a05-055c60211de8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:07:31.311Z|1a6cc7fa-e988-4871-ae5a-b8e5c715d2de|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:07:31.312Z|1a6cc7fa-e988-4871-ae5a-b8e5c715d2de|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:07:34.063Z|17e39562-dce5-4ce4-a52b-9e5e7ae6f5d6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:07:34.064Z|17e39562-dce5-4ce4-a52b-9e5e7ae6f5d6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:07:35.089Z|a2e45c26-12e1-4725-b84d-d502b30cf895|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:07:35.089Z|a2e45c26-12e1-4725-b84d-d502b30cf895|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:07:35.964Z|a108b50d-8aa5-4a89-bc2b-014f26ab2e38|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:07:35.965Z|a108b50d-8aa5-4a89-bc2b-014f26ab2e38|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:07:41.342Z|60e7c062-8b98-41c0-8a41-c97b5f5c539a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:07:41.343Z|60e7c062-8b98-41c0-8a41-c97b5f5c539a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:07:44.093Z|f3ecc4be-2222-47d9-8a96-e14f054a1173|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:07:44.094Z|f3ecc4be-2222-47d9-8a96-e14f054a1173|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:07:45.996Z|846cae77-2136-4e6e-b411-c45d90331be8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:07:45.997Z|846cae77-2136-4e6e-b411-c45d90331be8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:07:50.089Z|9ff6e7e2-f111-477a-a996-16f85b1944bc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:07:50.089Z|9ff6e7e2-f111-477a-a996-16f85b1944bc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:07:50.682Z|a0ae380e-cc45-47f4-b280-db78b3f566e3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:07:50.683Z|a0ae380e-cc45-47f4-b280-db78b3f566e3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:07:51.378Z|c9813cc1-f8d0-4c0e-b398-3bccdd1e4a91|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:07:51.379Z|c9813cc1-f8d0-4c0e-b398-3bccdd1e4a91|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:07:54.124Z|5aa11d7f-1e55-41f9-82e7-8574ac245afd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:07:54.125Z|5aa11d7f-1e55-41f9-82e7-8574ac245afd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:07:56.027Z|6cc0261f-72f8-49cb-8b92-90672f7a1069|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:07:56.027Z|6cc0261f-72f8-49cb-8b92-90672f7a1069|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:07:56.116Z|98473535-c670-4d16-8cf0-a576cdb9dc53|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:07:56.117Z|98473535-c670-4d16-8cf0-a576cdb9dc53|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:08:01.408Z|2494e9c7-9e79-4d24-b13f-be398f89138b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:08:01.409Z|2494e9c7-9e79-4d24-b13f-be398f89138b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:08:04.153Z|b2fd9ee2-7c6f-4fca-bce9-5f962ae9f36f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:08:04.153Z|b2fd9ee2-7c6f-4fca-bce9-5f962ae9f36f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:08:05.089Z|e257bd8c-0fe1-40e4-808c-855b482b3b31|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:08:05.093Z|e257bd8c-0fe1-40e4-808c-855b482b3b31|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:08:06.056Z|0cd47ccb-4d0e-4159-bb8c-4de861109374|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:08:06.057Z|0cd47ccb-4d0e-4159-bb8c-4de861109374|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:08:11.437Z|5ec073d0-c46c-4365-bacd-790396127b86|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:08:11.438Z|5ec073d0-c46c-4365-bacd-790396127b86|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:08:14.193Z|db41d659-fe97-4eed-8de3-4ac23f179f57|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:08:14.195Z|db41d659-fe97-4eed-8de3-4ac23f179f57|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:08:16.086Z|8ddf72fa-c329-482f-9c9a-eb969700dfcb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:08:16.088Z|8ddf72fa-c329-482f-9c9a-eb969700dfcb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:08:20.089Z|8841261b-bf9e-4232-b2e3-7bd7e09a9c86|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:08:20.089Z|8841261b-bf9e-4232-b2e3-7bd7e09a9c86|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:08:20.683Z|bacab869-8625-4aa6-9ae2-dc4cd8b2e7bf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:08:20.684Z|bacab869-8625-4aa6-9ae2-dc4cd8b2e7bf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:08:21.468Z|f27900b4-7ea7-406b-9f5a-805605957cfc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:08:21.469Z|f27900b4-7ea7-406b-9f5a-805605957cfc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:08:24.231Z|bb90d266-0f63-47d1-bb72-7edd36f0199c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:08:24.231Z|bb90d266-0f63-47d1-bb72-7edd36f0199c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:08:26.120Z|948c2138-9464-4233-9a52-b63a5072ea61|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:08:26.120Z|948c2138-9464-4233-9a52-b63a5072ea61|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:08:31.497Z|ba6b66ac-c6bf-423e-9649-88a49995a99c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:08:31.498Z|ba6b66ac-c6bf-423e-9649-88a49995a99c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:08:34.261Z|eb72e43c-2431-4ede-a5ed-357b5175b4c2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:08:34.261Z|eb72e43c-2431-4ede-a5ed-357b5175b4c2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:08:35.089Z|f20330bb-9c6c-40e3-ae93-2e0f7b039c30|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:08:35.089Z|f20330bb-9c6c-40e3-ae93-2e0f7b039c30|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:08:36.150Z|bd3efdfe-68b1-46a9-9a4f-486d08c9267e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:08:36.151Z|bd3efdfe-68b1-46a9-9a4f-486d08c9267e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:08:41.528Z|6756077e-e2fa-4fcc-9d87-53fbed0447a6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:08:41.528Z|6756077e-e2fa-4fcc-9d87-53fbed0447a6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:08:44.290Z|532c9d46-6e17-4d1d-a67c-965998daf1b4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:08:44.291Z|532c9d46-6e17-4d1d-a67c-965998daf1b4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:08:46.178Z|8b89c52d-8034-4086-8406-90694193932b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:08:46.178Z|8b89c52d-8034-4086-8406-90694193932b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:08:50.089Z|64c97093-f6c0-42ca-801f-e27350166e62|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:08:50.093Z|64c97093-f6c0-42ca-801f-e27350166e62|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:08:50.685Z|9c05cb19-b8fa-48e0-821f-4bc12006786f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:08:50.685Z|9c05cb19-b8fa-48e0-821f-4bc12006786f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:08:51.556Z|5afd3284-a6e3-4134-9008-5bca1dad1ed9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:08:51.557Z|5afd3284-a6e3-4134-9008-5bca1dad1ed9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:08:54.315Z|43567599-c57d-4555-8c2f-9f5e45d9ae63|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:08:54.316Z|43567599-c57d-4555-8c2f-9f5e45d9ae63|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:08:56.116Z|37db2065-8f33-4c40-9e2e-ded2be5503cd|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:08:56.116Z|37db2065-8f33-4c40-9e2e-ded2be5503cd|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:08:56.206Z|97ef554b-6126-4f52-aae6-ef3110ee03be|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:08:56.207Z|97ef554b-6126-4f52-aae6-ef3110ee03be|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:09:01.589Z|a8434b39-eeaa-4eef-a7a1-36ce9cf794d1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:09:01.589Z|a8434b39-eeaa-4eef-a7a1-36ce9cf794d1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:09:04.343Z|b6381366-5213-4626-b156-203483d2d074|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:09:04.344Z|b6381366-5213-4626-b156-203483d2d074|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:09:05.089Z|a47017b3-f412-4ed5-93d0-358d53db8f6b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:09:05.089Z|a47017b3-f412-4ed5-93d0-358d53db8f6b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:09:06.236Z|c4fc24a3-bdc7-4a21-9830-b5c1424fe10a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:09:06.237Z|c4fc24a3-bdc7-4a21-9830-b5c1424fe10a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:09:11.621Z|959b9e05-f6b7-4f42-a97b-e315bccf2556|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:09:11.622Z|959b9e05-f6b7-4f42-a97b-e315bccf2556|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:09:14.373Z|25b4f499-fc25-43e3-b245-5a8e7afcfe55|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:09:14.373Z|25b4f499-fc25-43e3-b245-5a8e7afcfe55|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:09:16.269Z|65daacce-d47f-4967-9879-35f48cb17b16|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:09:16.269Z|65daacce-d47f-4967-9879-35f48cb17b16|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:09:20.089Z|faa8f543-1b4b-4314-996d-dd23c484daff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:09:20.090Z|faa8f543-1b4b-4314-996d-dd23c484daff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:09:20.686Z|63d8e2dd-70b1-41f6-95f4-24831bc3bb7a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:09:20.687Z|63d8e2dd-70b1-41f6-95f4-24831bc3bb7a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:09:21.653Z|6cadae32-f182-41bb-8227-d1fe1fd64dc4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:09:21.654Z|6cadae32-f182-41bb-8227-d1fe1fd64dc4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:09:24.404Z|7b4b8fef-f436-4f6b-8aca-739ae07ce439|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:09:24.405Z|7b4b8fef-f436-4f6b-8aca-739ae07ce439|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:09:26.298Z|955a41f2-bec9-4512-9137-f920fd9b57be|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:09:26.298Z|955a41f2-bec9-4512-9137-f920fd9b57be|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:09:31.684Z|23dee7fb-d43a-48ea-8d12-3454d97820f2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:09:31.686Z|23dee7fb-d43a-48ea-8d12-3454d97820f2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:09:34.439Z|d7eb99e5-1bbc-46b7-899c-d54ac4257e81|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:09:34.440Z|d7eb99e5-1bbc-46b7-899c-d54ac4257e81|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:09:35.089Z|19074bae-cccb-42ac-9038-8c552502281e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:09:35.093Z|19074bae-cccb-42ac-9038-8c552502281e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:09:36.329Z|88076e46-d3e2-43bb-95a9-dd21dbc0f1a2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:09:36.330Z|88076e46-d3e2-43bb-95a9-dd21dbc0f1a2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:09:41.718Z|e92d995a-7f59-4aa6-9a2f-38fb1ecb7560|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:09:41.719Z|e92d995a-7f59-4aa6-9a2f-38fb1ecb7560|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:09:44.468Z|7c7ca1ee-1811-4e50-a807-e8b2b9567da9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:09:44.469Z|7c7ca1ee-1811-4e50-a807-e8b2b9567da9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:09:46.362Z|1da03bec-3036-4ef9-949d-b68c4c2814f3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:09:46.363Z|1da03bec-3036-4ef9-949d-b68c4c2814f3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:09:50.089Z|482b6f30-6218-43da-9c54-32cd8bfd8dc9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:09:50.089Z|482b6f30-6218-43da-9c54-32cd8bfd8dc9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:09:50.687Z|1ceac0c4-abac-4f25-9503-7514892e14a9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:09:50.688Z|1ceac0c4-abac-4f25-9503-7514892e14a9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:09:51.750Z|a586567a-6973-4484-8908-2bbd0cf09517|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:09:51.751Z|a586567a-6973-4484-8908-2bbd0cf09517|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:09:54.495Z|3d9761f3-512c-4a40-af42-7291561d3f42|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:09:54.496Z|3d9761f3-512c-4a40-af42-7291561d3f42|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:09:56.117Z|b21a115a-72ee-4696-b4a1-a1c8b9776413|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:09:56.117Z|b21a115a-72ee-4696-b4a1-a1c8b9776413|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:09:56.393Z|71f6e5e7-3a50-482c-8a1c-398c18a8d83b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:09:56.393Z|71f6e5e7-3a50-482c-8a1c-398c18a8d83b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:10:01.783Z|04d84e18-81c1-411a-82fc-8a57e03979e9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:10:01.783Z|04d84e18-81c1-411a-82fc-8a57e03979e9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:10:04.525Z|79a4059d-ab9a-423e-901f-5e304f2f2d56|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:10:04.526Z|79a4059d-ab9a-423e-901f-5e304f2f2d56|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:10:05.089Z|31893383-825d-4d52-a7f2-31944cf95575|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:10:05.090Z|31893383-825d-4d52-a7f2-31944cf95575|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:10:06.424Z|7f2e6c2e-7ec5-435c-8825-473ab010d63a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:10:06.425Z|7f2e6c2e-7ec5-435c-8825-473ab010d63a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:10:11.816Z|09ce91b2-70d0-433a-b4d7-238b4c975f24|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:10:11.817Z|09ce91b2-70d0-433a-b4d7-238b4c975f24|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:10:14.558Z|419be7e6-8b09-4aba-8861-0cc9803a90b8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:10:14.560Z|419be7e6-8b09-4aba-8861-0cc9803a90b8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:10:16.455Z|396a42ae-c56e-40a2-874a-5df4bf905c7d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:10:16.456Z|396a42ae-c56e-40a2-874a-5df4bf905c7d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:10:20.089Z|1fc704fc-a1a5-4066-9c06-790f99e2469d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:10:20.094Z|1fc704fc-a1a5-4066-9c06-790f99e2469d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:10:20.688Z|cdb8e01b-553d-42c3-b174-5fe520ace4c8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:10:20.689Z|cdb8e01b-553d-42c3-b174-5fe520ace4c8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:10:21.849Z|be1ed876-712f-4e7b-8991-9a8c6ee29dc2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:10:21.850Z|be1ed876-712f-4e7b-8991-9a8c6ee29dc2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:10:24.590Z|b8d42fe1-375d-414c-9d56-4915247e43c4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:10:24.591Z|b8d42fe1-375d-414c-9d56-4915247e43c4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:10:26.487Z|441a45cb-6f61-47d2-8364-fa7ff9d056d4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:10:26.488Z|441a45cb-6f61-47d2-8364-fa7ff9d056d4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:10:31.881Z|1381370e-53ea-4039-b8c0-229ed03eb2c6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:10:31.882Z|1381370e-53ea-4039-b8c0-229ed03eb2c6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:10:34.621Z|7947b9ca-4873-4e6a-90d3-758197729eaf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:10:34.622Z|7947b9ca-4873-4e6a-90d3-758197729eaf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:10:35.089Z|222b3913-be60-4e7b-af4e-a645a8af906c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:10:35.089Z|222b3913-be60-4e7b-af4e-a645a8af906c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:10:36.518Z|858b6d33-7cba-41af-9d7d-42cb8376f64a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:10:36.519Z|858b6d33-7cba-41af-9d7d-42cb8376f64a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:10:41.924Z|0b05d8d1-b989-4704-b017-9787bcb3f195|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:10:41.925Z|0b05d8d1-b989-4704-b017-9787bcb3f195|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:10:44.654Z|dc4a9949-fc63-43f5-8bd8-b854870fd17e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:10:44.655Z|dc4a9949-fc63-43f5-8bd8-b854870fd17e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:10:46.548Z|dfe28654-cf5c-4357-9c23-bee486678b7e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:10:46.549Z|dfe28654-cf5c-4357-9c23-bee486678b7e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:10:50.089Z|9ca0750e-4cf4-45ba-ba70-895c2ac66ce3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:10:50.089Z|9ca0750e-4cf4-45ba-ba70-895c2ac66ce3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:10:50.690Z|7f8a71bd-396c-4d4a-8b9a-dfa4bb4784ab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:10:50.690Z|7f8a71bd-396c-4d4a-8b9a-dfa4bb4784ab|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:10:51.954Z|ac184b7d-48f0-4cf0-97f3-118b3e55e4e9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:10:51.955Z|ac184b7d-48f0-4cf0-97f3-118b3e55e4e9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:10:54.686Z|819a6193-d1a7-4978-8526-4cbe6ecf7bfa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:10:54.687Z|819a6193-d1a7-4978-8526-4cbe6ecf7bfa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:10:56.116Z|b96a6d94-de2b-4a37-840e-c9831023273b|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:10:56.117Z|b96a6d94-de2b-4a37-840e-c9831023273b|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:10:56.580Z|c3734371-2c73-494e-bf90-2769a23dd6a6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:10:56.581Z|c3734371-2c73-494e-bf90-2769a23dd6a6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:11:01.987Z|1194feea-7bbf-44db-9933-64c22a71cb07|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:11:01.987Z|1194feea-7bbf-44db-9933-64c22a71cb07|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:11:04.716Z|3c2e6069-6ac4-4607-b378-680bb5b0f4e9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:11:04.717Z|3c2e6069-6ac4-4607-b378-680bb5b0f4e9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:11:05.089Z|1c75ec46-770a-4163-a082-914492eb1488|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:11:05.094Z|1c75ec46-770a-4163-a082-914492eb1488|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:11:06.613Z|d5ed0d3e-2d63-4386-99ab-4bbe51c0192e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:11:06.614Z|d5ed0d3e-2d63-4386-99ab-4bbe51c0192e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:11:12.020Z|b40a2b17-7fd4-4d17-9009-4cfd410e3a69|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:11:12.021Z|b40a2b17-7fd4-4d17-9009-4cfd410e3a69|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:11:14.749Z|4c485ee9-e299-4357-ba49-1168d349c592|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:11:14.749Z|4c485ee9-e299-4357-ba49-1168d349c592|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:11:16.647Z|d8282529-5953-44e9-989d-482d6a71dda5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:11:16.648Z|d8282529-5953-44e9-989d-482d6a71dda5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:11:20.091Z|709aeda5-1817-4b51-91d2-d27c66e3aee3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:11:20.093Z|709aeda5-1817-4b51-91d2-d27c66e3aee3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:11:20.691Z|d19f83a7-2781-404a-a182-1075a42d468e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:11:20.692Z|d19f83a7-2781-404a-a182-1075a42d468e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:11:22.058Z|2d857d05-47e6-4a69-9690-73b78c02f6ed|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:11:22.062Z|2d857d05-47e6-4a69-9690-73b78c02f6ed|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:11:24.801Z|82dd5558-832a-410a-b63b-a335999ed5b5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:11:24.803Z|82dd5558-832a-410a-b63b-a335999ed5b5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:11:26.696Z|076e5c92-0883-487d-9f2c-07ec7c4e1d93|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:11:26.703Z|076e5c92-0883-487d-9f2c-07ec7c4e1d93|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:11:32.109Z|007fb757-80c2-429a-b13b-744577a76c20|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:11:32.110Z|007fb757-80c2-429a-b13b-744577a76c20|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:11:34.841Z|f06e2269-45c0-41a2-a14f-a46085a4c182|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:11:34.842Z|f06e2269-45c0-41a2-a14f-a46085a4c182|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:11:35.089Z|ac4a4ccf-25dc-4b86-a7f5-41952cadfb51|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:11:35.090Z|ac4a4ccf-25dc-4b86-a7f5-41952cadfb51|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:11:36.738Z|8b7155fc-12aa-4f97-9d58-8b883cd41d38|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:11:36.739Z|8b7155fc-12aa-4f97-9d58-8b883cd41d38|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:11:42.138Z|a899f657-f745-4c83-a511-7c306c61a27f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:11:42.139Z|a899f657-f745-4c83-a511-7c306c61a27f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:11:44.874Z|e30d7e6a-3fff-4169-b8bc-90d565878b80|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:11:44.875Z|e30d7e6a-3fff-4169-b8bc-90d565878b80|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:11:46.768Z|b090a49e-d9fb-4455-be19-2270ff7c4925|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:11:46.769Z|b090a49e-d9fb-4455-be19-2270ff7c4925|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:11:50.089Z|30fe0a09-1a56-4133-afa1-e3fa397a6407|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:11:50.094Z|30fe0a09-1a56-4133-afa1-e3fa397a6407|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:11:50.693Z|c32052b2-4a61-468c-9c36-3d5f7d41dc3e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:11:50.693Z|c32052b2-4a61-468c-9c36-3d5f7d41dc3e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:11:52.165Z|930c4abc-ee18-4171-9d33-9ee03657ee6a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:11:52.165Z|930c4abc-ee18-4171-9d33-9ee03657ee6a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:11:54.906Z|ea84c609-7afd-43f7-92c8-3c04b46e8669|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:11:54.907Z|ea84c609-7afd-43f7-92c8-3c04b46e8669|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:11:56.116Z|88025173-d3a0-4942-b855-7b170579e844|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:11:56.116Z|88025173-d3a0-4942-b855-7b170579e844|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:11:56.800Z|2b25e9d5-b73c-4027-a54b-077ed6b2fa44|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:11:56.801Z|2b25e9d5-b73c-4027-a54b-077ed6b2fa44|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:12:02.197Z|397e8b16-8640-4fff-aa79-ef76e87cb18c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:12:02.198Z|397e8b16-8640-4fff-aa79-ef76e87cb18c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:12:04.938Z|cdc1dd87-270c-47fb-93e8-32f225df567f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:12:04.939Z|cdc1dd87-270c-47fb-93e8-32f225df567f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:12:05.089Z|1600609a-3862-4cd3-ae47-2d8f9b848788|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:12:05.089Z|1600609a-3862-4cd3-ae47-2d8f9b848788|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:12:06.832Z|743dcbd1-838c-42bc-9d7f-aedefc8a84e8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:12:06.833Z|743dcbd1-838c-42bc-9d7f-aedefc8a84e8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:12:12.224Z|7c95e207-556b-46f6-b7fb-a1555f94fa8e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:12:12.225Z|7c95e207-556b-46f6-b7fb-a1555f94fa8e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:12:14.971Z|0f774846-dd20-4aa7-b097-c958f14c5131|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:12:14.972Z|0f774846-dd20-4aa7-b097-c958f14c5131|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:12:16.863Z|f1b71abc-2e46-4ae6-8202-36593e50cee1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:12:16.863Z|f1b71abc-2e46-4ae6-8202-36593e50cee1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:12:20.089Z|eb0c5ade-f749-4430-9106-ed5eef219fdd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:12:20.090Z|eb0c5ade-f749-4430-9106-ed5eef219fdd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:12:20.694Z|2fbe003c-43af-47cc-a2cd-39d176e97f63|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:12:20.694Z|2fbe003c-43af-47cc-a2cd-39d176e97f63|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:12:22.253Z|c84fe13c-25ec-476a-a68c-afd763a85741|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:12:22.254Z|c84fe13c-25ec-476a-a68c-afd763a85741|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:12:25.002Z|a0955fae-8c6c-484e-8138-a596eae2a082|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:12:25.003Z|a0955fae-8c6c-484e-8138-a596eae2a082|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:12:26.894Z|940b7109-2946-4e9f-bf25-cbc628b53800|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:12:26.895Z|940b7109-2946-4e9f-bf25-cbc628b53800|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:12:32.287Z|623edaac-952e-414c-b10a-7b779904fd32|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:12:32.287Z|623edaac-952e-414c-b10a-7b779904fd32|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:12:35.033Z|039ecdee-7b17-41fe-b0e2-cc6eb52d9138|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:12:35.034Z|039ecdee-7b17-41fe-b0e2-cc6eb52d9138|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:12:35.089Z|2e722c3d-c726-49df-a0c6-4e32bb3caca6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:12:35.094Z|2e722c3d-c726-49df-a0c6-4e32bb3caca6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:12:36.925Z|5da212ec-3c78-4f21-9f46-7d5818f700b0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:12:36.925Z|5da212ec-3c78-4f21-9f46-7d5818f700b0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:12:42.320Z|0c411c0a-191c-4831-b288-5db43bce47e9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:12:42.320Z|0c411c0a-191c-4831-b288-5db43bce47e9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:12:45.069Z|558de5a9-1340-442e-8f6e-97f4c5523f42|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:12:45.070Z|558de5a9-1340-442e-8f6e-97f4c5523f42|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:12:46.956Z|55f6b01a-9586-4327-84c0-b4e1256c3005|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:12:46.957Z|55f6b01a-9586-4327-84c0-b4e1256c3005|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:12:50.089Z|db67c2f5-6402-42f8-be4e-eef9dada36a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:12:50.090Z|db67c2f5-6402-42f8-be4e-eef9dada36a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:12:50.695Z|2e632266-7b0f-417b-9460-8a176cbf3486|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:12:50.695Z|2e632266-7b0f-417b-9460-8a176cbf3486|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:12:52.350Z|bbbd8a81-7c0e-4a71-8eba-302f8d9fd59c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:12:52.351Z|bbbd8a81-7c0e-4a71-8eba-302f8d9fd59c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:12:55.102Z|a5d24208-bb9c-45f6-973d-1b332716f66b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:12:55.103Z|a5d24208-bb9c-45f6-973d-1b332716f66b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:12:56.118Z|e071157d-b206-450b-98b9-c5855d7012a9|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:12:56.119Z|e071157d-b206-450b-98b9-c5855d7012a9|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:12:56.989Z|8811550c-b702-4e6e-9271-06364026a288|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:12:56.989Z|8811550c-b702-4e6e-9271-06364026a288|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:13:02.381Z|9857fdfd-5cc9-41e2-b76d-3134ace0fe91|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:13:02.383Z|9857fdfd-5cc9-41e2-b76d-3134ace0fe91|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:13:05.089Z|c897080a-b502-4a2d-986b-77724968795c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:13:05.090Z|c897080a-b502-4a2d-986b-77724968795c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:13:05.135Z|07df4add-686f-44c1-afe9-0e5a75c3a50e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:13:05.136Z|07df4add-686f-44c1-afe9-0e5a75c3a50e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:13:07.020Z|3a471e7e-e5c2-42db-ae5e-bf6967b27a30|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:13:07.021Z|3a471e7e-e5c2-42db-ae5e-bf6967b27a30|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:13:12.414Z|3bcb48c6-a793-45eb-8bef-35ac825a78ba|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:13:12.415Z|3bcb48c6-a793-45eb-8bef-35ac825a78ba|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:13:15.165Z|7ae15600-f11f-4d97-9b1c-260eeab717b2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:13:15.165Z|7ae15600-f11f-4d97-9b1c-260eeab717b2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:13:17.052Z|a288906c-937a-4fcb-be70-429fa6767481|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:13:17.053Z|a288906c-937a-4fcb-be70-429fa6767481|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:13:20.089Z|f208d9a2-4c85-4b2b-9ee4-97094e54b60f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:13:20.093Z|f208d9a2-4c85-4b2b-9ee4-97094e54b60f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:13:20.696Z|e42d7d04-f9ae-4d18-893d-b3817be6e52e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:13:20.697Z|e42d7d04-f9ae-4d18-893d-b3817be6e52e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:13:22.448Z|c7fe3075-f8fb-464e-a815-97903d536300|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:13:22.449Z|c7fe3075-f8fb-464e-a815-97903d536300|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:13:25.196Z|c1321a5b-586d-413b-9fa5-b5996be07321|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:13:25.197Z|c1321a5b-586d-413b-9fa5-b5996be07321|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:13:27.083Z|341cef0c-3923-441d-8171-49fda92f9d51|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:13:27.084Z|341cef0c-3923-441d-8171-49fda92f9d51|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:13:32.479Z|27cb2c03-e693-44b7-accc-faeb38dcb599|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:13:32.480Z|27cb2c03-e693-44b7-accc-faeb38dcb599|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:13:35.089Z|96641953-3adc-45ff-a5a6-2abdf45d53f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:13:35.090Z|96641953-3adc-45ff-a5a6-2abdf45d53f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:13:35.233Z|eb67e4a5-398c-41e7-95ef-3e9cf2f25973|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:13:35.235Z|eb67e4a5-398c-41e7-95ef-3e9cf2f25973|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:13:37.113Z|025de50b-62eb-4bc5-88de-164f90fbcfe7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:13:37.114Z|025de50b-62eb-4bc5-88de-164f90fbcfe7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:13:42.511Z|a9ff2c85-811d-4f9b-bfbe-320bde3a659e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:13:42.512Z|a9ff2c85-811d-4f9b-bfbe-320bde3a659e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:13:45.278Z|59f58fdf-ce0a-491c-8fa7-efd4ca950364|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:13:45.279Z|59f58fdf-ce0a-491c-8fa7-efd4ca950364|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:13:47.141Z|f73a71cd-0fa1-464f-9d9f-948234876a4f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:13:47.143Z|f73a71cd-0fa1-464f-9d9f-948234876a4f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:13:50.092Z|8732f79c-d6c8-4a38-9399-35ec458eea5f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:13:50.093Z|8732f79c-d6c8-4a38-9399-35ec458eea5f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:13:50.697Z|f2f8020b-d838-4a61-8545-7dfa35000e57|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:13:50.698Z|f2f8020b-d838-4a61-8545-7dfa35000e57|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:13:52.544Z|136808dc-57ea-4f9f-b298-723c7e6d758f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:13:52.545Z|136808dc-57ea-4f9f-b298-723c7e6d758f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:13:55.309Z|3cb8310d-0d17-4824-9f5f-87a18d7132e4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:13:55.310Z|3cb8310d-0d17-4824-9f5f-87a18d7132e4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:13:56.117Z|13119a2d-c57d-45af-98b8-b4739b3e2075|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:13:56.118Z|13119a2d-c57d-45af-98b8-b4739b3e2075|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:13:57.175Z|8f7c3147-c4a0-40da-ac49-fc88445f80fc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:13:57.176Z|8f7c3147-c4a0-40da-ac49-fc88445f80fc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:14:02.584Z|40da5b5d-d3ea-44a9-b25c-ae88a667f54f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:14:02.585Z|40da5b5d-d3ea-44a9-b25c-ae88a667f54f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:14:05.089Z|28cd10af-fba0-47fd-ae07-862a5aa4f986|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:14:05.093Z|28cd10af-fba0-47fd-ae07-862a5aa4f986|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:14:05.340Z|1130bffa-ea59-4426-a0ec-258ced77c449|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:14:05.340Z|1130bffa-ea59-4426-a0ec-258ced77c449|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:14:07.208Z|a7161397-a015-4076-aedb-05953343b86a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:14:07.208Z|a7161397-a015-4076-aedb-05953343b86a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:14:12.616Z|6cc430ee-fb17-458e-a7fb-de21d537568a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:14:12.616Z|6cc430ee-fb17-458e-a7fb-de21d537568a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:14:15.371Z|d46eccca-9552-402e-989c-9361ed691c78|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:14:15.372Z|d46eccca-9552-402e-989c-9361ed691c78|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:14:17.239Z|242b61d9-11ec-4911-9fd7-8e801c0489c2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:14:17.240Z|242b61d9-11ec-4911-9fd7-8e801c0489c2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:14:20.089Z|aeddd9a0-6487-4a5f-8929-7b3c7897be28|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:14:20.089Z|aeddd9a0-6487-4a5f-8929-7b3c7897be28|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:14:20.699Z|f76ce2d6-6d1b-4824-b5df-3549622c4e30|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:14:20.699Z|f76ce2d6-6d1b-4824-b5df-3549622c4e30|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:14:22.647Z|87256df1-ef43-4b71-aac0-9b272028cc21|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:14:22.648Z|87256df1-ef43-4b71-aac0-9b272028cc21|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:14:25.403Z|e9f0ac53-3592-4629-8a29-77a8f656d112|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:14:25.404Z|e9f0ac53-3592-4629-8a29-77a8f656d112|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:14:27.270Z|958ce149-52f9-4e84-90cc-d38b5fb61e08|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:14:27.271Z|958ce149-52f9-4e84-90cc-d38b5fb61e08|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:14:32.679Z|e02c31e4-9634-4126-a817-fd92b2dcb5f6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:14:32.680Z|e02c31e4-9634-4126-a817-fd92b2dcb5f6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:14:35.089Z|710777d0-e9d6-412e-86b0-a5faf68e75c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:14:35.089Z|710777d0-e9d6-412e-86b0-a5faf68e75c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:14:35.429Z|f2dcb5d0-461d-441f-ab0a-41982d8d789f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:14:35.430Z|f2dcb5d0-461d-441f-ab0a-41982d8d789f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:14:37.301Z|ba93ed8d-348a-4eb2-bc42-8a352853f1f9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:14:37.302Z|ba93ed8d-348a-4eb2-bc42-8a352853f1f9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:14:42.710Z|fead32b1-aef3-4443-9665-de6bda966a43|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:14:42.711Z|fead32b1-aef3-4443-9665-de6bda966a43|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:14:45.463Z|1fae1def-eb72-45d6-b61c-94f377e7cb1d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:14:45.464Z|1fae1def-eb72-45d6-b61c-94f377e7cb1d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:14:47.333Z|b17c79b5-1311-428c-a5ee-e2caabd263cc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:14:47.334Z|b17c79b5-1311-428c-a5ee-e2caabd263cc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:14:50.089Z|bfd90c6f-619f-4a68-a871-37e2991c5ca7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:14:50.093Z|bfd90c6f-619f-4a68-a871-37e2991c5ca7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:14:50.700Z|ecfd2152-2d7c-498f-b383-4dedb881217f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:14:50.701Z|ecfd2152-2d7c-498f-b383-4dedb881217f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:14:52.742Z|feb2e58d-bd39-4ebc-b2de-534440abb06d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:14:52.743Z|feb2e58d-bd39-4ebc-b2de-534440abb06d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:14:55.496Z|b24dbc87-f114-4c7d-91e4-7eb6d5fb9797|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:14:55.497Z|b24dbc87-f114-4c7d-91e4-7eb6d5fb9797|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:14:56.116Z|7366f968-a534-4c2d-809f-7ad1ec9e0088|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:14:56.117Z|7366f968-a534-4c2d-809f-7ad1ec9e0088|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:14:57.366Z|9e74eae9-22f8-4ab0-af21-b8d7a7373c47|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:14:57.367Z|9e74eae9-22f8-4ab0-af21-b8d7a7373c47|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:15:02.781Z|12c162b1-08a6-4d48-8fcf-e68d2011af30|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:15:02.782Z|12c162b1-08a6-4d48-8fcf-e68d2011af30|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:15:05.089Z|2ffc9544-9b22-4e8b-9fc0-3a1211aef16a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:15:05.089Z|2ffc9544-9b22-4e8b-9fc0-3a1211aef16a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:15:05.528Z|aab9bf12-34fb-4bc5-8c44-6e203c44b8f3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:15:05.528Z|aab9bf12-34fb-4bc5-8c44-6e203c44b8f3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:15:07.397Z|49677fe3-72fd-4788-9168-a680306e7510|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:15:07.397Z|49677fe3-72fd-4788-9168-a680306e7510|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:15:12.814Z|9113f129-dd44-421b-b77a-c2b5aa43f785|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:15:12.815Z|9113f129-dd44-421b-b77a-c2b5aa43f785|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:15:15.557Z|f3c5f290-ec9a-4bd9-ae5d-92057db28ee8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:15:15.557Z|f3c5f290-ec9a-4bd9-ae5d-92057db28ee8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:15:17.429Z|6fea90ce-f27b-4290-8156-1a5eddcaff23|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:15:17.430Z|6fea90ce-f27b-4290-8156-1a5eddcaff23|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:15:20.089Z|dd794e7f-a888-41b9-9b26-8ddafc48262d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:15:20.090Z|dd794e7f-a888-41b9-9b26-8ddafc48262d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:15:20.701Z|81fa4d85-2519-49df-853f-3fce4a629200|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:15:20.702Z|81fa4d85-2519-49df-853f-3fce4a629200|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:15:22.846Z|c30eed7e-87d5-4837-bb14-0a9917fd3f98|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:15:22.847Z|c30eed7e-87d5-4837-bb14-0a9917fd3f98|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:15:25.589Z|835aaf0f-aa5f-45dc-bc58-bc6a0f823825|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:15:25.589Z|835aaf0f-aa5f-45dc-bc58-bc6a0f823825|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:15:27.460Z|97af4da7-bf93-4576-b90d-b7e27cd37274|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:15:27.460Z|97af4da7-bf93-4576-b90d-b7e27cd37274|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:15:32.878Z|aab48802-ca54-490c-9082-e1e9e77c76e8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:15:32.878Z|aab48802-ca54-490c-9082-e1e9e77c76e8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:15:35.089Z|d254220b-630d-4129-a016-2191ee41492f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:15:35.094Z|d254220b-630d-4129-a016-2191ee41492f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:15:35.621Z|50898ae1-d23c-4541-9b16-cf0d2845f1ad|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:15:35.622Z|50898ae1-d23c-4541-9b16-cf0d2845f1ad|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:15:37.492Z|32a3b34a-c2db-4c30-9b41-741b05d83eac|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:15:37.492Z|32a3b34a-c2db-4c30-9b41-741b05d83eac|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:15:42.907Z|6faedd57-308f-4ee3-997e-cdffc479205b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:15:42.908Z|6faedd57-308f-4ee3-997e-cdffc479205b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:15:45.655Z|76e7c70e-44dc-45a7-8908-17fa929e7757|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:15:45.656Z|76e7c70e-44dc-45a7-8908-17fa929e7757|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:15:47.526Z|49e2ec2e-ffa0-4a6f-8332-f351b6cd08f2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:15:47.527Z|49e2ec2e-ffa0-4a6f-8332-f351b6cd08f2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:15:50.089Z|166d2039-e541-468c-bab0-0b21ea266d3f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:15:50.090Z|166d2039-e541-468c-bab0-0b21ea266d3f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:15:50.702Z|217e5a76-ed64-45c7-985b-598cf115c217|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:15:50.703Z|217e5a76-ed64-45c7-985b-598cf115c217|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:15:52.938Z|c8c7de08-a6f2-4ffa-880a-bf6816c5f5db|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:15:52.939Z|c8c7de08-a6f2-4ffa-880a-bf6816c5f5db|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:15:55.689Z|54da199c-f496-49db-9928-092f7c742d62|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:15:55.690Z|54da199c-f496-49db-9928-092f7c742d62|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:15:56.117Z|9bfda85b-704c-4ab4-b99a-4578ff188b5d|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:15:56.118Z|9bfda85b-704c-4ab4-b99a-4578ff188b5d|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:15:57.559Z|8d38c689-3fb2-4e4b-a34c-a9aa382b93f8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:15:57.560Z|8d38c689-3fb2-4e4b-a34c-a9aa382b93f8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:16:02.969Z|312b4191-872a-4882-9c98-f93aa6a2e969|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:16:02.970Z|312b4191-872a-4882-9c98-f93aa6a2e969|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:16:05.089Z|8dadce0f-7141-4aef-a419-e45c4ee26a2b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:16:05.089Z|8dadce0f-7141-4aef-a419-e45c4ee26a2b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:16:05.723Z|f4a059ea-ff88-4145-847b-22c9a1823ba2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:16:05.724Z|f4a059ea-ff88-4145-847b-22c9a1823ba2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:16:07.593Z|c551db4f-cb85-4d96-b0fe-70edb09f37e6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:16:07.594Z|c551db4f-cb85-4d96-b0fe-70edb09f37e6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:16:13.001Z|2b32bce9-3fac-47bb-b00e-b76bf375126a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:16:13.002Z|2b32bce9-3fac-47bb-b00e-b76bf375126a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:16:15.756Z|403ae579-6f84-4e78-a067-b96845a0c88c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:16:15.757Z|403ae579-6f84-4e78-a067-b96845a0c88c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:16:17.625Z|24cf23cf-99b3-42c8-9418-24fd23225eda|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:16:17.626Z|24cf23cf-99b3-42c8-9418-24fd23225eda|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:16:20.089Z|26f4de64-93f9-4e2b-b29e-0a9c71894291|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:16:20.094Z|26f4de64-93f9-4e2b-b29e-0a9c71894291|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:16:20.704Z|d95dba8a-b160-4d9c-a8c2-6854e21daea8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:16:20.704Z|d95dba8a-b160-4d9c-a8c2-6854e21daea8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:16:23.033Z|8dfc4f04-2375-4c14-bdf3-828cadbeaa3e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:16:23.034Z|8dfc4f04-2375-4c14-bdf3-828cadbeaa3e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:16:25.787Z|03400ab0-c6f0-49ad-af14-d1e63afdfb94|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:16:25.787Z|03400ab0-c6f0-49ad-af14-d1e63afdfb94|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:16:27.654Z|0e11bee5-ad2e-4c6b-9374-7b4cc1b37d19|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:16:27.656Z|0e11bee5-ad2e-4c6b-9374-7b4cc1b37d19|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:16:33.067Z|3747a4e6-6567-4acd-a59b-7d1339ed787a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:16:33.069Z|3747a4e6-6567-4acd-a59b-7d1339ed787a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:16:35.089Z|14bad753-db65-49e0-b6c5-bbb5b1d55f0e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:16:35.090Z|14bad753-db65-49e0-b6c5-bbb5b1d55f0e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:16:35.817Z|3927b618-2062-49cb-833f-2abecb5d4cf9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:16:35.818Z|3927b618-2062-49cb-833f-2abecb5d4cf9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:16:37.687Z|375c3768-e368-4820-ad4e-7ba682aa193d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:16:37.688Z|375c3768-e368-4820-ad4e-7ba682aa193d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:16:43.103Z|9eed1d50-edca-45f1-9e12-d6d32132654e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:16:43.104Z|9eed1d50-edca-45f1-9e12-d6d32132654e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:16:45.847Z|eedb2eec-1cdd-433a-aeba-18f65349bf2c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:16:45.848Z|eedb2eec-1cdd-433a-aeba-18f65349bf2c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:16:47.720Z|918221d6-38b6-4614-9b2d-7f4007859c74|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:16:47.721Z|918221d6-38b6-4614-9b2d-7f4007859c74|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:16:50.089Z|e77412f9-56fa-4f20-b3f9-7bcf778b56a5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:16:50.089Z|e77412f9-56fa-4f20-b3f9-7bcf778b56a5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:16:50.705Z|bf655b20-0f06-4dae-acf0-7e70fa62694a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:16:50.705Z|bf655b20-0f06-4dae-acf0-7e70fa62694a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:16:53.136Z|d3199a8e-5442-46da-bf7f-308fda112d7a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:16:53.137Z|d3199a8e-5442-46da-bf7f-308fda112d7a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:16:55.880Z|cad03d8c-1d5b-4ff3-b5f4-426addbf2db3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:16:55.881Z|cad03d8c-1d5b-4ff3-b5f4-426addbf2db3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:16:56.119Z|9c3e02b9-9c41-448c-9259-78afe082eea1|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:16:56.120Z|9c3e02b9-9c41-448c-9259-78afe082eea1|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:16:57.753Z|91fda240-2a08-441b-ac05-7bf4afcda49a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:16:57.753Z|91fda240-2a08-441b-ac05-7bf4afcda49a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:17:03.169Z|df310721-9b9c-4640-b99b-bdfd99b585dc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:17:03.170Z|df310721-9b9c-4640-b99b-bdfd99b585dc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:17:05.089Z|126eaadb-d09f-47af-b714-9e2a7f698259|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:17:05.094Z|126eaadb-d09f-47af-b714-9e2a7f698259|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:17:05.916Z|bca68e91-da64-4be3-810f-367800d89486|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:17:05.916Z|bca68e91-da64-4be3-810f-367800d89486|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:17:07.784Z|f6db6418-3e75-4314-8f40-794c542ab5f7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:17:07.785Z|f6db6418-3e75-4314-8f40-794c542ab5f7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:17:13.208Z|7774dcde-ea81-4548-8995-6377e672d5aa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:17:13.209Z|7774dcde-ea81-4548-8995-6377e672d5aa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:17:15.949Z|76516b28-af7f-4512-a1cc-cb1b464f5975|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:17:15.950Z|76516b28-af7f-4512-a1cc-cb1b464f5975|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:17:17.815Z|8f2d00e3-9d59-4b2f-b2f2-998895260125|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:17:17.815Z|8f2d00e3-9d59-4b2f-b2f2-998895260125|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:17:20.089Z|2113b8eb-8e58-433e-9d97-764fcd9b3a56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:17:20.089Z|2113b8eb-8e58-433e-9d97-764fcd9b3a56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:17:20.706Z|c442505f-2627-43fd-ab64-97c9503571d7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:17:20.707Z|c442505f-2627-43fd-ab64-97c9503571d7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:17:23.240Z|e588b23a-fdfc-4ef1-befb-0e7209c99006|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:17:23.241Z|e588b23a-fdfc-4ef1-befb-0e7209c99006|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:17:25.981Z|5fc9f54d-490a-4d88-b7ad-df597e064622|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:17:25.981Z|5fc9f54d-490a-4d88-b7ad-df597e064622|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:17:27.845Z|f8dbaa06-c305-49f3-b6fe-42b36da14848|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:17:27.846Z|f8dbaa06-c305-49f3-b6fe-42b36da14848|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:17:33.281Z|6978cc19-6a19-4572-87fc-186ab2dc1250|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:17:33.282Z|6978cc19-6a19-4572-87fc-186ab2dc1250|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:17:35.089Z|788f5b4b-c5e4-461f-a237-bc0e939fc99c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:17:35.090Z|788f5b4b-c5e4-461f-a237-bc0e939fc99c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:17:36.009Z|2e1e063c-7b3f-4cf3-8169-3bd027320728|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:17:36.010Z|2e1e063c-7b3f-4cf3-8169-3bd027320728|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:17:37.880Z|2ca800b9-e5bc-4c27-925c-04175259613e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:17:37.881Z|2ca800b9-e5bc-4c27-925c-04175259613e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:17:43.309Z|812f3ff0-6063-4ce7-9eb8-4a1862705cdc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:17:43.310Z|812f3ff0-6063-4ce7-9eb8-4a1862705cdc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:17:46.040Z|b1008146-73bc-4790-b216-8c9fcf00d3ec|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:17:46.041Z|b1008146-73bc-4790-b216-8c9fcf00d3ec|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:17:47.911Z|f3f03d81-e8c7-4eb8-8609-cfb1901f2695|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:17:47.912Z|f3f03d81-e8c7-4eb8-8609-cfb1901f2695|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:17:50.089Z|b830e5f6-88f7-400f-9bcc-d8ffa8a35744|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:17:50.094Z|b830e5f6-88f7-400f-9bcc-d8ffa8a35744|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:17:50.707Z|d70f26fb-bc52-47de-b203-b6049a60121e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:17:50.708Z|d70f26fb-bc52-47de-b203-b6049a60121e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:17:53.349Z|de8d3b55-b5c6-4452-8652-4320d1354ad5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:17:53.349Z|de8d3b55-b5c6-4452-8652-4320d1354ad5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:17:56.073Z|01b84b9f-7b78-468e-9f31-ec5a18a53686|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:17:56.074Z|01b84b9f-7b78-468e-9f31-ec5a18a53686|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:17:56.116Z|0f2ff9d9-5b54-4976-9b55-c2b313709b6e|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:17:56.117Z|0f2ff9d9-5b54-4976-9b55-c2b313709b6e|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:17:57.947Z|c1bc3ec4-d90c-42f0-902c-1c7ddae4d0b4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:17:57.948Z|c1bc3ec4-d90c-42f0-902c-1c7ddae4d0b4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:18:03.371Z|38b54ace-0b29-4fd4-a387-d05d9ca34748|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:18:03.371Z|38b54ace-0b29-4fd4-a387-d05d9ca34748|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:18:05.089Z|5febeaf6-2763-4216-869c-89e87e815a9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:18:05.089Z|5febeaf6-2763-4216-869c-89e87e815a9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:18:06.105Z|0b163b98-e771-47af-b484-06d6721de545|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:18:06.106Z|0b163b98-e771-47af-b484-06d6721de545|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:18:07.978Z|97f3cf93-1369-49ca-99bc-51f2dbb225b2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:18:07.979Z|97f3cf93-1369-49ca-99bc-51f2dbb225b2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:18:13.394Z|398769f3-9d00-4b9a-a7f3-9a407bb8beac|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:18:13.395Z|398769f3-9d00-4b9a-a7f3-9a407bb8beac|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:18:16.135Z|0203e35b-db04-4d39-a04b-efa38b35b3c0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:18:16.136Z|0203e35b-db04-4d39-a04b-efa38b35b3c0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:18:18.009Z|8d14ca8a-3a58-4de8-926b-254f2f9f3680|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:18:18.010Z|8d14ca8a-3a58-4de8-926b-254f2f9f3680|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:18:20.089Z|95404d77-f1e8-43c9-b7b0-f98456531da4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:18:20.089Z|95404d77-f1e8-43c9-b7b0-f98456531da4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:18:20.709Z|26badaee-eb8f-49d6-a389-a0cca1ce5458|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:18:20.709Z|26badaee-eb8f-49d6-a389-a0cca1ce5458|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:18:23.443Z|e1df10aa-a347-4377-8ba5-25d63727b299|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:18:23.444Z|e1df10aa-a347-4377-8ba5-25d63727b299|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:18:26.167Z|b05760b1-9ed2-4c80-bf75-88ddaa5fa36b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:18:26.167Z|b05760b1-9ed2-4c80-bf75-88ddaa5fa36b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:18:28.043Z|c0f91625-8515-4a2f-87a9-34a8ee0fe571|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:18:28.044Z|c0f91625-8515-4a2f-87a9-34a8ee0fe571|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:18:33.467Z|f4c3889c-ed71-40f9-8318-986457659a19|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:18:33.467Z|f4c3889c-ed71-40f9-8318-986457659a19|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:18:35.089Z|d0a16f80-d9bb-44e2-b7f2-2d3541ab9b8e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:18:35.093Z|d0a16f80-d9bb-44e2-b7f2-2d3541ab9b8e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:18:36.197Z|3970171c-68d8-42b3-a28b-47f2fdbbf7cb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:18:36.198Z|3970171c-68d8-42b3-a28b-47f2fdbbf7cb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:18:38.077Z|7acd9e80-5539-4fc9-932a-c11627ba88dc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:18:38.078Z|7acd9e80-5539-4fc9-932a-c11627ba88dc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:18:43.490Z|b26542ec-aa3f-4713-bece-a2b86371a7fa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:18:43.491Z|b26542ec-aa3f-4713-bece-a2b86371a7fa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:18:46.226Z|b98d6b4a-4e42-4de6-9222-f317a5faf878|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:18:46.227Z|b98d6b4a-4e42-4de6-9222-f317a5faf878|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:18:48.105Z|7276f06b-08db-4dac-9046-2f1c4e536cb2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:18:48.106Z|7276f06b-08db-4dac-9046-2f1c4e536cb2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:18:50.089Z|10131600-6c1d-42bf-ac59-396bcbcf786d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:18:50.089Z|10131600-6c1d-42bf-ac59-396bcbcf786d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:18:50.709Z|0954f340-fc76-410d-bd3c-00922ccf1ee0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:18:50.710Z|0954f340-fc76-410d-bd3c-00922ccf1ee0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:18:53.516Z|8fe1b668-203c-408c-a1d7-f9e86b36cffc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:18:53.517Z|8fe1b668-203c-408c-a1d7-f9e86b36cffc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:18:56.117Z|8866fccb-33f3-4f2b-bc75-9ef80d3fe217|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:18:56.117Z|8866fccb-33f3-4f2b-bc75-9ef80d3fe217|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:18:56.260Z|bd8ff4b3-3739-46c4-bb5b-f05910d486e4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:18:56.260Z|bd8ff4b3-3739-46c4-bb5b-f05910d486e4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:18:58.131Z|79bb9354-7587-43e4-8930-85d4ebd1f80b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:18:58.131Z|79bb9354-7587-43e4-8930-85d4ebd1f80b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:19:03.548Z|424baca4-f207-4c48-9272-ff6a273b3e72|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:19:03.549Z|424baca4-f207-4c48-9272-ff6a273b3e72|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:19:05.089Z|d8d5fbb9-d1d3-43c1-a9cc-1fef2975d777|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:19:05.090Z|d8d5fbb9-d1d3-43c1-a9cc-1fef2975d777|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:19:06.285Z|fc9b22fd-93fb-499f-a9f2-2d6d8ace1243|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:19:06.285Z|fc9b22fd-93fb-499f-a9f2-2d6d8ace1243|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:19:08.159Z|44bca2a7-6639-4cc6-9899-18c7b99ec2fb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:19:08.160Z|44bca2a7-6639-4cc6-9899-18c7b99ec2fb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:19:13.582Z|3db07dfc-9714-47c7-9fcd-d10aa1d4873b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:19:13.583Z|3db07dfc-9714-47c7-9fcd-d10aa1d4873b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:19:16.315Z|465f7d9c-0fa7-4aa4-9bd7-3e1c76e510b5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:19:16.315Z|465f7d9c-0fa7-4aa4-9bd7-3e1c76e510b5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:19:18.186Z|62c37e1a-e3d9-4447-a03d-f6cf54da9071|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:19:18.188Z|62c37e1a-e3d9-4447-a03d-f6cf54da9071|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:19:20.089Z|ee285800-ebe1-467f-932d-c165e17eb6f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:19:20.094Z|ee285800-ebe1-467f-932d-c165e17eb6f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:19:20.711Z|e6b8a98e-969a-46c8-926c-735e93316b3d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:19:20.711Z|e6b8a98e-969a-46c8-926c-735e93316b3d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:19:23.612Z|c43f4e89-f60d-40df-92a2-7984fa29c8d7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:19:23.613Z|c43f4e89-f60d-40df-92a2-7984fa29c8d7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:19:26.345Z|82636959-fe68-4f40-8fd6-caf34363593e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:19:26.348Z|82636959-fe68-4f40-8fd6-caf34363593e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:19:28.221Z|262741f1-55f3-465b-b8f3-ab16e89e0dda|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:19:28.222Z|262741f1-55f3-465b-b8f3-ab16e89e0dda|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:19:33.643Z|2850b622-6e47-4ae2-b12a-7713b9cecfaf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:19:33.644Z|2850b622-6e47-4ae2-b12a-7713b9cecfaf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:19:35.089Z|55061362-af2c-435a-8e2e-584f4225c752|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:19:35.090Z|55061362-af2c-435a-8e2e-584f4225c752|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:19:36.381Z|6cc8bf31-203f-4e86-9f66-6b63ba2dc9a4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:19:36.382Z|6cc8bf31-203f-4e86-9f66-6b63ba2dc9a4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:19:38.253Z|73508586-0b7c-43d6-8740-65d3de5ad179|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:19:38.253Z|73508586-0b7c-43d6-8740-65d3de5ad179|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:19:43.677Z|ca387eed-e170-406b-b35b-9cf1abc793ef|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:19:43.678Z|ca387eed-e170-406b-b35b-9cf1abc793ef|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:19:46.415Z|27b0fc9b-7c6b-4de7-a3e0-490c49717980|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:19:46.416Z|27b0fc9b-7c6b-4de7-a3e0-490c49717980|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:19:48.278Z|62af3eb8-bd32-4cb6-9e9b-faf23c53fce5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:19:48.279Z|62af3eb8-bd32-4cb6-9e9b-faf23c53fce5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:19:50.092Z|5371a559-3f7b-43c0-9ff1-9630ccd7c102|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:19:50.093Z|5371a559-3f7b-43c0-9ff1-9630ccd7c102|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:19:50.712Z|3b453225-32cc-45f0-9fce-3d817f7096cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:19:50.712Z|3b453225-32cc-45f0-9fce-3d817f7096cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:19:53.708Z|be9a1103-3a92-4cf0-b655-e8459d7391c9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:19:53.709Z|be9a1103-3a92-4cf0-b655-e8459d7391c9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:19:56.123Z|cb27704b-7780-4611-8fc3-72cf55892ca2|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:19:56.124Z|cb27704b-7780-4611-8fc3-72cf55892ca2|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:19:56.445Z|9d97121e-4e6e-4c0f-b7fb-1a8deb5f6930|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:19:56.446Z|9d97121e-4e6e-4c0f-b7fb-1a8deb5f6930|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:19:58.310Z|b4fd4f31-f2c0-4841-b311-251c72c16b5d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:19:58.311Z|b4fd4f31-f2c0-4841-b311-251c72c16b5d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:20:03.747Z|503e393d-b47c-40f4-b5b9-fbcc648655aa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:20:03.748Z|503e393d-b47c-40f4-b5b9-fbcc648655aa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:20:05.089Z|403fd141-df84-4e40-bf7b-85e450ad9158|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:20:05.093Z|403fd141-df84-4e40-bf7b-85e450ad9158|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:20:06.473Z|5ae41d07-8d7c-49e9-93ca-5f75822bf066|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:20:06.474Z|5ae41d07-8d7c-49e9-93ca-5f75822bf066|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:20:08.340Z|839cf3b3-2803-4c36-89c0-92f475fc0799|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:20:08.341Z|839cf3b3-2803-4c36-89c0-92f475fc0799|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:20:13.793Z|f140368f-560d-4ec0-802b-f5e03ad1d21b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:20:13.794Z|f140368f-560d-4ec0-802b-f5e03ad1d21b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:20:16.503Z|136f5ad4-0180-480e-9a3a-2ac42e3316d3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:20:16.504Z|136f5ad4-0180-480e-9a3a-2ac42e3316d3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:20:18.372Z|33b7494e-b461-49cd-8960-8e768790a7ef|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:20:18.373Z|33b7494e-b461-49cd-8960-8e768790a7ef|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:20:20.089Z|083af737-2a6f-4180-b58a-4763892a6a22|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:20:20.090Z|083af737-2a6f-4180-b58a-4763892a6a22|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:20:20.713Z|491f3de2-a639-4968-85c0-cce1797d6e64|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:20:20.714Z|491f3de2-a639-4968-85c0-cce1797d6e64|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:20:23.818Z|cdd1cb82-f85a-4a2c-8d6f-4006b3b0722a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:20:23.819Z|cdd1cb82-f85a-4a2c-8d6f-4006b3b0722a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:20:26.534Z|65dffe62-cbd6-4f55-96c1-37aaded503c4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:20:26.535Z|65dffe62-cbd6-4f55-96c1-37aaded503c4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:20:28.403Z|e3f0fbc5-bcf7-442e-85bc-9fc233df1ab9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:20:28.404Z|e3f0fbc5-bcf7-442e-85bc-9fc233df1ab9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:20:33.842Z|7215932a-64b9-4139-9edd-1406b7f3e0bd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:20:33.843Z|7215932a-64b9-4139-9edd-1406b7f3e0bd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:20:35.089Z|d7a6199f-8da3-4d5d-919e-fb8b89cc2e83|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:20:35.090Z|d7a6199f-8da3-4d5d-919e-fb8b89cc2e83|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:20:36.566Z|3b3ae623-e81d-463d-925d-d36f67c080ab|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:20:36.567Z|3b3ae623-e81d-463d-925d-d36f67c080ab|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:20:38.434Z|0fdfdde2-429a-4502-b893-67f2e23ffcee|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:20:38.435Z|0fdfdde2-429a-4502-b893-67f2e23ffcee|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:20:43.870Z|38bc7550-c672-41ea-a35c-53774017fc4a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:20:43.871Z|38bc7550-c672-41ea-a35c-53774017fc4a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:20:46.596Z|998f0ad3-b0ae-4794-8f5f-e4c91f129476|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:20:46.596Z|998f0ad3-b0ae-4794-8f5f-e4c91f129476|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:20:48.467Z|356517ed-ff88-47e7-a446-3fb48dd10598|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:20:48.468Z|356517ed-ff88-47e7-a446-3fb48dd10598|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:20:50.089Z|0d1dc676-8774-4fec-8e17-a3413af3b912|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:20:50.093Z|0d1dc676-8774-4fec-8e17-a3413af3b912|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:20:50.715Z|67fe6dd1-b66b-4cb9-b08a-5bb2f36b9093|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:20:50.715Z|67fe6dd1-b66b-4cb9-b08a-5bb2f36b9093|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:20:53.895Z|cfbdcb5f-8ac7-4865-89de-344694c7d7dd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:20:53.896Z|cfbdcb5f-8ac7-4865-89de-344694c7d7dd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:20:56.118Z|3a839590-f697-42bc-a859-70bba6548d89|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:20:56.118Z|3a839590-f697-42bc-a859-70bba6548d89|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:20:56.627Z|3c2b6009-db39-4f47-8f2c-a4ebbe190824|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:20:56.628Z|3c2b6009-db39-4f47-8f2c-a4ebbe190824|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:20:58.501Z|547e462f-5c70-4ae5-a8a3-8487febb73b3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:20:58.502Z|547e462f-5c70-4ae5-a8a3-8487febb73b3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:21:03.922Z|351dc017-0c68-4f22-ab66-44173691e7fd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:21:03.923Z|351dc017-0c68-4f22-ab66-44173691e7fd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:21:05.089Z|ba1cf71f-14cb-487a-9be7-bdc52172f527|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:21:05.089Z|ba1cf71f-14cb-487a-9be7-bdc52172f527|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:21:06.660Z|4a91749a-27b2-493c-b0fd-d719753d5fa6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:21:06.661Z|4a91749a-27b2-493c-b0fd-d719753d5fa6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:21:08.531Z|83398cf1-fe66-45b8-95cf-23f2dd685a0f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:21:08.532Z|83398cf1-fe66-45b8-95cf-23f2dd685a0f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:21:13.961Z|1e67de19-ed8b-4ba8-9f4f-2e9860b72f9f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:21:13.962Z|1e67de19-ed8b-4ba8-9f4f-2e9860b72f9f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:21:16.687Z|8f8d6cd3-2c47-4156-9db5-9da797a285d5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:21:16.688Z|8f8d6cd3-2c47-4156-9db5-9da797a285d5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:21:18.565Z|22d247b3-de69-4dbe-973c-be7635b2259b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:21:18.566Z|22d247b3-de69-4dbe-973c-be7635b2259b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:21:20.089Z|9bdc3bbd-eb6e-45c3-92f5-feff0b663567|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:21:20.089Z|9bdc3bbd-eb6e-45c3-92f5-feff0b663567|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:21:20.716Z|733c44f7-d177-4351-b7fc-1ce33f24a5fe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:21:20.717Z|733c44f7-d177-4351-b7fc-1ce33f24a5fe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:21:23.991Z|cb2a6789-6ac5-4331-90b3-e708777fd1ae|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:21:23.992Z|cb2a6789-6ac5-4331-90b3-e708777fd1ae|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:21:26.719Z|5033afe1-0175-40d2-bc19-94d8389d1f54|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:21:26.719Z|5033afe1-0175-40d2-bc19-94d8389d1f54|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:21:28.598Z|88d56bc3-7bf9-467d-a4c3-0f5189aa69bb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:21:28.599Z|88d56bc3-7bf9-467d-a4c3-0f5189aa69bb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:21:34.022Z|0119b848-fd30-4492-b0c1-71ca6b4100fd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:21:34.023Z|0119b848-fd30-4492-b0c1-71ca6b4100fd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:21:35.089Z|98ec9d9e-1a69-46f4-a163-921f597c1a11|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:21:35.093Z|98ec9d9e-1a69-46f4-a163-921f597c1a11|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:21:36.746Z|4c70b93d-5973-4550-a70d-234391182387|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:21:36.746Z|4c70b93d-5973-4550-a70d-234391182387|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:21:38.631Z|4686ff06-cfd8-4f93-be81-a80cbf8487f9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:21:38.632Z|4686ff06-cfd8-4f93-be81-a80cbf8487f9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:21:44.055Z|1c5f4554-bf04-4c20-9d65-9ef05067b25f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:21:44.056Z|1c5f4554-bf04-4c20-9d65-9ef05067b25f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:21:46.777Z|4161415e-f06a-4224-b76a-a71d48d74e49|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:21:46.778Z|4161415e-f06a-4224-b76a-a71d48d74e49|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:21:48.666Z|acf40d73-152a-4bdf-9315-166a01af6b1e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:21:48.667Z|acf40d73-152a-4bdf-9315-166a01af6b1e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:21:50.089Z|46a6cf51-ba71-40a6-ab45-ffdbed259437|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:21:50.089Z|46a6cf51-ba71-40a6-ab45-ffdbed259437|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:21:50.718Z|5794bed3-2fb2-4f42-abd9-06d65b26f1d5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:21:50.719Z|5794bed3-2fb2-4f42-abd9-06d65b26f1d5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:21:54.089Z|3563bda2-13e9-400a-814c-5936b569453b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:21:54.090Z|3563bda2-13e9-400a-814c-5936b569453b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:21:56.118Z|f1188913-dcb5-4d80-9a77-be1ae77286f8|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:21:56.119Z|f1188913-dcb5-4d80-9a77-be1ae77286f8|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:21:56.807Z|f7078f0d-2042-4bcb-b10e-fc5068b2ccc7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:21:56.808Z|f7078f0d-2042-4bcb-b10e-fc5068b2ccc7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:21:58.700Z|c58070a9-584b-450c-94a8-8dff1e677ed6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:21:58.701Z|c58070a9-584b-450c-94a8-8dff1e677ed6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:22:04.117Z|160c024b-a4b4-47c2-a726-a1b6775da967|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:22:04.117Z|160c024b-a4b4-47c2-a726-a1b6775da967|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:22:05.089Z|0c69e973-429b-4183-959f-8394a8e219fd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:22:05.090Z|0c69e973-429b-4183-959f-8394a8e219fd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:22:06.837Z|b9cb754b-b055-4c32-9517-f75e577042c0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:22:06.838Z|b9cb754b-b055-4c32-9517-f75e577042c0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:22:08.732Z|dc2dc44b-d1e5-4c2e-a9ef-337c8053fadd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:22:08.733Z|dc2dc44b-d1e5-4c2e-a9ef-337c8053fadd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:22:14.152Z|2b6ff6ca-9dcb-49cf-bad2-4afc31a22ed2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:22:14.153Z|2b6ff6ca-9dcb-49cf-bad2-4afc31a22ed2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:22:16.870Z|957e6ec8-c502-419b-aaa9-47e1d47c8196|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:22:16.871Z|957e6ec8-c502-419b-aaa9-47e1d47c8196|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:22:18.761Z|b80a92b9-d264-4b25-b0bf-5d31cf79fd82|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:22:18.762Z|b80a92b9-d264-4b25-b0bf-5d31cf79fd82|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:22:20.089Z|6083eeae-3c7c-41b9-84d3-dbd2c291bd90|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:22:20.094Z|6083eeae-3c7c-41b9-84d3-dbd2c291bd90|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:22:20.719Z|5480430f-6128-4d50-8fcb-671034426f84|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:22:20.720Z|5480430f-6128-4d50-8fcb-671034426f84|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:22:24.178Z|6724d565-adf2-4e39-ba78-9a3b249a437e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:22:24.179Z|6724d565-adf2-4e39-ba78-9a3b249a437e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:22:26.906Z|28b76cd9-b8df-474f-9916-f631006f61a1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:22:26.906Z|28b76cd9-b8df-474f-9916-f631006f61a1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:22:28.791Z|0f6b2d65-f8bc-4e16-a60f-582b8d62ba23|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:22:28.792Z|0f6b2d65-f8bc-4e16-a60f-582b8d62ba23|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:22:34.206Z|3256587a-c3f0-4004-97fa-78bcb40dae31|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:22:34.207Z|3256587a-c3f0-4004-97fa-78bcb40dae31|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:22:35.089Z|abe5a31f-1164-4f77-ae55-c919e6f24b31|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:22:35.090Z|abe5a31f-1164-4f77-ae55-c919e6f24b31|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:22:36.937Z|15f3cc08-dcab-4c91-9407-bbaecbecd1d5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:22:36.937Z|15f3cc08-dcab-4c91-9407-bbaecbecd1d5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:22:38.817Z|6f350eb5-b37a-4bd4-aeea-24c3a3399a0d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:22:38.818Z|6f350eb5-b37a-4bd4-aeea-24c3a3399a0d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:22:44.237Z|635ff146-1d5f-4746-8af2-decf34d4d8e5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:22:44.238Z|635ff146-1d5f-4746-8af2-decf34d4d8e5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:22:46.968Z|b20fb052-0968-49a1-9493-ed94d91d9c87|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:22:46.969Z|b20fb052-0968-49a1-9493-ed94d91d9c87|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:22:48.848Z|d0a88aa2-ef3f-4bfc-8e77-b67430ca80bf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:22:48.849Z|d0a88aa2-ef3f-4bfc-8e77-b67430ca80bf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:22:50.089Z|2165a000-238b-403a-9aee-2c79fdbae2db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:22:50.089Z|2165a000-238b-403a-9aee-2c79fdbae2db|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:22:50.720Z|18d5efb9-a964-4a02-8d92-83029c197e8b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:22:50.721Z|18d5efb9-a964-4a02-8d92-83029c197e8b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:22:54.278Z|e0fd17ea-8aaa-4354-af7c-b7917c9f5288|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:22:54.279Z|e0fd17ea-8aaa-4354-af7c-b7917c9f5288|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:22:56.117Z|54660d5c-8043-4327-a72b-50856d9ddeee|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:22:56.118Z|54660d5c-8043-4327-a72b-50856d9ddeee|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:22:57.001Z|98d7321e-a474-49f5-9b1c-89591074eaca|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:22:57.002Z|98d7321e-a474-49f5-9b1c-89591074eaca|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:22:58.880Z|27f68578-5b09-4ea2-8968-2e336600ad99|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:22:58.881Z|27f68578-5b09-4ea2-8968-2e336600ad99|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:23:04.305Z|a9e582dc-3032-4f94-951b-7e59a31d6f96|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:23:04.306Z|a9e582dc-3032-4f94-951b-7e59a31d6f96|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:23:05.089Z|a9173701-64d1-4938-bbe1-f19ea7a4972a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:23:05.093Z|a9173701-64d1-4938-bbe1-f19ea7a4972a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:23:07.028Z|a701c585-bc1f-4982-9cac-a7d31fc07fbf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:23:07.029Z|a701c585-bc1f-4982-9cac-a7d31fc07fbf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:23:08.910Z|bdce309f-5c25-4515-a566-8007dac538ad|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:23:08.911Z|bdce309f-5c25-4515-a566-8007dac538ad|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:23:14.335Z|f6e5141c-aec9-4bbb-bdc6-bf6314e46de0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:23:14.336Z|f6e5141c-aec9-4bbb-bdc6-bf6314e46de0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:23:17.060Z|e4bff840-dd97-4f6c-ab0d-9b8eb8293007|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:23:17.061Z|e4bff840-dd97-4f6c-ab0d-9b8eb8293007|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:23:18.942Z|e1418fa7-abe4-42f2-abdb-969c855430ac|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:23:18.943Z|e1418fa7-abe4-42f2-abdb-969c855430ac|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:23:20.089Z|8bf89dd2-4ceb-44d8-83a4-c453cfadb3c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:23:20.090Z|8bf89dd2-4ceb-44d8-83a4-c453cfadb3c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:23:20.721Z|79f1305e-1dfd-49d4-bdf8-66692711c333|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:23:20.722Z|79f1305e-1dfd-49d4-bdf8-66692711c333|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:23:24.374Z|9298d4e2-a8d7-48a1-93e9-791262a3c78e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:23:24.374Z|9298d4e2-a8d7-48a1-93e9-791262a3c78e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:23:27.091Z|52a97ac8-7580-4087-8733-ce8c510775b3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:23:27.092Z|52a97ac8-7580-4087-8733-ce8c510775b3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:23:28.970Z|7a496288-c3d9-49de-8145-6b4ceea7aded|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:23:28.970Z|7a496288-c3d9-49de-8145-6b4ceea7aded|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:23:34.404Z|2414a12c-a8d2-47aa-9f47-deabc2bdbf5f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:23:34.405Z|2414a12c-a8d2-47aa-9f47-deabc2bdbf5f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:23:35.089Z|aaee0106-3c6b-409f-bb8b-6f947d2c7c7c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:23:35.090Z|aaee0106-3c6b-409f-bb8b-6f947d2c7c7c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:23:37.119Z|c6e80a43-2f22-45a5-8fa2-502b06d426f7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:23:37.120Z|c6e80a43-2f22-45a5-8fa2-502b06d426f7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:23:39.002Z|9ab84055-fa50-4a0a-b93b-61143e83726c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:23:39.003Z|9ab84055-fa50-4a0a-b93b-61143e83726c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:23:44.432Z|2a9091b6-6fbc-4ae9-8fc3-d495d3bdfaf1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:23:44.433Z|2a9091b6-6fbc-4ae9-8fc3-d495d3bdfaf1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:23:47.151Z|4c9916ae-8c79-482a-8710-6994eb3c0937|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:23:47.152Z|4c9916ae-8c79-482a-8710-6994eb3c0937|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:23:49.033Z|0c149aa1-7468-45d8-9372-f4aed67f44b5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:23:49.034Z|0c149aa1-7468-45d8-9372-f4aed67f44b5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:23:50.089Z|96f2f7a5-e72c-4ceb-ab1d-b2b6e040640c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:23:50.093Z|96f2f7a5-e72c-4ceb-ab1d-b2b6e040640c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:23:50.723Z|27b48efd-a5d3-4e12-aa10-9e993945ca6e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:23:50.723Z|27b48efd-a5d3-4e12-aa10-9e993945ca6e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:23:54.464Z|e051f8fb-9892-4d07-b7ce-48b860b76263|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:23:54.464Z|e051f8fb-9892-4d07-b7ce-48b860b76263|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:23:56.115Z|69accb51-8a3f-430d-87b7-adbcd80a19e1|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:23:56.116Z|69accb51-8a3f-430d-87b7-adbcd80a19e1|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:23:57.180Z|d89f6941-0084-4f66-806f-67b56485f029|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:23:57.181Z|d89f6941-0084-4f66-806f-67b56485f029|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:23:59.066Z|0809f1cf-4920-48ae-9b64-ad5686a1aed1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:23:59.067Z|0809f1cf-4920-48ae-9b64-ad5686a1aed1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:24:04.493Z|7a344924-5df4-4ffa-8be8-03271c59e4f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:24:04.494Z|7a344924-5df4-4ffa-8be8-03271c59e4f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:24:05.089Z|41d77481-0dc2-4ace-8d8a-6b8412c3ebec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:24:05.090Z|41d77481-0dc2-4ace-8d8a-6b8412c3ebec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:24:07.210Z|7cfc8707-08b7-4d77-b55c-30b9ba7d675b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:24:07.211Z|7cfc8707-08b7-4d77-b55c-30b9ba7d675b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:24:09.099Z|fece54fb-95a9-4da0-946f-85cbc6688301|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:24:09.100Z|fece54fb-95a9-4da0-946f-85cbc6688301|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:24:14.528Z|37f0a465-b331-42cc-8274-ceb9081a1b0e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:24:14.529Z|37f0a465-b331-42cc-8274-ceb9081a1b0e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:24:17.244Z|b19a94c9-57b7-449e-9a7b-69fa27ee3131|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:24:17.245Z|b19a94c9-57b7-449e-9a7b-69fa27ee3131|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:24:19.130Z|9ee0e950-1d24-464a-acbe-81d4b9dea912|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:24:19.131Z|9ee0e950-1d24-464a-acbe-81d4b9dea912|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:24:20.089Z|4e775bef-8f6c-4dcc-889c-a667c680e260|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:24:20.089Z|4e775bef-8f6c-4dcc-889c-a667c680e260|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:24:20.724Z|262a0bf2-e091-41c8-ae94-29e9035d6d42|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:24:20.725Z|262a0bf2-e091-41c8-ae94-29e9035d6d42|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:24:24.561Z|e708d21b-e730-4dde-b7ac-b4c833c1c28e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:24:24.561Z|e708d21b-e730-4dde-b7ac-b4c833c1c28e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:24:27.272Z|d144db01-87b7-4b67-b2d7-55a36d49199f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:24:27.273Z|d144db01-87b7-4b67-b2d7-55a36d49199f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:24:29.162Z|558210e6-a60b-47e6-b6df-20bed19ba1ee|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:24:29.163Z|558210e6-a60b-47e6-b6df-20bed19ba1ee|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:24:34.593Z|77cf3b04-8487-40de-9fe6-e0ec5b71a389|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:24:34.594Z|77cf3b04-8487-40de-9fe6-e0ec5b71a389|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:24:35.089Z|3f2ca24d-2604-413d-bc9f-89e49005ba41|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:24:35.093Z|3f2ca24d-2604-413d-bc9f-89e49005ba41|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:24:37.302Z|68af11a8-2ec9-4be2-81f5-a3ec93ee57a5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:24:37.302Z|68af11a8-2ec9-4be2-81f5-a3ec93ee57a5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:24:39.195Z|bc89f8ec-5239-4938-a08f-5224957b4b7e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:24:39.196Z|bc89f8ec-5239-4938-a08f-5224957b4b7e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:24:44.626Z|cbe546ed-38fc-46b6-bea6-b109f2ddc092|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:24:44.627Z|cbe546ed-38fc-46b6-bea6-b109f2ddc092|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:24:47.335Z|dd880754-6275-469c-80fa-1dee85d82235|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:24:47.336Z|dd880754-6275-469c-80fa-1dee85d82235|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:24:49.225Z|97d8e142-3eef-4688-8d1c-f08bca375035|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:24:49.226Z|97d8e142-3eef-4688-8d1c-f08bca375035|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:24:50.089Z|9de4b48c-6f5d-4101-89cb-ba5878008fb5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:24:50.089Z|9de4b48c-6f5d-4101-89cb-ba5878008fb5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:24:50.725Z|b52704f7-460c-4440-8dff-07a6ce30712f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:24:50.726Z|b52704f7-460c-4440-8dff-07a6ce30712f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:24:54.656Z|aa051df7-7b08-4a28-8d21-c0781356ae37|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:24:54.657Z|aa051df7-7b08-4a28-8d21-c0781356ae37|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:24:56.117Z|f51495a3-0b9f-4fa1-9250-3fcfc95d2b7a|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:24:56.117Z|f51495a3-0b9f-4fa1-9250-3fcfc95d2b7a|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:24:57.368Z|97fac5a4-9b6d-40b2-83cc-73fdd3fccbbf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:24:57.369Z|97fac5a4-9b6d-40b2-83cc-73fdd3fccbbf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:24:59.257Z|60727ddd-e3c3-4ff3-b583-edeb4c306815|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:24:59.258Z|60727ddd-e3c3-4ff3-b583-edeb4c306815|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:25:04.686Z|f80f1398-990b-42e2-9226-1a26b8eec0af|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:25:04.687Z|f80f1398-990b-42e2-9226-1a26b8eec0af|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:25:05.089Z|68fd09ca-eebc-40de-8421-6bca492507e5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:25:05.089Z|68fd09ca-eebc-40de-8421-6bca492507e5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:25:07.398Z|98de38e2-2ee2-4c4b-9943-37f2f7604bf3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:25:07.399Z|98de38e2-2ee2-4c4b-9943-37f2f7604bf3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:25:09.289Z|c8456659-07dd-4147-bb09-f56a96bbf500|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:25:09.290Z|c8456659-07dd-4147-bb09-f56a96bbf500|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:25:14.724Z|be64e144-75fe-4db7-a7ac-85dcc77335a6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:25:14.724Z|be64e144-75fe-4db7-a7ac-85dcc77335a6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:25:17.431Z|7613460c-86bf-41b6-a1df-8e1f1d0e5e42|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:25:17.432Z|7613460c-86bf-41b6-a1df-8e1f1d0e5e42|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:25:19.320Z|ceccf88b-b1f3-4116-b349-003aa072a428|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:25:19.320Z|ceccf88b-b1f3-4116-b349-003aa072a428|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:25:20.089Z|a7478e14-97af-4893-8c67-40e77e6ebb92|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:25:20.093Z|a7478e14-97af-4893-8c67-40e77e6ebb92|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:25:20.726Z|81d07402-d741-4a96-8fd5-d98ee0ec794e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:25:20.727Z|81d07402-d741-4a96-8fd5-d98ee0ec794e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:25:24.753Z|df00f23b-e218-4ae0-93eb-18bef30c3e67|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:25:24.754Z|df00f23b-e218-4ae0-93eb-18bef30c3e67|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:25:27.462Z|57c6c39a-0cdb-4767-98ff-2ec5324cbc8f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:25:27.463Z|57c6c39a-0cdb-4767-98ff-2ec5324cbc8f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:25:29.350Z|6b182b50-3b68-4986-928c-abcdaf980e89|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:25:29.351Z|6b182b50-3b68-4986-928c-abcdaf980e89|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:25:34.787Z|cada7e28-4d68-4b98-990e-64d8a2fa7f8d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:25:34.788Z|cada7e28-4d68-4b98-990e-64d8a2fa7f8d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:25:35.089Z|ab5fc041-0d6a-4015-b20e-ae12aecef462|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:25:35.089Z|ab5fc041-0d6a-4015-b20e-ae12aecef462|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:25:37.492Z|6f1a03a6-c5d3-4099-91e9-96a730f3f72d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:25:37.493Z|6f1a03a6-c5d3-4099-91e9-96a730f3f72d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:25:39.384Z|2027b3a2-72b8-4878-b896-cef45480f749|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:25:39.385Z|2027b3a2-72b8-4878-b896-cef45480f749|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:25:44.828Z|c66b754a-bd19-48cf-aeac-6b9ecbb45fe3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:25:44.828Z|c66b754a-bd19-48cf-aeac-6b9ecbb45fe3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:25:47.523Z|0edeace0-4b77-40bb-81c0-978f9da85733|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:25:47.524Z|0edeace0-4b77-40bb-81c0-978f9da85733|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:25:49.417Z|4b8e3358-e657-465c-9376-bfa2e0be77c5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:25:49.417Z|4b8e3358-e657-465c-9376-bfa2e0be77c5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:25:50.089Z|8479d2a2-5aa7-4f69-9e33-b22d9f6252a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:25:50.089Z|8479d2a2-5aa7-4f69-9e33-b22d9f6252a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:25:50.728Z|3f7b953d-42c4-4ade-9acc-3e41c9343d49|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:25:50.729Z|3f7b953d-42c4-4ade-9acc-3e41c9343d49|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:25:54.860Z|dba1d330-2c98-438d-9b81-35f8dd205162|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:25:54.861Z|dba1d330-2c98-438d-9b81-35f8dd205162|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:25:56.116Z|54b2b198-1e77-4e0b-bd7b-269ba8c1c425|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:25:56.116Z|54b2b198-1e77-4e0b-bd7b-269ba8c1c425|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:25:57.556Z|65ea3776-1dc5-4102-9470-abb7c979c442|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:25:57.557Z|65ea3776-1dc5-4102-9470-abb7c979c442|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:25:59.453Z|a46a7ecb-08c3-416b-bd94-b47a3bd6d3d1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:25:59.454Z|a46a7ecb-08c3-416b-bd94-b47a3bd6d3d1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:26:04.893Z|ee568583-0183-4b78-9768-cf2f44937d12|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:26:04.893Z|ee568583-0183-4b78-9768-cf2f44937d12|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:26:05.089Z|24e20d8b-078a-43e1-aab7-73f3a7854741|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:26:05.093Z|24e20d8b-078a-43e1-aab7-73f3a7854741|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:26:07.590Z|679ff6ac-69da-4954-b8bf-d61e408c6a7c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:26:07.591Z|679ff6ac-69da-4954-b8bf-d61e408c6a7c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:26:09.490Z|ee8b03fd-6a9a-434c-97bc-0419f7c28d55|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:26:09.491Z|ee8b03fd-6a9a-434c-97bc-0419f7c28d55|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:26:14.925Z|b59ff94d-85c6-4ec9-b5c8-3a45e36a8298|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:26:14.926Z|b59ff94d-85c6-4ec9-b5c8-3a45e36a8298|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:26:17.623Z|4b8f3dcf-0080-431d-ae14-2a6f02c830bd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:26:17.624Z|4b8f3dcf-0080-431d-ae14-2a6f02c830bd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:26:19.523Z|2d6e6b4a-12b7-4679-8143-17dded37b6dd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:26:19.523Z|2d6e6b4a-12b7-4679-8143-17dded37b6dd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:26:20.089Z|ddd5515a-0feb-4b93-893d-09886b51a143|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:26:20.089Z|ddd5515a-0feb-4b93-893d-09886b51a143|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:26:20.729Z|0a12c28a-036f-4511-b5f3-cd2af37d7cd3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:26:20.730Z|0a12c28a-036f-4511-b5f3-cd2af37d7cd3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:26:24.957Z|ba944d11-d0b3-4c4e-9998-4ab4ac0fd6f6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:26:24.958Z|ba944d11-d0b3-4c4e-9998-4ab4ac0fd6f6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:26:27.655Z|07890fb5-f48f-4168-ac84-0b5f220395ad|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:26:27.656Z|07890fb5-f48f-4168-ac84-0b5f220395ad|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:26:29.557Z|54910d94-7c30-4b27-b8a2-6ab14b4a3e49|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:26:29.558Z|54910d94-7c30-4b27-b8a2-6ab14b4a3e49|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:26:34.988Z|7ff7a8e4-a485-4b9d-99ac-96d7280d883a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:26:34.989Z|7ff7a8e4-a485-4b9d-99ac-96d7280d883a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:26:35.089Z|036f3d6f-20af-435a-b48f-916806c6f8d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:26:35.089Z|036f3d6f-20af-435a-b48f-916806c6f8d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:26:37.688Z|9a0ab39a-24f2-4dd3-b67e-d286e53e2c35|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:26:37.689Z|9a0ab39a-24f2-4dd3-b67e-d286e53e2c35|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:26:39.590Z|f6a6df77-fee8-4385-b132-0ea20634abb6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:26:39.591Z|f6a6df77-fee8-4385-b132-0ea20634abb6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:26:45.025Z|55f7cc18-471f-4975-9594-357b5137d61c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:26:45.026Z|55f7cc18-471f-4975-9594-357b5137d61c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:26:47.722Z|3f453b62-a52d-4190-898f-f1ed5d98e669|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:26:47.723Z|3f453b62-a52d-4190-898f-f1ed5d98e669|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:26:49.681Z|0aafbeab-0df6-484e-a75a-b9db445dac80|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:26:49.682Z|0aafbeab-0df6-484e-a75a-b9db445dac80|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:26:50.089Z|6afef6c1-35d6-43e0-88fb-664867f61636|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:26:50.094Z|6afef6c1-35d6-43e0-88fb-664867f61636|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:26:50.730Z|f0edc9d8-c176-45ed-94c7-dcc98e1044c2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:26:50.731Z|f0edc9d8-c176-45ed-94c7-dcc98e1044c2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:26:55.057Z|44ac196a-c399-47b7-a62a-cbd36a812328|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:26:55.058Z|44ac196a-c399-47b7-a62a-cbd36a812328|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:26:56.117Z|028bd607-2854-4d65-b890-cdde2b75b998|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:26:56.118Z|028bd607-2854-4d65-b890-cdde2b75b998|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:26:57.753Z|f1e37cdd-20b8-4b42-9de7-cfe47e1c9854|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:26:57.754Z|f1e37cdd-20b8-4b42-9de7-cfe47e1c9854|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:26:59.714Z|5593b5d7-8467-452d-a1e6-973b64f65b18|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:26:59.715Z|5593b5d7-8467-452d-a1e6-973b64f65b18|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:27:05.088Z|3d5cbf45-6fdc-427f-9a6d-176e60bd75f6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:27:05.089Z|01cb9414-a9fe-4c14-8220-2e6d3812c154|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:27:05.089Z|3d5cbf45-6fdc-427f-9a6d-176e60bd75f6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:27:05.089Z|01cb9414-a9fe-4c14-8220-2e6d3812c154|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:27:07.782Z|9712033c-1451-40a0-b051-9eb23dfc1a32|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:27:07.782Z|9712033c-1451-40a0-b051-9eb23dfc1a32|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:27:09.747Z|8f1e18e7-8ad8-4358-92c0-9d5c20073184|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:27:09.747Z|8f1e18e7-8ad8-4358-92c0-9d5c20073184|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:27:15.119Z|11824526-be84-434a-879c-64f99607ec42|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:27:15.120Z|11824526-be84-434a-879c-64f99607ec42|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:27:17.813Z|0ac97d2b-4310-47d1-9d24-242fd0f042fd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:27:17.814Z|0ac97d2b-4310-47d1-9d24-242fd0f042fd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:27:19.777Z|92e703d8-fc8d-4409-bc49-7ccebb1b269b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:27:19.778Z|92e703d8-fc8d-4409-bc49-7ccebb1b269b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:27:20.089Z|2d4e7c5e-40eb-422b-80c0-51ce0fd3d36b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:27:20.089Z|2d4e7c5e-40eb-422b-80c0-51ce0fd3d36b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:27:20.732Z|7fe7d666-4f4d-49b8-8bf9-553ae6d777e8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:27:20.732Z|7fe7d666-4f4d-49b8-8bf9-553ae6d777e8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:27:25.153Z|092d33bc-6b0f-4659-941e-25d4d4a3a10d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:27:25.154Z|092d33bc-6b0f-4659-941e-25d4d4a3a10d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:27:27.844Z|e8ff40e3-7b2b-4c9c-b889-4be7ac445672|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:27:27.845Z|e8ff40e3-7b2b-4c9c-b889-4be7ac445672|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:27:29.809Z|3a752ac4-028d-4afc-9023-9ea9e9df3fea|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:27:29.809Z|3a752ac4-028d-4afc-9023-9ea9e9df3fea|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:27:35.089Z|a49563e8-a088-4841-b9ac-820670905c62|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:27:35.093Z|a49563e8-a088-4841-b9ac-820670905c62|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:27:35.193Z|e4001c43-ea23-410a-99b1-149346fa7bfb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:27:35.194Z|e4001c43-ea23-410a-99b1-149346fa7bfb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:27:37.875Z|6b9b0399-f29f-4183-9020-501b07bcf306|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:27:37.876Z|6b9b0399-f29f-4183-9020-501b07bcf306|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:27:39.840Z|83143d76-7113-4c14-af54-ce6494f408e9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:27:39.841Z|83143d76-7113-4c14-af54-ce6494f408e9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:27:45.226Z|a9e0fe8b-6a71-4e9f-b220-a8732ea7dc1b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:27:45.226Z|a9e0fe8b-6a71-4e9f-b220-a8732ea7dc1b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:27:47.907Z|aa293077-bdce-4432-834d-69c226f3baac|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:27:47.908Z|aa293077-bdce-4432-834d-69c226f3baac|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:27:49.875Z|29a9629d-3856-4125-a70f-8ea2df0da0f4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:27:49.876Z|29a9629d-3856-4125-a70f-8ea2df0da0f4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:27:50.089Z|c8d039be-f7d2-4cc5-9696-bdc05c4b2ab8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:27:50.089Z|c8d039be-f7d2-4cc5-9696-bdc05c4b2ab8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:27:50.733Z|cc704822-f99c-47bb-b5ed-4969e5f698a7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:27:50.733Z|cc704822-f99c-47bb-b5ed-4969e5f698a7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:27:55.252Z|40ec1d89-9a3a-4b42-8640-d59a683f75eb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:27:55.252Z|40ec1d89-9a3a-4b42-8640-d59a683f75eb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:27:56.117Z|d32ea233-bd8e-421e-b019-c7a5c3ca4e48|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:27:56.118Z|d32ea233-bd8e-421e-b019-c7a5c3ca4e48|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:27:57.939Z|13e04e4c-8680-4a3c-8d2b-3b43748af96b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:27:57.940Z|13e04e4c-8680-4a3c-8d2b-3b43748af96b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:27:59.907Z|725bc1ef-a854-4d3a-8061-8abdf64a5708|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:27:59.908Z|725bc1ef-a854-4d3a-8061-8abdf64a5708|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:28:05.089Z|c7f595d8-14c9-4991-8188-cf993938edee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:28:05.090Z|c7f595d8-14c9-4991-8188-cf993938edee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:28:05.283Z|40f53d38-cac7-42a1-9918-31b688bba25c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:28:05.284Z|40f53d38-cac7-42a1-9918-31b688bba25c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:28:07.971Z|1a543da1-16ee-4049-97b1-adb06d0adc99|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:28:07.972Z|1a543da1-16ee-4049-97b1-adb06d0adc99|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:28:09.940Z|d0454294-42e3-48d4-99c7-777d8d84a835|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:28:09.940Z|d0454294-42e3-48d4-99c7-777d8d84a835|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:28:15.315Z|89b46f8e-1bbd-4e53-b287-76f2d6e35cd8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:28:15.316Z|89b46f8e-1bbd-4e53-b287-76f2d6e35cd8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:28:17.999Z|711eedaf-8c42-4be8-a149-9f75b13007ba|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:28:18.000Z|711eedaf-8c42-4be8-a149-9f75b13007ba|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:28:19.971Z|667e841a-7626-4512-9826-a84ca471a845|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:28:19.972Z|667e841a-7626-4512-9826-a84ca471a845|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:28:20.089Z|8fcdf073-0204-47ad-aaf4-99e50cc4d0a1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:28:20.092Z|8fcdf073-0204-47ad-aaf4-99e50cc4d0a1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:28:20.734Z|ea562982-0e0e-4d1f-8355-d998386d6385|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:28:20.735Z|ea562982-0e0e-4d1f-8355-d998386d6385|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:28:25.345Z|fe087832-3f5b-4d46-8fc8-859af0e44e97|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:28:25.345Z|fe087832-3f5b-4d46-8fc8-859af0e44e97|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:28:28.033Z|60a84f99-c11b-4088-8f93-a6089fa122ea|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:28:28.034Z|60a84f99-c11b-4088-8f93-a6089fa122ea|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:28:30.005Z|c0d5eeab-16d5-4bde-b08a-04013a3a0c7d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:28:30.006Z|c0d5eeab-16d5-4bde-b08a-04013a3a0c7d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:28:35.089Z|d6c317c4-68d0-488d-bc6f-b6984b55ff2c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:28:35.089Z|d6c317c4-68d0-488d-bc6f-b6984b55ff2c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:28:35.378Z|fcc87ea7-9507-488d-b124-a08d029b8636|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:28:35.379Z|fcc87ea7-9507-488d-b124-a08d029b8636|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:28:38.066Z|2503ee20-284d-4430-a583-0f29ed28e00b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:28:38.067Z|2503ee20-284d-4430-a583-0f29ed28e00b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:28:40.036Z|b0fe2049-8e58-4fda-b06c-98b470bd019a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:28:40.036Z|b0fe2049-8e58-4fda-b06c-98b470bd019a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:28:45.413Z|3905c51f-2ac7-4a62-ab96-d488f9d65852|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:28:45.414Z|3905c51f-2ac7-4a62-ab96-d488f9d65852|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:28:48.105Z|bb5a65ec-6ff2-4060-8211-8157f5dde802|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:28:48.106Z|bb5a65ec-6ff2-4060-8211-8157f5dde802|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:28:50.069Z|2ee943ea-46a3-46c3-919b-3fcd2655b6e3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:28:50.069Z|2ee943ea-46a3-46c3-919b-3fcd2655b6e3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:28:50.089Z|d2cdad20-d915-42f1-b9c4-5037e04ac878|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:28:50.089Z|d2cdad20-d915-42f1-b9c4-5037e04ac878|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:28:50.735Z|86381427-5445-4d72-924d-5f076d882613|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:28:50.736Z|86381427-5445-4d72-924d-5f076d882613|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:28:55.445Z|94af8e52-783b-45ef-ac7d-1cac86cf6034|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:28:55.446Z|94af8e52-783b-45ef-ac7d-1cac86cf6034|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:28:56.118Z|67337128-82cf-4220-b7b6-9810fa5b61d0|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:28:56.119Z|67337128-82cf-4220-b7b6-9810fa5b61d0|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:28:58.137Z|c7c5af53-80d1-463d-a8ae-21dd2ebda6ed|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:28:58.137Z|c7c5af53-80d1-463d-a8ae-21dd2ebda6ed|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:29:00.102Z|cd3932d8-b869-4a80-aed1-3f0ac0320a6c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:29:00.102Z|cd3932d8-b869-4a80-aed1-3f0ac0320a6c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:29:05.089Z|404e176d-b442-4401-b7bd-60b1b5de5dc0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:29:05.093Z|404e176d-b442-4401-b7bd-60b1b5de5dc0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:29:05.478Z|d01bf3ac-8bda-4f49-9f02-54106d8cb265|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:29:05.479Z|d01bf3ac-8bda-4f49-9f02-54106d8cb265|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:29:08.165Z|d1887de4-cf59-4254-b59c-47db0a3ec6f5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:29:08.166Z|d1887de4-cf59-4254-b59c-47db0a3ec6f5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:29:10.124Z|331767fd-85c7-41eb-846d-151e296a548c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:29:10.125Z|331767fd-85c7-41eb-846d-151e296a548c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:29:15.511Z|b7ed3293-4078-4bdb-b1a9-d23058e5a933|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:29:15.511Z|b7ed3293-4078-4bdb-b1a9-d23058e5a933|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:29:18.192Z|249804de-94ff-4bda-b5e1-05a4f139d00f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:29:18.193Z|249804de-94ff-4bda-b5e1-05a4f139d00f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:29:20.089Z|f538ab84-f522-4321-870f-d238ea8a94e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:29:20.089Z|f538ab84-f522-4321-870f-d238ea8a94e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:29:20.150Z|a53364be-895f-4d4e-b9b5-7329cd6e9df5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:29:20.151Z|a53364be-895f-4d4e-b9b5-7329cd6e9df5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:29:20.736Z|0cb8559d-f1bd-4186-81b9-1c4131092629|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:29:20.737Z|0cb8559d-f1bd-4186-81b9-1c4131092629|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:29:25.541Z|175ea06b-eae1-4dc2-97b9-5f17954cab62|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:29:25.541Z|175ea06b-eae1-4dc2-97b9-5f17954cab62|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:29:28.224Z|76290a98-9b86-4afa-8be8-fc7ff28c01d4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:29:28.225Z|76290a98-9b86-4afa-8be8-fc7ff28c01d4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:29:30.184Z|1a752206-b654-4e2a-ac8a-07068472f432|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:29:30.185Z|1a752206-b654-4e2a-ac8a-07068472f432|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:29:35.089Z|22a17920-3812-49ed-a78b-cbc781c42c12|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:29:35.090Z|22a17920-3812-49ed-a78b-cbc781c42c12|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:29:35.573Z|e0109454-5b3e-440b-b6d8-4e9bb67db8a0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:29:35.574Z|e0109454-5b3e-440b-b6d8-4e9bb67db8a0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:29:38.256Z|93414768-7091-4f85-9bcc-df797c816164|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:29:38.257Z|93414768-7091-4f85-9bcc-df797c816164|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:29:40.216Z|2e063114-faee-4819-8c1a-788d53d58fb9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:29:40.217Z|2e063114-faee-4819-8c1a-788d53d58fb9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:29:45.604Z|1cd726ea-855f-4b76-adcf-761b381989c0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:29:45.605Z|1cd726ea-855f-4b76-adcf-761b381989c0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:29:48.292Z|e1d5d175-2477-497b-b8b5-be954a03fbf4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:29:48.292Z|e1d5d175-2477-497b-b8b5-be954a03fbf4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:29:50.089Z|43fa6f39-a7ca-4d28-9f91-f9ad47fc1705|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:29:50.094Z|43fa6f39-a7ca-4d28-9f91-f9ad47fc1705|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:29:50.249Z|054f3a8b-0818-4404-9410-021385ff5920|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:29:50.250Z|054f3a8b-0818-4404-9410-021385ff5920|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:29:50.737Z|db843584-5698-4b2a-bac7-6195f618c5b6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:29:50.739Z|db843584-5698-4b2a-bac7-6195f618c5b6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:29:55.636Z|79f0541b-f091-4c16-be22-7be89e48f1d2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:29:55.637Z|79f0541b-f091-4c16-be22-7be89e48f1d2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:29:56.119Z|ca145db3-0d82-4ebb-8248-7b8432ca9575|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:29:56.120Z|ca145db3-0d82-4ebb-8248-7b8432ca9575|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:29:58.324Z|cf59bba6-bad1-4620-acdd-33e5458eb0d5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:29:58.326Z|cf59bba6-bad1-4620-acdd-33e5458eb0d5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:30:00.284Z|a1ab2079-145e-4b4b-afb7-e8a85c387eb9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:30:00.284Z|a1ab2079-145e-4b4b-afb7-e8a85c387eb9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:30:05.091Z|3c4f9952-8251-4229-945b-3752e23a4b91|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:30:05.098Z|3c4f9952-8251-4229-945b-3752e23a4b91|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:30:05.687Z|1625133e-6b1c-4efa-a067-466a53ee8185|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:30:05.688Z|1625133e-6b1c-4efa-a067-466a53ee8185|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:30:08.371Z|f6a2236f-2547-48e4-bd74-f5c163badd5c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:30:08.372Z|f6a2236f-2547-48e4-bd74-f5c163badd5c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:30:10.333Z|ea6ddb38-de01-4009-8263-98fd6aabb75a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:30:10.335Z|ea6ddb38-de01-4009-8263-98fd6aabb75a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:30:15.729Z|1baae6c3-c068-4039-b0e9-c65d24e6e612|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:30:15.730Z|1baae6c3-c068-4039-b0e9-c65d24e6e612|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:30:18.407Z|5f955cf2-b7e2-4a79-830b-13f52c04af16|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:30:18.408Z|5f955cf2-b7e2-4a79-830b-13f52c04af16|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:30:20.089Z|7a7928ba-0880-4c53-99a8-5b6d70d7f304|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:30:20.089Z|7a7928ba-0880-4c53-99a8-5b6d70d7f304|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:30:20.371Z|5d2d3a74-ad47-434f-b3fd-8c575a748624|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:30:20.372Z|5d2d3a74-ad47-434f-b3fd-8c575a748624|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:30:20.739Z|da52806d-55cb-4f12-9ed2-9f11affa0946|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:30:20.740Z|da52806d-55cb-4f12-9ed2-9f11affa0946|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:30:25.760Z|efcba9f6-58a9-4ee3-9b86-20801c7e0ee1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:30:25.761Z|efcba9f6-58a9-4ee3-9b86-20801c7e0ee1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:30:28.440Z|f87b656f-4bf7-4523-adf7-e01becf3410a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:30:28.440Z|f87b656f-4bf7-4523-adf7-e01becf3410a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:30:30.404Z|b0fab845-f039-4e52-8bef-f4224f44aa5c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:30:30.405Z|b0fab845-f039-4e52-8bef-f4224f44aa5c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:30:35.089Z|534bee55-c915-4af3-b467-b5506455742b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:30:35.093Z|534bee55-c915-4af3-b467-b5506455742b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:30:35.791Z|bb31b66f-721c-4c18-a398-3fa819ba57b0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:30:35.792Z|bb31b66f-721c-4c18-a398-3fa819ba57b0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:30:38.472Z|d7ea4f7d-0059-416d-8a12-c06256f6b8f3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:30:38.472Z|d7ea4f7d-0059-416d-8a12-c06256f6b8f3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:30:40.436Z|b83084d5-d6f8-4628-9341-dc84092f3178|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:30:40.437Z|b83084d5-d6f8-4628-9341-dc84092f3178|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:30:45.823Z|0098c3ad-5a7d-4edf-b6b2-edaada3132b9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:30:45.824Z|0098c3ad-5a7d-4edf-b6b2-edaada3132b9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:30:48.503Z|dcf5ea5d-d5c9-4f5b-9a86-380208efa9a2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:30:48.504Z|dcf5ea5d-d5c9-4f5b-9a86-380208efa9a2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:30:50.089Z|c4ab2756-9a58-4ad3-8c1d-b1a17fddbec7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:30:50.090Z|c4ab2756-9a58-4ad3-8c1d-b1a17fddbec7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:30:50.469Z|604b0f39-5749-4a03-92c3-de1a87517f89|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:30:50.469Z|604b0f39-5749-4a03-92c3-de1a87517f89|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:30:50.740Z|5006c21a-e012-4a71-9710-a0cc62677218|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:30:50.740Z|5006c21a-e012-4a71-9710-a0cc62677218|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:30:55.856Z|948ddfa4-c5c6-4d31-8aad-9ab08bcb8063|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:30:55.856Z|948ddfa4-c5c6-4d31-8aad-9ab08bcb8063|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:30:56.115Z|c74df84f-c932-4461-a750-2deb08c6eeeb|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:30:56.116Z|c74df84f-c932-4461-a750-2deb08c6eeeb|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:30:58.535Z|1e60ae7f-0779-4760-b27b-de567c482a9c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:30:58.536Z|1e60ae7f-0779-4760-b27b-de567c482a9c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:31:00.499Z|ff195606-c82c-40d0-9eca-eb9818b61e47|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:31:00.500Z|ff195606-c82c-40d0-9eca-eb9818b61e47|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:31:05.089Z|6eeeb77c-e3c3-47ae-a509-0bf6817f643a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:31:05.090Z|6eeeb77c-e3c3-47ae-a509-0bf6817f643a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:31:05.887Z|145d4730-47e4-45c1-85b4-a98a8b154964|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:31:05.888Z|145d4730-47e4-45c1-85b4-a98a8b154964|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:31:08.564Z|da6c39cc-c827-4971-9ed8-e78df7afb652|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:31:08.565Z|da6c39cc-c827-4971-9ed8-e78df7afb652|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:31:10.531Z|39d273e7-3caa-4a29-9e34-0cd64b4d79ce|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:31:10.532Z|39d273e7-3caa-4a29-9e34-0cd64b4d79ce|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:31:15.919Z|43e706e9-f00e-4193-b838-91ca842ca793|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:31:15.920Z|43e706e9-f00e-4193-b838-91ca842ca793|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:31:18.596Z|1590fed3-c954-4b80-9acb-620a4c24172d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:31:18.597Z|1590fed3-c954-4b80-9acb-620a4c24172d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:31:20.089Z|8f93edb2-3cad-45ce-b5a0-f4e6a9b19cad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:31:20.093Z|8f93edb2-3cad-45ce-b5a0-f4e6a9b19cad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:31:20.566Z|b27cd6e7-527d-4b7f-881a-3a46b35a68d4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:31:20.566Z|b27cd6e7-527d-4b7f-881a-3a46b35a68d4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:31:20.741Z|55cbc061-5723-4fd6-bf68-c7e826aa61e7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:31:20.742Z|55cbc061-5723-4fd6-bf68-c7e826aa61e7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:31:25.950Z|55e85924-c8ff-49ae-9861-8d08745ec57d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:31:25.951Z|55e85924-c8ff-49ae-9861-8d08745ec57d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:31:28.624Z|0ded0256-22f7-4c90-93cb-23ab0c14f4cf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:31:28.625Z|0ded0256-22f7-4c90-93cb-23ab0c14f4cf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:31:30.598Z|fd9e180a-9e81-47b8-9400-a6008c43d239|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:31:30.598Z|fd9e180a-9e81-47b8-9400-a6008c43d239|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:31:35.089Z|7e98557e-8e59-4e67-a86f-402cf66b8480|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:31:35.089Z|7e98557e-8e59-4e67-a86f-402cf66b8480|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:31:35.980Z|d9048176-d08b-4712-a400-a7060de6d28d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:31:35.981Z|d9048176-d08b-4712-a400-a7060de6d28d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:31:38.654Z|c8cfe81d-387e-41e5-a304-05eccc42696c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:31:38.655Z|c8cfe81d-387e-41e5-a304-05eccc42696c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:31:40.631Z|88c7d84b-fed5-4440-9ea4-f06d00453f3e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:31:40.632Z|88c7d84b-fed5-4440-9ea4-f06d00453f3e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:31:46.011Z|20c81491-3adc-44e4-adbb-a24729497d82|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:31:46.012Z|20c81491-3adc-44e4-adbb-a24729497d82|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:31:48.688Z|e2bb60be-5cc4-45dc-899b-c514209cdb37|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:31:48.688Z|e2bb60be-5cc4-45dc-899b-c514209cdb37|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:31:50.089Z|6573a6c0-59b6-4d2c-a682-2dc74b94349e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:31:50.089Z|6573a6c0-59b6-4d2c-a682-2dc74b94349e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:31:50.665Z|fac7fce4-a330-4b79-a0ea-8e0e47a089ef|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:31:50.665Z|fac7fce4-a330-4b79-a0ea-8e0e47a089ef|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:31:50.743Z|7300eed1-9b30-4158-9578-1750e24584b5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:31:50.743Z|7300eed1-9b30-4158-9578-1750e24584b5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:31:56.042Z|6e91485a-e585-4e8a-aae7-36c84d5d42bc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:31:56.043Z|6e91485a-e585-4e8a-aae7-36c84d5d42bc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:31:56.116Z|730dfda4-1599-493d-a658-5175f9067a5b|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:31:56.117Z|730dfda4-1599-493d-a658-5175f9067a5b|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:31:58.720Z|15f3db3e-d516-46c3-bbdb-242691a0badf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:31:58.721Z|15f3db3e-d516-46c3-bbdb-242691a0badf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:32:00.698Z|49f23c63-f2fa-4450-97e6-83a27bba2e50|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:32:00.699Z|49f23c63-f2fa-4450-97e6-83a27bba2e50|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:32:05.089Z|54631927-51c5-4be5-bbda-904c3c258103|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:32:05.094Z|54631927-51c5-4be5-bbda-904c3c258103|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:32:06.076Z|f69c6518-6453-451b-abb0-a62e63ea46d2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:32:06.077Z|f69c6518-6453-451b-abb0-a62e63ea46d2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:32:08.754Z|fbe8074e-7148-4c81-b96c-598e22f6d2e0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:32:08.755Z|fbe8074e-7148-4c81-b96c-598e22f6d2e0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:32:10.731Z|93760145-e1ed-4ffb-8076-ae99eca7cd4d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:32:10.732Z|93760145-e1ed-4ffb-8076-ae99eca7cd4d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:32:16.109Z|cb977700-e618-4e9c-bcc3-45671de68bab|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:32:16.110Z|cb977700-e618-4e9c-bcc3-45671de68bab|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:32:18.786Z|9a4af62f-55ec-4414-a16f-c3da1794907c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:32:18.787Z|9a4af62f-55ec-4414-a16f-c3da1794907c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:32:20.089Z|88391372-ac41-413b-9636-0afb57831fbc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:32:20.089Z|88391372-ac41-413b-9636-0afb57831fbc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:32:20.744Z|31479325-9432-40ac-a58b-fb3d628109aa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:32:20.745Z|31479325-9432-40ac-a58b-fb3d628109aa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:32:20.759Z|46e9b41d-7abf-4c0b-96bf-850167ce7222|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:32:20.760Z|46e9b41d-7abf-4c0b-96bf-850167ce7222|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:32:26.137Z|53afd8ba-e689-4d89-92e9-c861e4ac2a1d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:32:26.138Z|53afd8ba-e689-4d89-92e9-c861e4ac2a1d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:32:28.813Z|0ab2ecfd-6af8-4c0b-9137-2beda7ea1978|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:32:28.814Z|0ab2ecfd-6af8-4c0b-9137-2beda7ea1978|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:32:30.786Z|ab400e7e-1d5f-4a6a-8421-58ff6bae8df2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:32:30.787Z|ab400e7e-1d5f-4a6a-8421-58ff6bae8df2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:32:35.089Z|7c23a977-ff6c-4f48-a475-41ef14398b24|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:32:35.089Z|7c23a977-ff6c-4f48-a475-41ef14398b24|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:32:36.169Z|62ac7533-fc46-4d11-8e09-e7ead6cc59c5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:32:36.170Z|62ac7533-fc46-4d11-8e09-e7ead6cc59c5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:32:38.845Z|b910605d-88f0-42ae-8383-7ad51ceb4bca|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:32:38.846Z|b910605d-88f0-42ae-8383-7ad51ceb4bca|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:32:40.820Z|53f7959a-6309-4868-9236-c530f996ea4c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:32:40.821Z|53f7959a-6309-4868-9236-c530f996ea4c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:32:46.200Z|e6293a23-9173-4838-9458-345c895dafa2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:32:46.200Z|e6293a23-9173-4838-9458-345c895dafa2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:32:48.879Z|8354c246-283f-4b12-a587-8c6bcd18dd8c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:32:48.880Z|8354c246-283f-4b12-a587-8c6bcd18dd8c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:32:50.089Z|f857f544-bf6d-4a3a-9c21-1b2b2b8d5e57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:32:50.093Z|f857f544-bf6d-4a3a-9c21-1b2b2b8d5e57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:32:50.746Z|d89c3a26-2cf0-472d-81c4-517a529d6f9e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:32:50.746Z|d89c3a26-2cf0-472d-81c4-517a529d6f9e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:32:50.854Z|ac87490b-9b96-4cde-bb5d-ea197b055375|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:32:50.855Z|ac87490b-9b96-4cde-bb5d-ea197b055375|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:32:56.117Z|7a017c74-7690-4ca7-9558-62259cccf1fb|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:32:56.118Z|7a017c74-7690-4ca7-9558-62259cccf1fb|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:32:56.238Z|a78fe811-5292-46f4-b193-93192b72e533|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:32:56.238Z|a78fe811-5292-46f4-b193-93192b72e533|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:32:58.911Z|600fe233-fad4-4d90-90df-103441488f0e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:32:58.912Z|600fe233-fad4-4d90-90df-103441488f0e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:33:00.887Z|a1188f6b-9609-48f5-9897-5e75db264d6c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:33:00.888Z|a1188f6b-9609-48f5-9897-5e75db264d6c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:33:05.089Z|cc1b1d79-7ff0-4b43-bbbc-494d9eb4aa13|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:33:05.089Z|cc1b1d79-7ff0-4b43-bbbc-494d9eb4aa13|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:33:06.267Z|fdc844d3-771f-4d31-aa67-197bfc5d9f1c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:33:06.268Z|fdc844d3-771f-4d31-aa67-197bfc5d9f1c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:33:08.941Z|340c2b2b-1724-49db-b5ed-f5970ace6cef|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:33:08.942Z|340c2b2b-1724-49db-b5ed-f5970ace6cef|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:33:10.919Z|ed9524eb-9ff3-4623-ab57-d70558e16217|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:33:10.920Z|ed9524eb-9ff3-4623-ab57-d70558e16217|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:33:16.293Z|2d1dfee5-970b-4ed6-813c-852b13fb40e4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:33:16.294Z|2d1dfee5-970b-4ed6-813c-852b13fb40e4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:33:18.974Z|e4891856-cd1b-4892-8369-470b78db55b7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:33:18.975Z|e4891856-cd1b-4892-8369-470b78db55b7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:33:20.089Z|15a36fb0-1bbd-4841-b5cb-f3d775a2ad61|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:33:20.089Z|15a36fb0-1bbd-4841-b5cb-f3d775a2ad61|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:33:20.747Z|f9b51a82-4aa2-4ce1-88bf-02b5794149a6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:33:20.747Z|f9b51a82-4aa2-4ce1-88bf-02b5794149a6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:33:20.949Z|ca3f462c-4a13-458a-a336-49b8d4b067ba|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:33:20.950Z|ca3f462c-4a13-458a-a336-49b8d4b067ba|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:33:26.324Z|37f2c186-47a3-49a4-a74a-ab3a40ecb39f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:33:26.325Z|37f2c186-47a3-49a4-a74a-ab3a40ecb39f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:33:29.006Z|f74b0e2a-56d5-4035-9890-981d621648aa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:33:29.007Z|f74b0e2a-56d5-4035-9890-981d621648aa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:33:30.980Z|3fcb03d3-cd70-4091-b7fb-7ab3b888e61a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:33:30.980Z|3fcb03d3-cd70-4091-b7fb-7ab3b888e61a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:33:35.089Z|7901edde-9ee5-4c9a-acab-da564c3d2248|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:33:35.095Z|7901edde-9ee5-4c9a-acab-da564c3d2248|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:33:36.366Z|423cd297-a88a-4143-a7b1-94763d66231c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:33:36.369Z|423cd297-a88a-4143-a7b1-94763d66231c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:33:39.040Z|05df3dfa-cabb-422d-9dc3-de5a9fb9658b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:33:39.041Z|05df3dfa-cabb-422d-9dc3-de5a9fb9658b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:33:41.011Z|1c54aa03-93e1-44ba-ac55-c17a03fa268d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:33:41.012Z|1c54aa03-93e1-44ba-ac55-c17a03fa268d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:33:46.406Z|6f6b4146-9bc3-469e-b69f-ab21393d028f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:33:46.406Z|6f6b4146-9bc3-469e-b69f-ab21393d028f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:33:49.068Z|0f2b48a5-0182-4ff6-9d62-2b432404e597|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:33:49.069Z|0f2b48a5-0182-4ff6-9d62-2b432404e597|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:33:50.089Z|a4ccbc8a-d4e4-4eea-9037-bdba4b6f55cc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:33:50.090Z|a4ccbc8a-d4e4-4eea-9037-bdba4b6f55cc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:33:50.748Z|da0be428-2420-4605-83f7-86cde86b5e78|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:33:50.748Z|da0be428-2420-4605-83f7-86cde86b5e78|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:33:51.041Z|fed22b8f-6b59-43ff-967f-e6d75154effa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:33:51.042Z|fed22b8f-6b59-43ff-967f-e6d75154effa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:33:56.119Z|e479a7d7-7c7c-4859-89ac-fc052d671c26|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:33:56.121Z|e479a7d7-7c7c-4859-89ac-fc052d671c26|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:33:56.446Z|69d2e3a5-b7ae-479f-a69d-2d389fc71a25|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:33:56.446Z|69d2e3a5-b7ae-479f-a69d-2d389fc71a25|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:33:59.100Z|ae76b264-57cd-4f44-8358-3a5317c8e3a7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:33:59.101Z|ae76b264-57cd-4f44-8358-3a5317c8e3a7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:34:01.079Z|fda01f44-6450-43ac-a539-8407788e9298|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:34:01.079Z|fda01f44-6450-43ac-a539-8407788e9298|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:34:05.089Z|d543e211-d3ad-4d04-9367-c8b70ed3e203|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:34:05.089Z|d543e211-d3ad-4d04-9367-c8b70ed3e203|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:34:06.476Z|0e09f472-0fa6-4764-abd8-7ec40c4eaa5d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:34:06.477Z|0e09f472-0fa6-4764-abd8-7ec40c4eaa5d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:34:09.129Z|c490acce-6b95-42ba-a2ed-ece13af8ba0d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:34:09.130Z|c490acce-6b95-42ba-a2ed-ece13af8ba0d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:34:11.113Z|ec01e5e6-db32-465c-a43d-ea5429b6c050|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:34:11.114Z|ec01e5e6-db32-465c-a43d-ea5429b6c050|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:34:16.505Z|3881a86b-71f0-4bf0-88ca-b35ef8c84ca0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:34:16.506Z|3881a86b-71f0-4bf0-88ca-b35ef8c84ca0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:34:19.163Z|3ed0a9a0-360e-4599-8890-b105a20a94a6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:34:19.164Z|3ed0a9a0-360e-4599-8890-b105a20a94a6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:34:20.089Z|75618553-d224-4df0-8ebe-c4c6d09874fa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:34:20.093Z|75618553-d224-4df0-8ebe-c4c6d09874fa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:34:20.749Z|4d208c1c-4cf4-488c-ad8d-8d0454c27c38|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:34:20.750Z|4d208c1c-4cf4-488c-ad8d-8d0454c27c38|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:34:21.147Z|29bffe6f-e843-473a-85d4-b4e90ba03a9e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:34:21.147Z|29bffe6f-e843-473a-85d4-b4e90ba03a9e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:34:26.532Z|0c6a5cf5-fa06-43ad-9db0-5a669c9906b7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:34:26.533Z|0c6a5cf5-fa06-43ad-9db0-5a669c9906b7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:34:29.196Z|a84eb1c5-f743-405a-b739-6bfa27a3515a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:34:29.197Z|a84eb1c5-f743-405a-b739-6bfa27a3515a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:34:31.182Z|c544368d-1bb3-47ad-9d4b-366e4a71fcde|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:34:31.183Z|c544368d-1bb3-47ad-9d4b-366e4a71fcde|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:34:35.089Z|c3141f2f-9800-40d5-ae2f-92376948d2e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:34:35.090Z|c3141f2f-9800-40d5-ae2f-92376948d2e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:34:36.563Z|d7c201db-9937-44e6-974a-4f0c25273d5b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:34:36.564Z|d7c201db-9937-44e6-974a-4f0c25273d5b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:34:39.229Z|b0562b91-146b-4388-a063-008d12f77c73|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:34:39.229Z|b0562b91-146b-4388-a063-008d12f77c73|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:34:41.215Z|d7967ac1-8b61-4e45-a697-bfe58d400457|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:34:41.216Z|d7967ac1-8b61-4e45-a697-bfe58d400457|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:34:46.597Z|6492f28b-40ea-4b4d-a0e0-edac853d5dfd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:34:46.598Z|6492f28b-40ea-4b4d-a0e0-edac853d5dfd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:34:49.263Z|bfcf50ad-34f1-4bff-9c04-ebdf2aea6901|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:34:49.264Z|bfcf50ad-34f1-4bff-9c04-ebdf2aea6901|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:34:50.089Z|324e6c56-9853-4f85-becf-c095bea7e408|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:34:50.090Z|324e6c56-9853-4f85-becf-c095bea7e408|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:34:50.750Z|35acb9a6-9bc1-4305-91fc-515417810f90|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:34:50.751Z|35acb9a6-9bc1-4305-91fc-515417810f90|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:34:51.247Z|9e9a8701-dcb2-42d7-aa04-33668efe1f4d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:34:51.247Z|9e9a8701-dcb2-42d7-aa04-33668efe1f4d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:34:56.116Z|544c863b-ebc0-4c43-89d7-9555e3a9bd2d|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:34:56.116Z|544c863b-ebc0-4c43-89d7-9555e3a9bd2d|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:34:56.625Z|133a06d1-cccd-4d98-8be5-dc3446a2411e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:34:56.626Z|133a06d1-cccd-4d98-8be5-dc3446a2411e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:34:59.296Z|b4725978-9faf-4be7-b5e5-1e08b883ce4b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:34:59.296Z|b4725978-9faf-4be7-b5e5-1e08b883ce4b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:35:01.280Z|1f3aea05-5b68-4980-a78b-fb2c9ab38c9a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:35:01.281Z|1f3aea05-5b68-4980-a78b-fb2c9ab38c9a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:35:05.089Z|76563601-2ec1-4d42-b366-e40bff578df8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:35:05.094Z|76563601-2ec1-4d42-b366-e40bff578df8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:35:06.666Z|d137e99a-cb9d-4efe-979e-cb4b3796f617|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:35:06.667Z|d137e99a-cb9d-4efe-979e-cb4b3796f617|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:35:09.324Z|7ac754a5-dc07-4a65-8584-ef2dfffd4c8d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:35:09.325Z|7ac754a5-dc07-4a65-8584-ef2dfffd4c8d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:35:11.313Z|fe3217cf-9fff-4e97-a130-94ee53444c9d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:35:11.314Z|fe3217cf-9fff-4e97-a130-94ee53444c9d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:35:16.698Z|af77cc23-7b7d-4ad6-a6c1-a7f6675d2ca7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:35:16.699Z|af77cc23-7b7d-4ad6-a6c1-a7f6675d2ca7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:35:19.354Z|981bc2a3-1a42-4b37-bd00-fc554ce830a0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:35:19.355Z|981bc2a3-1a42-4b37-bd00-fc554ce830a0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:35:20.089Z|da11ffa8-83ae-4633-8d66-2204fd3e908c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:35:20.089Z|da11ffa8-83ae-4633-8d66-2204fd3e908c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:35:20.751Z|7225528f-19d3-4d4b-84d8-0ac50142c8b6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:35:20.752Z|7225528f-19d3-4d4b-84d8-0ac50142c8b6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:35:21.344Z|700a3e40-76a0-4c19-8fda-f4b0084644e0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:35:21.344Z|700a3e40-76a0-4c19-8fda-f4b0084644e0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:35:26.729Z|123cca02-2ed3-437c-a5e5-20a9d450f92f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:35:26.730Z|123cca02-2ed3-437c-a5e5-20a9d450f92f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:35:29.381Z|c1ba5b92-d6fd-4ec0-9e1e-4dd9fafc5d54|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:35:29.382Z|c1ba5b92-d6fd-4ec0-9e1e-4dd9fafc5d54|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:35:31.375Z|b1c62c3a-18ff-4798-beba-de34486c1b79|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:35:31.375Z|b1c62c3a-18ff-4798-beba-de34486c1b79|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:35:35.089Z|83ef4da1-885f-46dc-a5f9-0adaaac47639|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:35:35.089Z|83ef4da1-885f-46dc-a5f9-0adaaac47639|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:35:36.761Z|55e61e20-7631-4a48-8528-62ce518001b8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:35:36.763Z|55e61e20-7631-4a48-8528-62ce518001b8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:35:39.420Z|7c5f55b1-6fc8-413f-b3f1-8893746c689a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:35:39.421Z|7c5f55b1-6fc8-413f-b3f1-8893746c689a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:35:41.403Z|f950fbd5-169d-451c-8c5b-52655a710f54|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:35:41.404Z|f950fbd5-169d-451c-8c5b-52655a710f54|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:35:46.803Z|92a9b63e-d08b-4d0a-8fe7-7645b5c86b67|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:35:46.804Z|92a9b63e-d08b-4d0a-8fe7-7645b5c86b67|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:35:49.453Z|7a5721ba-d472-4135-8f36-7ecae6af1bbb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:35:49.454Z|7a5721ba-d472-4135-8f36-7ecae6af1bbb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:35:50.089Z|a4e39d32-20b7-4e11-b3be-70dd144d4aa9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:35:50.089Z|a4e39d32-20b7-4e11-b3be-70dd144d4aa9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:35:50.753Z|8bc45642-a2b3-4ae1-ab8a-c75504e41c83|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:35:50.753Z|8bc45642-a2b3-4ae1-ab8a-c75504e41c83|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:35:51.436Z|9d0dfff1-5b72-49b5-bfd5-5c6c40134a68|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:35:51.437Z|9d0dfff1-5b72-49b5-bfd5-5c6c40134a68|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:35:56.117Z|3a23c260-8773-4b7a-bb0d-9950a1abcc16|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:35:56.117Z|3a23c260-8773-4b7a-bb0d-9950a1abcc16|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:35:56.836Z|d49a481b-09f6-49f4-87aa-2940459ef939|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:35:56.838Z|d49a481b-09f6-49f4-87aa-2940459ef939|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:35:59.484Z|3729236f-4ec1-47df-a8ec-eae28d7acf5d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:35:59.485Z|3729236f-4ec1-47df-a8ec-eae28d7acf5d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:36:01.469Z|758becfb-56fc-43fc-8f49-1aa9d63c4e6f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:36:01.470Z|758becfb-56fc-43fc-8f49-1aa9d63c4e6f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:36:05.089Z|8fca010c-ef0b-48dd-b58c-14c9ff29a0a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:36:05.089Z|8fca010c-ef0b-48dd-b58c-14c9ff29a0a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:36:06.869Z|8ef21d84-28b9-49f4-8fe4-5dfda6bafc67|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:36:06.870Z|8ef21d84-28b9-49f4-8fe4-5dfda6bafc67|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:36:09.518Z|960e0873-5a79-45f5-b41c-fcfb1a902f51|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:36:09.518Z|960e0873-5a79-45f5-b41c-fcfb1a902f51|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:36:11.503Z|17c13922-b6d3-41bd-a6e4-8173a75384a8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:36:11.504Z|17c13922-b6d3-41bd-a6e4-8173a75384a8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:36:16.902Z|ad389ff8-4942-41ef-a657-6621ab30aa9c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:36:16.903Z|ad389ff8-4942-41ef-a657-6621ab30aa9c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:36:19.553Z|95886985-d7b8-43d3-9f5f-7e97088d0b25|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:36:19.554Z|95886985-d7b8-43d3-9f5f-7e97088d0b25|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:36:20.089Z|b5e5c7a3-570d-432a-a6ce-21ae5161936d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:36:20.089Z|b5e5c7a3-570d-432a-a6ce-21ae5161936d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:36:20.754Z|08d3bbbd-46b1-4d54-aeb2-da3e86376008|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:36:20.754Z|08d3bbbd-46b1-4d54-aeb2-da3e86376008|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:36:21.533Z|49e79e30-971e-4ff3-a79e-96bdca77c63a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:36:21.534Z|49e79e30-971e-4ff3-a79e-96bdca77c63a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:36:26.934Z|d2859758-6a77-4b85-bea8-337b77e788aa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:36:26.935Z|d2859758-6a77-4b85-bea8-337b77e788aa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:36:29.585Z|bacffdec-06b5-4aec-8606-e73f7f2893f6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:36:29.586Z|bacffdec-06b5-4aec-8606-e73f7f2893f6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:36:31.565Z|e0a3d51f-aaf4-409f-88b1-b2540d3dcede|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:36:31.566Z|e0a3d51f-aaf4-409f-88b1-b2540d3dcede|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:36:35.089Z|4b5c252b-82f1-4a11-bb57-12537ec0e81a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:36:35.089Z|4b5c252b-82f1-4a11-bb57-12537ec0e81a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:36:36.965Z|c8c79c5d-335b-4a07-9352-32684eb6f518|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:36:36.966Z|c8c79c5d-335b-4a07-9352-32684eb6f518|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:36:39.619Z|45ce5e48-38e1-411b-a594-4059487a8e9c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:36:39.620Z|45ce5e48-38e1-411b-a594-4059487a8e9c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:36:41.595Z|71aa5d16-7f6f-4855-8cb9-0be61fb43909|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:36:41.596Z|71aa5d16-7f6f-4855-8cb9-0be61fb43909|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:36:46.997Z|a256dd89-45e4-4c0f-b11d-ca5c0c6c3a49|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:36:46.998Z|a256dd89-45e4-4c0f-b11d-ca5c0c6c3a49|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:36:49.653Z|10816801-30dd-4969-bbf4-d58f1dc2ff8b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:36:49.653Z|10816801-30dd-4969-bbf4-d58f1dc2ff8b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:36:50.089Z|6e9d3c4d-0616-4efa-92ea-98ba8013bae8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:36:50.089Z|6e9d3c4d-0616-4efa-92ea-98ba8013bae8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:36:50.755Z|b69a2ec9-486c-430e-8a72-6c22d052d6fd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:36:50.756Z|b69a2ec9-486c-430e-8a72-6c22d052d6fd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:36:51.627Z|54445c1b-8d89-4cdf-940b-741fefa229cc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:36:51.628Z|54445c1b-8d89-4cdf-940b-741fefa229cc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:36:56.117Z|90412c72-2ec2-4195-8adf-001e438cca2b|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:36:56.118Z|90412c72-2ec2-4195-8adf-001e438cca2b|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:36:57.028Z|ad8f2bd8-ed37-4b67-a310-07a42fef88de|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:36:57.029Z|ad8f2bd8-ed37-4b67-a310-07a42fef88de|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:36:59.685Z|f48e3b17-6a40-48f1-a1ed-a8aa6071d481|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:36:59.686Z|f48e3b17-6a40-48f1-a1ed-a8aa6071d481|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:37:01.664Z|321af080-afd6-4dfe-b809-5d2a503e94f0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:37:01.665Z|321af080-afd6-4dfe-b809-5d2a503e94f0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:37:05.091Z|215ad999-1b64-4940-a4e9-5f3fa5ff412c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:37:05.091Z|215ad999-1b64-4940-a4e9-5f3fa5ff412c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:37:07.060Z|cc1538de-983f-425a-99a1-23aeb65e28ea|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:37:07.061Z|cc1538de-983f-425a-99a1-23aeb65e28ea|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:37:09.718Z|44bd0878-84cd-4ba0-af83-d846bc2daac0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:37:09.719Z|44bd0878-84cd-4ba0-af83-d846bc2daac0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:37:11.700Z|2c75f98c-d7b7-41d4-9a57-35f60d734ff9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:37:11.701Z|2c75f98c-d7b7-41d4-9a57-35f60d734ff9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:37:17.100Z|54f0ec4f-9f59-42ba-86bd-0cbd9b7f38b6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:37:17.102Z|54f0ec4f-9f59-42ba-86bd-0cbd9b7f38b6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:37:19.771Z|f3076d6e-f46b-46cc-82cc-21d9abb4759f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:37:19.772Z|f3076d6e-f46b-46cc-82cc-21d9abb4759f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:37:20.089Z|82861cb6-1b31-439c-8528-1794860bb2b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:37:20.090Z|82861cb6-1b31-439c-8528-1794860bb2b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:37:20.757Z|268bd8fc-9d56-4dd1-b0e7-cabe26e6f986|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:37:20.757Z|268bd8fc-9d56-4dd1-b0e7-cabe26e6f986|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:37:21.736Z|7dd5ee96-8931-4583-a543-e598c9491012|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:37:21.737Z|7dd5ee96-8931-4583-a543-e598c9491012|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:37:27.139Z|11e6b385-eb0c-4d3d-b1fa-555db07b8c5e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:37:27.139Z|11e6b385-eb0c-4d3d-b1fa-555db07b8c5e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:37:29.807Z|d9603751-8475-4ede-bf17-3389fc6ef8b1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:37:29.808Z|d9603751-8475-4ede-bf17-3389fc6ef8b1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:37:31.768Z|176dfe5b-c2e6-4c94-a5fe-d8bc2915b17b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:37:31.769Z|176dfe5b-c2e6-4c94-a5fe-d8bc2915b17b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:37:35.089Z|1b919603-a378-41f6-80d2-5fbe10ed8e07|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:37:35.090Z|1b919603-a378-41f6-80d2-5fbe10ed8e07|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:37:37.175Z|1229341d-ccd5-48ac-934a-8bf1b26e1f6a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:37:37.176Z|1229341d-ccd5-48ac-934a-8bf1b26e1f6a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:37:39.835Z|149eb9a8-e197-4099-b8e0-84e8b009b3aa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:37:39.836Z|149eb9a8-e197-4099-b8e0-84e8b009b3aa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:37:41.800Z|d61577f9-016c-48e4-88e6-0b3f312e4a03|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:37:41.800Z|d61577f9-016c-48e4-88e6-0b3f312e4a03|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:37:47.208Z|2a2f0bab-5932-4bb4-bf34-9443c52e3308|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:37:47.209Z|2a2f0bab-5932-4bb4-bf34-9443c52e3308|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:37:49.866Z|be139fb6-8146-49b5-ad3b-00b8fccecd71|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:37:49.867Z|be139fb6-8146-49b5-ad3b-00b8fccecd71|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:37:50.089Z|40309724-55b1-4d23-b40f-a131d60e269d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:37:50.093Z|40309724-55b1-4d23-b40f-a131d60e269d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:37:50.758Z|dcf48b95-a40d-40f2-b37b-f133cbd5d1ae|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:37:50.758Z|dcf48b95-a40d-40f2-b37b-f133cbd5d1ae|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:37:51.834Z|83a115e7-cd19-41bb-ac11-06fb5acf4a8e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:37:51.838Z|83a115e7-cd19-41bb-ac11-06fb5acf4a8e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:37:56.119Z|0b2294bc-93e2-4931-91a1-0e093696af3d|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:37:56.120Z|0b2294bc-93e2-4931-91a1-0e093696af3d|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:37:57.250Z|c39a7ac7-143b-4c4e-8fc4-d6af84bd9e58|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:37:57.250Z|c39a7ac7-143b-4c4e-8fc4-d6af84bd9e58|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:37:59.897Z|2709e889-ef59-44f0-ab3e-9e0eff2b39d0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:37:59.898Z|2709e889-ef59-44f0-ab3e-9e0eff2b39d0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:38:01.868Z|25941948-6bed-491c-8258-1acd4f068836|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:38:01.869Z|25941948-6bed-491c-8258-1acd4f068836|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:38:05.089Z|fef2b36c-da39-4d4a-bb5f-a3ceee61fb9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:38:05.089Z|fef2b36c-da39-4d4a-bb5f-a3ceee61fb9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:38:07.283Z|eeedf6b7-4567-41de-9b95-6ecdb577653a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:38:07.284Z|eeedf6b7-4567-41de-9b95-6ecdb577653a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:38:09.928Z|adf02a3c-9738-49ba-9b2d-24928feda175|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:38:09.928Z|adf02a3c-9738-49ba-9b2d-24928feda175|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:38:11.899Z|c2639f77-6162-42ce-8214-fd2ff830984d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:38:11.899Z|c2639f77-6162-42ce-8214-fd2ff830984d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:38:17.315Z|dee6cfcf-5621-401c-99a7-1de3b316a530|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:38:17.316Z|dee6cfcf-5621-401c-99a7-1de3b316a530|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:38:19.960Z|4f67f426-986e-4e66-8536-0d391cab1246|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:38:19.961Z|4f67f426-986e-4e66-8536-0d391cab1246|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:38:20.089Z|2c996465-4915-4afb-8a11-b45d0776d746|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:38:20.089Z|2c996465-4915-4afb-8a11-b45d0776d746|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:38:20.759Z|30413d53-6e7e-48ee-8564-2fd011b1c705|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:38:20.759Z|30413d53-6e7e-48ee-8564-2fd011b1c705|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:38:21.930Z|c6895922-ef0b-4861-ad59-3b9d23e5b8fb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:38:21.931Z|c6895922-ef0b-4861-ad59-3b9d23e5b8fb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:38:27.344Z|ec938ad8-db9c-4a46-b137-d291892ef719|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:38:27.344Z|ec938ad8-db9c-4a46-b137-d291892ef719|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:38:29.991Z|9ed5def3-8fc3-4df3-8d23-42ef4856fb61|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:38:29.992Z|9ed5def3-8fc3-4df3-8d23-42ef4856fb61|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:38:31.963Z|98f292ae-854a-4a49-90d4-fe7e35d9c9f5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:38:31.964Z|98f292ae-854a-4a49-90d4-fe7e35d9c9f5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:38:35.089Z|a7756d33-c62e-4a1d-8a78-171e6482c3f1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:38:35.093Z|a7756d33-c62e-4a1d-8a78-171e6482c3f1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:38:37.379Z|8e74f0b2-d6a8-439b-a7d1-5d879b3baf50|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:38:37.380Z|8e74f0b2-d6a8-439b-a7d1-5d879b3baf50|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:38:40.024Z|f4024647-72e5-4fb3-95f4-da8621d4a4df|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:38:40.025Z|f4024647-72e5-4fb3-95f4-da8621d4a4df|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:38:41.995Z|14854a60-f7c3-4c6a-9ee5-554413b3ac35|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:38:41.996Z|14854a60-f7c3-4c6a-9ee5-554413b3ac35|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:38:47.409Z|c11fb073-248d-46b8-a8c0-89f560a1abef|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:38:47.410Z|c11fb073-248d-46b8-a8c0-89f560a1abef|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:38:50.057Z|5dbbd6f1-f7ba-4123-9db1-46a8b30a166a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:38:50.057Z|5dbbd6f1-f7ba-4123-9db1-46a8b30a166a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:38:50.089Z|b9d4a4ff-d1a1-4700-8e2d-94e50fad9036|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:38:50.090Z|b9d4a4ff-d1a1-4700-8e2d-94e50fad9036|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:38:50.760Z|50aec6e3-e964-4624-8ae4-cefab3d9ac39|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:38:50.761Z|50aec6e3-e964-4624-8ae4-cefab3d9ac39|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:38:52.026Z|bf30b659-f41b-4f65-acaa-9871c7aec3f1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:38:52.027Z|bf30b659-f41b-4f65-acaa-9871c7aec3f1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:38:56.117Z|2f683e4a-bc49-412a-87ac-e5eba6863140|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:38:56.118Z|2f683e4a-bc49-412a-87ac-e5eba6863140|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:38:57.441Z|b6034a81-c1f5-4365-9f73-ea99cf90daf4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:38:57.441Z|b6034a81-c1f5-4365-9f73-ea99cf90daf4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:39:00.091Z|578719cd-8205-4e0c-8767-dfa4963fa3c5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:39:00.091Z|578719cd-8205-4e0c-8767-dfa4963fa3c5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:39:02.052Z|5491b9e5-c248-418d-b051-518aef62efdf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:39:02.053Z|5491b9e5-c248-418d-b051-518aef62efdf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:39:05.089Z|8efe99e2-0f16-495e-87c3-b0c5eacee48f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:39:05.090Z|8efe99e2-0f16-495e-87c3-b0c5eacee48f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:39:07.471Z|ca0a141c-f2e6-4486-947f-1097730c8442|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:39:07.472Z|ca0a141c-f2e6-4486-947f-1097730c8442|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:39:10.119Z|806f7a2e-a3a2-4f3b-9fde-c3e3435368fd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:39:10.120Z|806f7a2e-a3a2-4f3b-9fde-c3e3435368fd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:39:12.081Z|4899d5ef-3aaf-490c-b318-4e3a60ae6b06|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:39:12.081Z|4899d5ef-3aaf-490c-b318-4e3a60ae6b06|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:39:17.500Z|2734b2ad-2ec6-4736-96e0-fc3e047c19a0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:39:17.501Z|2734b2ad-2ec6-4736-96e0-fc3e047c19a0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:39:20.089Z|68b14737-5698-43e7-883f-72a573200838|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:39:20.094Z|68b14737-5698-43e7-883f-72a573200838|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:39:20.149Z|65df23f8-76c0-43c4-95ed-bb0bce36a022|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:39:20.150Z|65df23f8-76c0-43c4-95ed-bb0bce36a022|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:39:20.761Z|e63f2ac1-43ac-45d6-8aa7-00a87c29d3ed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:39:20.762Z|e63f2ac1-43ac-45d6-8aa7-00a87c29d3ed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:39:22.110Z|113f397e-f01e-437f-add0-26cfa124b01b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:39:22.111Z|113f397e-f01e-437f-add0-26cfa124b01b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:39:27.529Z|d5b8abcf-53f6-4543-ab56-6416748da0db|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:39:27.530Z|d5b8abcf-53f6-4543-ab56-6416748da0db|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:39:30.178Z|bc113182-558a-4b60-a751-48751966f030|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:39:30.178Z|bc113182-558a-4b60-a751-48751966f030|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:39:32.140Z|01899385-b307-41f3-b5c2-0d14208ec947|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:39:32.140Z|01899385-b307-41f3-b5c2-0d14208ec947|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:39:35.089Z|7042ea57-27fa-44e1-af54-a41e09cdcac0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:39:35.090Z|7042ea57-27fa-44e1-af54-a41e09cdcac0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:39:37.553Z|a71bf19b-8cea-4374-94fd-c571563bb2a0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:39:37.554Z|a71bf19b-8cea-4374-94fd-c571563bb2a0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:39:40.207Z|14aa944c-2541-49da-9031-20a75a037b96|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:39:40.207Z|14aa944c-2541-49da-9031-20a75a037b96|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:39:42.166Z|768b384b-59b5-4424-a365-812c9951aa49|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:39:42.166Z|768b384b-59b5-4424-a365-812c9951aa49|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:39:47.580Z|d879117f-c7da-4a54-9e7c-4d39946e9944|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:39:47.580Z|d879117f-c7da-4a54-9e7c-4d39946e9944|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:39:50.089Z|ec8495d9-056b-475f-a962-cce17317ce08|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:39:50.089Z|ec8495d9-056b-475f-a962-cce17317ce08|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:39:50.235Z|073db21f-a835-4bbc-85f1-8888101ecffa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:39:50.236Z|073db21f-a835-4bbc-85f1-8888101ecffa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:39:50.762Z|585ee945-54fa-4bec-b8df-cf024e3de281|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:39:50.763Z|585ee945-54fa-4bec-b8df-cf024e3de281|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:39:52.192Z|cb2bc889-9577-41bd-a7c9-d79c139f950c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:39:52.193Z|cb2bc889-9577-41bd-a7c9-d79c139f950c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:39:56.115Z|f0d90643-942b-45b7-91ff-21da0c4cabfd|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:39:56.116Z|f0d90643-942b-45b7-91ff-21da0c4cabfd|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:39:57.609Z|a4ab6f55-5f45-4114-8fb8-def43947beac|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:39:57.610Z|a4ab6f55-5f45-4114-8fb8-def43947beac|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:40:00.268Z|ba093922-1b6e-4ea8-ba7f-7551d50ba8f8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:40:00.269Z|ba093922-1b6e-4ea8-ba7f-7551d50ba8f8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:40:02.223Z|ab22717f-c659-4c5c-ad59-53ab3a1774bc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:40:02.224Z|ab22717f-c659-4c5c-ad59-53ab3a1774bc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:40:05.089Z|d64f3f16-9a0b-4372-8a9c-375a69c864fc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:40:05.093Z|d64f3f16-9a0b-4372-8a9c-375a69c864fc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:40:07.642Z|7c0accd1-cf95-4d84-a51b-4b80eb21a99c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:40:07.643Z|7c0accd1-cf95-4d84-a51b-4b80eb21a99c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:40:10.309Z|92d427f2-6d43-4a09-a93e-368ffe0b660e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:40:10.309Z|92d427f2-6d43-4a09-a93e-368ffe0b660e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:40:12.253Z|2a027f0f-c28e-4b9f-89db-cf51e721e7f2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:40:12.254Z|2a027f0f-c28e-4b9f-89db-cf51e721e7f2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:40:17.691Z|e3fc8e13-4bac-42ca-b0b5-1a3da2cdd375|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:40:17.693Z|e3fc8e13-4bac-42ca-b0b5-1a3da2cdd375|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:40:20.089Z|84abd6cb-ccdc-4e40-bc76-67a51cc432f2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:40:20.093Z|84abd6cb-ccdc-4e40-bc76-67a51cc432f2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:40:20.337Z|aee55334-96fe-46c4-a287-4927a2ff1c04|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:40:20.337Z|aee55334-96fe-46c4-a287-4927a2ff1c04|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:40:20.763Z|b5c58940-4f7c-4625-bfda-065c8d8373e3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:40:20.764Z|b5c58940-4f7c-4625-bfda-065c8d8373e3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:40:22.287Z|0e8c8d9e-978a-4a76-97a7-f517e21f442f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:40:22.287Z|0e8c8d9e-978a-4a76-97a7-f517e21f442f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:40:27.724Z|eacf4354-9eb2-474f-9c2c-cb20c8b28221|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:40:27.725Z|eacf4354-9eb2-474f-9c2c-cb20c8b28221|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:40:30.367Z|2872659f-fd72-4c46-97c8-ad051edd7a18|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:40:30.367Z|2872659f-fd72-4c46-97c8-ad051edd7a18|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:40:32.323Z|7fbb8ea0-2748-4ea6-a2d4-07555bc4bc7d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:40:32.324Z|7fbb8ea0-2748-4ea6-a2d4-07555bc4bc7d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:40:35.089Z|99bae5a9-aea0-4886-b14b-db12f37c366c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:40:35.089Z|99bae5a9-aea0-4886-b14b-db12f37c366c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:40:37.753Z|1f8c5c08-9e1e-4889-af48-394eb59d9542|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:40:37.754Z|1f8c5c08-9e1e-4889-af48-394eb59d9542|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:40:40.398Z|4f40e4f7-d1ce-4757-9f02-4314bdc94839|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:40:40.399Z|4f40e4f7-d1ce-4757-9f02-4314bdc94839|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:40:42.350Z|f2f37c42-804f-41b9-aa00-b912490366d5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:40:42.351Z|f2f37c42-804f-41b9-aa00-b912490366d5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:40:47.790Z|6ca098da-9179-4ffe-9c84-6f1d214b23a8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:40:47.790Z|6ca098da-9179-4ffe-9c84-6f1d214b23a8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:40:50.089Z|ff4cb53f-8644-4df6-8e9e-16608c66048e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:40:50.093Z|ff4cb53f-8644-4df6-8e9e-16608c66048e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:40:50.430Z|f63df86e-dcf3-4930-8f22-9691a8621613|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:40:50.432Z|f63df86e-dcf3-4930-8f22-9691a8621613|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:40:50.764Z|65078718-4763-400b-9c26-5a43f4f4c9fa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:40:50.765Z|65078718-4763-400b-9c26-5a43f4f4c9fa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:40:52.380Z|e0c977e7-840f-48f1-8fb6-5217ed971d08|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:40:52.381Z|e0c977e7-840f-48f1-8fb6-5217ed971d08|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:40:56.121Z|25cd8905-0eea-49f8-a7f9-25fff10821cf|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:40:56.122Z|25cd8905-0eea-49f8-a7f9-25fff10821cf|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:40:57.819Z|f4a964cd-0db0-46ce-8a0c-bf497c5c1c30|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:40:57.820Z|f4a964cd-0db0-46ce-8a0c-bf497c5c1c30|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:41:00.462Z|c8fe6325-c2c6-4e28-b368-c3854a08d5e0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:41:00.463Z|c8fe6325-c2c6-4e28-b368-c3854a08d5e0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:41:02.412Z|3b5b767b-14b0-4b6e-969e-c35c9fccec67|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:41:02.412Z|3b5b767b-14b0-4b6e-969e-c35c9fccec67|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:41:05.089Z|355a2e5b-7d3d-4bd4-9782-000e1b29586a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:41:05.089Z|355a2e5b-7d3d-4bd4-9782-000e1b29586a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:41:07.848Z|f95982f1-1da4-4168-a096-fd3b32cee02b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:41:07.848Z|f95982f1-1da4-4168-a096-fd3b32cee02b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:41:10.495Z|21a38c44-c572-4a66-8f21-8c7319ffc8ee|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:41:10.496Z|21a38c44-c572-4a66-8f21-8c7319ffc8ee|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:41:12.443Z|966b5fa4-c302-4c3d-819c-5809d30c786f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:41:12.444Z|966b5fa4-c302-4c3d-819c-5809d30c786f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:41:17.874Z|dcc23d9f-5bd2-4c03-ad9d-2777664ab92a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:41:17.875Z|dcc23d9f-5bd2-4c03-ad9d-2777664ab92a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:41:20.089Z|1c7dcc08-8911-40b6-861c-11c132a2ee9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:41:20.089Z|1c7dcc08-8911-40b6-861c-11c132a2ee9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:41:20.528Z|115347b6-8ef0-44cd-a69e-509abbef7fa7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:41:20.528Z|115347b6-8ef0-44cd-a69e-509abbef7fa7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:41:20.766Z|44a9740b-8b70-42a1-b7f2-8aa514691ac4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:41:20.766Z|44a9740b-8b70-42a1-b7f2-8aa514691ac4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:41:22.473Z|d8cb87d2-a411-4811-a27c-7ab15fb1e15a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:41:22.474Z|d8cb87d2-a411-4811-a27c-7ab15fb1e15a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:41:27.907Z|23288080-208c-4a7e-b2e5-206a5a8fa06f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:41:27.908Z|23288080-208c-4a7e-b2e5-206a5a8fa06f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:41:30.560Z|d141cd86-623f-4e87-9c40-ce312e10f6d7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:41:30.561Z|d141cd86-623f-4e87-9c40-ce312e10f6d7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:41:32.506Z|fd054bde-53f2-49a5-abba-b22f0ae89314|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:41:32.508Z|fd054bde-53f2-49a5-abba-b22f0ae89314|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:41:35.089Z|4033b1e3-7e15-4299-8d79-9dab7c72866f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:41:35.095Z|4033b1e3-7e15-4299-8d79-9dab7c72866f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:41:37.937Z|5ae7a83c-e314-49d0-b26b-2b9d451eb3fa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:41:37.937Z|5ae7a83c-e314-49d0-b26b-2b9d451eb3fa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:41:40.591Z|292737a3-6c3e-4929-ba60-e8bf6e2eb09d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:41:40.592Z|292737a3-6c3e-4929-ba60-e8bf6e2eb09d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:41:42.540Z|dd556146-89aa-4c56-85b6-d6cf5ef582d8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:41:42.540Z|dd556146-89aa-4c56-85b6-d6cf5ef582d8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:41:47.967Z|2faac130-1577-492c-a72b-01a21692c19f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:41:47.968Z|2faac130-1577-492c-a72b-01a21692c19f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:41:50.089Z|5c85b9c0-fd3c-42bc-922a-2817db235ae1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:41:50.089Z|5c85b9c0-fd3c-42bc-922a-2817db235ae1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:41:50.623Z|3fb7dafa-acb9-44a7-9269-3b7a150a77eb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:41:50.624Z|3fb7dafa-acb9-44a7-9269-3b7a150a77eb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:41:50.767Z|a04071cd-94b9-4560-98a1-dfba740e5090|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:41:50.767Z|a04071cd-94b9-4560-98a1-dfba740e5090|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:41:52.575Z|8dca85a4-5c3f-456e-a4b3-5705d3ea3908|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:41:52.576Z|8dca85a4-5c3f-456e-a4b3-5705d3ea3908|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:41:56.117Z|24d4e23f-0348-4b88-9c50-9792b9a73490|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:41:56.117Z|24d4e23f-0348-4b88-9c50-9792b9a73490|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:41:57.997Z|d470d2a4-9f40-4fdc-8d06-acd94036d7dc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:41:57.998Z|d470d2a4-9f40-4fdc-8d06-acd94036d7dc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:42:00.654Z|d24b1cba-f446-4720-aa13-f381a4dd2936|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:42:00.655Z|d24b1cba-f446-4720-aa13-f381a4dd2936|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:42:02.608Z|625ae01f-55f0-448f-be8f-dba2e12a708c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:42:02.609Z|625ae01f-55f0-448f-be8f-dba2e12a708c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:42:05.089Z|cae9c31c-ef5f-4160-9289-46e3ed9c7780|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:42:05.089Z|cae9c31c-ef5f-4160-9289-46e3ed9c7780|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:42:08.029Z|bfada119-0370-4d04-acb9-02a92f65fbce|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:42:08.029Z|bfada119-0370-4d04-acb9-02a92f65fbce|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:42:10.683Z|262af7be-06d3-438a-863f-8d2239219f2d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:42:10.684Z|262af7be-06d3-438a-863f-8d2239219f2d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:42:12.637Z|31e15395-c874-477b-9878-db792c39ec6e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:42:12.638Z|31e15395-c874-477b-9878-db792c39ec6e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:42:18.059Z|605ca9de-13a8-44f3-8fb3-76e969a72d47|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:42:18.060Z|605ca9de-13a8-44f3-8fb3-76e969a72d47|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:42:20.089Z|60b12de9-42cd-4900-a1dc-b15fec10726d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:42:20.094Z|60b12de9-42cd-4900-a1dc-b15fec10726d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:42:20.714Z|b3b22de3-e427-4cfb-8616-28ef87738ca0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:42:20.715Z|b3b22de3-e427-4cfb-8616-28ef87738ca0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:42:20.768Z|0ecf4c99-2124-443b-95f0-60f4504b982b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:42:20.768Z|0ecf4c99-2124-443b-95f0-60f4504b982b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:42:22.667Z|10af6a45-3733-48a4-b661-3130522382aa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:42:22.667Z|10af6a45-3733-48a4-b661-3130522382aa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:42:28.090Z|c911d1f4-bc00-4534-af64-3fe181e78edd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:42:28.091Z|c911d1f4-bc00-4534-af64-3fe181e78edd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:42:30.747Z|a9675e65-0209-4d25-b327-dfb196368f76|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:42:30.748Z|a9675e65-0209-4d25-b327-dfb196368f76|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:42:32.697Z|e0283411-1591-46d2-b88a-d70b89daf1fc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:42:32.698Z|e0283411-1591-46d2-b88a-d70b89daf1fc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:42:35.089Z|8e55bf85-4dc1-4a77-b9c1-a0d02294420d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:42:35.089Z|8e55bf85-4dc1-4a77-b9c1-a0d02294420d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:42:38.122Z|aaaaf2c3-0ad2-42ad-a150-ed52d84703a1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:42:38.123Z|aaaaf2c3-0ad2-42ad-a150-ed52d84703a1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:42:40.774Z|9a64cbc7-e846-4576-82f8-5cfb6dab82d2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:42:40.775Z|9a64cbc7-e846-4576-82f8-5cfb6dab82d2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:42:42.729Z|c7d65170-0221-4604-a032-9d5ccb2e1509|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:42:42.731Z|c7d65170-0221-4604-a032-9d5ccb2e1509|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:42:48.147Z|54f869fa-56d3-4fcb-8516-0d02d457c24b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:42:48.148Z|54f869fa-56d3-4fcb-8516-0d02d457c24b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:42:50.089Z|bdeee40c-87ba-48a8-bda3-8e3c55a46692|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:42:50.089Z|bdeee40c-87ba-48a8-bda3-8e3c55a46692|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:42:50.769Z|92f5087d-558b-4242-85a5-56f41821f131|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:42:50.769Z|92f5087d-558b-4242-85a5-56f41821f131|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:42:50.805Z|8d282c88-b505-4b23-8c6f-700ace5c296b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:42:50.806Z|8d282c88-b505-4b23-8c6f-700ace5c296b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:42:52.756Z|e581df58-1acd-4611-b478-80312513ebba|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:42:52.757Z|e581df58-1acd-4611-b478-80312513ebba|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:42:56.116Z|5c9e91d1-990b-4fd4-a065-164a847676a3|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:42:56.117Z|5c9e91d1-990b-4fd4-a065-164a847676a3|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:42:58.177Z|c2b56d13-a9f8-45cd-b230-4db3fe13ad1f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:42:58.178Z|c2b56d13-a9f8-45cd-b230-4db3fe13ad1f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:43:00.840Z|ec2e13c9-9a65-4c7a-8331-0c1a75c006fa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:43:00.841Z|ec2e13c9-9a65-4c7a-8331-0c1a75c006fa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:43:02.787Z|cc19b27f-64f3-4238-a6e8-79d88f1d3d58|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:43:02.788Z|cc19b27f-64f3-4238-a6e8-79d88f1d3d58|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:43:05.089Z|c3448985-3e29-4d21-9735-b5501c72f6ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:43:05.094Z|c3448985-3e29-4d21-9735-b5501c72f6ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:43:08.208Z|c941857b-1217-4af6-8c6f-792428dc5ae1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:43:08.208Z|c941857b-1217-4af6-8c6f-792428dc5ae1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:43:10.872Z|20af3ee8-849d-47b2-b091-7dc04e8f3306|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:43:10.873Z|20af3ee8-849d-47b2-b091-7dc04e8f3306|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:43:12.820Z|8159e79c-4138-4779-9360-5a03990e209f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:43:12.821Z|8159e79c-4138-4779-9360-5a03990e209f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:43:18.239Z|60b2217c-8a66-41dd-88da-159e80389167|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:43:18.240Z|60b2217c-8a66-41dd-88da-159e80389167|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:43:20.089Z|a56796e9-9a82-473a-8ca0-13735e1f82b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:43:20.089Z|a56796e9-9a82-473a-8ca0-13735e1f82b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:43:20.770Z|7f74a429-faf2-4a26-b840-9c5c00c68f17|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:43:20.770Z|7f74a429-faf2-4a26-b840-9c5c00c68f17|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:43:20.905Z|adc35296-908b-4c01-9284-4e7e46ea038f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:43:20.906Z|adc35296-908b-4c01-9284-4e7e46ea038f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:43:22.853Z|ad1be331-f669-4d87-be53-f0c5fa0a4359|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:43:22.855Z|ad1be331-f669-4d87-be53-f0c5fa0a4359|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:43:28.277Z|8280055e-648d-404a-a945-7f902d803396|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:43:28.280Z|8280055e-648d-404a-a945-7f902d803396|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:43:30.939Z|cbd7595c-cd73-4e9e-8b48-1480e970411c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:43:30.939Z|cbd7595c-cd73-4e9e-8b48-1480e970411c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:43:32.893Z|5085a2d7-4f18-499f-8638-4884bfcbc308|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:43:32.894Z|5085a2d7-4f18-499f-8638-4884bfcbc308|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:43:35.089Z|d4f68729-e886-42cd-897b-ec3cee3586c9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:43:35.089Z|d4f68729-e886-42cd-897b-ec3cee3586c9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:43:38.317Z|4c5edf74-b26f-499b-842e-a8cf5253464d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:43:38.318Z|4c5edf74-b26f-499b-842e-a8cf5253464d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:43:40.969Z|e2240445-7082-4a76-bff2-a87db5708166|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:43:40.970Z|e2240445-7082-4a76-bff2-a87db5708166|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:43:42.925Z|dea51ee5-4c57-42fd-894f-09046b631d59|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:43:42.926Z|dea51ee5-4c57-42fd-894f-09046b631d59|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:43:48.351Z|bb7eb2d4-3c31-4c80-98f2-f78d55c6c812|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:43:48.352Z|bb7eb2d4-3c31-4c80-98f2-f78d55c6c812|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:43:50.089Z|7d829d8a-dec5-45ac-aa2f-abd79b1a43cf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:43:50.094Z|7d829d8a-dec5-45ac-aa2f-abd79b1a43cf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:43:50.771Z|000e82f5-4ad2-4247-a992-cb617cfa3386|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:43:50.771Z|000e82f5-4ad2-4247-a992-cb617cfa3386|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:43:51.001Z|13f651f2-5c73-4026-ba65-8bd0f9990226|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:43:51.002Z|13f651f2-5c73-4026-ba65-8bd0f9990226|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:43:52.954Z|8ed30428-7d6d-46ca-affc-970ad51a0269|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:43:52.955Z|8ed30428-7d6d-46ca-affc-970ad51a0269|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:43:56.117Z|c76e0e43-7d8e-44ae-bfc8-b646adee1f85|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:43:56.117Z|c76e0e43-7d8e-44ae-bfc8-b646adee1f85|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:43:58.382Z|64c1192b-58c1-4690-a73b-d8f322f69684|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:43:58.383Z|64c1192b-58c1-4690-a73b-d8f322f69684|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:44:01.034Z|74c1a079-a264-4cd3-941e-c97cb2b78c5e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:44:01.035Z|74c1a079-a264-4cd3-941e-c97cb2b78c5e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:44:02.985Z|5bc4b1cd-489a-4582-9274-c2e50de131b5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:44:02.986Z|5bc4b1cd-489a-4582-9274-c2e50de131b5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:44:05.089Z|357636d6-de9b-4cd7-a1e4-4f76d5f200ee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:44:05.089Z|357636d6-de9b-4cd7-a1e4-4f76d5f200ee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:44:08.418Z|e306e387-d617-442c-9ce3-7a323e167627|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:44:08.419Z|e306e387-d617-442c-9ce3-7a323e167627|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:44:11.068Z|908aa358-f030-4a51-9135-8562195ad879|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:44:11.069Z|908aa358-f030-4a51-9135-8562195ad879|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:44:13.019Z|6f63c110-a3a1-4c1a-870e-f18b97777d83|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:44:13.020Z|6f63c110-a3a1-4c1a-870e-f18b97777d83|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:44:18.448Z|d180f26c-ec4f-4c2a-966a-0f3a570539db|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:44:18.449Z|d180f26c-ec4f-4c2a-966a-0f3a570539db|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:44:20.089Z|459e4304-ffa3-4c1c-9803-01c8c1249948|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:44:20.090Z|459e4304-ffa3-4c1c-9803-01c8c1249948|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:44:20.772Z|ccc4fbf6-510e-467a-a997-bf8dec80c5b3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:44:20.772Z|ccc4fbf6-510e-467a-a997-bf8dec80c5b3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:44:21.100Z|5f03455f-fc1a-48c0-9b94-9bb2e8b12e55|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:44:21.101Z|5f03455f-fc1a-48c0-9b94-9bb2e8b12e55|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:44:23.051Z|b58c2055-07f4-4483-9436-00f21aac1c75|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:44:23.052Z|b58c2055-07f4-4483-9436-00f21aac1c75|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:44:28.489Z|73e33d53-df21-43f9-b6a7-bd62f65c8775|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:44:28.490Z|73e33d53-df21-43f9-b6a7-bd62f65c8775|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:44:31.132Z|2d3a6915-dae6-4efb-a87c-1d95c1ebb61e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:44:31.133Z|2d3a6915-dae6-4efb-a87c-1d95c1ebb61e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:44:33.085Z|cbc40627-ebfd-42b9-9b78-53db4b3ca51c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:44:33.085Z|cbc40627-ebfd-42b9-9b78-53db4b3ca51c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:44:35.089Z|e24d0121-33cb-4a27-b386-d17fa217a070|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:44:35.094Z|e24d0121-33cb-4a27-b386-d17fa217a070|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:44:38.523Z|1d1d571c-4c83-4457-8c2e-3ab19c4e4d6a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:44:38.524Z|1d1d571c-4c83-4457-8c2e-3ab19c4e4d6a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:44:41.165Z|b917edfb-e1a1-47f4-a7e5-dc1864acede0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:44:41.165Z|b917edfb-e1a1-47f4-a7e5-dc1864acede0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:44:43.117Z|fe598dcc-4f6e-4abd-b30e-a3ebc1a2a2ff|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:44:43.117Z|fe598dcc-4f6e-4abd-b30e-a3ebc1a2a2ff|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:44:48.555Z|bb8a091a-8820-4bd8-992a-234bc4f37119|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:44:48.556Z|bb8a091a-8820-4bd8-992a-234bc4f37119|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:44:50.089Z|454c394f-75ab-4229-8125-3d9ba72135dc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:44:50.089Z|454c394f-75ab-4229-8125-3d9ba72135dc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:44:50.773Z|1ad37d2e-545c-4ed8-8dab-56bc12b8cee9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:44:50.774Z|1ad37d2e-545c-4ed8-8dab-56bc12b8cee9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:44:51.197Z|56100ba5-72b1-4dd8-b523-8b74f69db0c1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:44:51.197Z|56100ba5-72b1-4dd8-b523-8b74f69db0c1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:44:53.150Z|d39ea65d-c6a6-46a4-92f3-69187cf6017f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:44:53.150Z|d39ea65d-c6a6-46a4-92f3-69187cf6017f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:44:56.117Z|98922c76-9429-4377-932a-272f5d828119|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:44:56.118Z|98922c76-9429-4377-932a-272f5d828119|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:44:58.588Z|a98ecd79-ab97-4a44-9444-3d080f7c3fb9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:44:58.589Z|a98ecd79-ab97-4a44-9444-3d080f7c3fb9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:45:01.228Z|9278c845-53d8-4e16-bb96-edf48c7fb229|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:45:01.229Z|9278c845-53d8-4e16-bb96-edf48c7fb229|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:45:03.179Z|9cdbba19-48f2-41ad-94a1-b1916283b4bc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:45:03.180Z|9cdbba19-48f2-41ad-94a1-b1916283b4bc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:45:05.089Z|7f7676d3-72d1-4cd5-bd6b-49010a0e972d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:45:05.089Z|7f7676d3-72d1-4cd5-bd6b-49010a0e972d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:45:08.619Z|f2d25234-a692-4738-8ba9-e56728985564|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:45:08.620Z|f2d25234-a692-4738-8ba9-e56728985564|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:45:11.260Z|2b154cef-dcf4-4c93-a7aa-92e24f22e61d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:45:11.261Z|2b154cef-dcf4-4c93-a7aa-92e24f22e61d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:45:13.212Z|b8c0d0bc-29da-44be-8a48-a5b902e5ad86|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:45:13.213Z|b8c0d0bc-29da-44be-8a48-a5b902e5ad86|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:45:18.652Z|78981558-5aee-40c9-8ed9-e0a83837bf23|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:45:18.653Z|78981558-5aee-40c9-8ed9-e0a83837bf23|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:45:20.089Z|7488885e-1dcd-454d-8146-dbf256e12400|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:45:20.094Z|7488885e-1dcd-454d-8146-dbf256e12400|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:45:20.775Z|017fd012-957b-4c59-9b09-ef6d3cc29257|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:45:20.775Z|017fd012-957b-4c59-9b09-ef6d3cc29257|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:45:21.294Z|770b7017-e18f-48df-8afe-92c57249b70c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:45:21.295Z|770b7017-e18f-48df-8afe-92c57249b70c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:45:23.243Z|7c5e6f39-df0e-4c71-897e-a775aa4b15d4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:45:23.243Z|7c5e6f39-df0e-4c71-897e-a775aa4b15d4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:45:28.685Z|10040942-4ef2-4d24-98db-c262cde980e7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:45:28.686Z|10040942-4ef2-4d24-98db-c262cde980e7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:45:31.326Z|c2998f0f-95e2-4f7b-b084-9e56006131ed|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:45:31.326Z|c2998f0f-95e2-4f7b-b084-9e56006131ed|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:45:33.276Z|3b0c24e4-ee26-4c34-ad3e-d668540a97d0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:45:33.277Z|3b0c24e4-ee26-4c34-ad3e-d668540a97d0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:45:35.089Z|943932e2-26de-47c5-9bf7-a381c9b90cfe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:45:35.089Z|943932e2-26de-47c5-9bf7-a381c9b90cfe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:45:38.718Z|5fbcd19d-f2a4-4e03-8951-97c903b3c5f8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:45:38.719Z|5fbcd19d-f2a4-4e03-8951-97c903b3c5f8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:45:41.359Z|6379d5f8-4ffd-4746-8200-b9431cceb06c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:45:41.359Z|6379d5f8-4ffd-4746-8200-b9431cceb06c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:45:43.305Z|596b4e32-23d0-469f-a0df-e11f3a40b847|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:45:43.305Z|596b4e32-23d0-469f-a0df-e11f3a40b847|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:45:48.750Z|6b7f92d2-9fcc-471a-ad68-22f85c8ca989|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:45:48.751Z|6b7f92d2-9fcc-471a-ad68-22f85c8ca989|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:45:50.089Z|f536e6ea-1d81-4c07-8060-b4490d9dfb8f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:45:50.089Z|f536e6ea-1d81-4c07-8060-b4490d9dfb8f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:45:50.776Z|89e3c84c-af49-4216-92a1-0f444379d2cc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:45:50.776Z|89e3c84c-af49-4216-92a1-0f444379d2cc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:45:51.393Z|e0533e0c-4406-4366-b141-ef7ca83a6a22|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:45:51.393Z|e0533e0c-4406-4366-b141-ef7ca83a6a22|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:45:53.368Z|d2eae1ce-915b-4340-b4ee-99cd714d5f53|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:45:53.369Z|d2eae1ce-915b-4340-b4ee-99cd714d5f53|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:45:56.117Z|0614668b-ec25-439d-b1d7-e7c5a692cfee|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:45:56.118Z|0614668b-ec25-439d-b1d7-e7c5a692cfee|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:45:58.778Z|14a26342-71aa-4a03-bb0e-0d479502eb9e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:45:58.779Z|14a26342-71aa-4a03-bb0e-0d479502eb9e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:46:01.424Z|c4c9e763-a309-4544-8298-bf48c11c9922|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:46:01.425Z|c4c9e763-a309-4544-8298-bf48c11c9922|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:46:03.402Z|dd8430f1-d9c3-4a8e-9d12-a855bb1b23fa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:46:03.403Z|dd8430f1-d9c3-4a8e-9d12-a855bb1b23fa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:46:05.089Z|26bbc9ef-1caf-4492-8927-1e85dddd293f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:46:05.093Z|26bbc9ef-1caf-4492-8927-1e85dddd293f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:46:08.811Z|3b442f74-5627-4fa8-afc6-7f84ccd3dfa9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:46:08.812Z|3b442f74-5627-4fa8-afc6-7f84ccd3dfa9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:46:11.461Z|a2f94d20-b788-4b22-b56a-f840281a9212|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:46:11.462Z|a2f94d20-b788-4b22-b56a-f840281a9212|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:46:13.429Z|23f0f980-8f56-4dae-96a3-4fd748df4906|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:46:13.430Z|23f0f980-8f56-4dae-96a3-4fd748df4906|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:46:18.843Z|dfbc18f8-4d2b-4fea-861c-41737a3e99d4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:46:18.844Z|dfbc18f8-4d2b-4fea-861c-41737a3e99d4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:46:20.092Z|2814e284-601b-4eee-9c70-92d61abc3e99|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:46:20.092Z|2814e284-601b-4eee-9c70-92d61abc3e99|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:46:20.777Z|ee1a2c9a-ef97-43ba-ba87-1787fe0bbb47|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:46:20.777Z|ee1a2c9a-ef97-43ba-ba87-1787fe0bbb47|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:46:21.495Z|32621c15-5f96-4e9c-9364-2e1cce246b5a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:46:21.496Z|32621c15-5f96-4e9c-9364-2e1cce246b5a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:46:23.456Z|016f655d-2683-448e-bf61-b2f746730344|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:46:23.458Z|016f655d-2683-448e-bf61-b2f746730344|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:46:28.876Z|c438a732-22d1-49d1-a460-17d682effbf2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:46:28.876Z|c438a732-22d1-49d1-a460-17d682effbf2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:46:31.528Z|7d6f7b3e-632f-41a5-a46f-834dbc6b5688|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:46:31.529Z|7d6f7b3e-632f-41a5-a46f-834dbc6b5688|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:46:33.485Z|1f489130-96af-4ffb-8dca-ff1c3dea3c3c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:46:33.486Z|1f489130-96af-4ffb-8dca-ff1c3dea3c3c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:46:35.089Z|f997ff79-4a76-470c-a32d-53c30f91df57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:46:35.089Z|f997ff79-4a76-470c-a32d-53c30f91df57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:46:38.909Z|eef4e2ef-8ba6-4928-9802-485ad4550e74|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:46:38.910Z|eef4e2ef-8ba6-4928-9802-485ad4550e74|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:46:41.555Z|ddef6948-f942-41a8-8cc8-0ce685e202c1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:46:41.556Z|ddef6948-f942-41a8-8cc8-0ce685e202c1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:46:43.516Z|49bcdc75-796d-401c-aef3-dc1ed9af8c8d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:46:43.517Z|49bcdc75-796d-401c-aef3-dc1ed9af8c8d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:46:48.948Z|699cd369-0ab2-4aae-84a9-28bfb41eb42d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:46:48.949Z|699cd369-0ab2-4aae-84a9-28bfb41eb42d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:46:50.089Z|26af5c19-2e53-4b20-9f8c-fe38df8ada7a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:46:50.093Z|26af5c19-2e53-4b20-9f8c-fe38df8ada7a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:46:50.778Z|e3c4ab62-23ac-4be1-ba29-5226831d21c7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:46:50.778Z|e3c4ab62-23ac-4be1-ba29-5226831d21c7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:46:51.590Z|59451f56-6350-4cb4-be00-070725d57822|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:46:51.593Z|59451f56-6350-4cb4-be00-070725d57822|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:46:53.548Z|94b3535f-9036-410b-bf2f-e37c92c0550f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:46:53.549Z|94b3535f-9036-410b-bf2f-e37c92c0550f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:46:56.119Z|29a02882-f616-4083-8c2d-6128f0fbcea3|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:46:56.119Z|29a02882-f616-4083-8c2d-6128f0fbcea3|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:46:58.980Z|101693e5-20fa-40dc-b29d-3f2dc36a9574|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:46:58.981Z|101693e5-20fa-40dc-b29d-3f2dc36a9574|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:47:01.625Z|bc44ef5b-8116-443e-a88c-33a650efe1e3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:47:01.626Z|bc44ef5b-8116-443e-a88c-33a650efe1e3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:47:03.581Z|48c203f2-ddcf-4bfa-9814-f0b8783804a0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:47:03.582Z|48c203f2-ddcf-4bfa-9814-f0b8783804a0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:47:05.089Z|18de7083-ac38-4646-8b55-6c02e87a3aee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:47:05.090Z|18de7083-ac38-4646-8b55-6c02e87a3aee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:47:09.021Z|4c937803-d735-4928-a9ea-b22524eda4c4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:47:09.022Z|4c937803-d735-4928-a9ea-b22524eda4c4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:47:11.657Z|59b584ec-601c-4631-aac5-5ea2ca73b76f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:47:11.658Z|59b584ec-601c-4631-aac5-5ea2ca73b76f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:47:13.614Z|023fbd41-d544-48ee-ba77-abfcfaadf3e7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:47:13.615Z|023fbd41-d544-48ee-ba77-abfcfaadf3e7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:47:19.050Z|d3b7b309-74bb-4604-8dcd-2fdb2eca431e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:47:19.051Z|d3b7b309-74bb-4604-8dcd-2fdb2eca431e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:47:20.089Z|8e92ae81-4050-4869-ac5a-3f572f71e972|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:47:20.089Z|8e92ae81-4050-4869-ac5a-3f572f71e972|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:47:20.779Z|4f787f0a-e85a-4884-a613-6e70771ca4a6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:47:20.780Z|4f787f0a-e85a-4884-a613-6e70771ca4a6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:47:21.692Z|bf2db996-41a2-48a5-a95b-4ab225c3a310|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:47:21.693Z|bf2db996-41a2-48a5-a95b-4ab225c3a310|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:47:23.643Z|23346ef4-beba-472d-9dee-a889d7920e82|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:47:23.644Z|23346ef4-beba-472d-9dee-a889d7920e82|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:47:29.082Z|51b4f683-3858-4c2f-8870-5f91e2894f1c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:47:29.083Z|51b4f683-3858-4c2f-8870-5f91e2894f1c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:47:31.724Z|af1fbe12-c1c5-4bac-967d-573839b56c11|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:47:31.725Z|af1fbe12-c1c5-4bac-967d-573839b56c11|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:47:33.676Z|41921804-24e0-4c3c-94a8-6ede0ecb4c73|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:47:33.676Z|41921804-24e0-4c3c-94a8-6ede0ecb4c73|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:47:35.089Z|79f89518-faab-4c7c-83de-e6be8ad5a983|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:47:35.094Z|79f89518-faab-4c7c-83de-e6be8ad5a983|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:47:39.111Z|b4509424-1730-4aa9-a188-8e4264cbfd5a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:47:39.112Z|b4509424-1730-4aa9-a188-8e4264cbfd5a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:47:41.757Z|7cafd03f-eb9c-4760-ab07-c5fbe1492442|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:47:41.758Z|7cafd03f-eb9c-4760-ab07-c5fbe1492442|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:47:43.706Z|142a1732-11f9-4d1c-b4c6-6e8b08b60e61|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:47:43.707Z|142a1732-11f9-4d1c-b4c6-6e8b08b60e61|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:47:49.141Z|92f02584-8574-42c9-8aab-7162f79111f9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:47:49.142Z|92f02584-8574-42c9-8aab-7162f79111f9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:47:50.089Z|14fb3238-b611-4f25-9cce-e819bf1657df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:47:50.089Z|14fb3238-b611-4f25-9cce-e819bf1657df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:47:50.780Z|852e7c4d-0a45-4668-8c85-8f83bf90ded0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:47:50.781Z|852e7c4d-0a45-4668-8c85-8f83bf90ded0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:47:51.790Z|22c1256c-e60a-41cc-bfb7-2941ce928539|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:47:51.791Z|22c1256c-e60a-41cc-bfb7-2941ce928539|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:47:53.736Z|e5f64e13-3a2f-47e3-99cc-888ef7a71612|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:47:53.736Z|e5f64e13-3a2f-47e3-99cc-888ef7a71612|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:47:56.116Z|7e22015e-f016-4932-9a6d-a8d8e0e532e0|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:47:56.117Z|7e22015e-f016-4932-9a6d-a8d8e0e532e0|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:47:59.179Z|b4f126b7-5534-4710-8b2f-a37a25858836|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:47:59.180Z|b4f126b7-5534-4710-8b2f-a37a25858836|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:48:01.823Z|a00c5bce-b7fc-4eba-9084-28c78006ebc8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:48:01.823Z|a00c5bce-b7fc-4eba-9084-28c78006ebc8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:48:03.791Z|278aa0f1-8fc5-4348-9d8d-23d0930b617f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:48:03.791Z|278aa0f1-8fc5-4348-9d8d-23d0930b617f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:48:05.089Z|3bf370ef-3bbe-4d5f-a19d-7db2d9e95f81|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:48:05.090Z|3bf370ef-3bbe-4d5f-a19d-7db2d9e95f81|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:48:09.213Z|38f5f38a-552d-40eb-b646-102192cf76ec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:48:09.214Z|38f5f38a-552d-40eb-b646-102192cf76ec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:48:11.852Z|fcbf4980-dd3a-4e00-8531-344a9741d63e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:48:11.853Z|fcbf4980-dd3a-4e00-8531-344a9741d63e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:48:13.817Z|f3b8be09-4f82-4907-87ae-fd8f63acad73|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:48:13.818Z|f3b8be09-4f82-4907-87ae-fd8f63acad73|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:48:19.255Z|4218f00b-685a-489c-b61a-e52a15d27dd5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:48:19.256Z|4218f00b-685a-489c-b61a-e52a15d27dd5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:48:20.089Z|bd7e55ab-b248-48d6-bac1-51cd8da92155|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:48:20.094Z|bd7e55ab-b248-48d6-bac1-51cd8da92155|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:48:20.781Z|c1cebb24-b411-41f9-91bc-4181dd80e448|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:48:20.782Z|c1cebb24-b411-41f9-91bc-4181dd80e448|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:48:21.881Z|97a0fdab-caf5-4620-8bbe-2b035cabb868|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:48:21.882Z|97a0fdab-caf5-4620-8bbe-2b035cabb868|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:48:23.845Z|f87e0ef1-c5c8-43fc-b34d-2242abb9b78c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:48:23.846Z|f87e0ef1-c5c8-43fc-b34d-2242abb9b78c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:48:29.283Z|c4ece4d0-00db-4a85-99df-fd73b7961f68|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:48:29.284Z|c4ece4d0-00db-4a85-99df-fd73b7961f68|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:48:31.910Z|1ac37b8a-f480-4ca6-afbe-0b779d77c72f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:48:31.910Z|1ac37b8a-f480-4ca6-afbe-0b779d77c72f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:48:33.874Z|81c8b989-7ed5-451f-bc8c-98b4a0acdab3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:48:33.875Z|81c8b989-7ed5-451f-bc8c-98b4a0acdab3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:48:35.089Z|b8eee2e0-583c-4cd0-bc5d-a1aaccc0b43c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:48:35.089Z|b8eee2e0-583c-4cd0-bc5d-a1aaccc0b43c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:48:39.316Z|5cd0149f-9f41-4921-b58d-a6496560d487|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:48:39.317Z|5cd0149f-9f41-4921-b58d-a6496560d487|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:48:41.942Z|cf7b9395-1774-4171-a5dd-ba76c03c1c03|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:48:41.943Z|cf7b9395-1774-4171-a5dd-ba76c03c1c03|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:48:43.900Z|085a1708-9797-45af-bb4f-0abb92b1bf9e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:48:43.901Z|085a1708-9797-45af-bb4f-0abb92b1bf9e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:48:49.349Z|b74ad285-2252-4ce1-aab3-060018d57f71|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:48:49.350Z|b74ad285-2252-4ce1-aab3-060018d57f71|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:48:50.089Z|52c66986-7b59-4a4a-bb2d-e75dd2b65230|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:48:50.089Z|52c66986-7b59-4a4a-bb2d-e75dd2b65230|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:48:50.783Z|9ce67193-25d6-4c7d-9415-ad8934eb44a6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:48:50.783Z|9ce67193-25d6-4c7d-9415-ad8934eb44a6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:48:51.976Z|d44e85b4-a16c-4b45-9542-bc55387511cc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:48:51.977Z|d44e85b4-a16c-4b45-9542-bc55387511cc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:48:53.928Z|1df573dd-b2af-46f7-93ed-596dc4ba4535|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:48:53.929Z|1df573dd-b2af-46f7-93ed-596dc4ba4535|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:48:56.116Z|cdbaad7d-bd5f-41e4-9ca9-d5d278143b3c|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:48:56.117Z|cdbaad7d-bd5f-41e4-9ca9-d5d278143b3c|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:48:59.380Z|0a8730fa-8869-497c-9d23-e5660c2a0c20|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:48:59.381Z|0a8730fa-8869-497c-9d23-e5660c2a0c20|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:49:02.005Z|5ea49711-92b1-48d9-84a3-6f0132a2fad2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:49:02.006Z|5ea49711-92b1-48d9-84a3-6f0132a2fad2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:49:03.959Z|caaf4170-b61f-4764-88ab-b929e2dd187f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:49:03.960Z|caaf4170-b61f-4764-88ab-b929e2dd187f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:49:05.089Z|1598210c-7efb-405a-86fa-86f23a36dfde|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:49:05.093Z|1598210c-7efb-405a-86fa-86f23a36dfde|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:49:09.411Z|81dd1b2c-5ad2-4097-9c59-d58deb515eff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:49:09.412Z|81dd1b2c-5ad2-4097-9c59-d58deb515eff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:49:12.039Z|48d45565-0327-4e75-9021-fcfe6cf55bff|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:49:12.039Z|48d45565-0327-4e75-9021-fcfe6cf55bff|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:49:13.990Z|d1206c0a-a62d-4bd0-a3e7-4d4a3f75b6db|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:49:13.991Z|d1206c0a-a62d-4bd0-a3e7-4d4a3f75b6db|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:49:19.443Z|37a90143-4e68-4ff2-9102-be1f0af06608|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:49:19.444Z|37a90143-4e68-4ff2-9102-be1f0af06608|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:49:20.089Z|390cdb83-a580-4271-a411-716ba6fb0b09|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:49:20.089Z|390cdb83-a580-4271-a411-716ba6fb0b09|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:49:20.784Z|b83a0b0d-43af-468e-ab39-1624e2685fec|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:49:20.784Z|b83a0b0d-43af-468e-ab39-1624e2685fec|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:49:22.071Z|8132e1d2-4e88-48c2-9186-a20d8d9804b5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:49:22.072Z|8132e1d2-4e88-48c2-9186-a20d8d9804b5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:49:24.023Z|72b30e0b-367c-42c3-81c9-7e1e7b73b5ce|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:49:24.023Z|72b30e0b-367c-42c3-81c9-7e1e7b73b5ce|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:49:29.482Z|f9b11f69-b69f-4683-9798-7639cbd9c153|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:49:29.483Z|f9b11f69-b69f-4683-9798-7639cbd9c153|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:49:32.101Z|1d48693b-970d-4faf-910d-378df19d1860|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:49:32.102Z|1d48693b-970d-4faf-910d-378df19d1860|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:49:34.056Z|565ad4d8-d246-4f92-89f4-acd2cca8b527|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:49:34.057Z|565ad4d8-d246-4f92-89f4-acd2cca8b527|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:49:35.089Z|8bca6d23-d38e-48e6-be2b-88d8db261210|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:49:35.089Z|8bca6d23-d38e-48e6-be2b-88d8db261210|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:49:39.515Z|4c582478-0ee3-42da-ac46-dc2263b073a4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:49:39.516Z|4c582478-0ee3-42da-ac46-dc2263b073a4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:49:42.132Z|fc7f8f48-954d-4484-b728-8197a214d90b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:49:42.132Z|fc7f8f48-954d-4484-b728-8197a214d90b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:49:44.091Z|2d2d0e4e-16f0-4a83-befb-e9a9c0514b0f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:49:44.092Z|2d2d0e4e-16f0-4a83-befb-e9a9c0514b0f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:49:49.546Z|4e1cdf56-a71b-4af6-b20e-2ce068a27264|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:49:49.546Z|4e1cdf56-a71b-4af6-b20e-2ce068a27264|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:49:50.089Z|237c65bf-1414-4eca-a8b5-2e68ba1d4ed7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:49:50.093Z|237c65bf-1414-4eca-a8b5-2e68ba1d4ed7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:49:50.785Z|977190f8-7ebc-480f-a40e-d08a1db57c21|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:49:50.786Z|977190f8-7ebc-480f-a40e-d08a1db57c21|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:49:52.161Z|3a6572c5-6664-4d4e-9b1b-1674e45af35e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:49:52.162Z|3a6572c5-6664-4d4e-9b1b-1674e45af35e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:49:54.121Z|e193b9fb-c24a-4f36-b184-b2f39c67d4e4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:49:54.123Z|e193b9fb-c24a-4f36-b184-b2f39c67d4e4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:49:56.115Z|00f5c7e9-0f0f-4154-b3ee-3a7284e11f4f|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:49:56.116Z|00f5c7e9-0f0f-4154-b3ee-3a7284e11f4f|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:49:59.578Z|83074cc7-0d6b-4ae1-a4d3-72449d90aeba|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:49:59.579Z|83074cc7-0d6b-4ae1-a4d3-72449d90aeba|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:50:02.200Z|060e444d-2923-4f0e-a25c-56fdb040fdd5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:50:02.200Z|060e444d-2923-4f0e-a25c-56fdb040fdd5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:50:04.156Z|70354d21-3f32-4853-958e-6648a64decff|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:50:04.156Z|70354d21-3f32-4853-958e-6648a64decff|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:50:05.089Z|49c1843c-22dc-4626-9ba5-a0e908d43720|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:50:05.089Z|49c1843c-22dc-4626-9ba5-a0e908d43720|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:50:09.612Z|d461fa93-d34c-4e4c-b688-7a2a5e42ec8b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:50:09.614Z|d461fa93-d34c-4e4c-b688-7a2a5e42ec8b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:50:12.233Z|475b3bfb-9df0-4e34-9702-57014b618473|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:50:12.234Z|475b3bfb-9df0-4e34-9702-57014b618473|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:50:14.184Z|0f72a168-d2ec-4ec6-9110-523f6aa6f76e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:50:14.185Z|0f72a168-d2ec-4ec6-9110-523f6aa6f76e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:50:19.650Z|57d59b03-3220-458a-a642-2b19c7df3061|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:50:19.651Z|57d59b03-3220-458a-a642-2b19c7df3061|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:50:20.089Z|3755c1c6-77b9-4e03-b3df-246ae6bbe6d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:50:20.090Z|3755c1c6-77b9-4e03-b3df-246ae6bbe6d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:50:20.787Z|d65c58db-2576-42b3-b247-ca7380083529|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:50:20.789Z|d65c58db-2576-42b3-b247-ca7380083529|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:50:22.265Z|4621776e-d7bb-4858-aded-ab7c44944ecd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:50:22.266Z|4621776e-d7bb-4858-aded-ab7c44944ecd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:50:24.214Z|7d06c4d2-4c48-4b6e-8499-5b27df404714|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:50:24.214Z|7d06c4d2-4c48-4b6e-8499-5b27df404714|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:50:29.682Z|78bfe41a-d81c-4526-a647-74b95e4083b8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:50:29.683Z|78bfe41a-d81c-4526-a647-74b95e4083b8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:50:32.293Z|f9ded199-b734-4006-9300-facda8a0c795|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:50:32.294Z|f9ded199-b734-4006-9300-facda8a0c795|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:50:34.248Z|2481e439-0126-4903-afda-6d6f0ecee7d9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:50:34.249Z|2481e439-0126-4903-afda-6d6f0ecee7d9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:50:35.089Z|fe5afd08-11d3-4def-8264-c0a463b22f16|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:50:35.093Z|fe5afd08-11d3-4def-8264-c0a463b22f16|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:50:39.714Z|88094ce8-5d84-444f-b650-3cba413d630d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:50:39.715Z|88094ce8-5d84-444f-b650-3cba413d630d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:50:42.324Z|445db2ec-a909-4e9c-8a05-c5883c7b8ae6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:50:42.325Z|445db2ec-a909-4e9c-8a05-c5883c7b8ae6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:50:44.278Z|7a44e9c7-d9b5-4c1b-a45b-a1db48f16f84|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:50:44.279Z|7a44e9c7-d9b5-4c1b-a45b-a1db48f16f84|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:50:49.747Z|7d47a135-0afc-4360-b2eb-ddb15234cf71|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:50:49.748Z|7d47a135-0afc-4360-b2eb-ddb15234cf71|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:50:50.089Z|cc7c1b18-70f1-4b4a-acf6-aabb8458fb29|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:50:50.089Z|cc7c1b18-70f1-4b4a-acf6-aabb8458fb29|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:50:50.790Z|efdccf7d-9471-48e7-9f0d-b615f4ac0440|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:50:50.791Z|efdccf7d-9471-48e7-9f0d-b615f4ac0440|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:50:52.355Z|6c788917-753f-4f81-907f-037e7bb8fc70|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:50:52.356Z|6c788917-753f-4f81-907f-037e7bb8fc70|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:50:54.309Z|bc7ff41b-8b27-49e2-b650-84b50398e581|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:50:54.310Z|bc7ff41b-8b27-49e2-b650-84b50398e581|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:50:56.117Z|b6ca8bbb-646e-4925-a21f-3c5ba07df787|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:50:56.118Z|b6ca8bbb-646e-4925-a21f-3c5ba07df787|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:50:59.780Z|4e9f7add-c543-48f5-b79d-4d9f03114497|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:50:59.781Z|4e9f7add-c543-48f5-b79d-4d9f03114497|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:51:02.384Z|80ed1c16-a033-4903-9a7d-e86602604cfd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:51:02.384Z|80ed1c16-a033-4903-9a7d-e86602604cfd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:51:04.341Z|4509f3c6-1923-40dd-b592-543b30aed671|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:51:04.342Z|4509f3c6-1923-40dd-b592-543b30aed671|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:51:05.089Z|8aa758d3-1ebb-4420-82ad-7bd30c7edd41|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:51:05.089Z|8aa758d3-1ebb-4420-82ad-7bd30c7edd41|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:51:09.811Z|954f65a9-0c32-4095-846f-40949e9154fa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:51:09.812Z|954f65a9-0c32-4095-846f-40949e9154fa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:51:12.415Z|88548807-f250-4dd3-a49c-a4657423b57e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:51:12.416Z|88548807-f250-4dd3-a49c-a4657423b57e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:51:14.373Z|2264b473-f743-458e-af8a-5840e7a136f0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:51:14.374Z|2264b473-f743-458e-af8a-5840e7a136f0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:51:19.840Z|9a766f19-8133-4434-804d-60abd1c8e09d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:51:19.841Z|9a766f19-8133-4434-804d-60abd1c8e09d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:51:20.089Z|6c56b6e3-7b7c-4452-a1e6-451e280d9e93|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:51:20.094Z|6c56b6e3-7b7c-4452-a1e6-451e280d9e93|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:51:20.792Z|7da0eb30-9ea8-46db-bc65-748fa90849fd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:51:20.792Z|7da0eb30-9ea8-46db-bc65-748fa90849fd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:51:22.447Z|38763227-61db-4069-9852-eca9531ad090|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:51:22.448Z|38763227-61db-4069-9852-eca9531ad090|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:51:24.402Z|e59ac600-3cbe-499b-95f4-9e436009a4a4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:51:24.403Z|e59ac600-3cbe-499b-95f4-9e436009a4a4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:51:29.867Z|a0f0ee9a-60a5-4910-ab8f-41f926c08101|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:51:29.868Z|a0f0ee9a-60a5-4910-ab8f-41f926c08101|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:51:32.480Z|8f916165-4d8c-45dd-9104-24812e94c158|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:51:32.481Z|8f916165-4d8c-45dd-9104-24812e94c158|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:51:34.435Z|eb3f9eff-1133-4699-af4c-7bdd3dce3e30|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:51:34.435Z|eb3f9eff-1133-4699-af4c-7bdd3dce3e30|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:51:35.089Z|a934bccc-d19e-46d8-9b1d-2d618413406e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:51:35.089Z|a934bccc-d19e-46d8-9b1d-2d618413406e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:51:39.895Z|49af96b9-7df3-4f2c-adb6-d57e181324af|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:51:39.895Z|49af96b9-7df3-4f2c-adb6-d57e181324af|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:51:42.512Z|ecc253cc-f695-4bad-bfc0-912024c8b673|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:51:42.513Z|ecc253cc-f695-4bad-bfc0-912024c8b673|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:51:44.466Z|3e4d9c23-5a65-48cc-8cc8-59b09adca1fb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:51:44.467Z|3e4d9c23-5a65-48cc-8cc8-59b09adca1fb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:51:49.925Z|73f95fae-b26f-4608-8cbd-785841555dc0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:51:49.926Z|73f95fae-b26f-4608-8cbd-785841555dc0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:51:50.089Z|6fb53a59-42e1-4ef7-93be-6197651b1930|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:51:50.089Z|6fb53a59-42e1-4ef7-93be-6197651b1930|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:51:50.793Z|dfb67f6d-1a23-4266-846f-40059a912c7e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:51:50.794Z|dfb67f6d-1a23-4266-846f-40059a912c7e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:51:52.545Z|172c26ba-3fb7-4073-8075-926a9d39af62|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:51:52.546Z|172c26ba-3fb7-4073-8075-926a9d39af62|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:51:54.496Z|8f7c5d8f-da2d-4c31-8baf-4fe2e2869b52|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:51:54.497Z|8f7c5d8f-da2d-4c31-8baf-4fe2e2869b52|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:51:56.117Z|9b0c7efd-ecd0-4f1b-b7ac-7e67ba6b4b8d|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:51:56.118Z|9b0c7efd-ecd0-4f1b-b7ac-7e67ba6b4b8d|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:51:59.956Z|657734e8-5989-40f7-a176-dc56c4ebdb40|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:51:59.957Z|657734e8-5989-40f7-a176-dc56c4ebdb40|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:52:02.579Z|e7cb122a-c43a-48b6-b240-c4fbcf5966a0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:52:02.580Z|e7cb122a-c43a-48b6-b240-c4fbcf5966a0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:52:04.526Z|e5898861-3ba2-40f8-9e69-8c4464757861|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:52:04.527Z|e5898861-3ba2-40f8-9e69-8c4464757861|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:52:05.089Z|16f83709-31f4-4fd6-8120-3b472e1ce4d2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:52:05.092Z|16f83709-31f4-4fd6-8120-3b472e1ce4d2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:52:09.988Z|58cd8945-5149-427c-8f4f-6979eb5bdcd8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:52:09.989Z|58cd8945-5149-427c-8f4f-6979eb5bdcd8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:52:12.611Z|476173ea-efc1-4c37-98f9-2f2200608a9a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:52:12.612Z|476173ea-efc1-4c37-98f9-2f2200608a9a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:52:14.559Z|bbf35028-262c-492c-8d78-83100bdff933|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:52:14.559Z|bbf35028-262c-492c-8d78-83100bdff933|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:52:20.017Z|9ef950e9-7e02-4b76-809a-9767514d2819|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:52:20.017Z|9ef950e9-7e02-4b76-809a-9767514d2819|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:52:20.089Z|7879d2df-a94c-497e-bd43-bfa185d5ff49|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:52:20.089Z|7879d2df-a94c-497e-bd43-bfa185d5ff49|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:52:20.795Z|838ef754-7b88-4fb4-b309-e73902b9aad4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:52:20.796Z|838ef754-7b88-4fb4-b309-e73902b9aad4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:52:22.645Z|7f3e482c-2fc6-4114-881b-bbb3e68772b9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:52:22.645Z|7f3e482c-2fc6-4114-881b-bbb3e68772b9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:52:24.591Z|11ec751c-9808-4e01-8a55-521c4e4320c0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:52:24.592Z|11ec751c-9808-4e01-8a55-521c4e4320c0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:52:30.058Z|72a96077-d5f8-4a7e-ac8e-37f08c571ed1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:52:30.059Z|72a96077-d5f8-4a7e-ac8e-37f08c571ed1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:52:32.679Z|c21cf266-af34-4666-8c27-1eb07e585962|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:52:32.680Z|c21cf266-af34-4666-8c27-1eb07e585962|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:52:34.622Z|21de9ea6-fe4d-47f4-ae67-5a317395fa8f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:52:34.622Z|21de9ea6-fe4d-47f4-ae67-5a317395fa8f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:52:35.089Z|c9e38b3e-6470-4231-a2a9-8bd589cee27f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:52:35.089Z|c9e38b3e-6470-4231-a2a9-8bd589cee27f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:52:40.091Z|3bf79775-2807-420b-a00a-d2ee37354d32|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:52:40.093Z|3bf79775-2807-420b-a00a-d2ee37354d32|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:52:42.713Z|85c6e11e-fe7e-45d2-9665-8d87fd571eb3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:52:42.713Z|85c6e11e-fe7e-45d2-9665-8d87fd571eb3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:52:44.652Z|319ac66f-e85a-4d93-9c37-af7bb9dc52b3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:52:44.653Z|319ac66f-e85a-4d93-9c37-af7bb9dc52b3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:52:50.089Z|10077ac2-cd7c-430f-be91-b017b457c56f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:52:50.094Z|10077ac2-cd7c-430f-be91-b017b457c56f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:52:50.123Z|68ba039e-ad7b-4640-97ba-2bfeb75023f9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:52:50.124Z|68ba039e-ad7b-4640-97ba-2bfeb75023f9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:52:50.796Z|66eb2b9f-e64b-4b52-8d5f-643a051335e6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:52:50.797Z|66eb2b9f-e64b-4b52-8d5f-643a051335e6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:52:52.745Z|b2b0daf0-ca29-427f-963f-c8a16f92acb8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:52:52.745Z|b2b0daf0-ca29-427f-963f-c8a16f92acb8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:52:54.683Z|d8643cda-9e44-4aa3-92aa-e090e95e6101|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:52:54.684Z|d8643cda-9e44-4aa3-92aa-e090e95e6101|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:52:56.119Z|b559bee5-bfae-447c-b6b4-1792312a2c45|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:52:56.120Z|b559bee5-bfae-447c-b6b4-1792312a2c45|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:53:00.160Z|12d5ec26-f8e9-4512-8723-f346cc5a3d81|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:53:00.162Z|12d5ec26-f8e9-4512-8723-f346cc5a3d81|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:53:02.775Z|4275a54a-4b89-4a52-b828-b9f0bb161cb2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:53:02.776Z|4275a54a-4b89-4a52-b828-b9f0bb161cb2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:53:04.712Z|fbe91505-7538-456f-8113-01ff931077b4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:53:04.713Z|fbe91505-7538-456f-8113-01ff931077b4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:53:05.089Z|93797ee3-511d-4ed4-9c38-f52f69709450|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:53:05.090Z|93797ee3-511d-4ed4-9c38-f52f69709450|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:53:10.192Z|7ec01673-4cb2-4fc0-898b-bfa6f7d634b7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:53:10.193Z|7ec01673-4cb2-4fc0-898b-bfa6f7d634b7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:53:12.808Z|41977dcf-ca0a-4aa7-b843-2d915c06fe37|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:53:12.809Z|41977dcf-ca0a-4aa7-b843-2d915c06fe37|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:53:14.744Z|56df2462-ffff-4659-8560-0c5eebd5c694|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:53:14.745Z|56df2462-ffff-4659-8560-0c5eebd5c694|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:53:20.089Z|e2ec8d31-f70a-4744-b887-cfc4bf14d55c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:53:20.090Z|e2ec8d31-f70a-4744-b887-cfc4bf14d55c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:53:20.226Z|5a483271-5778-487e-bde5-5fe77cdf24a5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:53:20.227Z|5a483271-5778-487e-bde5-5fe77cdf24a5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:53:20.797Z|b36bbe3f-9edd-4f62-997d-9dff9d5a2003|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:53:20.798Z|b36bbe3f-9edd-4f62-997d-9dff9d5a2003|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:53:22.836Z|2f435e02-8a39-42ed-b42c-cdd1f6ac745e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:53:22.837Z|2f435e02-8a39-42ed-b42c-cdd1f6ac745e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:53:24.771Z|2f0e5e17-5513-40bd-82c5-792a1527deb6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:53:24.772Z|2f0e5e17-5513-40bd-82c5-792a1527deb6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:53:30.260Z|60625f8f-20c4-4362-9c5c-0b4515289a46|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:53:30.262Z|60625f8f-20c4-4362-9c5c-0b4515289a46|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:53:32.863Z|86735120-79bb-4f9b-9a3d-a188c6367619|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:53:32.864Z|86735120-79bb-4f9b-9a3d-a188c6367619|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:53:34.805Z|1375009d-fc51-4dc0-8472-46e34c677646|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:53:34.806Z|1375009d-fc51-4dc0-8472-46e34c677646|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:53:35.089Z|cbbb6b41-05fb-4d66-86b1-0a9bb1b74c73|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:53:35.093Z|cbbb6b41-05fb-4d66-86b1-0a9bb1b74c73|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:53:40.292Z|e52f5a3e-4f00-4f8e-9661-8db51ac8e09d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:53:40.293Z|e52f5a3e-4f00-4f8e-9661-8db51ac8e09d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:53:42.894Z|dbb4703d-d4d1-4a99-b26b-b1cd36fe148e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:53:42.895Z|dbb4703d-d4d1-4a99-b26b-b1cd36fe148e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:53:44.833Z|500261e1-7be2-4039-93ea-b7d568f9ce99|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:53:44.834Z|500261e1-7be2-4039-93ea-b7d568f9ce99|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:53:50.089Z|a60048ca-c57d-48ad-a051-044c1c7c0c1f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:53:50.089Z|a60048ca-c57d-48ad-a051-044c1c7c0c1f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:53:50.325Z|dc53d37e-ae73-4c1b-acc8-8d3d1d0f76e5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:53:50.326Z|dc53d37e-ae73-4c1b-acc8-8d3d1d0f76e5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:53:50.799Z|17be4d93-ce42-4639-bc46-ad2259b17be9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:53:50.799Z|17be4d93-ce42-4639-bc46-ad2259b17be9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:53:52.927Z|01acce80-40f0-4c5e-b784-0c5476e6387a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:53:52.928Z|01acce80-40f0-4c5e-b784-0c5476e6387a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:53:54.864Z|8ed49da0-8b7d-49fa-ba7d-a39555a97b9e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:53:54.865Z|8ed49da0-8b7d-49fa-ba7d-a39555a97b9e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:53:56.115Z|10131431-56e8-43af-b05c-84936f47d4ec|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:53:56.116Z|10131431-56e8-43af-b05c-84936f47d4ec|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:54:00.356Z|184f5bd1-e67f-40da-a360-d7f36f9052d0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:54:00.357Z|184f5bd1-e67f-40da-a360-d7f36f9052d0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:54:02.961Z|133a1e97-cf22-4706-b5b9-c813b8b3f206|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:54:02.961Z|133a1e97-cf22-4706-b5b9-c813b8b3f206|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:54:04.896Z|ec8de640-28de-463d-9ef3-3823b20f404b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:54:04.899Z|ec8de640-28de-463d-9ef3-3823b20f404b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:54:05.089Z|19c75cfd-f0b0-4e22-ac78-df3ca936f385|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:54:05.089Z|19c75cfd-f0b0-4e22-ac78-df3ca936f385|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:54:10.387Z|ae721712-4301-4c53-81b9-4bc92b58e64d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:54:10.388Z|ae721712-4301-4c53-81b9-4bc92b58e64d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:54:12.991Z|1f7ed84d-283a-4e43-97e5-162c2f0a0b51|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:54:12.992Z|1f7ed84d-283a-4e43-97e5-162c2f0a0b51|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:54:14.929Z|34b0c09e-8a21-4335-80a8-bf136d63fac4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:54:14.930Z|34b0c09e-8a21-4335-80a8-bf136d63fac4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:54:20.089Z|e72dcec3-281d-4b23-ab9d-ab65a2f4a231|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:54:20.093Z|e72dcec3-281d-4b23-ab9d-ab65a2f4a231|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:54:20.421Z|10e45d06-14b3-456e-baa3-3fb405adff94|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:54:20.422Z|10e45d06-14b3-456e-baa3-3fb405adff94|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:54:20.800Z|2a3ae4d6-d3e2-4dd6-b0de-d76176ddea1f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:54:20.800Z|2a3ae4d6-d3e2-4dd6-b0de-d76176ddea1f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:54:23.024Z|0dfd6208-152e-43d2-a620-60dae67cb889|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:54:23.025Z|0dfd6208-152e-43d2-a620-60dae67cb889|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:54:24.964Z|9993db55-d810-47cb-8ad5-40f9d75b2947|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:54:24.965Z|9993db55-d810-47cb-8ad5-40f9d75b2947|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:54:30.454Z|0e99035d-5bdd-4ef7-a1da-871be5d75243|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:54:30.455Z|0e99035d-5bdd-4ef7-a1da-871be5d75243|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:54:33.051Z|155bd8d0-121e-4299-a85a-40bcec06025e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:54:33.053Z|155bd8d0-121e-4299-a85a-40bcec06025e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:54:34.991Z|e3372644-03fe-4d6f-88bd-0bd9994b03e9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:54:34.991Z|e3372644-03fe-4d6f-88bd-0bd9994b03e9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:54:35.089Z|972a553d-1851-47b5-9bb1-c6dba3055dad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:54:35.089Z|972a553d-1851-47b5-9bb1-c6dba3055dad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:54:40.488Z|a7eb4c51-6b95-442a-8dff-d091d2a944e0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:54:40.489Z|a7eb4c51-6b95-442a-8dff-d091d2a944e0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:54:43.083Z|b6a40088-5a0c-4819-bd8e-b9b58fb2630b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:54:43.083Z|b6a40088-5a0c-4819-bd8e-b9b58fb2630b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:54:45.015Z|1b0fe52c-7548-4b9c-8875-19e6578a6734|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:54:45.016Z|1b0fe52c-7548-4b9c-8875-19e6578a6734|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:54:50.089Z|51b2a4d8-13fc-469a-88af-b9b526bed568|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:54:50.089Z|51b2a4d8-13fc-469a-88af-b9b526bed568|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:54:50.521Z|8cd6b190-c748-4e79-af4e-bb4a03537786|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:54:50.522Z|8cd6b190-c748-4e79-af4e-bb4a03537786|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:54:50.801Z|07bf20b2-1445-4add-8305-9f198037c2c2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:54:50.802Z|07bf20b2-1445-4add-8305-9f198037c2c2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:54:53.110Z|220e35de-e7d4-4340-a39d-43a6ed7ab0fb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:54:53.111Z|220e35de-e7d4-4340-a39d-43a6ed7ab0fb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:54:55.046Z|dd0e46a6-4fe6-4587-85ca-8c9f0a11d159|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:54:55.046Z|dd0e46a6-4fe6-4587-85ca-8c9f0a11d159|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:54:56.115Z|25f86e4c-74f8-4602-a680-776079e22b47|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:54:56.116Z|25f86e4c-74f8-4602-a680-776079e22b47|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:55:00.549Z|63bc9bad-4670-46ed-a1fd-7d0739aaaec3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:55:00.550Z|63bc9bad-4670-46ed-a1fd-7d0739aaaec3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:55:03.140Z|fe7f1557-609e-464a-9e4c-5de633bfbd24|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:55:03.141Z|fe7f1557-609e-464a-9e4c-5de633bfbd24|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:55:05.075Z|ae7b14a1-28c4-414f-aa5f-f313d058da93|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:55:05.076Z|ae7b14a1-28c4-414f-aa5f-f313d058da93|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:55:05.089Z|c64e4ca2-7477-4157-a0da-8fde3dc4a8df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:55:05.094Z|c64e4ca2-7477-4157-a0da-8fde3dc4a8df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:55:10.580Z|c9546edb-9646-40bc-bcf1-ce14dbbcf1c7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:55:10.580Z|c9546edb-9646-40bc-bcf1-ce14dbbcf1c7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:55:13.167Z|37b028d9-cae6-43d7-b347-1b182a21e1e0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:55:13.168Z|37b028d9-cae6-43d7-b347-1b182a21e1e0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:55:15.104Z|f4c19930-8d30-40a3-b4a7-f937beda2174|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:55:15.105Z|f4c19930-8d30-40a3-b4a7-f937beda2174|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:55:20.089Z|795b37b8-59c0-47c6-b4db-47294f185333|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:55:20.089Z|795b37b8-59c0-47c6-b4db-47294f185333|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:55:20.609Z|fd74eb99-5733-4bf7-b827-a2de7d68d17d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:55:20.610Z|fd74eb99-5733-4bf7-b827-a2de7d68d17d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:55:20.802Z|62e1ea9e-b155-4671-bd06-b1fc2f16c3d7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:55:20.803Z|62e1ea9e-b155-4671-bd06-b1fc2f16c3d7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:55:23.200Z|0507f1bc-4345-46a6-baee-8f8e848989bc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:55:23.201Z|0507f1bc-4345-46a6-baee-8f8e848989bc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:55:25.136Z|eb3bd500-46b9-4d92-8196-a30a33cdba88|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:55:25.137Z|eb3bd500-46b9-4d92-8196-a30a33cdba88|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:55:30.637Z|92d2bb45-2cd0-4694-bbbc-c25d7dd2f743|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:55:30.637Z|92d2bb45-2cd0-4694-bbbc-c25d7dd2f743|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:55:33.228Z|df35753b-3a46-4110-87e2-55bc1d82adbe|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:55:33.228Z|df35753b-3a46-4110-87e2-55bc1d82adbe|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:55:35.089Z|98f11339-90a7-4ba3-b6e3-128ef74ad37b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:55:35.090Z|98f11339-90a7-4ba3-b6e3-128ef74ad37b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:55:35.167Z|c4dd5efe-d7ae-4833-9fa0-2f0f78169e28|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:55:35.168Z|c4dd5efe-d7ae-4833-9fa0-2f0f78169e28|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:55:40.664Z|c4ea1025-d751-44b8-9f69-7a9626b11d4b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:55:40.665Z|c4ea1025-d751-44b8-9f69-7a9626b11d4b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:55:43.258Z|5ef55604-2a51-466b-b444-d84e68e4ecd5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:55:43.259Z|5ef55604-2a51-466b-b444-d84e68e4ecd5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:55:45.197Z|f28f037f-4432-4687-ab43-3f54e6b5f404|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:55:45.198Z|f28f037f-4432-4687-ab43-3f54e6b5f404|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:55:50.089Z|76f92116-f226-4e2f-8540-7fd4dd83a2b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:55:50.094Z|76f92116-f226-4e2f-8540-7fd4dd83a2b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:55:50.717Z|de9168f7-a86e-4756-8c14-eba87f6743bd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:55:50.718Z|de9168f7-a86e-4756-8c14-eba87f6743bd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:55:50.803Z|94b7849a-685a-4192-90be-6cdb43008b6f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:55:50.804Z|94b7849a-685a-4192-90be-6cdb43008b6f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:55:53.285Z|32054377-8a62-4e33-8bdf-877d8d964ed4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:55:53.287Z|32054377-8a62-4e33-8bdf-877d8d964ed4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:55:55.228Z|fb713858-1196-423e-8a6a-50a9cdb72908|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:55:55.228Z|fb713858-1196-423e-8a6a-50a9cdb72908|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:55:56.116Z|3b59bc7f-5fa2-4780-8947-d06d9c9b6623|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:55:56.117Z|3b59bc7f-5fa2-4780-8947-d06d9c9b6623|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:56:00.746Z|ea565d2e-1cbb-4c48-90e6-cd54d7919174|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:56:00.747Z|ea565d2e-1cbb-4c48-90e6-cd54d7919174|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:56:03.344Z|f62f8b29-4304-43c9-848e-32e1dd744279|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:56:03.345Z|f62f8b29-4304-43c9-848e-32e1dd744279|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:56:05.089Z|6856264c-07a5-455b-8566-58509c17c718|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:56:05.089Z|6856264c-07a5-455b-8566-58509c17c718|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:56:05.257Z|fd1c0a45-853e-4bee-b542-a47298fbd7f2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:56:05.258Z|fd1c0a45-853e-4bee-b542-a47298fbd7f2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:56:10.783Z|ddf22f64-8c4c-43db-977a-bf7a9162ac03|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:56:10.784Z|ddf22f64-8c4c-43db-977a-bf7a9162ac03|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:56:13.370Z|ac64604d-c8de-4e64-8ae4-3fc0469ec6f3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:56:13.370Z|ac64604d-c8de-4e64-8ae4-3fc0469ec6f3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:56:15.287Z|836c7940-5445-4622-b34e-9ae27c9f451f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:56:15.288Z|836c7940-5445-4622-b34e-9ae27c9f451f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:56:20.089Z|f32a6275-8095-4728-a4f2-c68d941915d5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:56:20.090Z|f32a6275-8095-4728-a4f2-c68d941915d5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:56:20.806Z|63a1e55c-f2a0-4de0-a4cc-8f8dddd178cc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:56:20.807Z|63a1e55c-f2a0-4de0-a4cc-8f8dddd178cc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:56:20.823Z|6b83b804-df9c-4f4e-bec8-1774945920b7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:56:20.824Z|6b83b804-df9c-4f4e-bec8-1774945920b7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:56:23.399Z|619519fb-5475-4ca6-b3f4-e6ebd827ee97|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:56:23.400Z|619519fb-5475-4ca6-b3f4-e6ebd827ee97|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:56:25.319Z|6194976a-453d-4640-a725-956140dc1c99|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:56:25.320Z|6194976a-453d-4640-a725-956140dc1c99|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:56:30.857Z|71134530-123b-43f0-9d16-a2628f3b59f7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:56:30.858Z|71134530-123b-43f0-9d16-a2628f3b59f7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:56:33.430Z|779aa9ad-5086-4a6d-8f72-4538f1939eb6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:56:33.431Z|779aa9ad-5086-4a6d-8f72-4538f1939eb6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:56:35.089Z|348c2a8b-e50b-4149-8738-715583dd6e38|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:56:35.093Z|348c2a8b-e50b-4149-8738-715583dd6e38|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:56:35.353Z|90894675-0c69-448b-8d93-fa52212955fd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:56:35.353Z|90894675-0c69-448b-8d93-fa52212955fd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:56:40.909Z|1449613e-7459-477c-9d93-7dcda610bbcc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:56:40.912Z|1449613e-7459-477c-9d93-7dcda610bbcc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:56:43.460Z|ed439dc8-c992-489c-9a2e-9eac698ffb68|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:56:43.461Z|ed439dc8-c992-489c-9a2e-9eac698ffb68|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:56:45.388Z|024681b6-1f8c-4ee2-8600-2bba4b90e20b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:56:45.389Z|024681b6-1f8c-4ee2-8600-2bba4b90e20b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:56:50.089Z|e9aaf2d3-e571-419c-b8b0-54f889991df3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:56:50.089Z|e9aaf2d3-e571-419c-b8b0-54f889991df3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:56:50.807Z|a8ee7cca-90f4-4fec-86d1-ec83506544d8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:56:50.808Z|a8ee7cca-90f4-4fec-86d1-ec83506544d8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:56:50.948Z|66c12c63-7f78-49cc-8ebe-23dc7343e028|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:56:50.949Z|66c12c63-7f78-49cc-8ebe-23dc7343e028|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:56:53.484Z|7d021fad-e2ff-444e-ac5d-c73f27774a82|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:56:53.484Z|7d021fad-e2ff-444e-ac5d-c73f27774a82|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:56:55.413Z|54e49549-a69c-4025-b7e2-128ac253226c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:56:55.414Z|54e49549-a69c-4025-b7e2-128ac253226c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:56:56.116Z|ca6bf9ff-9532-47ae-bb88-408e8e554497|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:56:56.117Z|ca6bf9ff-9532-47ae-bb88-408e8e554497|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:57:00.986Z|70133929-b39a-479c-a1c6-e1f0a17a73e1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:57:00.988Z|70133929-b39a-479c-a1c6-e1f0a17a73e1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:57:03.506Z|5613ca6c-a071-44a5-ba0b-791ea93696ad|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:57:03.507Z|5613ca6c-a071-44a5-ba0b-791ea93696ad|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:57:05.089Z|2733affa-3c79-4cad-89d2-352c81b78ee5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:57:05.089Z|2733affa-3c79-4cad-89d2-352c81b78ee5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:57:05.446Z|ce2f9958-313d-42cc-b8d9-56ba38a4deac|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:57:05.448Z|ce2f9958-313d-42cc-b8d9-56ba38a4deac|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:57:11.016Z|6fdad1f4-dc68-420d-8d03-0b76bf790508|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:57:11.016Z|6fdad1f4-dc68-420d-8d03-0b76bf790508|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:57:13.541Z|dffc7532-e30b-4c3f-b1b9-9a7aafd81a46|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:57:13.542Z|dffc7532-e30b-4c3f-b1b9-9a7aafd81a46|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:57:15.479Z|1376b625-982b-4e91-97dc-125d94bbc4c2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:57:15.480Z|1376b625-982b-4e91-97dc-125d94bbc4c2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:57:20.089Z|74ec35b1-7383-4b5e-b498-4458b9c88c30|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:57:20.096Z|74ec35b1-7383-4b5e-b498-4458b9c88c30|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:57:20.808Z|78a21031-c37d-4953-91b4-33f44a95e45c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:57:20.809Z|78a21031-c37d-4953-91b4-33f44a95e45c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:57:21.044Z|0c4467f4-b1bb-44dd-88c0-63687077715c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:57:21.045Z|0c4467f4-b1bb-44dd-88c0-63687077715c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:57:23.573Z|601cd7c3-c8d8-483b-86ee-37bba55e699d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:57:23.573Z|601cd7c3-c8d8-483b-86ee-37bba55e699d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:57:25.512Z|7e3b6a94-b109-4a38-8624-f25133645e62|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:57:25.512Z|7e3b6a94-b109-4a38-8624-f25133645e62|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:57:31.076Z|f8b39566-b490-4fdc-a566-d559587e3954|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:57:31.077Z|f8b39566-b490-4fdc-a566-d559587e3954|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:57:33.603Z|d5ef7889-9b8c-46d5-a411-2f767ed4faca|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:57:33.604Z|d5ef7889-9b8c-46d5-a411-2f767ed4faca|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:57:35.089Z|07d65951-53f3-4691-8346-c951701f0476|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:57:35.089Z|07d65951-53f3-4691-8346-c951701f0476|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:57:35.543Z|6a267de4-c122-4313-8d35-47c4fb311b2d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:57:35.544Z|6a267de4-c122-4313-8d35-47c4fb311b2d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:57:41.110Z|eed4134c-d910-4e26-bf73-30ab612b124b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:57:41.111Z|eed4134c-d910-4e26-bf73-30ab612b124b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:57:43.634Z|55a730e5-3e42-4d3f-8078-0c44d625794c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:57:43.635Z|55a730e5-3e42-4d3f-8078-0c44d625794c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:57:45.577Z|7d577cbb-fde7-4f70-8219-47f194f15f10|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:57:45.579Z|7d577cbb-fde7-4f70-8219-47f194f15f10|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:57:50.089Z|2b711091-5140-44b1-92af-7ae938a2a6e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:57:50.089Z|2b711091-5140-44b1-92af-7ae938a2a6e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:57:50.810Z|da716e0d-c981-4c58-b8bc-97686eabccc6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:57:50.810Z|da716e0d-c981-4c58-b8bc-97686eabccc6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:57:51.137Z|827cbe6f-7382-453e-a160-c44289956236|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:57:51.138Z|827cbe6f-7382-453e-a160-c44289956236|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:57:53.664Z|d3e20408-91c7-4aae-b99b-5e4951c8f428|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:57:53.665Z|d3e20408-91c7-4aae-b99b-5e4951c8f428|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:57:55.609Z|51ad1172-b09a-47b3-b9a1-4bd4ebc18f99|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:57:55.609Z|51ad1172-b09a-47b3-b9a1-4bd4ebc18f99|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:57:56.117Z|98ea4065-507b-4e4a-a291-529a07dd6335|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:57:56.117Z|98ea4065-507b-4e4a-a291-529a07dd6335|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:58:01.169Z|0f362426-3c8f-4467-a739-ba05ecfb31a8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:58:01.169Z|0f362426-3c8f-4467-a739-ba05ecfb31a8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:58:03.694Z|623c6ead-d837-4d6a-828d-409b99a41fbd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:58:03.694Z|623c6ead-d837-4d6a-828d-409b99a41fbd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:58:05.089Z|0f273279-6851-4156-93dd-8f5d412839f5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:58:05.094Z|0f273279-6851-4156-93dd-8f5d412839f5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:58:05.639Z|66472fc0-45ac-4f1a-8afd-af2153d00843|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:58:05.639Z|66472fc0-45ac-4f1a-8afd-af2153d00843|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:58:11.199Z|7eefb252-e1ae-434c-a1ca-3164427b2877|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:58:11.200Z|7eefb252-e1ae-434c-a1ca-3164427b2877|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:58:13.726Z|1e8a57b4-d496-45a6-9828-224fa2985f8e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:58:13.727Z|1e8a57b4-d496-45a6-9828-224fa2985f8e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:58:15.673Z|396bfab1-4dd1-46c6-aee2-0f66f3a32001|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:58:15.674Z|396bfab1-4dd1-46c6-aee2-0f66f3a32001|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:58:20.089Z|eb200a19-e41c-49c3-9f35-2bdd3327c3be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:58:20.089Z|eb200a19-e41c-49c3-9f35-2bdd3327c3be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:58:20.811Z|93230fc8-9acc-49bb-8046-f158dcd4dea8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:58:20.811Z|93230fc8-9acc-49bb-8046-f158dcd4dea8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:58:21.227Z|e1b387e4-1e19-4d5f-8311-a5f8a9e4c2a2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:58:21.227Z|e1b387e4-1e19-4d5f-8311-a5f8a9e4c2a2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:58:23.767Z|d04629fe-2a23-4ced-b2c3-216ffbef2080|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:58:23.767Z|d04629fe-2a23-4ced-b2c3-216ffbef2080|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:58:25.702Z|7ab76d52-f738-4dc2-9f36-b99bee0407ce|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:58:25.703Z|7ab76d52-f738-4dc2-9f36-b99bee0407ce|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:58:31.265Z|d842df34-b385-4069-ad79-d167879872b1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:58:31.266Z|d842df34-b385-4069-ad79-d167879872b1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:58:33.794Z|448596d9-4abd-4dae-9ea6-4b211fa02dc7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:58:33.795Z|448596d9-4abd-4dae-9ea6-4b211fa02dc7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:58:35.089Z|68739cdc-7bf8-42ae-a2c5-f3c1bda3efd5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:58:35.089Z|68739cdc-7bf8-42ae-a2c5-f3c1bda3efd5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:58:35.730Z|1c00e8f0-6e11-41b5-97c2-e89614f7fa1e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:58:35.731Z|1c00e8f0-6e11-41b5-97c2-e89614f7fa1e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:58:41.299Z|c870dda6-7053-4441-a1f0-6a23a045c2e7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:58:41.300Z|c870dda6-7053-4441-a1f0-6a23a045c2e7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:58:43.824Z|e1f48903-9364-447c-9fb7-3fb7f6ef4051|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:58:43.826Z|e1f48903-9364-447c-9fb7-3fb7f6ef4051|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:58:45.762Z|5185ecbd-b0ba-4fae-9f16-1cdc6371a8ca|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:58:45.763Z|5185ecbd-b0ba-4fae-9f16-1cdc6371a8ca|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:58:50.089Z|5e5b2896-553e-4ae1-bbbe-8df0f7717768|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:58:50.092Z|5e5b2896-553e-4ae1-bbbe-8df0f7717768|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:58:50.812Z|9efc3669-7177-4763-a6ba-a610e288682c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:58:50.812Z|9efc3669-7177-4763-a6ba-a610e288682c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:58:51.327Z|7638f5e6-52f2-4c73-bbd5-1660520e0553|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:58:51.327Z|7638f5e6-52f2-4c73-bbd5-1660520e0553|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:58:53.866Z|9bcf42ab-8119-4339-88c3-cc7333b16f8b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:58:53.867Z|9bcf42ab-8119-4339-88c3-cc7333b16f8b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:58:55.796Z|39bc9a27-4590-4bf2-aa2e-bea05d6b02e0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:58:55.796Z|39bc9a27-4590-4bf2-aa2e-bea05d6b02e0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:58:56.117Z|71c25371-4936-4a88-bdb8-f555068aedf1|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:58:56.117Z|71c25371-4936-4a88-bdb8-f555068aedf1|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T03:59:01.355Z|2f038081-85ab-41c1-92be-50ec97b43b70|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:59:01.356Z|2f038081-85ab-41c1-92be-50ec97b43b70|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:59:03.893Z|fae1809f-3c79-4279-ba60-73e28ac53b68|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:59:03.894Z|fae1809f-3c79-4279-ba60-73e28ac53b68|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:59:05.089Z|fbe270b8-d3ce-4f9b-b283-ba708c90fe14|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:59:05.089Z|fbe270b8-d3ce-4f9b-b283-ba708c90fe14|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:59:05.832Z|44c8f8df-2969-4c99-9710-53a239f2e10b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:59:05.833Z|44c8f8df-2969-4c99-9710-53a239f2e10b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:59:11.386Z|e723523c-d366-4470-bdaa-99ee26c1a77a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:59:11.387Z|e723523c-d366-4470-bdaa-99ee26c1a77a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:59:13.923Z|47aabf3d-aa89-43f8-a105-ba9d5f9d05f3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:59:13.924Z|47aabf3d-aa89-43f8-a105-ba9d5f9d05f3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:59:15.864Z|41775291-1026-41ca-8fbc-6440befb27f8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:59:15.865Z|41775291-1026-41ca-8fbc-6440befb27f8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:59:20.089Z|67c58b41-dd30-4777-bb6c-d8eaab97638d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:59:20.089Z|67c58b41-dd30-4777-bb6c-d8eaab97638d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:59:20.813Z|ac62aca8-6eaa-4792-b2aa-97c66acd1432|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:59:20.814Z|ac62aca8-6eaa-4792-b2aa-97c66acd1432|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:59:21.418Z|693ec0c4-3575-4533-a32a-540414299c1d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:59:21.419Z|693ec0c4-3575-4533-a32a-540414299c1d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:59:23.956Z|c8c071f8-629c-4a78-951b-192a04722281|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:59:23.957Z|c8c071f8-629c-4a78-951b-192a04722281|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:59:25.894Z|680baae6-e8ad-4401-8078-c4a6838f527c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:59:25.895Z|680baae6-e8ad-4401-8078-c4a6838f527c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:59:31.447Z|51aaf1f9-0f47-47b5-9aed-fe212460e77c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:59:31.448Z|51aaf1f9-0f47-47b5-9aed-fe212460e77c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:59:33.988Z|1fd3e2f9-4d4d-48f6-bc6e-48d6c305f140|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:59:33.989Z|1fd3e2f9-4d4d-48f6-bc6e-48d6c305f140|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:59:35.089Z|4dbc40b6-53ba-4f10-aa2c-67f46810fdf7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:59:35.094Z|4dbc40b6-53ba-4f10-aa2c-67f46810fdf7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:59:35.926Z|375e3cc9-8b32-4602-b6ad-b4315530cb38|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:59:35.927Z|375e3cc9-8b32-4602-b6ad-b4315530cb38|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:59:41.479Z|2c26ce87-73a7-43d3-a04d-739f4f0aad61|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:59:41.480Z|2c26ce87-73a7-43d3-a04d-739f4f0aad61|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:59:44.023Z|14bcf2c3-644f-4381-a22f-884411229c98|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:59:44.023Z|14bcf2c3-644f-4381-a22f-884411229c98|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:59:45.961Z|ced643bb-9b98-4b57-a0f9-15185b992988|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:59:45.962Z|ced643bb-9b98-4b57-a0f9-15185b992988|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:59:50.089Z|1f437042-13d0-40fd-977f-f6f497abfa3b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:59:50.090Z|1f437042-13d0-40fd-977f-f6f497abfa3b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:59:50.814Z|506c1fda-e8f1-4b97-be0e-01f1ca144ab8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T03:59:50.815Z|506c1fda-e8f1-4b97-be0e-01f1ca144ab8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T03:59:51.513Z|ac194c2e-0a95-4800-bc66-3cd2928fb276|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:59:51.514Z|ac194c2e-0a95-4800-bc66-3cd2928fb276|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:59:54.052Z|c1269294-3d6f-4c76-9b90-9e660158194d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:59:54.053Z|c1269294-3d6f-4c76-9b90-9e660158194d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:59:55.989Z|d10467c7-0d4f-4445-bfcc-1ce6bc6b3afd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T03:59:55.990Z|d10467c7-0d4f-4445-bfcc-1ce6bc6b3afd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T03:59:56.117Z|24aade26-1edb-42f9-b150-753803fa17fb|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T03:59:56.118Z|24aade26-1edb-42f9-b150-753803fa17fb|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:00:01.542Z|a19f923d-5bc2-4d72-aa30-e09b98c51467|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:00:01.543Z|a19f923d-5bc2-4d72-aa30-e09b98c51467|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:00:04.086Z|b63c3ebe-ea32-4f29-8c47-5cede0456a2d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:00:04.087Z|b63c3ebe-ea32-4f29-8c47-5cede0456a2d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:00:05.089Z|850d7bb8-3148-4d1b-9935-45fa87e26929|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:00:05.091Z|850d7bb8-3148-4d1b-9935-45fa87e26929|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:00:06.022Z|4109656d-6bde-4df4-9362-2cc59f1b5f62|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:00:06.022Z|4109656d-6bde-4df4-9362-2cc59f1b5f62|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:00:11.573Z|f30e09c8-6c87-43ff-863a-f093bbf3b4da|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:00:11.573Z|f30e09c8-6c87-43ff-863a-f093bbf3b4da|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:00:14.115Z|47f2a20a-6033-4f9d-aa84-af21d8d2a0e8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:00:14.116Z|47f2a20a-6033-4f9d-aa84-af21d8d2a0e8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:00:16.056Z|264b38c7-6c92-4620-b6a9-370b95697697|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:00:16.057Z|264b38c7-6c92-4620-b6a9-370b95697697|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:00:20.089Z|074869d6-7669-484d-8e31-57c09b805816|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:00:20.093Z|074869d6-7669-484d-8e31-57c09b805816|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:00:20.816Z|42c021b5-6fc7-4b58-b766-23adefdc19d9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:00:20.816Z|42c021b5-6fc7-4b58-b766-23adefdc19d9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:00:21.602Z|5499ecff-9de9-48ce-bc7a-df4992ad02a0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:00:21.603Z|5499ecff-9de9-48ce-bc7a-df4992ad02a0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:00:24.145Z|0dc89baa-25da-4807-a074-3b59cc2cacb2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:00:24.146Z|0dc89baa-25da-4807-a074-3b59cc2cacb2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:00:26.090Z|d1b92edc-9a53-4261-b95b-b0318428d0d5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:00:26.091Z|d1b92edc-9a53-4261-b95b-b0318428d0d5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:00:31.633Z|c8bfbc53-7136-4fe7-a68b-49852ef1d0fe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:00:31.634Z|c8bfbc53-7136-4fe7-a68b-49852ef1d0fe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:00:34.176Z|4af0ba66-cf55-48a9-b68b-67231ba404db|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:00:34.177Z|4af0ba66-cf55-48a9-b68b-67231ba404db|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:00:35.089Z|5244d32b-97d2-4cfc-99f8-7a9b803f8a44|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:00:35.089Z|5244d32b-97d2-4cfc-99f8-7a9b803f8a44|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:00:36.119Z|4af6c8ec-9fc3-4a2b-ad9d-7a6bdb3ae6c4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:00:36.120Z|4af6c8ec-9fc3-4a2b-ad9d-7a6bdb3ae6c4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:00:41.661Z|8931a185-108f-4afb-b074-9723743f7dc1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:00:41.662Z|8931a185-108f-4afb-b074-9723743f7dc1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:00:44.206Z|22323875-e8bf-4455-ae7e-a881c99ae3ac|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:00:44.207Z|22323875-e8bf-4455-ae7e-a881c99ae3ac|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:00:46.148Z|7fe27d0d-cb26-458b-b14a-4bb93bd1de2f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:00:46.149Z|7fe27d0d-cb26-458b-b14a-4bb93bd1de2f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:00:50.089Z|60dd4ceb-06e7-4900-9c5e-a2f7d9016f29|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:00:50.090Z|60dd4ceb-06e7-4900-9c5e-a2f7d9016f29|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:00:50.817Z|932a18a8-2708-46f8-bf89-92ac0f8ed775|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:00:50.817Z|932a18a8-2708-46f8-bf89-92ac0f8ed775|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:00:51.699Z|9856f7fd-cded-4794-927c-40d0b9fa1a76|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:00:51.700Z|9856f7fd-cded-4794-927c-40d0b9fa1a76|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:00:54.236Z|1131581d-5e0c-4747-b9f9-81dd8145df61|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:00:54.237Z|1131581d-5e0c-4747-b9f9-81dd8145df61|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:00:56.123Z|212760e8-6231-43e0-919e-28e247b57d21|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:00:56.125Z|212760e8-6231-43e0-919e-28e247b57d21|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:00:56.179Z|2c36a7b7-70c2-4ff4-9891-8f74433768ff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:00:56.180Z|2c36a7b7-70c2-4ff4-9891-8f74433768ff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:01:01.730Z|8d1fd459-e943-4603-a6fc-07b4c7804aa4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:01:01.730Z|8d1fd459-e943-4603-a6fc-07b4c7804aa4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:01:04.267Z|6f3b4460-bfe6-4650-8765-b645f0dea0b1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:01:04.268Z|6f3b4460-bfe6-4650-8765-b645f0dea0b1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:01:05.089Z|d053c77c-07b5-4a8e-a284-502b29bedbfe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:01:05.094Z|d053c77c-07b5-4a8e-a284-502b29bedbfe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:01:06.206Z|8936917d-ac9b-4956-a77d-3e2242490f1e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:01:06.206Z|8936917d-ac9b-4956-a77d-3e2242490f1e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:01:11.764Z|8395a709-f67d-423f-bdb9-2904bac06aee|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:01:11.765Z|8395a709-f67d-423f-bdb9-2904bac06aee|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:01:14.298Z|972713fc-d037-4c1f-9bda-e28d6e4306c5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:01:14.299Z|972713fc-d037-4c1f-9bda-e28d6e4306c5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:01:16.236Z|ca431f60-eaa9-4d29-bb76-cbc389df2da2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:01:16.236Z|ca431f60-eaa9-4d29-bb76-cbc389df2da2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:01:20.089Z|fe6132c3-f220-4dda-8f04-fa103bf3c488|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:01:20.090Z|fe6132c3-f220-4dda-8f04-fa103bf3c488|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:01:20.818Z|062275b1-815c-42d8-8b13-b0a73abe54e6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:01:20.819Z|062275b1-815c-42d8-8b13-b0a73abe54e6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:01:21.796Z|37c8e75a-1a4f-4784-a9e9-25aa24a713e3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:01:21.797Z|37c8e75a-1a4f-4784-a9e9-25aa24a713e3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:01:24.328Z|f145342f-5188-4563-89cd-c22ff889c6b0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:01:24.329Z|f145342f-5188-4563-89cd-c22ff889c6b0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:01:26.269Z|d8feb8ee-a231-4132-aa21-565f067aa076|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:01:26.270Z|d8feb8ee-a231-4132-aa21-565f067aa076|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:01:31.830Z|4222bcaa-301d-47da-ae0b-497da9bbd839|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:01:31.830Z|4222bcaa-301d-47da-ae0b-497da9bbd839|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:01:34.360Z|21289211-4066-47ea-b5e2-749289cfe5c0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:01:34.361Z|21289211-4066-47ea-b5e2-749289cfe5c0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:01:35.089Z|0ba0f19b-99ea-438c-9fae-49b45378293b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:01:35.089Z|0ba0f19b-99ea-438c-9fae-49b45378293b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:01:36.302Z|0c7f4daa-d6a0-441e-9dd1-a6a1867a8efb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:01:36.303Z|0c7f4daa-d6a0-441e-9dd1-a6a1867a8efb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:01:41.863Z|f7d82dce-3626-4c0c-9529-dfd3a06e7599|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:01:41.864Z|f7d82dce-3626-4c0c-9529-dfd3a06e7599|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:01:44.390Z|20d86f97-833e-45cf-a454-b07918c6b058|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:01:44.391Z|20d86f97-833e-45cf-a454-b07918c6b058|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:01:46.335Z|5bffa3d0-e613-4ab4-b4f9-8a67361db084|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:01:46.336Z|5bffa3d0-e613-4ab4-b4f9-8a67361db084|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:01:50.089Z|6ee1478e-48a8-4a8e-858f-6f431593ff77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:01:50.092Z|6ee1478e-48a8-4a8e-858f-6f431593ff77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:01:50.820Z|59826073-18d4-421b-84e1-8c27d8adff95|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:01:50.820Z|59826073-18d4-421b-84e1-8c27d8adff95|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:01:51.895Z|b526c6ec-040b-4d41-96ea-e2a153539e02|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:01:51.896Z|b526c6ec-040b-4d41-96ea-e2a153539e02|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:01:54.421Z|9cdb38dc-78c6-4400-bd71-e3f27c5c8b30|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:01:54.421Z|9cdb38dc-78c6-4400-bd71-e3f27c5c8b30|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:01:56.116Z|09cc0b08-5b4a-48e7-881b-3ca7bcbb50a0|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:01:56.117Z|09cc0b08-5b4a-48e7-881b-3ca7bcbb50a0|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:01:56.366Z|fa55644c-986d-4a51-ad88-f20010dc7155|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:01:56.367Z|fa55644c-986d-4a51-ad88-f20010dc7155|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:02:01.927Z|c62417ff-69f4-448a-8987-428266503818|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:02:01.928Z|c62417ff-69f4-448a-8987-428266503818|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:02:04.451Z|7697277a-3298-4a59-82e2-cdc5dd1f1acb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:02:04.452Z|7697277a-3298-4a59-82e2-cdc5dd1f1acb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:02:05.089Z|9600ddcc-506f-42d5-98bc-22e713887c16|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:02:05.089Z|9600ddcc-506f-42d5-98bc-22e713887c16|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:02:06.396Z|7672dba2-043b-4e4f-ae38-9b98d53878ec|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:02:06.396Z|7672dba2-043b-4e4f-ae38-9b98d53878ec|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:02:11.964Z|fce17f4f-1ff1-4203-9fa5-27f378795fde|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:02:11.965Z|fce17f4f-1ff1-4203-9fa5-27f378795fde|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:02:14.480Z|d9865508-8d99-4ad6-8ee8-1f3e4fe53819|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:02:14.481Z|d9865508-8d99-4ad6-8ee8-1f3e4fe53819|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:02:16.428Z|7d5964b5-893d-4f25-ba84-89cb6b3c1a57|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:02:16.428Z|7d5964b5-893d-4f25-ba84-89cb6b3c1a57|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:02:20.089Z|8677d046-4572-432f-bbe9-a0b9d055d8c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:02:20.089Z|8677d046-4572-432f-bbe9-a0b9d055d8c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:02:20.821Z|04feb0b2-d750-4580-a1df-fb420993e9ee|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:02:20.821Z|04feb0b2-d750-4580-a1df-fb420993e9ee|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:02:21.996Z|7236a458-c3cc-4265-bf25-eea2ab3774a7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:02:21.997Z|7236a458-c3cc-4265-bf25-eea2ab3774a7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:02:24.511Z|ee7c56a4-c625-4310-87e9-2b4404e01159|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:02:24.512Z|ee7c56a4-c625-4310-87e9-2b4404e01159|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:02:26.472Z|11f2de87-758b-4f25-8874-3e47e1b00efb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:02:26.473Z|11f2de87-758b-4f25-8874-3e47e1b00efb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:02:32.030Z|53580a19-cb91-400d-b215-a105788e8fa2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:02:32.031Z|53580a19-cb91-400d-b215-a105788e8fa2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:02:34.541Z|1af1f81c-4c42-46bf-a868-b248fc229df3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:02:34.542Z|1af1f81c-4c42-46bf-a868-b248fc229df3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:02:35.089Z|8c2d4536-80a1-44d2-a303-fd934e0b82ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:02:35.095Z|8c2d4536-80a1-44d2-a303-fd934e0b82ea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:02:36.503Z|1588cd89-4f50-4358-8337-813deb52c007|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:02:36.503Z|1588cd89-4f50-4358-8337-813deb52c007|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:02:42.062Z|f827c49b-dd27-4960-b92e-7a0966a42ff9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:02:42.063Z|f827c49b-dd27-4960-b92e-7a0966a42ff9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:02:44.572Z|c7d8d965-068d-4899-a906-90705fd43b1b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:02:44.573Z|c7d8d965-068d-4899-a906-90705fd43b1b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:02:46.534Z|6ee86f3d-b93c-40c2-97cb-0e2e4b7d4474|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:02:46.534Z|6ee86f3d-b93c-40c2-97cb-0e2e4b7d4474|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:02:50.089Z|ddac7535-b4ef-4a62-9a28-68bc255df8a4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:02:50.089Z|ddac7535-b4ef-4a62-9a28-68bc255df8a4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:02:50.822Z|6c30bed8-e31b-41d5-86a9-338d103234ae|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:02:50.822Z|6c30bed8-e31b-41d5-86a9-338d103234ae|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:02:52.099Z|280cb778-370a-42de-bc4e-90644bbfaa78|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:02:52.100Z|280cb778-370a-42de-bc4e-90644bbfaa78|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:02:54.600Z|28a6950e-8af3-4b49-b1b6-ad9a2bb4919f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:02:54.600Z|28a6950e-8af3-4b49-b1b6-ad9a2bb4919f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:02:56.116Z|53625321-1f5b-4103-9ee2-e5dcaf596c3e|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:02:56.117Z|53625321-1f5b-4103-9ee2-e5dcaf596c3e|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:02:56.563Z|b0a1fbd4-010e-4714-89ae-efba91f1a316|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:02:56.563Z|b0a1fbd4-010e-4714-89ae-efba91f1a316|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:03:02.130Z|df0d167b-2c3a-4a3e-9c5f-3d530ddd3b24|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:03:02.130Z|df0d167b-2c3a-4a3e-9c5f-3d530ddd3b24|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:03:04.629Z|7048389b-788a-4766-a8ff-fb7fe326005a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:03:04.630Z|7048389b-788a-4766-a8ff-fb7fe326005a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:03:05.089Z|03e59d02-6b88-48ed-a968-a63ee33a09ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:03:05.089Z|03e59d02-6b88-48ed-a968-a63ee33a09ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:03:06.593Z|b60c6ce8-ab75-4813-952e-37690cf104aa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:03:06.594Z|b60c6ce8-ab75-4813-952e-37690cf104aa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:03:12.160Z|abd4d83d-be24-4007-9eed-093d6f1bec07|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:03:12.160Z|abd4d83d-be24-4007-9eed-093d6f1bec07|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:03:14.663Z|2042c7ac-df6b-4c3a-bb4c-4abfde8cb4c3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:03:14.663Z|2042c7ac-df6b-4c3a-bb4c-4abfde8cb4c3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:03:16.625Z|ee1236d6-7087-4258-957c-90030fe9f281|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:03:16.626Z|ee1236d6-7087-4258-957c-90030fe9f281|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:03:20.089Z|3eefa227-38b5-4206-b2a9-6ac7e2fc2a76|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:03:20.093Z|3eefa227-38b5-4206-b2a9-6ac7e2fc2a76|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:03:20.822Z|63a63fbb-b445-4d4f-a328-ffda228a3de9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:03:20.823Z|63a63fbb-b445-4d4f-a328-ffda228a3de9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:03:22.187Z|a41e5bcb-afa1-428a-9b0b-4ffbf981fa16|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:03:22.188Z|a41e5bcb-afa1-428a-9b0b-4ffbf981fa16|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:03:24.697Z|f5f80231-7e36-48cb-9c86-15406843394c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:03:24.697Z|f5f80231-7e36-48cb-9c86-15406843394c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:03:26.657Z|c0456743-0763-4721-b5dc-89cd6b74c6b0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:03:26.658Z|c0456743-0763-4721-b5dc-89cd6b74c6b0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:03:32.221Z|aebc7764-8a9b-4d3c-97a7-0ddbd344b834|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:03:32.221Z|aebc7764-8a9b-4d3c-97a7-0ddbd344b834|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:03:34.732Z|0416e78d-602a-4c1a-be50-a0de717c4886|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:03:34.733Z|0416e78d-602a-4c1a-be50-a0de717c4886|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:03:35.089Z|8f319214-bd78-4a81-bd41-845878da5a70|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:03:35.090Z|8f319214-bd78-4a81-bd41-845878da5a70|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:03:36.689Z|2e58a26d-392b-4826-a486-078fbdfee4d0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:03:36.690Z|2e58a26d-392b-4826-a486-078fbdfee4d0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:03:42.251Z|6d098b4c-dee2-4fe1-8cc5-87a61eaca6ae|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:03:42.251Z|6d098b4c-dee2-4fe1-8cc5-87a61eaca6ae|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:03:44.765Z|e9e1c1fb-f985-4fe0-a3ba-613401fab59d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:03:44.766Z|e9e1c1fb-f985-4fe0-a3ba-613401fab59d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:03:46.722Z|6dad2016-4ecd-49dd-9b91-beebd7245014|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:03:46.723Z|6dad2016-4ecd-49dd-9b91-beebd7245014|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:03:50.089Z|8d921db7-8cea-4fcd-a316-8912cc0fefe3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:03:50.089Z|8d921db7-8cea-4fcd-a316-8912cc0fefe3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:03:50.823Z|7e080136-9b35-480e-94e2-7dbbb6db202c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:03:50.824Z|7e080136-9b35-480e-94e2-7dbbb6db202c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:03:52.282Z|5c2c45d8-07b7-4540-8e47-b89a0ffad05d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:03:52.283Z|5c2c45d8-07b7-4540-8e47-b89a0ffad05d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:03:54.798Z|3db43267-59e0-4cf7-9b46-d877b2c61844|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:03:54.799Z|3db43267-59e0-4cf7-9b46-d877b2c61844|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:03:56.117Z|2318c7f2-860d-4e46-864c-95460cf76dab|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:03:56.118Z|2318c7f2-860d-4e46-864c-95460cf76dab|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:03:56.752Z|3ebea45d-9d4d-4114-9711-ccd4fc10ef65|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:03:56.753Z|3ebea45d-9d4d-4114-9711-ccd4fc10ef65|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:04:02.321Z|9d5a564b-0d5a-452b-889a-3f2ec8eea331|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:04:02.322Z|9d5a564b-0d5a-452b-889a-3f2ec8eea331|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:04:04.831Z|b5976400-8064-470f-815f-b1dc092667d7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:04:04.832Z|b5976400-8064-470f-815f-b1dc092667d7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:04:05.089Z|1421f59f-eb93-4a81-b67a-72ada616f200|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:04:05.093Z|1421f59f-eb93-4a81-b67a-72ada616f200|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:04:06.784Z|1d9d3da4-bf66-4c92-9ee8-3bfb5dd60548|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:04:06.784Z|1d9d3da4-bf66-4c92-9ee8-3bfb5dd60548|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:04:12.371Z|08f2669c-5481-4998-944a-1b8a0099bfd9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:04:12.373Z|08f2669c-5481-4998-944a-1b8a0099bfd9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:04:14.883Z|e848c3f6-a4ae-472d-9e7f-07df3a451d9e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:04:14.885Z|e848c3f6-a4ae-472d-9e7f-07df3a451d9e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:04:16.820Z|388e6198-9730-4a44-98fc-72937a06ff7c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:04:16.822Z|388e6198-9730-4a44-98fc-72937a06ff7c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:04:20.103Z|31fb82e4-34df-4a56-b2ec-021234e0444b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:04:20.110Z|31fb82e4-34df-4a56-b2ec-021234e0444b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:04:20.825Z|f0f712df-7571-41a8-91dc-371633b4b88e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:04:20.827Z|f0f712df-7571-41a8-91dc-371633b4b88e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:04:22.433Z|21851ebd-e5d1-4b7c-a154-a51c6f48170a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:04:22.438Z|21851ebd-e5d1-4b7c-a154-a51c6f48170a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:04:24.923Z|270c79ac-bd04-480d-aaea-f1019d71d2c8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:04:24.924Z|270c79ac-bd04-480d-aaea-f1019d71d2c8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:04:26.854Z|626f91a2-203f-433d-a240-32fbe7f25494|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:04:26.855Z|626f91a2-203f-433d-a240-32fbe7f25494|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:04:32.480Z|74b72231-00e1-474a-8c3f-24abb60adf12|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:04:32.480Z|74b72231-00e1-474a-8c3f-24abb60adf12|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:04:34.955Z|d47e6786-5c73-45b3-8491-5fb06762a738|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:04:34.956Z|d47e6786-5c73-45b3-8491-5fb06762a738|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:04:35.089Z|afe054e3-e37c-447c-aca9-620cfff8fe92|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:04:35.089Z|afe054e3-e37c-447c-aca9-620cfff8fe92|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:04:36.884Z|a4ee15d0-dce7-4da1-909a-cf0f8381acc3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:04:36.885Z|a4ee15d0-dce7-4da1-909a-cf0f8381acc3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:04:42.519Z|2a8d6b95-76d0-4999-845f-b42cfe01fb20|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:04:42.519Z|2a8d6b95-76d0-4999-845f-b42cfe01fb20|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:04:44.986Z|9b19e1fe-a28e-4246-a3d4-fa80de235498|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:04:44.986Z|9b19e1fe-a28e-4246-a3d4-fa80de235498|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:04:46.918Z|d3339a81-8423-43ac-a8d2-d95e4f293750|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:04:46.919Z|d3339a81-8423-43ac-a8d2-d95e4f293750|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:04:50.089Z|05bc65a3-2231-4c21-8570-618446ab37c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:04:50.094Z|05bc65a3-2231-4c21-8570-618446ab37c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:04:50.828Z|cbc3f505-5494-4f21-ba21-d565100b0a57|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:04:50.828Z|cbc3f505-5494-4f21-ba21-d565100b0a57|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:04:52.551Z|59151b68-2cfc-4d67-93d5-00af44821fb6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:04:52.552Z|59151b68-2cfc-4d67-93d5-00af44821fb6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:04:55.015Z|ab1f3de9-8fad-4479-be69-909ec43a5635|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:04:55.016Z|ab1f3de9-8fad-4479-be69-909ec43a5635|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:04:56.117Z|6f10b92d-9876-441f-9707-8cde8ba6d8cb|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:04:56.118Z|6f10b92d-9876-441f-9707-8cde8ba6d8cb|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:04:56.950Z|cc10c022-b1b2-401b-883b-656d2fcd6338|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:04:56.950Z|cc10c022-b1b2-401b-883b-656d2fcd6338|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:05:02.592Z|269c7782-3e7f-4512-8942-50d73835097e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:05:02.593Z|269c7782-3e7f-4512-8942-50d73835097e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:05:05.049Z|d9735882-f466-4567-8bb6-bb191538412a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:05:05.050Z|d9735882-f466-4567-8bb6-bb191538412a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:05:05.089Z|e46950a7-875c-4401-b869-8551fe10e7c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:05:05.089Z|e46950a7-875c-4401-b869-8551fe10e7c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:05:06.984Z|ff8fe3ff-1579-4cc5-8e86-8f5c27844055|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:05:06.985Z|ff8fe3ff-1579-4cc5-8e86-8f5c27844055|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:05:12.626Z|0e7047a2-0c4a-4d26-a28c-a25a628ab335|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:05:12.627Z|0e7047a2-0c4a-4d26-a28c-a25a628ab335|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:05:15.083Z|3bb88034-8ba5-4c5c-a621-4cc25d7ae459|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:05:15.084Z|3bb88034-8ba5-4c5c-a621-4cc25d7ae459|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:05:17.016Z|9f134b1c-13f2-49f4-bc72-041b806d3c84|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:05:17.017Z|9f134b1c-13f2-49f4-bc72-041b806d3c84|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:05:20.089Z|083eaeb1-a7ef-4534-ab86-32239c5ef970|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:05:20.089Z|083eaeb1-a7ef-4534-ab86-32239c5ef970|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:05:20.829Z|b47ecc47-2e2b-4b67-be58-f00557a734a0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:05:20.830Z|b47ecc47-2e2b-4b67-be58-f00557a734a0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:05:22.658Z|83064ea4-b53b-4357-a0b4-356178256462|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:05:22.658Z|83064ea4-b53b-4357-a0b4-356178256462|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:05:25.116Z|f63f0d27-4bf4-4b8b-8c69-fc7b7f561790|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:05:25.117Z|f63f0d27-4bf4-4b8b-8c69-fc7b7f561790|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:05:27.050Z|083eaa01-a9f9-47cf-ac60-d52ff8a07068|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:05:27.051Z|083eaa01-a9f9-47cf-ac60-d52ff8a07068|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:05:32.691Z|25185b00-0598-47e3-97ba-fea591d20fef|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:05:32.691Z|25185b00-0598-47e3-97ba-fea591d20fef|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:05:35.089Z|fbae840e-060a-4a54-a88a-319cc893df76|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:05:35.089Z|fbae840e-060a-4a54-a88a-319cc893df76|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:05:35.146Z|8449c2d9-ef67-4e62-9eae-e14b3cfe1b14|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:05:35.147Z|8449c2d9-ef67-4e62-9eae-e14b3cfe1b14|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:05:37.083Z|c1997c76-a766-4342-aa89-b559ee2f9ea4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:05:37.083Z|c1997c76-a766-4342-aa89-b559ee2f9ea4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:05:42.723Z|45d38c1f-e725-4866-94b5-c2060c728c09|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:05:42.723Z|45d38c1f-e725-4866-94b5-c2060c728c09|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:05:45.176Z|a037da9d-087c-4052-b4a5-f6100e588997|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:05:45.176Z|a037da9d-087c-4052-b4a5-f6100e588997|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:05:47.114Z|ae4b72a3-4383-4085-b5b1-75b7998e1449|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:05:47.116Z|ae4b72a3-4383-4085-b5b1-75b7998e1449|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:05:50.089Z|6a36aa43-3a94-4b62-8251-c65e5bac7608|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:05:50.089Z|6a36aa43-3a94-4b62-8251-c65e5bac7608|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:05:50.830Z|e8b6b1cd-d2d5-4d39-9b5c-d2166db9bbbd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:05:50.831Z|e8b6b1cd-d2d5-4d39-9b5c-d2166db9bbbd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:05:52.755Z|e247f536-9ba4-4e1e-8c64-2fdabccdab1f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:05:52.756Z|e247f536-9ba4-4e1e-8c64-2fdabccdab1f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:05:55.205Z|121c4f81-57e8-4162-8614-9c437aae8ce6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:05:55.206Z|121c4f81-57e8-4162-8614-9c437aae8ce6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:05:56.116Z|d518435a-8d32-4bf2-a2bb-9d78a8debd19|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:05:56.117Z|d518435a-8d32-4bf2-a2bb-9d78a8debd19|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:05:57.145Z|d2d047b2-9e86-4670-a013-21fdc48abb98|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:05:57.145Z|d2d047b2-9e86-4670-a013-21fdc48abb98|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:06:02.788Z|3f3ec055-15e5-4ec1-9f62-ea7d37f14cd7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:06:02.789Z|3f3ec055-15e5-4ec1-9f62-ea7d37f14cd7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:06:05.089Z|29d33b48-e212-46b0-ab08-3f33288d659c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:06:05.093Z|29d33b48-e212-46b0-ab08-3f33288d659c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:06:05.239Z|25f42838-776e-44bc-a304-cb4935e3a850|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:06:05.240Z|25f42838-776e-44bc-a304-cb4935e3a850|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:06:07.178Z|66314767-43e3-4418-9a07-0afc3f96aa1d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:06:07.179Z|66314767-43e3-4418-9a07-0afc3f96aa1d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:06:12.822Z|a0eb505b-3929-4493-9767-0e16afdb44a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:06:12.823Z|a0eb505b-3929-4493-9767-0e16afdb44a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:06:15.272Z|eee10095-fd14-439c-ad83-9209b110dc72|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:06:15.273Z|eee10095-fd14-439c-ad83-9209b110dc72|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:06:17.209Z|315b566b-152d-4a81-a7de-d24f226de358|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:06:17.210Z|315b566b-152d-4a81-a7de-d24f226de358|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:06:20.089Z|99160f8a-239f-4653-8cd0-715f72455e66|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:06:20.089Z|99160f8a-239f-4653-8cd0-715f72455e66|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:06:20.832Z|09fcd5aa-b90a-463d-a117-9e15cc7871ec|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:06:20.832Z|09fcd5aa-b90a-463d-a117-9e15cc7871ec|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:06:22.854Z|f25f1518-bebc-49e6-bfca-47c88540811b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:06:22.855Z|f25f1518-bebc-49e6-bfca-47c88540811b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:06:25.304Z|37fa3ded-51e7-4382-b0f9-d21dc9cdf2d6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:06:25.305Z|37fa3ded-51e7-4382-b0f9-d21dc9cdf2d6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:06:27.234Z|8fae99f7-7025-4682-b016-abca9867f4db|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:06:27.235Z|8fae99f7-7025-4682-b016-abca9867f4db|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:06:32.896Z|8d1da6ef-6404-4bca-aced-21ebeb05ffe9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:06:32.897Z|8d1da6ef-6404-4bca-aced-21ebeb05ffe9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:06:35.089Z|ee3cc306-d0e1-449e-93db-cd4d3ef91ec6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:06:35.089Z|ee3cc306-d0e1-449e-93db-cd4d3ef91ec6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:06:35.335Z|5b9a5f9c-fbe9-46b8-9173-41dace67fff5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:06:35.336Z|5b9a5f9c-fbe9-46b8-9173-41dace67fff5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:06:37.267Z|4d906e9b-2645-41aa-84a8-9cf283eb7cf7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:06:37.268Z|4d906e9b-2645-41aa-84a8-9cf283eb7cf7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:06:42.929Z|c97ec85f-ecac-441f-832d-6383ef5a09a0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:06:42.929Z|c97ec85f-ecac-441f-832d-6383ef5a09a0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:06:45.369Z|e93e8f00-eade-4ad4-a993-441a621c82d7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:06:45.370Z|e93e8f00-eade-4ad4-a993-441a621c82d7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:06:47.299Z|639702bb-9f8c-4380-9ae9-7b92aed443ef|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:06:47.300Z|639702bb-9f8c-4380-9ae9-7b92aed443ef|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:06:50.089Z|3e40b34c-085d-48bf-9f62-4b7ee726649f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:06:50.089Z|3e40b34c-085d-48bf-9f62-4b7ee726649f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:06:50.833Z|0dbae774-acda-4eca-b144-7a9f6f6a0851|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:06:50.833Z|0dbae774-acda-4eca-b144-7a9f6f6a0851|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:06:52.960Z|8000a7bb-3bae-40e9-8485-2fde7488ed43|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:06:52.961Z|8000a7bb-3bae-40e9-8485-2fde7488ed43|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:06:55.402Z|e0109ce7-2b61-4cc4-b6b5-c6e0fe725d94|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:06:55.403Z|e0109ce7-2b61-4cc4-b6b5-c6e0fe725d94|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:06:56.116Z|293b0cfb-8ed9-498e-80e7-0ccc3ada1100|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:06:56.117Z|293b0cfb-8ed9-498e-80e7-0ccc3ada1100|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:06:57.329Z|06f7fcdc-1449-4f1a-95d4-6df33644d6ed|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:06:57.330Z|06f7fcdc-1449-4f1a-95d4-6df33644d6ed|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:07:02.988Z|a78ee634-51ad-4776-9d95-6143742a5b93|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:07:02.988Z|a78ee634-51ad-4776-9d95-6143742a5b93|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:07:05.089Z|8ac6b3fe-6b5f-490f-8a6d-003e6c78e805|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:07:05.089Z|8ac6b3fe-6b5f-490f-8a6d-003e6c78e805|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:07:05.434Z|a5696cc1-3be7-44f9-a72c-0a211a757597|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:07:05.435Z|a5696cc1-3be7-44f9-a72c-0a211a757597|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:07:07.359Z|86a443cb-03d7-4433-b82c-af395d029755|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:07:07.360Z|86a443cb-03d7-4433-b82c-af395d029755|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:07:13.028Z|5c113c1d-62ab-427f-a145-f05e4d57e6c2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:07:13.029Z|5c113c1d-62ab-427f-a145-f05e4d57e6c2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:07:15.467Z|acf08c6a-b11d-40f9-8836-4c17e99f55a8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:07:15.468Z|acf08c6a-b11d-40f9-8836-4c17e99f55a8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:07:17.390Z|bf283a89-aa19-4f8b-8213-b8a723a1da51|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:07:17.392Z|bf283a89-aa19-4f8b-8213-b8a723a1da51|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:07:20.089Z|2948f2a0-eac8-484f-ae51-d3e46348656e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:07:20.093Z|2948f2a0-eac8-484f-ae51-d3e46348656e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:07:20.834Z|49eb8d51-137f-42a7-b377-29008165468e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:07:20.834Z|49eb8d51-137f-42a7-b377-29008165468e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:07:23.063Z|8811a2f4-bbfc-4070-93f1-d4c90ec5de32|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:07:23.063Z|8811a2f4-bbfc-4070-93f1-d4c90ec5de32|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:07:25.496Z|ccd459ad-d0f9-483f-b4e2-4e2e7864d197|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:07:25.497Z|ccd459ad-d0f9-483f-b4e2-4e2e7864d197|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:07:27.422Z|0868b848-270d-41ff-8b5f-7f76c431c6ee|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:07:27.423Z|0868b848-270d-41ff-8b5f-7f76c431c6ee|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:07:33.098Z|db787b9e-b3b8-4002-8a70-bbe4fc53e773|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:07:33.100Z|db787b9e-b3b8-4002-8a70-bbe4fc53e773|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:07:35.089Z|5d60af74-e0a5-4c4f-9901-9b4529bb58f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:07:35.089Z|5d60af74-e0a5-4c4f-9901-9b4529bb58f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:07:35.525Z|89287c39-6873-42bf-916f-f5892a9300c6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:07:35.525Z|89287c39-6873-42bf-916f-f5892a9300c6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:07:37.453Z|0fc81b92-892a-4f13-bc50-724c7ae2ad98|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:07:37.454Z|0fc81b92-892a-4f13-bc50-724c7ae2ad98|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:07:43.140Z|b33fb889-ff09-498c-ae15-4e0ccbfe72fb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:07:43.141Z|b33fb889-ff09-498c-ae15-4e0ccbfe72fb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:07:45.558Z|ecb03583-492c-416b-8a1b-ad1c96831a66|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:07:45.560Z|ecb03583-492c-416b-8a1b-ad1c96831a66|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:07:47.485Z|24f00be7-384f-4f68-83d8-17c97bc03bdc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:07:47.486Z|24f00be7-384f-4f68-83d8-17c97bc03bdc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:07:50.089Z|d9de1361-11ef-407f-a4b0-d8deaec023b1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:07:50.093Z|d9de1361-11ef-407f-a4b0-d8deaec023b1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:07:50.835Z|b3cc6d14-de9e-41f2-9bdd-ec3234eef403|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:07:50.836Z|b3cc6d14-de9e-41f2-9bdd-ec3234eef403|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:07:53.169Z|6810f168-7b5d-4fa9-af58-962674318257|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:07:53.169Z|6810f168-7b5d-4fa9-af58-962674318257|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:07:55.591Z|8714728a-7131-45fd-a72b-a11835eb7df7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:07:55.592Z|8714728a-7131-45fd-a72b-a11835eb7df7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:07:56.118Z|8ff34279-a330-46e4-9073-c7a2d6b5dc14|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:07:56.119Z|8ff34279-a330-46e4-9073-c7a2d6b5dc14|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:07:57.517Z|c8af2b66-fb01-45f8-b517-92308caa413b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:07:57.517Z|c8af2b66-fb01-45f8-b517-92308caa413b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:08:03.203Z|48270dea-d9cb-42fe-8561-dfeec69f3511|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:08:03.203Z|48270dea-d9cb-42fe-8561-dfeec69f3511|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:08:05.089Z|6a5416d0-3e23-41b4-a7a4-b599c3ab98ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:08:05.093Z|6a5416d0-3e23-41b4-a7a4-b599c3ab98ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:08:05.625Z|f3fe3873-1772-4b3a-8b50-f3d04ae59b48|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:08:05.626Z|f3fe3873-1772-4b3a-8b50-f3d04ae59b48|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:08:07.549Z|3d75192d-5ed0-405a-8733-5d0a7a269e52|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:08:07.550Z|3d75192d-5ed0-405a-8733-5d0a7a269e52|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:08:13.234Z|8af8747e-9b11-4f45-a24d-57208e4ed77b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:08:13.234Z|8af8747e-9b11-4f45-a24d-57208e4ed77b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:08:15.656Z|90ec1c2d-430e-4141-a872-9cb11c6b5ffc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:08:15.656Z|90ec1c2d-430e-4141-a872-9cb11c6b5ffc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:08:17.582Z|4b3e91df-9684-4b27-a8e7-953d40da8bd5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:08:17.583Z|4b3e91df-9684-4b27-a8e7-953d40da8bd5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:08:20.089Z|348ac022-d084-4f5d-a27f-257849e9c02b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:08:20.089Z|348ac022-d084-4f5d-a27f-257849e9c02b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:08:20.836Z|ebda1174-ba9a-4c03-a0f8-57b4b373b935|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:08:20.837Z|ebda1174-ba9a-4c03-a0f8-57b4b373b935|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:08:23.266Z|2bbc3dd3-14d6-4260-8983-5e03cf90a4dd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:08:23.267Z|2bbc3dd3-14d6-4260-8983-5e03cf90a4dd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:08:25.687Z|22b1794a-25fe-40d3-939b-19b078408b2f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:08:25.687Z|22b1794a-25fe-40d3-939b-19b078408b2f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:08:27.620Z|495810a0-c1c3-4c76-a21c-18d349c9ec40|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:08:27.621Z|495810a0-c1c3-4c76-a21c-18d349c9ec40|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:08:33.298Z|7a29ca70-d53a-45a7-b0c8-2861a48e9eef|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:08:33.299Z|7a29ca70-d53a-45a7-b0c8-2861a48e9eef|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:08:35.089Z|5809190d-2725-4155-8645-d292df098c33|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:08:35.090Z|5809190d-2725-4155-8645-d292df098c33|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:08:35.719Z|06239a1d-0680-4e98-9919-d823a85ee7ca|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:08:35.719Z|06239a1d-0680-4e98-9919-d823a85ee7ca|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:08:37.651Z|935feced-d95b-4fa6-b68b-5f84cc80e8d9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:08:37.651Z|935feced-d95b-4fa6-b68b-5f84cc80e8d9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:08:43.340Z|c2c140d2-9f97-47e9-8b55-9d40d474ad64|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:08:43.341Z|c2c140d2-9f97-47e9-8b55-9d40d474ad64|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:08:45.752Z|072ddc8f-a01e-4648-b87b-881fbc68f61d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:08:45.753Z|072ddc8f-a01e-4648-b87b-881fbc68f61d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:08:47.682Z|b0c02fd4-265d-4639-ad97-dd0451654562|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:08:47.682Z|b0c02fd4-265d-4639-ad97-dd0451654562|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:08:50.089Z|7e617157-1068-4940-9c32-d8b19a3011e0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:08:50.093Z|7e617157-1068-4940-9c32-d8b19a3011e0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:08:50.838Z|dcb8e7f2-5db6-4558-9cc3-443375bb47b8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:08:50.838Z|dcb8e7f2-5db6-4558-9cc3-443375bb47b8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:08:53.373Z|06e9dca0-2160-4a57-851f-5312ffae0ab0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:08:53.374Z|06e9dca0-2160-4a57-851f-5312ffae0ab0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:08:55.782Z|0ba1615b-9aed-4668-83a0-1e290983188f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:08:55.782Z|0ba1615b-9aed-4668-83a0-1e290983188f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:08:56.116Z|5bf500e6-20bc-4622-896b-74e1e3d6a020|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:08:56.117Z|5bf500e6-20bc-4622-896b-74e1e3d6a020|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:08:57.708Z|730c5c71-45e1-4aa3-a364-b20c6a1b69b3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:08:57.708Z|730c5c71-45e1-4aa3-a364-b20c6a1b69b3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:09:03.421Z|dba60ec4-45f0-4ca6-8b29-55eee9a50dee|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:09:03.421Z|dba60ec4-45f0-4ca6-8b29-55eee9a50dee|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:09:05.089Z|81404339-1e8a-4d79-bb53-c853c69d2602|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:09:05.089Z|81404339-1e8a-4d79-bb53-c853c69d2602|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:09:05.815Z|9e37b609-5981-4f80-920e-dc3d69725fd6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:09:05.816Z|9e37b609-5981-4f80-920e-dc3d69725fd6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:09:07.738Z|fb53fa90-6896-4ca1-b9b9-6382397d3aad|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:09:07.739Z|fb53fa90-6896-4ca1-b9b9-6382397d3aad|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:09:13.452Z|ad03eb85-6895-419f-9690-6cbfe22dd8c4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:09:13.453Z|ad03eb85-6895-419f-9690-6cbfe22dd8c4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:09:15.844Z|6b46cc38-b5bb-46b7-b5f7-bb161de860ca|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:09:15.844Z|6b46cc38-b5bb-46b7-b5f7-bb161de860ca|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:09:17.770Z|fbaa426f-fe41-46aa-a5f9-4b85003d4249|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:09:17.771Z|fbaa426f-fe41-46aa-a5f9-4b85003d4249|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:09:20.089Z|f6a71ddb-a14e-452d-9d04-2817b0e8cf4e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:09:20.089Z|f6a71ddb-a14e-452d-9d04-2817b0e8cf4e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:09:20.839Z|c6b6d1e1-ef3c-4a7b-befb-a0a87860b4be|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:09:20.840Z|c6b6d1e1-ef3c-4a7b-befb-a0a87860b4be|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:09:23.477Z|4924d88a-2bbb-43b4-ae23-8bbc33231b87|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:09:23.477Z|4924d88a-2bbb-43b4-ae23-8bbc33231b87|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:09:25.872Z|7d3af281-6cb1-43ac-98f1-4259967d3fbb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:09:25.873Z|7d3af281-6cb1-43ac-98f1-4259967d3fbb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:09:27.801Z|e4ee546f-8bc5-435c-8048-176aa9d5574f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:09:27.802Z|e4ee546f-8bc5-435c-8048-176aa9d5574f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:09:33.500Z|6d4a5220-e8c4-4c44-aad6-e989187b1b87|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:09:33.501Z|6d4a5220-e8c4-4c44-aad6-e989187b1b87|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:09:35.089Z|608e9a83-79f5-435b-a816-413177e77727|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:09:35.093Z|608e9a83-79f5-435b-a816-413177e77727|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:09:35.904Z|adb9a511-21fd-40c4-807f-17fc87457460|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:09:35.905Z|adb9a511-21fd-40c4-807f-17fc87457460|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:09:37.838Z|60e3a453-76d6-4167-81ef-521398b325d9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:09:37.839Z|60e3a453-76d6-4167-81ef-521398b325d9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:09:43.528Z|c0962552-bf00-4540-8cbd-a286c5c22a19|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:09:43.528Z|c0962552-bf00-4540-8cbd-a286c5c22a19|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:09:45.935Z|1a32decc-e3b2-450a-8218-1a76cbc52f8b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:09:45.936Z|1a32decc-e3b2-450a-8218-1a76cbc52f8b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:09:47.871Z|bd334fb6-90ef-4266-bdbc-753a60b107dc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:09:47.872Z|bd334fb6-90ef-4266-bdbc-753a60b107dc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:09:50.089Z|8757c591-4a99-4637-975b-f6f85ac46ebb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:09:50.090Z|8757c591-4a99-4637-975b-f6f85ac46ebb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:09:50.840Z|ec117c16-3a42-4243-99ab-28a2ecaa8dc3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:09:50.841Z|ec117c16-3a42-4243-99ab-28a2ecaa8dc3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:09:53.557Z|9b275555-dfd9-4dbf-9c2b-53c0089610e6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:09:53.557Z|9b275555-dfd9-4dbf-9c2b-53c0089610e6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:09:55.968Z|bac0ef32-05f2-4679-a842-e6b0058716e9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:09:55.968Z|bac0ef32-05f2-4679-a842-e6b0058716e9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:09:56.115Z|c1f4e967-ffde-44da-a06b-5f4b50ad941e|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:09:56.116Z|c1f4e967-ffde-44da-a06b-5f4b50ad941e|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:09:57.901Z|c18115b3-8d30-48cb-8765-0fc8b809faea|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:09:57.902Z|c18115b3-8d30-48cb-8765-0fc8b809faea|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:10:03.589Z|f2e3ccae-2880-4a54-84b0-4a264fa81a4a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:10:03.589Z|f2e3ccae-2880-4a54-84b0-4a264fa81a4a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:10:05.089Z|6cda4482-547b-4cb5-9237-93e66388bb94|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:10:05.090Z|6cda4482-547b-4cb5-9237-93e66388bb94|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:10:06.000Z|ec7cd920-f5a0-4050-89a8-7a686ed10d6e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:10:06.001Z|ec7cd920-f5a0-4050-89a8-7a686ed10d6e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:10:07.935Z|4cad4230-5cde-4b75-b3cf-0729b646cfa6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:10:07.936Z|4cad4230-5cde-4b75-b3cf-0729b646cfa6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:10:13.622Z|74107fd4-bb87-4c6c-b40c-873dc82db58a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:10:13.623Z|74107fd4-bb87-4c6c-b40c-873dc82db58a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:10:16.030Z|ab7e87a3-0915-462d-8734-639c76298968|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:10:16.031Z|ab7e87a3-0915-462d-8734-639c76298968|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:10:17.963Z|5c08f366-73ac-4bd2-83f2-9767fbf84a0f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:10:17.964Z|5c08f366-73ac-4bd2-83f2-9767fbf84a0f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:10:20.089Z|374e1566-72a0-4cee-9b9e-43d0778f54b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:10:20.093Z|374e1566-72a0-4cee-9b9e-43d0778f54b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:10:20.841Z|66ed4d66-0e99-4e10-bebc-1ae89d1e1d81|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:10:20.842Z|66ed4d66-0e99-4e10-bebc-1ae89d1e1d81|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:10:23.650Z|5116b2ea-444e-49c4-8ee1-d5dedc995ea5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:10:23.651Z|5116b2ea-444e-49c4-8ee1-d5dedc995ea5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:10:26.062Z|cb3b0828-49f8-44e4-afb4-523dbddd91e6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:10:26.063Z|cb3b0828-49f8-44e4-afb4-523dbddd91e6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:10:27.987Z|e35dac9f-dbfd-4d74-aab2-c1dd12426656|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:10:27.988Z|e35dac9f-dbfd-4d74-aab2-c1dd12426656|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:10:33.684Z|953ed454-c737-479c-bcef-62fd25ee3a93|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:10:33.684Z|953ed454-c737-479c-bcef-62fd25ee3a93|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:10:35.089Z|1cbab727-d0be-4652-a667-15c63566a384|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:10:35.089Z|1cbab727-d0be-4652-a667-15c63566a384|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:10:36.093Z|23dc0706-fa60-4d56-a939-e5adfc5f8c49|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:10:36.094Z|23dc0706-fa60-4d56-a939-e5adfc5f8c49|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:10:38.025Z|4cd31baa-c72b-4f79-992f-d3c280684892|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:10:38.026Z|4cd31baa-c72b-4f79-992f-d3c280684892|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:10:43.715Z|e4439c21-5fe7-4848-9c99-1e30a71b19ba|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:10:43.716Z|e4439c21-5fe7-4848-9c99-1e30a71b19ba|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:10:46.117Z|96c98cec-d8b1-4a87-9b70-0152dbed30a9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:10:46.118Z|96c98cec-d8b1-4a87-9b70-0152dbed30a9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:10:48.058Z|60cd9574-8715-4d46-b875-96285f4f61d2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:10:48.059Z|60cd9574-8715-4d46-b875-96285f4f61d2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:10:50.089Z|dfaf1b14-9520-4cf7-9fb6-61bdc9b26fac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:10:50.090Z|dfaf1b14-9520-4cf7-9fb6-61bdc9b26fac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:10:50.843Z|31a9d4e8-be62-41ea-936f-5e3ca483ecc1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:10:50.843Z|31a9d4e8-be62-41ea-936f-5e3ca483ecc1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:10:53.748Z|ae335dfe-5420-4468-b83d-ada44e4ee4aa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:10:53.748Z|ae335dfe-5420-4468-b83d-ada44e4ee4aa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:10:56.116Z|fdf0646b-1af9-45c9-861b-24e90f9d21a8|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:10:56.117Z|fdf0646b-1af9-45c9-861b-24e90f9d21a8|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:10:56.151Z|81116a24-b06c-4148-8555-2a7b4d41e385|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:10:56.152Z|81116a24-b06c-4148-8555-2a7b4d41e385|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:10:58.095Z|27556575-6814-4399-b19a-36141973329a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:10:58.095Z|27556575-6814-4399-b19a-36141973329a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:11:03.788Z|48ab08c3-718b-457b-a99a-85cdef84b58b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:11:03.789Z|48ab08c3-718b-457b-a99a-85cdef84b58b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:11:05.089Z|79270368-3199-493d-b833-16f24bcd90b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:11:05.093Z|79270368-3199-493d-b833-16f24bcd90b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:11:06.180Z|4d8c7d11-580a-41ce-9fed-19e251c6cbd0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:11:06.181Z|4d8c7d11-580a-41ce-9fed-19e251c6cbd0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:11:08.126Z|f409c02c-86c7-4f85-8d5f-ae20d8d25df1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:11:08.126Z|f409c02c-86c7-4f85-8d5f-ae20d8d25df1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:11:13.816Z|3908e1bb-ee2d-41bb-b1c5-57a90555dd93|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:11:13.817Z|3908e1bb-ee2d-41bb-b1c5-57a90555dd93|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:11:16.211Z|ad2b3561-8d98-4ea5-95dc-1b0cde953170|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:11:16.212Z|ad2b3561-8d98-4ea5-95dc-1b0cde953170|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:11:18.153Z|5965ab7d-4c46-4eb9-9699-5c822def874c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:11:18.154Z|5965ab7d-4c46-4eb9-9699-5c822def874c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:11:20.089Z|b870d174-50fd-462d-a77c-9b6d7ccae8a1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:11:20.090Z|b870d174-50fd-462d-a77c-9b6d7ccae8a1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:11:20.844Z|3a2f4774-8bc4-40f6-8b06-41d57f4bb349|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:11:20.845Z|3a2f4774-8bc4-40f6-8b06-41d57f4bb349|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:11:23.844Z|751283c3-aa69-4358-81c5-fdf52ab8f56e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:11:23.845Z|751283c3-aa69-4358-81c5-fdf52ab8f56e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:11:26.287Z|51ffc90c-b380-48cb-b3d2-6fd841a1cc86|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:11:26.289Z|51ffc90c-b380-48cb-b3d2-6fd841a1cc86|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:11:28.184Z|9af39d2e-4e83-4f7c-a2dc-4932a239042b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:11:28.185Z|9af39d2e-4e83-4f7c-a2dc-4932a239042b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:11:33.896Z|5f92663d-5666-4045-87ab-8b05724a6535|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:11:33.899Z|5f92663d-5666-4045-87ab-8b05724a6535|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:11:35.089Z|e03a1476-b1f3-4c17-af64-c3253c4329e5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:11:35.090Z|e03a1476-b1f3-4c17-af64-c3253c4329e5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:11:36.327Z|1c5d8238-396c-4d5d-9158-83a6f6ec7580|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:11:36.328Z|1c5d8238-396c-4d5d-9158-83a6f6ec7580|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:11:38.214Z|a6d3cb97-4649-411f-9811-3a1fbb0320cb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:11:38.214Z|a6d3cb97-4649-411f-9811-3a1fbb0320cb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:11:43.925Z|08f48df3-899a-4f17-8585-a085d1ed034b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:11:43.926Z|08f48df3-899a-4f17-8585-a085d1ed034b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:11:46.359Z|541a6018-e6ab-4717-a1f9-b2cd6764ad55|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:11:46.360Z|541a6018-e6ab-4717-a1f9-b2cd6764ad55|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:11:48.242Z|e1377602-4477-4523-ba1d-bfff975cefa6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:11:48.243Z|e1377602-4477-4523-ba1d-bfff975cefa6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:11:50.089Z|d4c5c999-c9ec-43f5-997f-c2f60149ca42|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:11:50.093Z|d4c5c999-c9ec-43f5-997f-c2f60149ca42|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:11:50.845Z|8db3302c-db30-4d5b-9eb3-b6f8ed99d8ba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:11:50.846Z|8db3302c-db30-4d5b-9eb3-b6f8ed99d8ba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:11:53.955Z|454ddaae-0fe5-4679-97da-630ac6744503|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:11:53.956Z|454ddaae-0fe5-4679-97da-630ac6744503|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:11:56.125Z|4c697d64-f38d-4a88-926c-1504a3fdcd18|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:11:56.127Z|4c697d64-f38d-4a88-926c-1504a3fdcd18|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:11:56.390Z|d38661b8-ef42-4e4c-b811-4e3fbf17adfd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:11:56.391Z|d38661b8-ef42-4e4c-b811-4e3fbf17adfd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:11:58.273Z|d63b5e23-6dec-4023-a317-ea7b07832cc1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:11:58.274Z|d63b5e23-6dec-4023-a317-ea7b07832cc1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:12:03.985Z|6ae0977d-affb-44e8-82d5-a9aa183838c7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:12:03.986Z|6ae0977d-affb-44e8-82d5-a9aa183838c7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:12:05.089Z|d733078c-f2df-4d9d-9c95-2cd9665e025f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:12:05.089Z|d733078c-f2df-4d9d-9c95-2cd9665e025f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:12:06.422Z|fab65444-ed1e-4000-be72-2f8a948e8a38|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:12:06.423Z|fab65444-ed1e-4000-be72-2f8a948e8a38|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:12:08.303Z|c3b5ade3-43b2-4dd8-9e2f-6b37404b005f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:12:08.304Z|c3b5ade3-43b2-4dd8-9e2f-6b37404b005f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:12:14.014Z|366ca1e3-2599-417d-be15-2357be07b2d6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:12:14.015Z|366ca1e3-2599-417d-be15-2357be07b2d6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:12:16.454Z|eebe4fac-f867-4a4b-a9ee-918b9c0ef243|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:12:16.454Z|eebe4fac-f867-4a4b-a9ee-918b9c0ef243|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:12:18.334Z|76622b49-fa19-4035-bb52-c4388623de75|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:12:18.335Z|76622b49-fa19-4035-bb52-c4388623de75|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:12:20.089Z|7ffcd1ea-4905-475a-8af6-ac5d7e908094|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:12:20.089Z|7ffcd1ea-4905-475a-8af6-ac5d7e908094|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:12:20.846Z|b22b99ca-f352-4608-a147-399f294c9da5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:12:20.847Z|b22b99ca-f352-4608-a147-399f294c9da5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:12:24.046Z|3139a2c6-a0a6-46a6-88bc-754afae8c1d0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:12:24.047Z|3139a2c6-a0a6-46a6-88bc-754afae8c1d0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:12:26.480Z|3f45bc2d-288e-4f58-be3e-c15fdc18b831|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:12:26.481Z|3f45bc2d-288e-4f58-be3e-c15fdc18b831|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:12:28.367Z|52982a1b-f945-4bfb-bb89-a2640454610a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:12:28.368Z|52982a1b-f945-4bfb-bb89-a2640454610a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:12:34.076Z|9430ec8e-d8f4-431a-bda6-329bdb77b8bc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:12:34.077Z|9430ec8e-d8f4-431a-bda6-329bdb77b8bc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:12:35.089Z|72d09b39-aa01-4669-8bd2-77abb8a0ab0a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:12:35.093Z|72d09b39-aa01-4669-8bd2-77abb8a0ab0a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:12:36.511Z|a87f7f66-62d1-4b17-871d-42a34d902fef|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:12:36.511Z|a87f7f66-62d1-4b17-871d-42a34d902fef|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:12:38.397Z|cb48d5ec-cb9b-4766-8f33-d6de1a4605ac|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:12:38.398Z|cb48d5ec-cb9b-4766-8f33-d6de1a4605ac|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:12:44.110Z|8b90799c-9e49-43d6-af3c-1c946568ae3a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:12:44.111Z|8b90799c-9e49-43d6-af3c-1c946568ae3a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:12:46.541Z|5c440d89-113a-49a0-ac80-6d7dfbd7efce|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:12:46.542Z|5c440d89-113a-49a0-ac80-6d7dfbd7efce|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:12:48.428Z|fe415a23-780b-4671-b194-f09b9b637ac6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:12:48.429Z|fe415a23-780b-4671-b194-f09b9b637ac6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:12:50.089Z|0a7d59fc-8864-4a68-be67-e1f598a5ba5f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:12:50.089Z|0a7d59fc-8864-4a68-be67-e1f598a5ba5f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:12:50.847Z|77e3a132-a57a-4412-a717-3c1ab2ac6172|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:12:50.848Z|77e3a132-a57a-4412-a717-3c1ab2ac6172|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:12:54.140Z|a4d46b8f-7e4c-4de5-ba51-fdd1580aee4c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:12:54.141Z|a4d46b8f-7e4c-4de5-ba51-fdd1580aee4c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:12:56.116Z|6fbd0afe-f155-4630-a4c1-24704e853cd2|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:12:56.118Z|6fbd0afe-f155-4630-a4c1-24704e853cd2|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:12:56.571Z|6c6c1fb3-e1a4-4a56-ab3d-fd3940cf85cb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:12:56.571Z|6c6c1fb3-e1a4-4a56-ab3d-fd3940cf85cb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:12:58.458Z|a49c2e65-6427-4a6c-9bec-3d3f60dbc01e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:12:58.459Z|a49c2e65-6427-4a6c-9bec-3d3f60dbc01e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:13:04.165Z|4d0c73db-90db-4152-a854-63ce8078c66a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:13:04.166Z|4d0c73db-90db-4152-a854-63ce8078c66a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:13:05.089Z|8824bd25-6146-4e6d-b294-a3506523d04c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:13:05.090Z|8824bd25-6146-4e6d-b294-a3506523d04c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:13:06.600Z|97aa70dc-5dae-4cd3-81bf-caef8b0dff3b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:13:06.601Z|97aa70dc-5dae-4cd3-81bf-caef8b0dff3b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:13:08.490Z|e125fa34-5b1f-411d-ab76-ea7325f523f5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:13:08.490Z|e125fa34-5b1f-411d-ab76-ea7325f523f5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:13:14.201Z|77130dfb-68bd-4bfa-bd6e-25171ba1bdef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:13:14.202Z|77130dfb-68bd-4bfa-bd6e-25171ba1bdef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:13:16.629Z|ac2c3d9a-88e9-4783-82cd-41188ebfac10|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:13:16.630Z|ac2c3d9a-88e9-4783-82cd-41188ebfac10|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:13:18.521Z|5be8073d-ade0-4d8b-8bb5-34d5628b538a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:13:18.522Z|5be8073d-ade0-4d8b-8bb5-34d5628b538a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:13:20.089Z|298ab7d9-bcbe-4ef4-9711-20f9c2e7406a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:13:20.093Z|298ab7d9-bcbe-4ef4-9711-20f9c2e7406a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:13:20.849Z|d6966e54-975c-4ae8-8f05-fc9bfbe854cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:13:20.849Z|d6966e54-975c-4ae8-8f05-fc9bfbe854cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:13:24.228Z|41eebef0-0577-4210-b06e-0589e4d9633d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:13:24.229Z|41eebef0-0577-4210-b06e-0589e4d9633d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:13:26.662Z|875e013c-587d-41d9-b786-e9b65919aee3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:13:26.662Z|875e013c-587d-41d9-b786-e9b65919aee3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:13:28.549Z|7e0e9ba3-bcc6-483f-bc80-baa5054306c3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:13:28.551Z|7e0e9ba3-bcc6-483f-bc80-baa5054306c3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:13:34.264Z|fa798cd8-a519-4eb0-a623-db2ffbfc0006|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:13:34.265Z|fa798cd8-a519-4eb0-a623-db2ffbfc0006|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:13:35.089Z|38e7db2b-8a95-4c00-bfc5-2fb420d6e495|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:13:35.089Z|38e7db2b-8a95-4c00-bfc5-2fb420d6e495|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:13:36.690Z|94bde044-5383-4848-b528-d6e4d2954924|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:13:36.690Z|94bde044-5383-4848-b528-d6e4d2954924|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:13:38.581Z|f2093f38-a6b2-4c75-ae89-a8d05a4d7ca1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:13:38.582Z|f2093f38-a6b2-4c75-ae89-a8d05a4d7ca1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:13:44.295Z|5cad47e2-eea9-4b19-8634-0e80c1a4ae39|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:13:44.296Z|5cad47e2-eea9-4b19-8634-0e80c1a4ae39|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:13:46.720Z|bf20ca82-81f1-4675-8bd5-3043520620b2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:13:46.721Z|bf20ca82-81f1-4675-8bd5-3043520620b2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:13:48.615Z|dd8b2042-41b8-4e49-b17b-36bce49c4777|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:13:48.616Z|dd8b2042-41b8-4e49-b17b-36bce49c4777|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:13:50.089Z|888c2a57-df2f-42db-bb38-34f55e0b0f40|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:13:50.089Z|888c2a57-df2f-42db-bb38-34f55e0b0f40|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:13:50.850Z|3e497aca-292e-484d-85cb-c3e957e85034|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:13:50.850Z|3e497aca-292e-484d-85cb-c3e957e85034|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:13:54.323Z|c44c7155-88d0-4bab-9e72-e0c623e83c37|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:13:54.324Z|c44c7155-88d0-4bab-9e72-e0c623e83c37|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:13:56.117Z|7cd56398-4068-42e0-8e0a-6932a9dfe419|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:13:56.118Z|7cd56398-4068-42e0-8e0a-6932a9dfe419|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:13:56.753Z|faae7cd2-90ed-4d6d-8a12-064d7edd9c57|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:13:56.753Z|faae7cd2-90ed-4d6d-8a12-064d7edd9c57|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:13:58.647Z|9c3c1947-70c7-4cb5-aac7-0ac463e10553|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:13:58.647Z|9c3c1947-70c7-4cb5-aac7-0ac463e10553|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:14:04.354Z|8c4b5d49-12b7-4a35-a0de-f85f9f0d373f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:14:04.355Z|8c4b5d49-12b7-4a35-a0de-f85f9f0d373f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:14:05.089Z|355f0fa4-5d34-44f3-8175-4257edb73c9c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:14:05.093Z|355f0fa4-5d34-44f3-8175-4257edb73c9c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:14:06.780Z|f45218cc-e488-447b-be8e-1a46f42e1aab|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:14:06.781Z|f45218cc-e488-447b-be8e-1a46f42e1aab|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:14:08.677Z|85cd498c-deed-49a8-b3da-a5b8b0d26dc1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:14:08.678Z|85cd498c-deed-49a8-b3da-a5b8b0d26dc1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:14:14.386Z|43c52f3a-2289-48a6-b173-bbf47b8b678d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:14:14.387Z|43c52f3a-2289-48a6-b173-bbf47b8b678d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:14:16.814Z|0dc9c5b1-7aea-4985-a09d-5bbbec8f1344|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:14:16.815Z|0dc9c5b1-7aea-4985-a09d-5bbbec8f1344|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:14:18.708Z|3bd4cacb-c4f2-4baa-b625-ed278f545561|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:14:18.709Z|3bd4cacb-c4f2-4baa-b625-ed278f545561|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:14:20.089Z|45ca7853-04c7-4479-b3b2-b91a5fa796a1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:14:20.089Z|45ca7853-04c7-4479-b3b2-b91a5fa796a1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:14:20.851Z|8b566ef2-879c-4dc4-8ca4-69b221712cbe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:14:20.852Z|8b566ef2-879c-4dc4-8ca4-69b221712cbe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:14:24.420Z|bfd730b7-40ad-463c-a7bd-5545f68cc664|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:14:24.420Z|bfd730b7-40ad-463c-a7bd-5545f68cc664|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:14:26.847Z|fa8497b4-532a-4d2b-8734-d5c09f9fed81|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:14:26.848Z|fa8497b4-532a-4d2b-8734-d5c09f9fed81|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:14:28.740Z|eb141a3b-7f97-407a-a861-b9e2ee4765cf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:14:28.741Z|eb141a3b-7f97-407a-a861-b9e2ee4765cf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:14:34.449Z|52af675b-0541-4bac-bc64-4e18974ff16d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:14:34.449Z|52af675b-0541-4bac-bc64-4e18974ff16d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:14:35.089Z|9e9f0630-695e-4352-913c-aa21cf997e30|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:14:35.089Z|9e9f0630-695e-4352-913c-aa21cf997e30|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:14:36.879Z|8e6cd7fc-50bd-4a76-8f2d-41adc0cc69f9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:14:36.879Z|8e6cd7fc-50bd-4a76-8f2d-41adc0cc69f9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:14:38.773Z|7d39877d-e422-4742-9874-3fc3f0add0b8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:14:38.774Z|7d39877d-e422-4742-9874-3fc3f0add0b8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:14:44.480Z|e0e5149a-8643-4bcd-a730-d4be3588482a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:14:44.481Z|e0e5149a-8643-4bcd-a730-d4be3588482a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:14:46.910Z|d92f31a3-f9e0-497b-bddf-041ecbdc1ccb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:14:46.911Z|d92f31a3-f9e0-497b-bddf-041ecbdc1ccb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:14:48.806Z|441c9454-1437-4870-9cf4-b39bf1052922|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:14:48.807Z|441c9454-1437-4870-9cf4-b39bf1052922|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:14:50.090Z|3c5600b6-0d62-4d68-8af6-3b88a87deb6b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:14:50.097Z|3c5600b6-0d62-4d68-8af6-3b88a87deb6b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:14:50.853Z|7d37132e-f0f3-4da7-9ba7-79aa76b1ece9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:14:50.855Z|7d37132e-f0f3-4da7-9ba7-79aa76b1ece9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:14:54.547Z|ab5b568d-fdab-444c-acb4-b05222538d43|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:14:54.550Z|ab5b568d-fdab-444c-acb4-b05222538d43|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:14:56.118Z|9a2990a2-6446-484e-8549-f1456443e405|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:14:56.119Z|9a2990a2-6446-484e-8549-f1456443e405|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:14:56.943Z|c21c091c-5f90-42c4-9032-ec42d0210f89|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:14:56.944Z|c21c091c-5f90-42c4-9032-ec42d0210f89|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:14:58.839Z|8c781d53-3762-4347-a14b-6bda744c0dbb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:14:58.840Z|8c781d53-3762-4347-a14b-6bda744c0dbb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:15:04.619Z|c50f4d4a-2342-42d3-9005-0dfa5db2bb43|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:15:04.619Z|c50f4d4a-2342-42d3-9005-0dfa5db2bb43|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:15:05.089Z|ccefdd50-01c0-4763-8fbe-62c8819d5111|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:15:05.090Z|ccefdd50-01c0-4763-8fbe-62c8819d5111|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:15:06.978Z|945efc2f-ec46-4e36-83f2-ea95a4af64ab|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:15:06.979Z|945efc2f-ec46-4e36-83f2-ea95a4af64ab|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:15:08.869Z|fdd68da8-e271-4777-9046-856f7d44df6b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:15:08.870Z|fdd68da8-e271-4777-9046-856f7d44df6b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:15:14.652Z|ce019cab-5e68-48d9-8199-eba3c4084d1c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:15:14.653Z|ce019cab-5e68-48d9-8199-eba3c4084d1c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:15:17.013Z|ad2535e7-5fc8-423b-b33f-fa1dbb7c29f4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:15:17.013Z|ad2535e7-5fc8-423b-b33f-fa1dbb7c29f4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:15:18.901Z|20ec79a8-efb1-48aa-ade0-5b087885da0b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:15:18.901Z|20ec79a8-efb1-48aa-ade0-5b087885da0b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:15:20.089Z|8777b6e8-285d-4a5e-9743-42d94a2443e7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:15:20.090Z|8777b6e8-285d-4a5e-9743-42d94a2443e7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:15:20.856Z|e6a715ce-2b83-42de-a359-5db7de22be94|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:15:20.856Z|e6a715ce-2b83-42de-a359-5db7de22be94|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:15:24.685Z|55cde7ec-1222-4a4a-a59a-97e2d268e4f5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:15:24.685Z|55cde7ec-1222-4a4a-a59a-97e2d268e4f5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:15:27.046Z|8d5495bc-b56d-4b9f-aae3-3629f5be6057|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:15:27.047Z|8d5495bc-b56d-4b9f-aae3-3629f5be6057|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:15:28.929Z|0745e6cf-1fbb-4082-a8b6-eb5548881873|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:15:28.930Z|0745e6cf-1fbb-4082-a8b6-eb5548881873|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:15:34.716Z|f4ceb2bd-c8d5-4620-8da3-4da31cfa3e1a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:15:34.717Z|f4ceb2bd-c8d5-4620-8da3-4da31cfa3e1a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:15:35.089Z|6fa8f65f-c8de-451a-aa16-3ad19a496c35|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:15:35.093Z|6fa8f65f-c8de-451a-aa16-3ad19a496c35|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:15:37.079Z|b964a62c-9880-49cc-b2c0-10418ba40b03|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:15:37.080Z|b964a62c-9880-49cc-b2c0-10418ba40b03|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:15:38.960Z|f542978b-c405-4bc4-bae9-bf3ec4ef28cb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:15:38.961Z|f542978b-c405-4bc4-bae9-bf3ec4ef28cb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:15:44.749Z|ea6ba21a-9fbb-4399-be6d-65b2c0d087f7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:15:44.750Z|ea6ba21a-9fbb-4399-be6d-65b2c0d087f7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:15:47.119Z|b5a65f30-4841-4fea-9942-53195352b9b5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:15:47.119Z|b5a65f30-4841-4fea-9942-53195352b9b5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:15:48.989Z|05a97d58-efb2-49b4-9110-bb40de5dcfc2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:15:48.990Z|05a97d58-efb2-49b4-9110-bb40de5dcfc2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:15:50.089Z|845ac246-c05e-4047-9fcf-a487a838534c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:15:50.090Z|845ac246-c05e-4047-9fcf-a487a838534c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:15:50.857Z|f1cc70ec-f6e5-4e83-bbee-9394404accc0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:15:50.857Z|f1cc70ec-f6e5-4e83-bbee-9394404accc0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:15:54.784Z|e80a3dc9-2826-4c64-91cd-4c1c4b99625f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:15:54.785Z|e80a3dc9-2826-4c64-91cd-4c1c4b99625f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:15:56.116Z|3dc4bbfa-687d-4dbe-b98b-c24edfb93962|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:15:56.117Z|3dc4bbfa-687d-4dbe-b98b-c24edfb93962|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:15:57.150Z|b857c3aa-1c7e-48d7-9e4c-ea201d711ce0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:15:57.150Z|b857c3aa-1c7e-48d7-9e4c-ea201d711ce0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:15:59.022Z|96cdf9f4-e996-40d7-86a2-7389556c50b8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:15:59.023Z|96cdf9f4-e996-40d7-86a2-7389556c50b8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:16:04.814Z|415d840d-cf29-43cc-bab7-ea70275a8326|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:16:04.815Z|415d840d-cf29-43cc-bab7-ea70275a8326|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:16:05.089Z|5db867f4-d822-4bee-8b81-3e7793e973e8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:16:05.090Z|5db867f4-d822-4bee-8b81-3e7793e973e8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:16:07.181Z|569a5bae-47b8-44e7-9fa8-a822bdd4fcdf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:16:07.182Z|569a5bae-47b8-44e7-9fa8-a822bdd4fcdf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:16:09.054Z|1ec9cdfa-3be8-455a-9e39-194dbc3dc00c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:16:09.055Z|1ec9cdfa-3be8-455a-9e39-194dbc3dc00c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:16:14.855Z|18296a3d-025c-436b-a95e-24f7c048bc92|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:16:14.856Z|18296a3d-025c-436b-a95e-24f7c048bc92|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:16:17.212Z|56581bf7-3e07-4442-aca5-a0a9bf992327|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:16:17.213Z|56581bf7-3e07-4442-aca5-a0a9bf992327|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:16:19.081Z|9e58c7d0-0e06-41b0-800f-f82c60d7932c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:16:19.082Z|9e58c7d0-0e06-41b0-800f-f82c60d7932c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:16:20.089Z|8c2bb893-d14a-487c-ac3e-3b2e9d68017b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:16:20.093Z|8c2bb893-d14a-487c-ac3e-3b2e9d68017b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:16:20.858Z|665ac724-513b-4980-bcf5-67855466e804|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:16:20.858Z|665ac724-513b-4980-bcf5-67855466e804|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:16:24.890Z|81a6d48f-2e59-4565-ae58-fb6484434535|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:16:24.891Z|81a6d48f-2e59-4565-ae58-fb6484434535|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:16:27.244Z|23a24364-f1d3-41f9-ae27-1910243024ce|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:16:27.245Z|23a24364-f1d3-41f9-ae27-1910243024ce|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:16:29.112Z|fbaee94e-acf4-4cf2-aa8c-571dd4f6a29a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:16:29.113Z|fbaee94e-acf4-4cf2-aa8c-571dd4f6a29a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:16:34.923Z|9b3cb26d-933b-4f72-9b8d-a6a84acdaa5b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:16:34.924Z|9b3cb26d-933b-4f72-9b8d-a6a84acdaa5b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:16:35.089Z|7820d154-e898-4435-a8f7-1397d7bb010f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:16:35.090Z|7820d154-e898-4435-a8f7-1397d7bb010f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:16:37.276Z|afb7fbc4-64ca-40bd-ada5-8b125d881b27|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:16:37.277Z|afb7fbc4-64ca-40bd-ada5-8b125d881b27|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:16:39.142Z|92cec936-ed61-4f0e-bb16-4e08bedd2b2a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:16:39.143Z|92cec936-ed61-4f0e-bb16-4e08bedd2b2a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:16:44.955Z|dee1057d-1fbc-4c51-b672-3becfc036950|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:16:44.956Z|dee1057d-1fbc-4c51-b672-3becfc036950|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:16:47.309Z|40a381f1-b2f1-404b-a7b4-ec8da919e5d5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:16:47.310Z|40a381f1-b2f1-404b-a7b4-ec8da919e5d5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:16:49.176Z|7999c096-3545-4f7c-9351-1df25fa17603|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:16:49.177Z|7999c096-3545-4f7c-9351-1df25fa17603|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:16:50.089Z|96e1ec69-519f-4230-8f42-ee3827ff3ad6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:16:50.089Z|96e1ec69-519f-4230-8f42-ee3827ff3ad6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:16:50.859Z|c4ef6901-2822-4d7f-9ea1-64376397d2e0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:16:50.860Z|c4ef6901-2822-4d7f-9ea1-64376397d2e0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:16:54.986Z|88d2f505-a052-42e3-bed9-c3c5373b828f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:16:54.987Z|88d2f505-a052-42e3-bed9-c3c5373b828f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:16:56.116Z|8a284cf2-2a84-419a-951f-eed1a7657bc7|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:16:56.117Z|8a284cf2-2a84-419a-951f-eed1a7657bc7|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:16:57.340Z|70d9521e-6606-4e70-aad7-921358c24622|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:16:57.341Z|70d9521e-6606-4e70-aad7-921358c24622|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:16:59.207Z|3d1f7f5e-9cca-4f49-95a5-862f269d740e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:16:59.209Z|3d1f7f5e-9cca-4f49-95a5-862f269d740e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:17:05.019Z|31a4f7c1-f7b7-4c5b-b021-4698c4ff29f1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:17:05.019Z|31a4f7c1-f7b7-4c5b-b021-4698c4ff29f1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:17:05.089Z|789522c7-b73b-4c6c-8dff-b8150c7be626|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:17:05.093Z|789522c7-b73b-4c6c-8dff-b8150c7be626|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:17:07.378Z|20ba9d8e-4805-4c52-a561-f9b8d8e2a811|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:17:07.378Z|20ba9d8e-4805-4c52-a561-f9b8d8e2a811|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:17:09.239Z|45933e21-b3bc-4695-ad9d-8553468de6c0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:17:09.239Z|45933e21-b3bc-4695-ad9d-8553468de6c0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:17:15.051Z|5ab11748-fa0d-484d-ad32-100602c2fbab|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:17:15.052Z|5ab11748-fa0d-484d-ad32-100602c2fbab|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:17:17.410Z|6d321377-a589-4ac8-9607-8a27a7bd1bd9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:17:17.411Z|6d321377-a589-4ac8-9607-8a27a7bd1bd9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:17:19.271Z|fda4366b-a4b5-4fa3-890d-b01c7b43b3cd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:17:19.272Z|fda4366b-a4b5-4fa3-890d-b01c7b43b3cd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:17:20.089Z|eb9f028f-a7c7-427d-8b90-7924b5957af1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:17:20.089Z|eb9f028f-a7c7-427d-8b90-7924b5957af1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:17:20.861Z|15715b0e-3abc-4990-9d74-cb689a2b7145|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:17:20.861Z|15715b0e-3abc-4990-9d74-cb689a2b7145|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:17:25.081Z|09bc0ac8-449b-4c52-99c5-a4142ff6093f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:17:25.082Z|09bc0ac8-449b-4c52-99c5-a4142ff6093f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:17:27.440Z|1a87a627-18fd-486c-97b3-1780eebf4ca9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:17:27.441Z|1a87a627-18fd-486c-97b3-1780eebf4ca9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:17:29.302Z|39cc9431-9042-4a30-baf6-5713acd8a586|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:17:29.303Z|39cc9431-9042-4a30-baf6-5713acd8a586|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:17:35.089Z|72e429b7-22c7-4f92-a51f-bf36077a6736|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:17:35.089Z|72e429b7-22c7-4f92-a51f-bf36077a6736|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:17:35.113Z|3e1b0c30-4c65-4067-9b1b-954089c1fc40|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:17:35.114Z|3e1b0c30-4c65-4067-9b1b-954089c1fc40|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:17:37.469Z|aaa60d77-0e81-470a-b87a-69ae469df67a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:17:37.470Z|aaa60d77-0e81-470a-b87a-69ae469df67a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:17:39.334Z|f47993e9-c339-4dd5-bdf0-7666a16afbd3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:17:39.334Z|f47993e9-c339-4dd5-bdf0-7666a16afbd3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:17:45.145Z|33d1a7fb-31b5-4d22-ac49-245fdb8e0880|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:17:45.147Z|33d1a7fb-31b5-4d22-ac49-245fdb8e0880|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:17:47.498Z|821bf51c-1e9b-4219-98bb-58790457167e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:17:47.501Z|821bf51c-1e9b-4219-98bb-58790457167e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:17:49.365Z|d810e28c-c9d7-4767-bc2b-1f0d7765969c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:17:49.366Z|d810e28c-c9d7-4767-bc2b-1f0d7765969c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:17:50.089Z|485589ea-3406-4693-8b13-efd921738b91|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:17:50.093Z|485589ea-3406-4693-8b13-efd921738b91|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:17:50.862Z|679cddb9-c68e-4194-8200-926de7cd9e5a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:17:50.862Z|679cddb9-c68e-4194-8200-926de7cd9e5a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:17:55.172Z|e8144b7a-412b-4c96-bddd-b63826dd75e1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:17:55.173Z|e8144b7a-412b-4c96-bddd-b63826dd75e1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:17:56.120Z|7eaaa88b-20e1-4a10-aabb-e830662cc6db|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:17:56.121Z|7eaaa88b-20e1-4a10-aabb-e830662cc6db|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:17:57.531Z|010999ea-cb61-4bfc-926f-c6eccd5c0cbe|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:17:57.531Z|010999ea-cb61-4bfc-926f-c6eccd5c0cbe|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:17:59.401Z|55d2e6f0-e36c-4811-bdb0-a567ea0a2e55|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:17:59.402Z|55d2e6f0-e36c-4811-bdb0-a567ea0a2e55|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:18:05.089Z|c177072d-6eb7-4e02-a4d2-fe9c89758786|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:18:05.089Z|c177072d-6eb7-4e02-a4d2-fe9c89758786|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:18:05.203Z|486c3cb6-2e2c-4ec2-9112-c09e8d5b0195|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:18:05.204Z|486c3cb6-2e2c-4ec2-9112-c09e8d5b0195|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:18:07.562Z|cac1e274-38d2-478a-91f7-a786a802c1d0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:18:07.562Z|cac1e274-38d2-478a-91f7-a786a802c1d0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:18:09.435Z|4d010c30-19d7-4c5c-af44-fe727289c7bb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:18:09.436Z|4d010c30-19d7-4c5c-af44-fe727289c7bb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:18:15.236Z|c4409bb4-0510-4ba5-abc8-a1cc939fe086|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:18:15.237Z|c4409bb4-0510-4ba5-abc8-a1cc939fe086|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:18:17.589Z|35df8e5a-e673-4377-8116-8381064ce453|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:18:17.589Z|35df8e5a-e673-4377-8116-8381064ce453|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:18:19.465Z|8d1555b4-826c-489c-a323-ed6a455ff767|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:18:19.466Z|8d1555b4-826c-489c-a323-ed6a455ff767|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:18:20.089Z|de2f1ed6-70d1-485a-bfb5-04996905c971|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:18:20.089Z|de2f1ed6-70d1-485a-bfb5-04996905c971|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:18:20.863Z|cbe2f597-73b0-41ce-9a08-7be6bad074f3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:18:20.863Z|cbe2f597-73b0-41ce-9a08-7be6bad074f3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:18:25.265Z|79734a1c-35db-4447-907e-df53f5c10b38|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:18:25.266Z|79734a1c-35db-4447-907e-df53f5c10b38|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:18:27.620Z|4f6491ee-9f93-4f1f-a61a-cccad75c43aa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:18:27.621Z|4f6491ee-9f93-4f1f-a61a-cccad75c43aa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:18:29.497Z|9cb58e51-2799-4fc8-a758-6d5f90395279|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:18:29.498Z|9cb58e51-2799-4fc8-a758-6d5f90395279|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:18:35.089Z|7d261145-41c6-448b-afd5-a95ffb760038|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:18:35.094Z|7d261145-41c6-448b-afd5-a95ffb760038|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:18:35.298Z|a43be842-244a-4e82-9db7-97f96d154fe1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:18:35.299Z|a43be842-244a-4e82-9db7-97f96d154fe1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:18:37.657Z|5aefc474-cc23-46e8-b31d-f7de2c7f2c2b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:18:37.658Z|5aefc474-cc23-46e8-b31d-f7de2c7f2c2b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:18:39.541Z|126615ef-45b8-4080-9f4f-c830fb988564|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:18:39.544Z|126615ef-45b8-4080-9f4f-c830fb988564|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:18:45.345Z|22b85df9-47ac-44a9-9d19-d9b7e34d3008|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:18:45.351Z|22b85df9-47ac-44a9-9d19-d9b7e34d3008|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:18:47.690Z|874fb0db-1421-402e-a904-adcbce5872d4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:18:47.691Z|874fb0db-1421-402e-a904-adcbce5872d4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:18:49.583Z|d3eab0b0-860b-40c2-aaf5-f3b4567c5402|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:18:49.584Z|d3eab0b0-860b-40c2-aaf5-f3b4567c5402|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:18:50.089Z|caa563bc-d269-42dc-9a99-48ed42184e56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:18:50.090Z|caa563bc-d269-42dc-9a99-48ed42184e56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:18:50.867Z|fe9748b3-1d7a-45b0-9902-33e26a2ae8d1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:18:50.867Z|fe9748b3-1d7a-45b0-9902-33e26a2ae8d1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:18:55.385Z|a88972ec-61cf-4dbc-bc88-be9087e83da6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:18:55.386Z|a88972ec-61cf-4dbc-bc88-be9087e83da6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:18:56.122Z|66c9d9b5-cb91-4078-8de2-fd97f93a0ffc|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:18:56.124Z|66c9d9b5-cb91-4078-8de2-fd97f93a0ffc|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:18:57.718Z|971855fd-f354-400a-a2d7-5059f1d2956a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:18:57.718Z|971855fd-f354-400a-a2d7-5059f1d2956a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:18:59.615Z|47229e83-e2d8-4910-a2be-7e7eeb50147e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:18:59.616Z|47229e83-e2d8-4910-a2be-7e7eeb50147e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:19:05.089Z|ca097fb0-792d-4736-bee9-9371c8d08a94|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:19:05.089Z|ca097fb0-792d-4736-bee9-9371c8d08a94|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:19:05.423Z|a2f2e201-6989-4e84-976c-c3126f0d1d87|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:19:05.424Z|a2f2e201-6989-4e84-976c-c3126f0d1d87|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:19:07.746Z|bbf0f45c-439f-4cc8-9e15-2fd8fdcf509b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:19:07.747Z|bbf0f45c-439f-4cc8-9e15-2fd8fdcf509b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:19:09.647Z|de562060-c23d-4190-a66f-57dc47eb9c0f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:19:09.648Z|de562060-c23d-4190-a66f-57dc47eb9c0f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:19:15.460Z|3eb0aede-bcab-460d-903f-7493dddda0db|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:19:15.461Z|3eb0aede-bcab-460d-903f-7493dddda0db|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:19:17.773Z|6964e25b-d526-4b0b-8584-d350839751d1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:19:17.774Z|6964e25b-d526-4b0b-8584-d350839751d1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:19:19.681Z|00704fb8-394e-4035-8f89-3198539bbb2e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:19:19.682Z|00704fb8-394e-4035-8f89-3198539bbb2e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:19:20.089Z|71d58f21-e521-45cf-9bc2-2baa9083abac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:19:20.095Z|71d58f21-e521-45cf-9bc2-2baa9083abac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:19:20.868Z|b3d90d96-27ae-4923-a8b1-232b57f57556|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:19:20.869Z|b3d90d96-27ae-4923-a8b1-232b57f57556|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:19:25.492Z|8b40b9c1-7807-438c-80fe-ffbb767cdb6e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:19:25.493Z|8b40b9c1-7807-438c-80fe-ffbb767cdb6e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:19:27.804Z|05c430ca-37db-434e-937e-871df7c9264d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:19:27.805Z|05c430ca-37db-434e-937e-871df7c9264d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:19:29.712Z|d40f43c2-2d2c-4508-97e1-df2cfc5375b0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:19:29.713Z|d40f43c2-2d2c-4508-97e1-df2cfc5375b0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:19:35.089Z|653d0b98-b326-4f31-85fc-887ebb9e59ca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:19:35.089Z|653d0b98-b326-4f31-85fc-887ebb9e59ca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:19:35.524Z|73b9f48a-131e-4be4-8149-db6e2cc05d95|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:19:35.525Z|73b9f48a-131e-4be4-8149-db6e2cc05d95|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:19:37.837Z|0fb6a2d9-4f00-41c6-bcc1-254e913d36c8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:19:37.838Z|0fb6a2d9-4f00-41c6-bcc1-254e913d36c8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:19:39.746Z|32437292-1b28-4cf8-9a70-67e09f23c7dc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:19:39.747Z|32437292-1b28-4cf8-9a70-67e09f23c7dc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:19:45.565Z|fba646a4-ed4c-4176-8ce7-1b2eba198bc0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:19:45.566Z|fba646a4-ed4c-4176-8ce7-1b2eba198bc0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:19:47.869Z|ca34dc23-e5de-4a15-b572-d9ef875ff84d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:19:47.869Z|ca34dc23-e5de-4a15-b572-d9ef875ff84d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:19:49.779Z|69df1410-c766-4205-8ee7-427b230c11d3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:19:49.780Z|69df1410-c766-4205-8ee7-427b230c11d3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:19:50.089Z|a1890b8e-6e0d-4946-acf6-b8fd3087e731|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:19:50.089Z|a1890b8e-6e0d-4946-acf6-b8fd3087e731|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:19:50.869Z|bff3def8-b408-4c2c-aa9c-28318f686c9e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:19:50.870Z|bff3def8-b408-4c2c-aa9c-28318f686c9e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:19:55.598Z|7671410a-ecad-4ffe-bb37-870fa4fecb6a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:19:55.598Z|7671410a-ecad-4ffe-bb37-870fa4fecb6a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:19:56.116Z|fce187cc-8a3f-4d8f-a9b4-67bf1c28f302|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:19:56.117Z|fce187cc-8a3f-4d8f-a9b4-67bf1c28f302|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:19:57.900Z|e4a7a092-5c45-4546-84e1-c7cab1cea2d5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:19:57.901Z|e4a7a092-5c45-4546-84e1-c7cab1cea2d5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:19:59.811Z|56df68f3-6711-430a-812e-dd36fa751436|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:19:59.812Z|56df68f3-6711-430a-812e-dd36fa751436|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:20:05.089Z|136d3472-aa6e-44f0-a56c-33ceba7ad222|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:20:05.094Z|136d3472-aa6e-44f0-a56c-33ceba7ad222|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:20:05.628Z|623f44bc-4b85-4c4f-8e84-2f6d4cfdf430|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:20:05.629Z|623f44bc-4b85-4c4f-8e84-2f6d4cfdf430|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:20:07.932Z|61742c64-99a9-4c01-92f8-54466269eae2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:20:07.932Z|61742c64-99a9-4c01-92f8-54466269eae2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:20:09.843Z|695af32d-ef72-4db7-b980-98468477280b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:20:09.843Z|695af32d-ef72-4db7-b980-98468477280b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:20:15.660Z|52575817-a8c0-4038-9c34-bbed8d810a04|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:20:15.661Z|52575817-a8c0-4038-9c34-bbed8d810a04|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:20:17.962Z|481bd090-1c3e-46ae-8e5a-a36826b47d1d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:20:17.963Z|481bd090-1c3e-46ae-8e5a-a36826b47d1d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:20:19.877Z|afe92add-5962-408a-a404-ee96c0618729|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:20:19.877Z|afe92add-5962-408a-a404-ee96c0618729|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:20:20.089Z|4b3e6e93-a539-406b-940f-088c9b3eb186|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:20:20.089Z|4b3e6e93-a539-406b-940f-088c9b3eb186|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:20:20.870Z|4b4d8c58-bc68-42a0-81ba-140fe0b85bee|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:20:20.871Z|4b4d8c58-bc68-42a0-81ba-140fe0b85bee|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:20:25.692Z|203a9eb1-3117-4707-aecf-aa65a90bafdd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:20:25.692Z|203a9eb1-3117-4707-aecf-aa65a90bafdd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:20:27.992Z|44dc81ae-e476-489d-abb9-f783c048ba66|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:20:27.993Z|44dc81ae-e476-489d-abb9-f783c048ba66|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:20:29.906Z|33908f02-0a76-4fbf-ae88-23a0fd094897|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:20:29.907Z|33908f02-0a76-4fbf-ae88-23a0fd094897|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:20:35.089Z|fef87d00-18af-4a37-8d45-5255b5c9c26a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:20:35.089Z|fef87d00-18af-4a37-8d45-5255b5c9c26a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:20:35.722Z|49ac3802-797d-454b-93fc-dbbba1723719|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:20:35.723Z|49ac3802-797d-454b-93fc-dbbba1723719|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:20:38.025Z|2b4da05b-0a63-49b4-8ecd-4a40b30fdd51|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:20:38.025Z|2b4da05b-0a63-49b4-8ecd-4a40b30fdd51|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:20:39.934Z|6094848f-75fa-41c1-8149-87eae1992aac|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:20:39.935Z|6094848f-75fa-41c1-8149-87eae1992aac|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:20:45.753Z|d4d1456d-4f29-4ce9-b602-3a00a28151c9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:20:45.754Z|d4d1456d-4f29-4ce9-b602-3a00a28151c9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:20:48.059Z|78233b1b-5917-4303-ac08-adc3c7d7b6e1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:20:48.060Z|78233b1b-5917-4303-ac08-adc3c7d7b6e1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:20:49.961Z|236f68a7-e866-4c5e-b134-b34b2ab9b3b4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:20:49.962Z|236f68a7-e866-4c5e-b134-b34b2ab9b3b4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:20:50.089Z|022dc87f-dd7c-46ac-87eb-23954b452566|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:20:50.092Z|022dc87f-dd7c-46ac-87eb-23954b452566|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:20:50.872Z|c17ed034-c522-4834-887b-99fcd828d960|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:20:50.872Z|c17ed034-c522-4834-887b-99fcd828d960|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:20:55.785Z|e1a1aef2-abb7-446e-b14d-9c367a57b235|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:20:55.786Z|e1a1aef2-abb7-446e-b14d-9c367a57b235|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:20:56.116Z|0bf2d3d5-7dd2-4996-97e1-1ae7dbdd763f|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:20:56.117Z|0bf2d3d5-7dd2-4996-97e1-1ae7dbdd763f|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:20:58.095Z|76b6a1c7-f842-443b-9d7b-db482059a2d4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:20:58.095Z|76b6a1c7-f842-443b-9d7b-db482059a2d4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:20:59.992Z|16e9e90b-3f04-4f79-aefc-1caaddd77fe2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:20:59.993Z|16e9e90b-3f04-4f79-aefc-1caaddd77fe2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:21:05.089Z|89d990e4-9142-484e-a954-e2ed9b57bf5a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:21:05.089Z|89d990e4-9142-484e-a954-e2ed9b57bf5a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:21:05.817Z|957641f6-1144-4246-a74b-a0fe8390d02e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:21:05.818Z|957641f6-1144-4246-a74b-a0fe8390d02e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:21:08.127Z|23107d06-1918-40e7-9cdf-82d0c672479a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:21:08.128Z|23107d06-1918-40e7-9cdf-82d0c672479a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:21:10.024Z|691c2c9c-45fe-4c43-ae95-d03b074589dd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:21:10.025Z|691c2c9c-45fe-4c43-ae95-d03b074589dd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:21:15.845Z|f4367306-55d4-4570-a144-db21a579b115|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:21:15.846Z|f4367306-55d4-4570-a144-db21a579b115|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:21:18.155Z|11125007-8684-43fc-9410-347f5968028f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:21:18.155Z|11125007-8684-43fc-9410-347f5968028f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:21:20.060Z|b28406d1-0b14-4b8f-b167-7d1e4eb52064|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:21:20.061Z|b28406d1-0b14-4b8f-b167-7d1e4eb52064|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:21:20.089Z|60f55e90-8115-42fc-9ac2-2caedf4697da|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:21:20.089Z|60f55e90-8115-42fc-9ac2-2caedf4697da|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:21:20.873Z|85ae7ec8-5f4c-41b5-b2d7-1c77fe4c280e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:21:20.874Z|85ae7ec8-5f4c-41b5-b2d7-1c77fe4c280e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:21:25.876Z|27c3b595-d4e7-422d-a84b-66fb91fa92d3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:21:25.877Z|27c3b595-d4e7-422d-a84b-66fb91fa92d3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:21:28.184Z|c97a1944-a4fa-460e-bbc8-ca3a640efc91|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:21:28.185Z|c97a1944-a4fa-460e-bbc8-ca3a640efc91|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:21:30.094Z|a2d272dd-6f7b-41c2-b283-291cc323e1d6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:21:30.095Z|a2d272dd-6f7b-41c2-b283-291cc323e1d6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:21:35.089Z|22f2ae2a-83e2-41cb-b601-ecfd74e1d10b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:21:35.093Z|22f2ae2a-83e2-41cb-b601-ecfd74e1d10b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:21:35.908Z|065d6557-e90b-427f-9414-2d99083bee6b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:21:35.909Z|065d6557-e90b-427f-9414-2d99083bee6b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:21:38.216Z|7b4dd7ae-90ca-469f-8be5-cf29b74672ad|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:21:38.217Z|7b4dd7ae-90ca-469f-8be5-cf29b74672ad|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:21:40.127Z|949f9e71-bdb5-4c91-92da-799a270f6024|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:21:40.128Z|949f9e71-bdb5-4c91-92da-799a270f6024|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:21:45.940Z|836f4e04-99ae-4f86-a35c-baeefbaba30e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:21:45.941Z|836f4e04-99ae-4f86-a35c-baeefbaba30e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:21:48.248Z|297cde72-7abe-46ad-a453-3593603513e2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:21:48.249Z|297cde72-7abe-46ad-a453-3593603513e2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:21:50.089Z|70deee0d-99e1-412b-a8e6-f589490da23a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:21:50.089Z|70deee0d-99e1-412b-a8e6-f589490da23a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:21:50.158Z|5400661b-b12f-425d-9148-3699e90e8075|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:21:50.159Z|5400661b-b12f-425d-9148-3699e90e8075|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:21:50.874Z|8484be83-1a14-4958-8dfa-03ba02abee9f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:21:50.875Z|8484be83-1a14-4958-8dfa-03ba02abee9f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:21:55.972Z|1cba4945-df00-4957-a122-bfbdaacf94ec|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:21:55.973Z|1cba4945-df00-4957-a122-bfbdaacf94ec|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:21:56.117Z|39c47106-6049-40c2-9b50-c2226f0216c5|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:21:56.118Z|39c47106-6049-40c2-9b50-c2226f0216c5|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:21:58.281Z|d09c5966-9b2f-40a5-86e5-0a46e185141d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:21:58.281Z|d09c5966-9b2f-40a5-86e5-0a46e185141d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:22:00.188Z|3f3390a3-7cf4-4012-ad10-63aa00e8db60|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:22:00.189Z|3f3390a3-7cf4-4012-ad10-63aa00e8db60|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:22:05.089Z|208f3ff0-8ace-4c68-ab0f-87d1b461850a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:22:05.089Z|208f3ff0-8ace-4c68-ab0f-87d1b461850a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:22:06.009Z|abb2e910-af01-456c-a8c9-c1ee0718759f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:22:06.010Z|abb2e910-af01-456c-a8c9-c1ee0718759f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:22:08.311Z|df4d1e80-7a74-43f0-a9f4-95d3ddd9cd82|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:22:08.312Z|df4d1e80-7a74-43f0-a9f4-95d3ddd9cd82|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:22:10.217Z|34c36390-3f7d-412e-bf97-f3216df9ea6b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:22:10.218Z|34c36390-3f7d-412e-bf97-f3216df9ea6b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:22:16.044Z|5b66dc3c-7f00-450f-81e7-b90ebb779435|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:22:16.045Z|5b66dc3c-7f00-450f-81e7-b90ebb779435|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:22:18.341Z|6539f6d4-7cd0-4dc8-890c-0a95682fa4f1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:22:18.342Z|6539f6d4-7cd0-4dc8-890c-0a95682fa4f1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:22:20.090Z|e945c34c-d677-4c31-9be2-aa76b290a3fa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:22:20.100Z|e945c34c-d677-4c31-9be2-aa76b290a3fa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:22:20.249Z|78547005-5af3-4e0f-ae20-a8b9e1545e4f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:22:20.250Z|78547005-5af3-4e0f-ae20-a8b9e1545e4f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:22:20.877Z|31842ed9-b131-42ed-8732-4c2e71d15db6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:22:20.878Z|31842ed9-b131-42ed-8732-4c2e71d15db6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:22:26.077Z|ef961b4d-deb2-4507-8a9d-5a404bd11953|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:22:26.078Z|ef961b4d-deb2-4507-8a9d-5a404bd11953|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:22:28.372Z|14e3971f-947c-46c9-985a-46a903d1d53f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:22:28.373Z|14e3971f-947c-46c9-985a-46a903d1d53f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:22:30.327Z|219cbaf2-65a3-494f-ac15-1c16374e0f15|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:22:30.330Z|219cbaf2-65a3-494f-ac15-1c16374e0f15|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:22:35.089Z|7d6f8a5e-a0d8-4f6e-8efd-7d6f15b8f74a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:22:35.091Z|7d6f8a5e-a0d8-4f6e-8efd-7d6f15b8f74a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:22:36.107Z|33261241-5aba-4c4c-8a1b-660e12e00ec0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:22:36.108Z|33261241-5aba-4c4c-8a1b-660e12e00ec0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:22:38.407Z|89040b15-155d-4857-a74b-17ebe24a0bea|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:22:38.408Z|89040b15-155d-4857-a74b-17ebe24a0bea|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:22:40.371Z|ea8c2a8f-26bc-4ddf-99fd-c243be978392|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:22:40.372Z|ea8c2a8f-26bc-4ddf-99fd-c243be978392|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:22:46.140Z|24912eb1-c6e1-4bd4-b099-5709fa5794b3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:22:46.140Z|24912eb1-c6e1-4bd4-b099-5709fa5794b3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:22:48.439Z|5143dc3c-8988-4e5c-9bda-ff695fde8735|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:22:48.441Z|5143dc3c-8988-4e5c-9bda-ff695fde8735|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:22:50.089Z|ed389b8f-9c11-4ee5-ad0b-f72ebbe0c8b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:22:50.090Z|ed389b8f-9c11-4ee5-ad0b-f72ebbe0c8b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:22:50.405Z|b7a2ccbd-5c1c-4e33-977e-559e5194893a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:22:50.406Z|b7a2ccbd-5c1c-4e33-977e-559e5194893a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:22:50.878Z|c14e524f-a6f1-4a7f-84da-7b7c2d53abba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:22:50.879Z|c14e524f-a6f1-4a7f-84da-7b7c2d53abba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:22:56.117Z|dd4a8f33-0f4e-4777-ad62-8061a793d6d4|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:22:56.117Z|dd4a8f33-0f4e-4777-ad62-8061a793d6d4|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:22:56.168Z|3a33077f-348b-4f3c-8223-69e6289075af|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:22:56.169Z|3a33077f-348b-4f3c-8223-69e6289075af|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:22:58.472Z|1ba5aeb2-3d83-46d3-a381-85fa9b8474c6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:22:58.473Z|1ba5aeb2-3d83-46d3-a381-85fa9b8474c6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:23:00.433Z|c9a3be32-f9ba-4c2e-ba5e-c6fbc63a0d91|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:23:00.434Z|c9a3be32-f9ba-4c2e-ba5e-c6fbc63a0d91|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:23:05.089Z|82333e86-9d9a-4e3b-b66b-3d46a1353604|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:23:05.094Z|82333e86-9d9a-4e3b-b66b-3d46a1353604|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:23:06.198Z|bcdb55a3-f34f-4934-a5cc-0e951cc8ad4d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:23:06.199Z|bcdb55a3-f34f-4934-a5cc-0e951cc8ad4d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:23:08.505Z|587d378f-fd21-4ae9-8886-6435c93ac669|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:23:08.507Z|587d378f-fd21-4ae9-8886-6435c93ac669|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:23:10.466Z|bb4306b4-bc99-4d47-807c-31e3659500d7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:23:10.467Z|bb4306b4-bc99-4d47-807c-31e3659500d7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:23:16.231Z|cc4088e2-1d39-414d-82ab-cef5a8358182|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:23:16.232Z|cc4088e2-1d39-414d-82ab-cef5a8358182|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:23:18.537Z|ce23df33-2697-4aff-91d4-2a2ea3861fa2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:23:18.537Z|ce23df33-2697-4aff-91d4-2a2ea3861fa2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:23:20.089Z|792f2ee0-b8fd-4c3e-8aa0-cc141ef607bb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:23:20.090Z|792f2ee0-b8fd-4c3e-8aa0-cc141ef607bb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:23:20.499Z|3868d93f-55c9-49b6-b1b7-926f388d4824|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:23:20.501Z|3868d93f-55c9-49b6-b1b7-926f388d4824|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:23:20.879Z|c654c28e-87ce-45ce-b3e6-9da0b49ded97|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:23:20.880Z|c654c28e-87ce-45ce-b3e6-9da0b49ded97|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:23:26.262Z|095394ec-d9d4-4cbe-a94d-bed493591e54|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:23:26.263Z|095394ec-d9d4-4cbe-a94d-bed493591e54|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:23:28.568Z|89ab0804-f46d-48d2-96ab-f5927c25189a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:23:28.569Z|89ab0804-f46d-48d2-96ab-f5927c25189a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:23:30.530Z|3f8c207e-2e62-4741-8f6a-dc8be4b9bacd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:23:30.531Z|3f8c207e-2e62-4741-8f6a-dc8be4b9bacd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:23:35.089Z|95d96ca0-4c97-4196-8647-b5a44b7635fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:23:35.089Z|95d96ca0-4c97-4196-8647-b5a44b7635fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:23:36.304Z|7adac8dd-8d95-4eae-a7bf-6d30d466e4e8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:23:36.305Z|7adac8dd-8d95-4eae-a7bf-6d30d466e4e8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:23:38.603Z|de4fdf43-1325-402d-92f8-80f305c36ed8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:23:38.604Z|de4fdf43-1325-402d-92f8-80f305c36ed8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:23:40.560Z|1e907a3a-56fa-4c52-a8ca-79c6636901f3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:23:40.560Z|1e907a3a-56fa-4c52-a8ca-79c6636901f3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:23:46.337Z|627a99d2-247f-4aa3-a66e-cf12af7dd72d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:23:46.338Z|627a99d2-247f-4aa3-a66e-cf12af7dd72d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:23:48.635Z|b399a523-bc03-4351-800a-c0fa1d60e99c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:23:48.636Z|b399a523-bc03-4351-800a-c0fa1d60e99c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:23:50.089Z|8006f33c-b616-4712-a56d-3e0b5125f21b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:23:50.094Z|8006f33c-b616-4712-a56d-3e0b5125f21b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:23:50.590Z|6fcce7d2-93bf-425a-b8b6-713bf6e9fdcf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:23:50.591Z|6fcce7d2-93bf-425a-b8b6-713bf6e9fdcf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:23:50.881Z|092a5e08-e0a8-4002-9a6e-f7aab134a757|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:23:50.881Z|092a5e08-e0a8-4002-9a6e-f7aab134a757|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:23:56.116Z|e538af3f-07f2-49cb-8fbb-d9db8967c837|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:23:56.117Z|e538af3f-07f2-49cb-8fbb-d9db8967c837|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:23:56.367Z|ef153027-7c79-42ad-a31b-d0107e881fe0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:23:56.367Z|ef153027-7c79-42ad-a31b-d0107e881fe0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:23:58.665Z|c1944e92-6767-4714-9f75-f4855bc951e4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:23:58.666Z|c1944e92-6767-4714-9f75-f4855bc951e4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:24:00.623Z|95e5f838-2c9a-487f-9018-1765eeb41dba|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:24:00.623Z|95e5f838-2c9a-487f-9018-1765eeb41dba|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:24:05.089Z|d9a46f8e-c48c-4cbb-9250-e9d95b55503d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:24:05.090Z|d9a46f8e-c48c-4cbb-9250-e9d95b55503d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:24:06.406Z|f124d441-2120-47cc-a2ac-f15481c341ee|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:24:06.407Z|f124d441-2120-47cc-a2ac-f15481c341ee|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:24:08.695Z|976525a0-ffb4-486b-91ff-0d6c333c35ab|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:24:08.696Z|976525a0-ffb4-486b-91ff-0d6c333c35ab|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:24:10.658Z|487f43c6-a978-4290-9803-cdf0a6bd5f0f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:24:10.659Z|487f43c6-a978-4290-9803-cdf0a6bd5f0f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:24:16.432Z|5c4239d3-95fa-47d9-9794-39e6c3c60096|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:24:16.433Z|5c4239d3-95fa-47d9-9794-39e6c3c60096|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:24:18.727Z|14f4cbc5-3f4c-4d44-9422-099eaf965c14|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:24:18.727Z|14f4cbc5-3f4c-4d44-9422-099eaf965c14|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:24:20.089Z|08df1477-80ef-4b3c-95ef-90f1ec02a0fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:24:20.089Z|08df1477-80ef-4b3c-95ef-90f1ec02a0fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:24:20.688Z|e5e7c49e-374a-459e-847c-fae577e1f981|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:24:20.689Z|e5e7c49e-374a-459e-847c-fae577e1f981|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:24:20.882Z|4a2b23ce-61a9-43b9-9165-7ec36f3e8c2b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:24:20.883Z|4a2b23ce-61a9-43b9-9165-7ec36f3e8c2b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:24:26.459Z|5dfeabec-5d12-4877-9a7a-6b4fbc5e816f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:24:26.460Z|5dfeabec-5d12-4877-9a7a-6b4fbc5e816f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:24:28.756Z|363592c9-314c-4c83-8040-f63b0e75f8b4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:24:28.757Z|363592c9-314c-4c83-8040-f63b0e75f8b4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:24:30.720Z|0fe656b4-fd40-42db-b970-882929eb14d3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:24:30.721Z|0fe656b4-fd40-42db-b970-882929eb14d3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:24:35.089Z|a7454778-78fb-47ab-a6ae-53ef80f78e3f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:24:35.095Z|a7454778-78fb-47ab-a6ae-53ef80f78e3f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:24:36.492Z|f745956a-b665-4926-83bf-dd0f9fb30880|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:24:36.493Z|f745956a-b665-4926-83bf-dd0f9fb30880|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:24:38.788Z|abf6f641-c715-4e68-9b18-09e7cfb7693c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:24:38.789Z|abf6f641-c715-4e68-9b18-09e7cfb7693c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:24:40.746Z|4bea3ed3-e444-439e-bc10-c7bc532cec68|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:24:40.747Z|4bea3ed3-e444-439e-bc10-c7bc532cec68|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:24:46.522Z|f317c53e-9805-467a-b77d-59f589add0fa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:24:46.522Z|f317c53e-9805-467a-b77d-59f589add0fa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:24:48.821Z|1f7e91e0-942b-4d9f-9d3c-abf5d8969471|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:24:48.822Z|1f7e91e0-942b-4d9f-9d3c-abf5d8969471|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:24:50.089Z|699a96ee-1029-4e97-bcbb-8cd76d19717a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:24:50.089Z|699a96ee-1029-4e97-bcbb-8cd76d19717a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:24:50.777Z|0140a927-edec-494f-952f-3676200ad139|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:24:50.778Z|0140a927-edec-494f-952f-3676200ad139|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:24:50.884Z|97327415-df67-46fc-bb82-38e49df9cd96|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:24:50.884Z|97327415-df67-46fc-bb82-38e49df9cd96|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:24:56.119Z|ab1d9dd5-0206-4b21-b4eb-337891edcec9|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:24:56.120Z|ab1d9dd5-0206-4b21-b4eb-337891edcec9|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:24:56.554Z|5de25513-a5a4-441b-b9c9-2860a9b03dd4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:24:56.554Z|5de25513-a5a4-441b-b9c9-2860a9b03dd4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:24:58.847Z|77aa6be3-4bc4-4989-9d6f-9ceeaa9dd66e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:24:58.848Z|77aa6be3-4bc4-4989-9d6f-9ceeaa9dd66e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:25:00.804Z|046172ea-eb21-4ba3-8b81-be8b7f7d8708|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:25:00.805Z|046172ea-eb21-4ba3-8b81-be8b7f7d8708|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:25:05.089Z|10c4a653-7d6e-46f6-8c77-5e59b81600e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:25:05.090Z|10c4a653-7d6e-46f6-8c77-5e59b81600e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:25:06.584Z|5ab63bf7-654f-4cac-83c3-030de4c4a2e7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:25:06.584Z|5ab63bf7-654f-4cac-83c3-030de4c4a2e7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:25:08.877Z|c3da6934-a74d-4aea-bf7c-3f5dc179ba8f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:25:08.878Z|c3da6934-a74d-4aea-bf7c-3f5dc179ba8f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:25:10.839Z|9bda8125-cedf-4190-b022-b17cabd1660c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:25:10.840Z|9bda8125-cedf-4190-b022-b17cabd1660c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:25:16.615Z|120d4d5f-3e83-437c-89c1-b8c489735126|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:25:16.615Z|120d4d5f-3e83-437c-89c1-b8c489735126|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:25:18.909Z|52e5e30d-41b3-4f06-a042-2bfdbddac480|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:25:18.910Z|52e5e30d-41b3-4f06-a042-2bfdbddac480|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:25:20.089Z|ff41ccfe-615a-40a9-9d30-80b0783a4023|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:25:20.093Z|ff41ccfe-615a-40a9-9d30-80b0783a4023|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:25:20.869Z|831a04fc-86ae-4083-b81c-e1ab9f3be572|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:25:20.870Z|831a04fc-86ae-4083-b81c-e1ab9f3be572|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:25:20.885Z|09d1ddca-5cd2-4fc9-a129-b51451a45ae1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:25:20.886Z|09d1ddca-5cd2-4fc9-a129-b51451a45ae1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:25:26.646Z|a0f82fa9-84f9-45f1-9260-7b781bbf20ca|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:25:26.646Z|a0f82fa9-84f9-45f1-9260-7b781bbf20ca|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:25:28.942Z|db62f749-d8fc-40c4-96ab-550a12a0ca99|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:25:28.943Z|db62f749-d8fc-40c4-96ab-550a12a0ca99|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:25:30.902Z|23aefe11-48ef-445b-a93f-6e3c728b22e5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:25:30.903Z|23aefe11-48ef-445b-a93f-6e3c728b22e5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:25:35.089Z|4e2b0366-3196-4acf-8578-5a4b9b40066a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:25:35.090Z|4e2b0366-3196-4acf-8578-5a4b9b40066a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:25:36.677Z|5915b706-be32-40ec-8a71-3e1091f57983|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:25:36.677Z|5915b706-be32-40ec-8a71-3e1091f57983|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:25:38.976Z|25594e73-080b-4c44-a138-5d0ae7db105f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:25:38.977Z|25594e73-080b-4c44-a138-5d0ae7db105f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:25:40.937Z|047c2f4c-486a-4f2d-bfba-fdbb01920f71|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:25:40.937Z|047c2f4c-486a-4f2d-bfba-fdbb01920f71|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:25:46.710Z|09e65d8f-77b2-4851-b8c5-886e7adedeaa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:25:46.711Z|09e65d8f-77b2-4851-b8c5-886e7adedeaa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:25:49.021Z|7854e7a3-7950-4e30-978a-5e9281ba4626|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:25:49.022Z|7854e7a3-7950-4e30-978a-5e9281ba4626|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:25:50.089Z|71f11df9-5eca-48f8-a60b-5284e05af197|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:25:50.090Z|71f11df9-5eca-48f8-a60b-5284e05af197|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:25:50.886Z|ec2fb653-f9f1-4fbb-9f6e-fff65075825d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:25:50.887Z|ec2fb653-f9f1-4fbb-9f6e-fff65075825d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:25:50.969Z|f094ec05-c134-4614-8570-285ebd6d8ae2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:25:50.972Z|f094ec05-c134-4614-8570-285ebd6d8ae2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:25:56.120Z|670613c3-3ee1-4c90-aa97-f645e8b347e7|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:25:56.121Z|670613c3-3ee1-4c90-aa97-f645e8b347e7|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:25:56.743Z|96220517-7e80-4a43-9db2-56f7c6f72208|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:25:56.744Z|96220517-7e80-4a43-9db2-56f7c6f72208|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:25:59.056Z|405d9a6a-fdb3-450a-bc33-ef2201364d74|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:25:59.058Z|405d9a6a-fdb3-450a-bc33-ef2201364d74|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:26:01.000Z|b8d3c2e7-e469-4daf-8759-88eba9ffb023|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:26:01.001Z|b8d3c2e7-e469-4daf-8759-88eba9ffb023|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:26:05.089Z|40834b6b-43ac-4a05-b13f-5f14f0a23ad3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:26:05.093Z|40834b6b-43ac-4a05-b13f-5f14f0a23ad3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:26:06.778Z|ce0b96eb-fe06-41cc-9766-45f2ffa1d7ff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:26:06.779Z|ce0b96eb-fe06-41cc-9766-45f2ffa1d7ff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:26:09.087Z|863a1314-8f87-4370-8c6b-af00590ee274|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:26:09.087Z|863a1314-8f87-4370-8c6b-af00590ee274|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:26:11.031Z|e7487c69-61ff-4122-8c10-ec1ca714eced|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:26:11.032Z|e7487c69-61ff-4122-8c10-ec1ca714eced|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:26:16.818Z|ae581735-84ea-45a9-bc9c-46264c8ff17a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:26:16.819Z|ae581735-84ea-45a9-bc9c-46264c8ff17a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:26:19.118Z|d50c208d-79b3-4f7b-9ee4-d473895bbe0e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:26:19.119Z|d50c208d-79b3-4f7b-9ee4-d473895bbe0e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:26:20.089Z|a6ecc4d0-a6f7-4cfe-a6e7-ed1d85add5e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:26:20.089Z|a6ecc4d0-a6f7-4cfe-a6e7-ed1d85add5e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:26:20.887Z|0422da5a-f050-4c97-8fd4-550952613111|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:26:20.888Z|0422da5a-f050-4c97-8fd4-550952613111|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:26:21.062Z|fed15751-3748-4656-b509-a3ec800b3345|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:26:21.063Z|fed15751-3748-4656-b509-a3ec800b3345|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:26:26.871Z|0c72682f-1fc0-4f1a-aeca-9d40a6239de8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:26:26.874Z|0c72682f-1fc0-4f1a-aeca-9d40a6239de8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:26:29.183Z|fa56fb53-d160-41f2-9dcf-6ef667bc24e0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:26:29.185Z|fa56fb53-d160-41f2-9dcf-6ef667bc24e0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:26:31.105Z|ef7218f9-17c5-4b6d-8de3-d2ad1aaf5bd6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:26:31.108Z|ef7218f9-17c5-4b6d-8de3-d2ad1aaf5bd6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:26:35.089Z|f7f0be1c-b053-4aba-9920-d7fe503f81a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:26:35.090Z|f7f0be1c-b053-4aba-9920-d7fe503f81a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:26:36.906Z|4018fb17-e717-4044-9de4-3ea3fb0598ff|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:26:36.907Z|4018fb17-e717-4044-9de4-3ea3fb0598ff|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:26:39.219Z|423134c8-a42f-4725-947d-3bf2216616a4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:26:39.220Z|423134c8-a42f-4725-947d-3bf2216616a4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:26:41.142Z|ea0e532c-1131-46ce-83aa-badeb5321824|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:26:41.143Z|ea0e532c-1131-46ce-83aa-badeb5321824|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:26:46.937Z|ee570eda-d6d0-463d-a746-e27e259cdbcf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:26:46.937Z|ee570eda-d6d0-463d-a746-e27e259cdbcf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:26:49.250Z|9be3d3ca-d265-4317-bdd9-9a7897174b0d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:26:49.251Z|9be3d3ca-d265-4317-bdd9-9a7897174b0d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:26:50.089Z|218acc9e-d10a-4add-9308-ec80cfb11717|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:26:50.093Z|218acc9e-d10a-4add-9308-ec80cfb11717|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:26:50.889Z|6598b226-42f7-4bd1-8c7e-db71b45554d5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:26:50.889Z|6598b226-42f7-4bd1-8c7e-db71b45554d5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:26:51.174Z|62665f04-2bde-4a68-82b7-95c790a3d4fc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:26:51.175Z|62665f04-2bde-4a68-82b7-95c790a3d4fc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:26:56.116Z|c668a606-8e27-440d-9aef-6b86056b3d87|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:26:56.117Z|c668a606-8e27-440d-9aef-6b86056b3d87|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:26:56.963Z|bc2d1aee-27fc-4c19-bec9-3a501fef9a9a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:26:56.964Z|bc2d1aee-27fc-4c19-bec9-3a501fef9a9a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:26:59.280Z|0fab9f45-f011-4e39-8b7f-77dbfddc7136|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:26:59.281Z|0fab9f45-f011-4e39-8b7f-77dbfddc7136|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:27:01.204Z|7c2924f8-9027-42b5-b03c-4d8c3c3857a2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:27:01.205Z|7c2924f8-9027-42b5-b03c-4d8c3c3857a2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:27:05.089Z|c2d97977-8dbc-4b5a-8021-1ceb7ea83e57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:27:05.089Z|c2d97977-8dbc-4b5a-8021-1ceb7ea83e57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:27:06.995Z|5cb356dc-419d-49dd-ab0d-5d9943bce1e2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:27:06.997Z|5cb356dc-419d-49dd-ab0d-5d9943bce1e2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:27:09.309Z|77b8aada-eb9e-491e-bcd4-1f1d1fa132e2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:27:09.310Z|77b8aada-eb9e-491e-bcd4-1f1d1fa132e2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:27:11.236Z|dfc9c86b-5d8b-4831-bd59-5063039f9a61|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:27:11.237Z|dfc9c86b-5d8b-4831-bd59-5063039f9a61|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:27:17.029Z|b653f1b1-8c50-49d6-bc8a-293cd4070ac4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:27:17.030Z|b653f1b1-8c50-49d6-bc8a-293cd4070ac4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:27:19.341Z|4ed476fa-f735-4ba2-8fb7-6b54a759f7e2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:27:19.342Z|4ed476fa-f735-4ba2-8fb7-6b54a759f7e2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:27:20.089Z|ff30ad89-1eeb-40d6-9370-ea3b12c6f8ca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:27:20.089Z|ff30ad89-1eeb-40d6-9370-ea3b12c6f8ca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:27:20.890Z|59012a7e-d0bb-488c-b25f-4c04d413bcf1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:27:20.890Z|59012a7e-d0bb-488c-b25f-4c04d413bcf1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:27:21.273Z|706b95f2-3cc8-477b-b644-79af949a18ce|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:27:21.273Z|706b95f2-3cc8-477b-b644-79af949a18ce|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:27:27.058Z|b5424cc8-b2a7-47ff-a13b-9b5ead33f321|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:27:27.059Z|b5424cc8-b2a7-47ff-a13b-9b5ead33f321|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:27:29.374Z|99183942-81c2-453f-891b-1ec67b7b37aa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:27:29.375Z|99183942-81c2-453f-891b-1ec67b7b37aa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:27:31.304Z|0f069787-1945-41f4-bb01-94e0c0982e90|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:27:31.305Z|0f069787-1945-41f4-bb01-94e0c0982e90|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:27:35.089Z|360be3a9-bf8d-448a-b8ea-b2c1741deb74|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:27:35.093Z|360be3a9-bf8d-448a-b8ea-b2c1741deb74|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:27:37.091Z|5fcebf59-f4f7-4d1c-bf48-781bc278de8c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:27:37.091Z|5fcebf59-f4f7-4d1c-bf48-781bc278de8c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:27:39.406Z|65591dbb-7b54-4a72-8325-908f88359c21|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:27:39.407Z|65591dbb-7b54-4a72-8325-908f88359c21|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:27:41.337Z|c3ada8ab-203d-4a39-8824-bc0cd5225eae|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:27:41.338Z|c3ada8ab-203d-4a39-8824-bc0cd5225eae|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:27:47.120Z|a762b617-6e32-4b5e-abff-ad5ae488b689|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:27:47.121Z|a762b617-6e32-4b5e-abff-ad5ae488b689|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:27:49.439Z|f47cbe4f-b430-4630-8186-1a87f5cdccb0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:27:49.440Z|f47cbe4f-b430-4630-8186-1a87f5cdccb0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:27:50.089Z|c22b59e5-b60d-4247-b26f-6444f9bcb309|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:27:50.090Z|c22b59e5-b60d-4247-b26f-6444f9bcb309|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:27:50.891Z|ee8a4c3c-fda2-4305-9240-25dbac4d6f1c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:27:50.891Z|ee8a4c3c-fda2-4305-9240-25dbac4d6f1c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:27:51.370Z|45660f53-2dcf-420a-8ab0-508a18f68eaa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:27:51.371Z|45660f53-2dcf-420a-8ab0-508a18f68eaa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:27:56.116Z|5c8c1dc0-4bc4-4652-aabf-8fa070b7683f|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:27:56.117Z|5c8c1dc0-4bc4-4652-aabf-8fa070b7683f|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:27:57.151Z|3b4bf384-ae46-4cc8-9d3b-16c125d4306c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:27:57.152Z|3b4bf384-ae46-4cc8-9d3b-16c125d4306c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:27:59.472Z|606d745e-2284-4388-9e2d-e79d7423f0ea|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:27:59.473Z|606d745e-2284-4388-9e2d-e79d7423f0ea|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:28:01.396Z|989089b0-8939-4fcf-a99f-c4543af5f8ca|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:28:01.397Z|989089b0-8939-4fcf-a99f-c4543af5f8ca|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:28:05.089Z|ef0b8092-d01b-40ba-9f9e-1d4804f9d73a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:28:05.089Z|ef0b8092-d01b-40ba-9f9e-1d4804f9d73a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:28:07.183Z|1decc00c-cae3-4361-84ed-eabb16f12cb5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:28:07.184Z|1decc00c-cae3-4361-84ed-eabb16f12cb5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:28:09.504Z|e0b9d97e-b5c4-4e13-98c0-74d0ac05bd6f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:28:09.505Z|e0b9d97e-b5c4-4e13-98c0-74d0ac05bd6f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:28:11.427Z|39650511-be05-4d90-8ae5-47592026ea09|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:28:11.428Z|39650511-be05-4d90-8ae5-47592026ea09|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:28:17.215Z|9f12cab8-b7d4-4ae8-9fb0-f8a11adfc7f7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:28:17.216Z|9f12cab8-b7d4-4ae8-9fb0-f8a11adfc7f7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:28:19.535Z|454e9a39-8fc3-4267-a0cc-cfbabec31173|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:28:19.536Z|454e9a39-8fc3-4267-a0cc-cfbabec31173|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:28:20.089Z|aed638b5-26a6-43ae-842e-90255f25da15|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:28:20.093Z|aed638b5-26a6-43ae-842e-90255f25da15|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:28:20.892Z|95b8e061-490f-4210-84c3-73cc7912429b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:28:20.892Z|95b8e061-490f-4210-84c3-73cc7912429b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:28:21.457Z|b990a39b-0a7f-40e5-8438-7adc61b6adbe|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:28:21.457Z|b990a39b-0a7f-40e5-8438-7adc61b6adbe|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:28:27.248Z|246244c6-e608-413d-aaa6-c1f8eaa4420c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:28:27.249Z|246244c6-e608-413d-aaa6-c1f8eaa4420c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:28:29.566Z|bd8815f5-0778-4f38-83d1-7df8897ba57b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:28:29.567Z|bd8815f5-0778-4f38-83d1-7df8897ba57b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:28:31.487Z|1487f0bb-4ad6-40d4-9820-ba5d0fb3086e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:28:31.488Z|1487f0bb-4ad6-40d4-9820-ba5d0fb3086e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:28:35.089Z|f7930b95-6565-4252-9c6f-f8ce191c6ee2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:28:35.089Z|f7930b95-6565-4252-9c6f-f8ce191c6ee2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:28:37.281Z|700ae03f-8af0-4589-893b-cd5ea9304060|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:28:37.281Z|700ae03f-8af0-4589-893b-cd5ea9304060|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:28:39.601Z|5b534784-2fa3-4868-b491-6c2132a10922|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:28:39.602Z|5b534784-2fa3-4868-b491-6c2132a10922|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:28:41.522Z|395dd546-ece7-4809-b049-0b5b86f4edcb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:28:41.523Z|395dd546-ece7-4809-b049-0b5b86f4edcb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:28:47.321Z|d47ad535-1f86-4310-a65b-a075870b2598|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:28:47.322Z|d47ad535-1f86-4310-a65b-a075870b2598|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:28:49.692Z|9b84d785-22b7-4c4c-bc7e-ec23de819727|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:28:49.692Z|9b84d785-22b7-4c4c-bc7e-ec23de819727|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:28:50.089Z|b154c8e5-3774-484a-9c42-2553b85cf909|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:28:50.089Z|b154c8e5-3774-484a-9c42-2553b85cf909|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:28:50.893Z|27402511-267c-4337-b2f0-b38619a019bd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:28:50.894Z|27402511-267c-4337-b2f0-b38619a019bd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:28:51.554Z|3c060d26-8743-4176-af43-347a22293780|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:28:51.555Z|3c060d26-8743-4176-af43-347a22293780|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:28:56.116Z|d769214c-ff3f-4528-985c-49293ebef8e4|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:28:56.117Z|d769214c-ff3f-4528-985c-49293ebef8e4|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:28:57.349Z|6d30b478-100c-4c05-921e-3d2f24209985|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:28:57.349Z|6d30b478-100c-4c05-921e-3d2f24209985|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:28:59.723Z|0dca4c2b-0c58-4dbb-89fe-c31e25407c0f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:28:59.724Z|0dca4c2b-0c58-4dbb-89fe-c31e25407c0f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:29:01.585Z|1b9e0787-08ea-4c71-ba87-3b591c9d0d84|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:29:01.586Z|1b9e0787-08ea-4c71-ba87-3b591c9d0d84|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:29:05.090Z|cd90d47b-9d59-4651-968a-de8f27d5770c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:29:05.095Z|cd90d47b-9d59-4651-968a-de8f27d5770c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:29:07.383Z|f1a1e868-ffe2-4ef0-ba1c-fe8014acffeb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:29:07.383Z|f1a1e868-ffe2-4ef0-ba1c-fe8014acffeb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:29:09.749Z|82495da7-46bc-47c8-bc18-3ee2af15fe84|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:29:09.749Z|82495da7-46bc-47c8-bc18-3ee2af15fe84|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:29:11.618Z|9a792719-ea3b-4c36-a838-2c15bda593ec|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:29:11.619Z|9a792719-ea3b-4c36-a838-2c15bda593ec|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:29:17.422Z|8ba8160d-232c-4ab1-88ee-f6d458627b87|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:29:17.423Z|8ba8160d-232c-4ab1-88ee-f6d458627b87|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:29:19.780Z|cc98b79e-15a5-4903-927b-c4b15f4bcb14|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:29:19.780Z|cc98b79e-15a5-4903-927b-c4b15f4bcb14|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:29:20.091Z|8fb6599f-125a-47a3-94c4-b94e15395170|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:29:20.092Z|8fb6599f-125a-47a3-94c4-b94e15395170|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:29:20.894Z|4bcbd2fb-5823-4509-8c7d-b9ea019add46|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:29:20.895Z|4bcbd2fb-5823-4509-8c7d-b9ea019add46|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:29:21.658Z|27508d6e-56c5-4643-985a-8908a07799c5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:29:21.659Z|27508d6e-56c5-4643-985a-8908a07799c5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:29:27.453Z|4c4b1dc5-6560-4db1-a202-b92f472afeab|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:29:27.454Z|4c4b1dc5-6560-4db1-a202-b92f472afeab|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:29:29.812Z|adeb701e-522a-4b58-9498-6c7c9aa497ba|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:29:29.813Z|adeb701e-522a-4b58-9498-6c7c9aa497ba|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:29:31.693Z|27e60fc4-c101-46fc-b27a-2d46f93efc65|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:29:31.694Z|27e60fc4-c101-46fc-b27a-2d46f93efc65|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:29:35.089Z|8d83bc53-6f2c-48d3-aeba-f732708903d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:29:35.089Z|8d83bc53-6f2c-48d3-aeba-f732708903d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:29:37.486Z|313252e1-9ba1-4981-9652-fef6b29c08ff|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:29:37.487Z|313252e1-9ba1-4981-9652-fef6b29c08ff|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:29:39.846Z|71dde390-1099-46ae-98bc-a2ec8f24de78|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:29:39.847Z|71dde390-1099-46ae-98bc-a2ec8f24de78|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:29:41.726Z|9419c0a3-f010-49d1-9735-6385179c9a41|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:29:41.727Z|9419c0a3-f010-49d1-9735-6385179c9a41|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:29:47.519Z|0d289ddc-7dae-4d4c-9446-dc5163e159f7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:29:47.520Z|0d289ddc-7dae-4d4c-9446-dc5163e159f7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:29:49.877Z|cc2f14e7-82a9-4695-b80e-fc8e0435f2d3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:29:49.878Z|cc2f14e7-82a9-4695-b80e-fc8e0435f2d3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:29:50.089Z|05022b45-2c67-4a1b-b84a-39e48a933bf0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:29:50.093Z|05022b45-2c67-4a1b-b84a-39e48a933bf0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:29:50.896Z|b0abba64-e488-47b9-bea2-ffc3819c9bad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:29:50.896Z|b0abba64-e488-47b9-bea2-ffc3819c9bad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:29:51.758Z|4d5d5c06-0591-4308-ade0-cf8e553c8ed2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:29:51.759Z|4d5d5c06-0591-4308-ade0-cf8e553c8ed2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:29:56.119Z|8d80b800-c113-4985-822d-6537803e0d0a|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:29:56.120Z|8d80b800-c113-4985-822d-6537803e0d0a|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:29:57.561Z|1a6c8281-d368-40d8-83ad-d4366b304a69|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:29:57.562Z|1a6c8281-d368-40d8-83ad-d4366b304a69|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:29:59.910Z|d994de08-e7b9-436a-9ce0-68d6d24811a9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:29:59.911Z|d994de08-e7b9-436a-9ce0-68d6d24811a9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:30:01.788Z|b8864383-6189-440b-86a6-a143342a7dbe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:30:01.789Z|b8864383-6189-440b-86a6-a143342a7dbe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:30:05.089Z|5a98c973-9f3f-4293-a7b8-10b776215d49|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:30:05.090Z|5a98c973-9f3f-4293-a7b8-10b776215d49|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:30:07.590Z|f31ae69c-8850-44a8-b7f5-92cf88a52426|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:30:07.591Z|f31ae69c-8850-44a8-b7f5-92cf88a52426|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:30:09.942Z|06eb8dad-3857-4910-b221-941e0d3cb850|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:30:09.942Z|06eb8dad-3857-4910-b221-941e0d3cb850|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:30:11.820Z|5b1c9923-15f9-4252-b4d7-e43467b0c7eb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:30:11.821Z|5b1c9923-15f9-4252-b4d7-e43467b0c7eb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:30:17.618Z|29c3881d-259a-4f82-a879-3f9c9c9c44d9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:30:17.619Z|29c3881d-259a-4f82-a879-3f9c9c9c44d9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:30:19.971Z|978a0f02-87cb-4d4e-9c52-123726b0bc80|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:30:19.971Z|978a0f02-87cb-4d4e-9c52-123726b0bc80|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:30:20.089Z|edf44237-a125-4008-b3c0-2ad5aa75ba7d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:30:20.090Z|edf44237-a125-4008-b3c0-2ad5aa75ba7d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:30:20.897Z|d5a77d0e-a370-4a5d-b142-85a2e0ab4dbf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:30:20.898Z|d5a77d0e-a370-4a5d-b142-85a2e0ab4dbf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:30:21.854Z|f31e1a67-b51e-4392-b97d-92e6ac95c09e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:30:21.855Z|f31e1a67-b51e-4392-b97d-92e6ac95c09e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:30:27.649Z|a0648209-4ca5-4a03-afcc-756013a93fd7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:30:27.650Z|a0648209-4ca5-4a03-afcc-756013a93fd7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:30:30.001Z|398d9f26-fe19-4a55-b97b-d797de6d2d6a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:30:30.001Z|398d9f26-fe19-4a55-b97b-d797de6d2d6a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:30:31.887Z|d3b1f1d3-31b1-4b64-9148-d93d1e490129|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:30:31.887Z|d3b1f1d3-31b1-4b64-9148-d93d1e490129|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:30:35.089Z|06e3b0d7-53f4-489f-87ad-40b8c3072a3b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:30:35.093Z|06e3b0d7-53f4-489f-87ad-40b8c3072a3b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:30:37.680Z|0bdd54bf-e8fa-48b2-b6be-0c5a73b00c86|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:30:37.681Z|0bdd54bf-e8fa-48b2-b6be-0c5a73b00c86|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:30:40.030Z|135c5963-8b07-4fad-9f14-15e090344398|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:30:40.031Z|135c5963-8b07-4fad-9f14-15e090344398|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:30:41.921Z|02243555-ecfd-4e38-9d27-1130d1e91020|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:30:41.922Z|02243555-ecfd-4e38-9d27-1130d1e91020|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:30:47.713Z|961567f7-e14c-443d-bec1-f01b68788f34|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:30:47.714Z|961567f7-e14c-443d-bec1-f01b68788f34|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:30:50.063Z|3bae28c9-0919-4fda-aa0a-a8f58ca1d2c3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:30:50.064Z|3bae28c9-0919-4fda-aa0a-a8f58ca1d2c3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:30:50.089Z|5172d1e5-fd32-454c-8ac3-4b5b4e5ce5bf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:30:50.089Z|5172d1e5-fd32-454c-8ac3-4b5b4e5ce5bf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:30:50.898Z|a808a868-599d-4b9f-9d8b-b6fbfbc5107d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:30:50.899Z|a808a868-599d-4b9f-9d8b-b6fbfbc5107d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:30:51.953Z|df1aa506-a040-4703-8ca9-dda70c3990a8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:30:51.954Z|df1aa506-a040-4703-8ca9-dda70c3990a8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:30:56.116Z|7011fe61-46d7-4870-b3b5-bcf522cd80df|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:30:56.116Z|7011fe61-46d7-4870-b3b5-bcf522cd80df|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:30:57.745Z|ba293f04-2730-4261-83d0-97d308439a68|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:30:57.746Z|ba293f04-2730-4261-83d0-97d308439a68|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:31:00.096Z|c9659ffe-2328-48fc-bee8-ff8963631a4e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:31:00.097Z|c9659ffe-2328-48fc-bee8-ff8963631a4e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:31:01.984Z|f4b8cf11-e04d-4073-982b-e9c5146b43e6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:31:01.985Z|f4b8cf11-e04d-4073-982b-e9c5146b43e6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:31:05.089Z|0ff8e55a-57b1-4d87-aa9c-114fc9c61a36|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:31:05.090Z|0ff8e55a-57b1-4d87-aa9c-114fc9c61a36|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:31:07.777Z|fbe090c6-cd71-49e7-a24d-e082b650dffc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:31:07.777Z|fbe090c6-cd71-49e7-a24d-e082b650dffc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:31:10.127Z|df914b52-71c9-493c-86fa-10851de5761f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:31:10.128Z|df914b52-71c9-493c-86fa-10851de5761f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:31:12.018Z|f8d718ba-6167-492d-814b-162442afc9e2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:31:12.019Z|f8d718ba-6167-492d-814b-162442afc9e2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:31:17.808Z|38346204-6786-4616-90c3-7d090f6f1867|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:31:17.809Z|38346204-6786-4616-90c3-7d090f6f1867|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:31:20.089Z|edfa8d9f-df5a-4737-987e-ac2aac91368d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:31:20.094Z|edfa8d9f-df5a-4737-987e-ac2aac91368d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:31:20.155Z|07bde281-61af-4f27-b380-7b125cea36bb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:31:20.156Z|07bde281-61af-4f27-b380-7b125cea36bb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:31:20.899Z|b27b13ae-f20d-4bcb-bcbb-3b0264d315d0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:31:20.900Z|b27b13ae-f20d-4bcb-bcbb-3b0264d315d0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:31:22.052Z|6fe60803-cec8-40df-92ad-02e9edb0eb6d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:31:22.053Z|6fe60803-cec8-40df-92ad-02e9edb0eb6d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:31:27.838Z|3945b6fb-d2c8-4364-85ed-3712314edd78|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:31:27.839Z|3945b6fb-d2c8-4364-85ed-3712314edd78|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:31:30.187Z|9f238da8-390d-4e23-8508-ff56fb7092f0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:31:30.188Z|9f238da8-390d-4e23-8508-ff56fb7092f0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:31:32.086Z|af54cca5-eb63-41d3-b600-881f6da42d01|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:31:32.087Z|af54cca5-eb63-41d3-b600-881f6da42d01|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:31:35.089Z|5177d965-1d0a-47b5-b1f5-2d7fd2d12200|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:31:35.089Z|5177d965-1d0a-47b5-b1f5-2d7fd2d12200|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:31:37.870Z|5d0e8011-25de-430e-8233-eb9804a3bd2f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:31:37.871Z|5d0e8011-25de-430e-8233-eb9804a3bd2f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:31:40.220Z|6ae9f63a-323b-474c-9937-ea4e1881c6ea|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:31:40.221Z|6ae9f63a-323b-474c-9937-ea4e1881c6ea|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:31:42.116Z|f63ebdd5-cd7d-4590-a433-1708af6b9040|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:31:42.117Z|f63ebdd5-cd7d-4590-a433-1708af6b9040|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:31:47.903Z|9f97000d-9fa7-4d0a-bc7d-b214bb1058bd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:31:47.904Z|9f97000d-9fa7-4d0a-bc7d-b214bb1058bd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:31:50.089Z|63cce369-3892-43cb-aa0c-f3ff25b3b856|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:31:50.089Z|63cce369-3892-43cb-aa0c-f3ff25b3b856|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:31:50.249Z|19874078-20d4-499b-9a91-576cfc050221|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:31:50.250Z|19874078-20d4-499b-9a91-576cfc050221|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:31:50.901Z|908a9baa-c3ac-4570-9e30-5c1fd9df6abe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:31:50.901Z|908a9baa-c3ac-4570-9e30-5c1fd9df6abe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:31:52.147Z|43723fcc-13df-4fed-988a-7f3d727a4c59|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:31:52.147Z|43723fcc-13df-4fed-988a-7f3d727a4c59|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:31:56.117Z|82972b85-19b4-49a3-bbe0-8b56fd6da344|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:31:56.118Z|82972b85-19b4-49a3-bbe0-8b56fd6da344|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:31:57.931Z|133dc067-577c-442f-b69d-2e89ce90da4a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:31:57.932Z|133dc067-577c-442f-b69d-2e89ce90da4a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:32:00.278Z|589b9ba7-8a38-46e5-964c-110ff37b4223|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:32:00.279Z|589b9ba7-8a38-46e5-964c-110ff37b4223|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:32:02.179Z|0075c3ee-b073-4a5b-98cb-3f2c9b847e67|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:32:02.179Z|0075c3ee-b073-4a5b-98cb-3f2c9b847e67|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:32:05.089Z|e5e41995-de92-4d6e-a005-d6844b1e2dc6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:32:05.093Z|e5e41995-de92-4d6e-a005-d6844b1e2dc6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:32:07.959Z|a135f8b8-71fa-42a6-94a6-fc1f288ad91a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:32:07.960Z|a135f8b8-71fa-42a6-94a6-fc1f288ad91a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:32:10.309Z|2ba7f248-7061-4c92-9376-bfabbf0ae802|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:32:10.310Z|2ba7f248-7061-4c92-9376-bfabbf0ae802|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:32:12.211Z|a9844554-95d2-4ece-8cf8-d6ef0033ba22|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:32:12.212Z|a9844554-95d2-4ece-8cf8-d6ef0033ba22|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:32:17.991Z|c70afa20-6290-41c4-bf99-d1af97d16031|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:32:17.991Z|c70afa20-6290-41c4-bf99-d1af97d16031|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:32:20.089Z|1bf577d0-6a71-494f-b45d-457e85011882|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:32:20.089Z|1bf577d0-6a71-494f-b45d-457e85011882|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:32:20.343Z|4f9a0812-857a-42d2-a3c3-28a5dbc9f219|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:32:20.344Z|4f9a0812-857a-42d2-a3c3-28a5dbc9f219|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:32:20.902Z|192424f5-e529-4c50-99e4-bee7540b42cf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:32:20.902Z|192424f5-e529-4c50-99e4-bee7540b42cf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:32:22.242Z|3d0f7bc6-9dd2-4613-847c-af751379b3d2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:32:22.243Z|3d0f7bc6-9dd2-4613-847c-af751379b3d2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:32:28.022Z|46e751db-4c92-4859-a97b-51cf61810f3b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:32:28.023Z|46e751db-4c92-4859-a97b-51cf61810f3b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:32:30.375Z|fa503bf5-572f-4fca-98a8-1737ee8c669f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:32:30.375Z|fa503bf5-572f-4fca-98a8-1737ee8c669f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:32:32.273Z|9923cabf-212c-4ddf-8c5c-add6e6e52ff5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:32:32.274Z|9923cabf-212c-4ddf-8c5c-add6e6e52ff5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:32:35.089Z|bc6919e4-9bfb-4856-8b7e-571521f5c971|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:32:35.089Z|bc6919e4-9bfb-4856-8b7e-571521f5c971|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:32:38.055Z|779da157-f253-4636-af41-bdcc6174bb22|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:32:38.056Z|779da157-f253-4636-af41-bdcc6174bb22|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:32:40.406Z|adf906a0-e72e-4c60-9a48-101be7ef515c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:32:40.406Z|adf906a0-e72e-4c60-9a48-101be7ef515c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:32:42.300Z|20e7819e-b058-408b-869d-19da50c3b271|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:32:42.301Z|20e7819e-b058-408b-869d-19da50c3b271|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:32:48.088Z|072704ac-2297-43bb-9a1c-6dc33f4547f1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:32:48.089Z|072704ac-2297-43bb-9a1c-6dc33f4547f1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:32:50.089Z|c0f67cc6-3001-4f25-b5ab-9e49e6ba8008|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:32:50.093Z|c0f67cc6-3001-4f25-b5ab-9e49e6ba8008|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:32:50.438Z|ecac3663-6c59-44c7-9f84-d6b55f16770c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:32:50.439Z|ecac3663-6c59-44c7-9f84-d6b55f16770c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:32:50.903Z|b98e328d-8b49-46fe-bc2d-64fd6f389049|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:32:50.904Z|b98e328d-8b49-46fe-bc2d-64fd6f389049|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:32:52.328Z|80058599-cf18-4cea-aa59-11e811107c84|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:32:52.329Z|80058599-cf18-4cea-aa59-11e811107c84|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:32:56.118Z|58c0e106-b9ac-4aa9-bba1-62b02bf7d0ae|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:32:56.119Z|58c0e106-b9ac-4aa9-bba1-62b02bf7d0ae|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:32:58.121Z|5f522469-ab36-4b0d-af4b-f03a8653a783|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:32:58.122Z|5f522469-ab36-4b0d-af4b-f03a8653a783|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:33:00.468Z|f574f1ce-34b1-4e89-aa59-077a7f6b458d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:33:00.469Z|f574f1ce-34b1-4e89-aa59-077a7f6b458d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:33:02.356Z|c5de6f91-95ab-4668-b495-846c065f25f7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:33:02.357Z|c5de6f91-95ab-4668-b495-846c065f25f7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:33:05.089Z|668c9a4e-8a8d-428f-a5a1-a1d256c1a902|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:33:05.089Z|668c9a4e-8a8d-428f-a5a1-a1d256c1a902|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:33:08.152Z|a30cac2f-1008-4276-90e1-97a382eaa907|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:33:08.153Z|a30cac2f-1008-4276-90e1-97a382eaa907|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:33:10.501Z|e6f46ef5-35c0-4e39-b5c0-e326b80b783d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:33:10.502Z|e6f46ef5-35c0-4e39-b5c0-e326b80b783d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:33:12.389Z|eb825288-474d-491f-af3d-2820815bbbf3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:33:12.390Z|eb825288-474d-491f-af3d-2820815bbbf3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:33:18.181Z|0b8db6f6-5c23-4caa-a69f-198a2f6afaee|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:33:18.182Z|0b8db6f6-5c23-4caa-a69f-198a2f6afaee|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:33:20.089Z|3aff9a70-dbee-445d-9cda-acd880c6d048|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:33:20.089Z|3aff9a70-dbee-445d-9cda-acd880c6d048|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:33:20.533Z|ad8996fe-e2ba-41fb-b037-bc303521c33d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:33:20.534Z|ad8996fe-e2ba-41fb-b037-bc303521c33d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:33:20.904Z|dfb0af46-d5cd-49b3-9eae-6cf7733d650a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:33:20.905Z|dfb0af46-d5cd-49b3-9eae-6cf7733d650a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:33:22.416Z|b24851b5-688e-408b-826a-58f0c795eba3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:33:22.416Z|b24851b5-688e-408b-826a-58f0c795eba3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:33:28.208Z|5f1ce033-8d93-4186-bd8c-fa200691050b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:33:28.209Z|5f1ce033-8d93-4186-bd8c-fa200691050b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:33:30.565Z|e47b6c6c-6bd4-442e-98a1-f8726c5b18fe|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:33:30.566Z|e47b6c6c-6bd4-442e-98a1-f8726c5b18fe|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:33:32.445Z|ad22e2b1-d74b-4d10-8008-4c565d2652e4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:33:32.445Z|ad22e2b1-d74b-4d10-8008-4c565d2652e4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:33:35.089Z|b3f71b54-b20a-41bd-9c91-6784789546e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:33:35.094Z|b3f71b54-b20a-41bd-9c91-6784789546e6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:33:38.239Z|dba16c47-d03d-4ac3-90d0-37dec003897f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:33:38.240Z|dba16c47-d03d-4ac3-90d0-37dec003897f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:33:40.597Z|e21cec77-81d9-4126-9509-6d5ce38896a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:33:40.598Z|e21cec77-81d9-4126-9509-6d5ce38896a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:33:42.478Z|72945045-33a9-41f4-bba3-5191ed10ee0b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:33:42.479Z|72945045-33a9-41f4-bba3-5191ed10ee0b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:33:48.270Z|0e04a22a-ba1c-446d-aac9-10645c7311ed|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:33:48.271Z|0e04a22a-ba1c-446d-aac9-10645c7311ed|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:33:50.089Z|29102657-7a18-4a03-99b7-27f2fb2bb029|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:33:50.089Z|29102657-7a18-4a03-99b7-27f2fb2bb029|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:33:50.630Z|64798a1c-a063-46c0-ad00-6f6831fb68f5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:33:50.631Z|64798a1c-a063-46c0-ad00-6f6831fb68f5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:33:50.905Z|ca82de45-2ad1-4aa4-8c42-329625e94f95|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:33:50.906Z|ca82de45-2ad1-4aa4-8c42-329625e94f95|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:33:52.512Z|6955f99b-8b4b-473a-8784-b8a00259f0e8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:33:52.512Z|6955f99b-8b4b-473a-8784-b8a00259f0e8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:33:56.118Z|d6fd571d-b003-4c73-96a6-cadb03a580fa|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:33:56.119Z|d6fd571d-b003-4c73-96a6-cadb03a580fa|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:33:58.301Z|d46a3a9b-60bf-42c3-8013-fe43eaccb0c3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:33:58.302Z|d46a3a9b-60bf-42c3-8013-fe43eaccb0c3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:34:00.660Z|fc06b191-77f0-42fd-8a07-0d040885fa7a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:34:00.661Z|fc06b191-77f0-42fd-8a07-0d040885fa7a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:34:02.545Z|b7593145-ec15-4e6f-a12c-eee00d08f861|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:34:02.546Z|b7593145-ec15-4e6f-a12c-eee00d08f861|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:34:05.089Z|59e958a0-6693-4108-a784-7a02c9ad44ad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:34:05.090Z|59e958a0-6693-4108-a784-7a02c9ad44ad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:34:08.332Z|bd41e071-a95b-49ca-aa01-8973eb21c601|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:34:08.333Z|bd41e071-a95b-49ca-aa01-8973eb21c601|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:34:10.693Z|72bb0838-e0a8-4720-acf9-66098abb97e8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:34:10.694Z|72bb0838-e0a8-4720-acf9-66098abb97e8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:34:12.580Z|dbe589ce-3078-4b10-87f7-0aa80ee0394e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:34:12.581Z|dbe589ce-3078-4b10-87f7-0aa80ee0394e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:34:18.364Z|e182a2ce-4716-4afe-a292-c372750d0f99|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:34:18.365Z|e182a2ce-4716-4afe-a292-c372750d0f99|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:34:20.089Z|df8fbc7a-be3b-497f-8c48-69f07803da61|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:34:20.093Z|df8fbc7a-be3b-497f-8c48-69f07803da61|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:34:20.725Z|8f8ed59d-12f9-484f-b2c0-80fe9a5aa2f3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:34:20.726Z|8f8ed59d-12f9-484f-b2c0-80fe9a5aa2f3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:34:20.906Z|2ca2aee1-0562-4eea-a8b2-94d0ee417fd1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:34:20.907Z|2ca2aee1-0562-4eea-a8b2-94d0ee417fd1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:34:22.612Z|51468c4c-cbd0-4381-a147-c4f710812b58|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:34:22.613Z|51468c4c-cbd0-4381-a147-c4f710812b58|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:34:28.397Z|9b655db5-19f6-4571-aafb-8a524dd5935b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:34:28.397Z|9b655db5-19f6-4571-aafb-8a524dd5935b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:34:30.759Z|b96dac09-68cd-47d3-93b7-05781f4da8b6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:34:30.760Z|b96dac09-68cd-47d3-93b7-05781f4da8b6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:34:32.641Z|efe9c99b-13bb-4908-a6af-5720704a42d9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:34:32.642Z|efe9c99b-13bb-4908-a6af-5720704a42d9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:34:35.089Z|253584cb-ea58-4778-9551-d8b922901396|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:34:35.090Z|253584cb-ea58-4778-9551-d8b922901396|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:34:38.424Z|c9d47f1b-ff1c-459c-8c8c-4f3bbbdf0242|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:34:38.425Z|c9d47f1b-ff1c-459c-8c8c-4f3bbbdf0242|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:34:40.792Z|00f6b17a-836e-44b8-871f-7ebf90091a3b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:34:40.793Z|00f6b17a-836e-44b8-871f-7ebf90091a3b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:34:42.673Z|e9267fd1-96c5-47a1-9b8a-09b24c8bea50|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:34:42.674Z|e9267fd1-96c5-47a1-9b8a-09b24c8bea50|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:34:48.457Z|b94af682-d410-4c60-ad3c-ac0245e90ec2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:34:48.457Z|b94af682-d410-4c60-ad3c-ac0245e90ec2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:34:50.089Z|7b86b0b9-7158-4e1c-a5dc-37d591a3ec25|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:34:50.089Z|7b86b0b9-7158-4e1c-a5dc-37d591a3ec25|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:34:50.825Z|c695c9b6-d4fa-4cea-b367-c30d5ce4424f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:34:50.827Z|c695c9b6-d4fa-4cea-b367-c30d5ce4424f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:34:50.907Z|82fbc4f3-22cc-4bad-85e5-ac6e4658378c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:34:50.908Z|82fbc4f3-22cc-4bad-85e5-ac6e4658378c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:34:52.704Z|011a67f4-2246-4820-a97a-f4036071a4d3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:34:52.705Z|011a67f4-2246-4820-a97a-f4036071a4d3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:34:56.118Z|180514fa-0d43-47cb-93b5-57e0d6170296|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:34:56.119Z|180514fa-0d43-47cb-93b5-57e0d6170296|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:34:58.487Z|3041378e-11d4-46a6-9d8d-ea47da8c20b7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:34:58.488Z|3041378e-11d4-46a6-9d8d-ea47da8c20b7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:35:00.857Z|c24d8a47-5950-4931-864a-25e17a36cc70|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:35:00.858Z|c24d8a47-5950-4931-864a-25e17a36cc70|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:35:02.739Z|ad5e404a-d6e1-44b9-836d-51838b2b4af6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:35:02.740Z|ad5e404a-d6e1-44b9-836d-51838b2b4af6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:35:05.089Z|d4bdc54c-49ef-4ac2-b3fb-46a68994947e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:35:05.089Z|d4bdc54c-49ef-4ac2-b3fb-46a68994947e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:35:08.518Z|919b8579-8d3b-4c0b-8dfb-bc8b1d32a7ac|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:35:08.519Z|919b8579-8d3b-4c0b-8dfb-bc8b1d32a7ac|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:35:10.890Z|427d2a06-271d-4d4d-b081-adb0c46dae84|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:35:10.891Z|427d2a06-271d-4d4d-b081-adb0c46dae84|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:35:12.772Z|5ebd3b34-745b-4864-aa03-3116dadb3f1c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:35:12.772Z|5ebd3b34-745b-4864-aa03-3116dadb3f1c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:35:18.547Z|7177a36e-2e49-4aef-a4d8-d6acfa549c14|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:35:18.548Z|7177a36e-2e49-4aef-a4d8-d6acfa549c14|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:35:20.089Z|890f9b38-c9e8-44ea-8de2-830213b79dba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:35:20.089Z|890f9b38-c9e8-44ea-8de2-830213b79dba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:35:20.908Z|7c680aaf-1eca-4605-b327-d1e8d32b6e81|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:35:20.909Z|7c680aaf-1eca-4605-b327-d1e8d32b6e81|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:35:20.922Z|70e04f50-bd36-4604-ac85-f45b9b7f3243|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:35:20.924Z|70e04f50-bd36-4604-ac85-f45b9b7f3243|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:35:22.802Z|ab59e59a-150b-4bb5-8502-7bfcfe682730|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:35:22.802Z|ab59e59a-150b-4bb5-8502-7bfcfe682730|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:35:28.579Z|e2187a6d-da6f-492f-9c92-5df233c924ea|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:35:28.580Z|e2187a6d-da6f-492f-9c92-5df233c924ea|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:35:30.955Z|ff1d6d6b-4e9d-403a-8413-cba398a8ca27|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:35:30.956Z|ff1d6d6b-4e9d-403a-8413-cba398a8ca27|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:35:32.832Z|aece0ba3-008c-4768-a6e1-2cd0de47cc72|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:35:32.833Z|aece0ba3-008c-4768-a6e1-2cd0de47cc72|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:35:35.089Z|f9cc5800-8b52-4982-96ac-bbc6105d29c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:35:35.089Z|f9cc5800-8b52-4982-96ac-bbc6105d29c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:35:38.610Z|cccf47bf-3cd2-461b-8f73-cc5a1c1911ff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:35:38.611Z|cccf47bf-3cd2-461b-8f73-cc5a1c1911ff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:35:40.987Z|9dfc5f73-1fa8-4180-a29a-59c1bf6a35d7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:35:40.988Z|9dfc5f73-1fa8-4180-a29a-59c1bf6a35d7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:35:42.860Z|6792e374-11ea-4218-b867-49b95cb6f567|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:35:42.861Z|6792e374-11ea-4218-b867-49b95cb6f567|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:35:48.643Z|4223585a-29bb-432e-9bda-ff77b2ed7a0e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:35:48.644Z|4223585a-29bb-432e-9bda-ff77b2ed7a0e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:35:50.089Z|e6881240-d498-417f-b71c-1f285d8ad0f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:35:50.089Z|e6881240-d498-417f-b71c-1f285d8ad0f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:35:50.910Z|cb31bf2b-a4b0-4ccb-9d1c-5c123522544f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:35:50.910Z|cb31bf2b-a4b0-4ccb-9d1c-5c123522544f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:35:51.021Z|705a0a73-7058-492e-98b6-32b42e3eba89|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:35:51.022Z|705a0a73-7058-492e-98b6-32b42e3eba89|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:35:52.892Z|6cf4564c-3ab6-41f5-8b60-b0089f546e06|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:35:52.892Z|6cf4564c-3ab6-41f5-8b60-b0089f546e06|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:35:56.116Z|84bfe1e8-fa5e-4653-920d-56f012a00910|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:35:56.117Z|84bfe1e8-fa5e-4653-920d-56f012a00910|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:35:58.683Z|2639d3e3-51ef-4596-884c-8c99998efd66|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:35:58.684Z|2639d3e3-51ef-4596-884c-8c99998efd66|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:36:01.053Z|341d634a-b17d-4434-b950-2eedae206b35|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:36:01.054Z|341d634a-b17d-4434-b950-2eedae206b35|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:36:02.918Z|4587bff0-273c-4890-abc7-84e2f596e5ea|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:36:02.919Z|4587bff0-273c-4890-abc7-84e2f596e5ea|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:36:05.089Z|64058220-2ffc-4283-a2a8-28ff8f267c0d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:36:05.093Z|64058220-2ffc-4283-a2a8-28ff8f267c0d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:36:08.715Z|10b6f869-ed00-47e8-aac8-eb7c3dcc0d6c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:36:08.716Z|10b6f869-ed00-47e8-aac8-eb7c3dcc0d6c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:36:11.086Z|e5468823-2c68-458d-9cb1-6373b91c95df|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:36:11.087Z|e5468823-2c68-458d-9cb1-6373b91c95df|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:36:12.952Z|f2013443-155b-4cf0-8814-a39d8963a323|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:36:12.952Z|f2013443-155b-4cf0-8814-a39d8963a323|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:36:18.746Z|f7661d6c-3e85-45a3-bd7f-e5f4b23dd250|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:36:18.747Z|f7661d6c-3e85-45a3-bd7f-e5f4b23dd250|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:36:20.089Z|d3084aa5-3eef-4be3-bd28-f3e4d77a8eb6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:36:20.089Z|d3084aa5-3eef-4be3-bd28-f3e4d77a8eb6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:36:20.911Z|dcb9d293-bab2-4da6-a7dc-899300eb62e4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:36:20.912Z|dcb9d293-bab2-4da6-a7dc-899300eb62e4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:36:21.120Z|be75d84b-f092-429b-9496-acc1811acd20|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:36:21.121Z|be75d84b-f092-429b-9496-acc1811acd20|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:36:22.983Z|17236d38-324b-49e3-95a7-6774e9c3590e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:36:22.984Z|17236d38-324b-49e3-95a7-6774e9c3590e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:36:28.777Z|9ede5cad-d115-4b0f-8b65-dd2f53b70e0d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:36:28.778Z|9ede5cad-d115-4b0f-8b65-dd2f53b70e0d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:36:31.152Z|d2e43454-5cc1-4301-8b4e-c68df77b1b6e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:36:31.153Z|d2e43454-5cc1-4301-8b4e-c68df77b1b6e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:36:33.019Z|7f9401c5-1c57-4fdd-b9d9-925c71840e7b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:36:33.020Z|7f9401c5-1c57-4fdd-b9d9-925c71840e7b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:36:35.089Z|7e8942c0-ff26-422b-8941-27a0409364ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:36:35.090Z|7e8942c0-ff26-422b-8941-27a0409364ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:36:38.810Z|d0f909f4-56da-458b-b8bd-312930c3d8a7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:36:38.811Z|d0f909f4-56da-458b-b8bd-312930c3d8a7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:36:41.202Z|567e0cb7-ec18-4ba7-95f4-8f22ec9be9a6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:36:41.205Z|567e0cb7-ec18-4ba7-95f4-8f22ec9be9a6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:36:43.053Z|e04f1701-6624-4d8f-aca0-ed09b2712261|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:36:43.054Z|e04f1701-6624-4d8f-aca0-ed09b2712261|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:36:48.841Z|3b9c1fdf-646e-45ee-b40e-44b3b87e7505|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:36:48.842Z|3b9c1fdf-646e-45ee-b40e-44b3b87e7505|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:36:50.089Z|d38c3bb7-c4ac-4583-b2bb-9957a03e923f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:36:50.090Z|d38c3bb7-c4ac-4583-b2bb-9957a03e923f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:36:50.912Z|187c060b-bd46-4d77-9b3f-30e607bffdcc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:36:50.913Z|187c060b-bd46-4d77-9b3f-30e607bffdcc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:36:51.244Z|3a4adb21-7162-4a24-a01a-d3ee77408308|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:36:51.245Z|3a4adb21-7162-4a24-a01a-d3ee77408308|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:36:53.086Z|3b2f785b-2b4e-4858-be17-b4ab94196cb4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:36:53.087Z|3b2f785b-2b4e-4858-be17-b4ab94196cb4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:36:56.117Z|1abc3a85-85e2-4b28-a2a6-f2c3df870c8f|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:36:56.118Z|1abc3a85-85e2-4b28-a2a6-f2c3df870c8f|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:36:58.877Z|3cfcfc60-0fb9-4ca0-8d4a-3e87931a8a41|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:36:58.878Z|3cfcfc60-0fb9-4ca0-8d4a-3e87931a8a41|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:37:01.278Z|86b2b4eb-9485-47c9-b1b7-9f713b8e9f05|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:37:01.279Z|86b2b4eb-9485-47c9-b1b7-9f713b8e9f05|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:37:03.119Z|0f9c53ed-d20a-4e4b-bd72-1cc11299e730|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:37:03.120Z|0f9c53ed-d20a-4e4b-bd72-1cc11299e730|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:37:05.089Z|66bf6cfe-4157-41a6-a207-6569324584a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:37:05.089Z|66bf6cfe-4157-41a6-a207-6569324584a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:37:08.932Z|f2cd0a0d-7230-4fa6-9053-b9c4085651a1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:37:08.934Z|f2cd0a0d-7230-4fa6-9053-b9c4085651a1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:37:11.309Z|1e8eda7f-35a1-4e7c-9cc6-3b8b9ba53275|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:37:11.310Z|1e8eda7f-35a1-4e7c-9cc6-3b8b9ba53275|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:37:13.153Z|a8da67cd-1a56-413c-9890-d93151c8a4c9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:37:13.156Z|a8da67cd-1a56-413c-9890-d93151c8a4c9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:37:18.969Z|d13516e1-474f-4c0b-b6f4-0b1b6ba5bdec|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:37:18.970Z|d13516e1-474f-4c0b-b6f4-0b1b6ba5bdec|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:37:20.089Z|75dad9a4-5f43-41e5-b37d-c37994a43376|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:37:20.094Z|75dad9a4-5f43-41e5-b37d-c37994a43376|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:37:20.913Z|ace0d28e-c659-4132-be49-40876c348a5f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:37:20.914Z|ace0d28e-c659-4132-be49-40876c348a5f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:37:21.340Z|673bba84-1136-4617-8af1-ee4c447f8bb0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:37:21.341Z|673bba84-1136-4617-8af1-ee4c447f8bb0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:37:23.191Z|6d8820a6-13e7-41b2-ad23-a1d445f21d5f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:37:23.192Z|6d8820a6-13e7-41b2-ad23-a1d445f21d5f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:37:29.011Z|e229c549-5282-439c-b173-4890345b7bb0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:37:29.013Z|e229c549-5282-439c-b173-4890345b7bb0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:37:31.372Z|4b2b3c94-680b-47fa-b326-38f1ffd572a9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:37:31.373Z|4b2b3c94-680b-47fa-b326-38f1ffd572a9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:37:33.219Z|5e41c296-afa5-4f00-a32a-da3120197015|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:37:33.220Z|5e41c296-afa5-4f00-a32a-da3120197015|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:37:35.089Z|43103c94-5a3c-454f-952a-199ea6a204d2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:37:35.089Z|43103c94-5a3c-454f-952a-199ea6a204d2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:37:39.045Z|46b976b8-9613-48bc-95fe-79d9ccdbc283|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:37:39.046Z|46b976b8-9613-48bc-95fe-79d9ccdbc283|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:37:41.404Z|ff255583-28f0-4f91-9185-6cc58a91ad1b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:37:41.405Z|ff255583-28f0-4f91-9185-6cc58a91ad1b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:37:43.250Z|cdc0b9cb-d374-4a34-a750-2a2ba3978c55|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:37:43.251Z|cdc0b9cb-d374-4a34-a750-2a2ba3978c55|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:37:49.084Z|f94aabd4-597d-4423-a7e6-71f675e62ec5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:37:49.085Z|f94aabd4-597d-4423-a7e6-71f675e62ec5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:37:50.089Z|d1dd0a77-7896-4089-b0d3-6dad024b92a5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:37:50.090Z|d1dd0a77-7896-4089-b0d3-6dad024b92a5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:37:50.914Z|8dc1f4de-1967-4c9f-91db-04ef66659580|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:37:50.915Z|8dc1f4de-1967-4c9f-91db-04ef66659580|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:37:51.437Z|25b72fd2-8ac7-437d-b15b-3fa6ab2f3c96|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:37:51.438Z|25b72fd2-8ac7-437d-b15b-3fa6ab2f3c96|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:37:53.278Z|6ae99844-8864-4b2b-a560-5579202b5227|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:37:53.278Z|6ae99844-8864-4b2b-a560-5579202b5227|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:37:56.118Z|b117cb04-398a-45f7-a227-5e4b08f3035d|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:37:56.119Z|b117cb04-398a-45f7-a227-5e4b08f3035d|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:37:59.115Z|e69f1f6b-782e-430a-b34c-010079f3cf14|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:37:59.116Z|e69f1f6b-782e-430a-b34c-010079f3cf14|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:38:01.468Z|86f0a91d-86a7-4244-a763-16f845b25031|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:38:01.469Z|86f0a91d-86a7-4244-a763-16f845b25031|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:38:03.303Z|f1b4486c-d378-4457-9ffb-bd95847b3305|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:38:03.304Z|f1b4486c-d378-4457-9ffb-bd95847b3305|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:38:05.089Z|5ca67460-500c-42a4-8bf7-ce467ffdee01|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:38:05.094Z|5ca67460-500c-42a4-8bf7-ce467ffdee01|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:38:09.148Z|50128956-a802-43e3-8726-cbd3796effe1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:38:09.149Z|50128956-a802-43e3-8726-cbd3796effe1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:38:11.500Z|dfb609c7-21ea-4588-b654-940316ad0965|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:38:11.501Z|dfb609c7-21ea-4588-b654-940316ad0965|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:38:13.345Z|9a68026f-bc0f-4981-a937-e145f08a7236|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:38:13.346Z|9a68026f-bc0f-4981-a937-e145f08a7236|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:38:19.180Z|481e9c97-485e-44d2-8066-3c870a01bf58|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:38:19.182Z|481e9c97-485e-44d2-8066-3c870a01bf58|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:38:20.089Z|19069926-a5aa-4b9c-96e5-0edd9f8d6453|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:38:20.090Z|19069926-a5aa-4b9c-96e5-0edd9f8d6453|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:38:20.915Z|62d76a34-94ef-4333-bf78-e87f86452963|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:38:20.916Z|62d76a34-94ef-4333-bf78-e87f86452963|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:38:21.532Z|2aaf9ab3-9536-4bf4-9c5c-8a4b30b7267c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:38:21.532Z|2aaf9ab3-9536-4bf4-9c5c-8a4b30b7267c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:38:23.373Z|f93a628d-5342-44fa-a660-17a62cd64359|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:38:23.374Z|f93a628d-5342-44fa-a660-17a62cd64359|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:38:29.212Z|0ad61508-6df8-4feb-a767-bf422dc100b7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:38:29.212Z|0ad61508-6df8-4feb-a767-bf422dc100b7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:38:31.561Z|af3cba98-bddf-475d-9a45-7dcf0be9cb9b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:38:31.562Z|af3cba98-bddf-475d-9a45-7dcf0be9cb9b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:38:33.427Z|f1282ecf-ba94-4075-a337-5301de0ec7ea|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:38:33.428Z|f1282ecf-ba94-4075-a337-5301de0ec7ea|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:38:35.089Z|3ee7ae0f-7e0f-4f60-8a65-3aced8b59c7d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:38:35.090Z|3ee7ae0f-7e0f-4f60-8a65-3aced8b59c7d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:38:39.245Z|aca55dd4-7b6c-4a3e-9d0d-fb85b80a7b4c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:38:39.246Z|aca55dd4-7b6c-4a3e-9d0d-fb85b80a7b4c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:38:41.591Z|26d50e53-2d04-42ce-a585-87249e3bbfca|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:38:41.593Z|26d50e53-2d04-42ce-a585-87249e3bbfca|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:38:43.451Z|1af39ac6-a18c-42b6-bd05-a9528327f44b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:38:43.452Z|1af39ac6-a18c-42b6-bd05-a9528327f44b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:38:49.288Z|d02d1acd-a70e-42ce-9b73-eb5839a5d428|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:38:49.289Z|d02d1acd-a70e-42ce-9b73-eb5839a5d428|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:38:50.089Z|52ab5fc8-ce89-446c-aed7-af3585900151|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:38:50.093Z|52ab5fc8-ce89-446c-aed7-af3585900151|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:38:50.917Z|9b438bc6-4a98-4014-8368-7c3ef7b82327|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:38:50.918Z|9b438bc6-4a98-4014-8368-7c3ef7b82327|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:38:51.624Z|be970535-88aa-4375-8321-14852c2d9755|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:38:51.625Z|be970535-88aa-4375-8321-14852c2d9755|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:38:53.474Z|4cbbab6d-ae93-4640-ba53-34c032fbdb74|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:38:53.475Z|4cbbab6d-ae93-4640-ba53-34c032fbdb74|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:38:56.118Z|8fcf1ab0-48bd-4bcc-a420-c2f9993b47f7|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:38:56.119Z|8fcf1ab0-48bd-4bcc-a420-c2f9993b47f7|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:38:59.321Z|261278fd-f497-4d21-b868-847df123ea1b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:38:59.321Z|261278fd-f497-4d21-b868-847df123ea1b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:39:01.656Z|60270260-af6d-444a-9e1d-2d4a05e3d265|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:39:01.656Z|60270260-af6d-444a-9e1d-2d4a05e3d265|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:39:03.496Z|67055504-99bf-409b-9d2c-8c2f95d47dcb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:39:03.497Z|67055504-99bf-409b-9d2c-8c2f95d47dcb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:39:05.089Z|74cea7b4-e7f1-4bd3-8f92-e29acee66b7d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:39:05.090Z|74cea7b4-e7f1-4bd3-8f92-e29acee66b7d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:39:09.352Z|a71fd6fd-a433-46b7-ba2d-8d2bee91fb0b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:39:09.353Z|a71fd6fd-a433-46b7-ba2d-8d2bee91fb0b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:39:11.686Z|4da38479-429e-4d11-8e12-3006089f5a12|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:39:11.687Z|4da38479-429e-4d11-8e12-3006089f5a12|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:39:13.526Z|c2b76354-3bde-4325-8895-fbc505eb24e4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:39:13.526Z|c2b76354-3bde-4325-8895-fbc505eb24e4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:39:19.385Z|0cde7702-604c-40ea-99a5-09356fac304a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:39:19.387Z|0cde7702-604c-40ea-99a5-09356fac304a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:39:20.089Z|8dfae555-adf0-44a5-b267-03e5d0352c84|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:39:20.090Z|8dfae555-adf0-44a5-b267-03e5d0352c84|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:39:20.919Z|445a12e0-b3c4-463e-a148-fd033ffe5093|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:39:20.920Z|445a12e0-b3c4-463e-a148-fd033ffe5093|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:39:21.720Z|813d5879-35f0-486c-ba4d-f5e352a1ebb0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:39:21.721Z|813d5879-35f0-486c-ba4d-f5e352a1ebb0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:39:23.554Z|a9121785-197c-4e94-a324-54e4e6e47769|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:39:23.554Z|a9121785-197c-4e94-a324-54e4e6e47769|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:39:29.417Z|ca06b554-9363-4b55-8864-da90210948fd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:39:29.417Z|ca06b554-9363-4b55-8864-da90210948fd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:39:31.754Z|7a61dec6-7881-4683-bfe6-56af6b497209|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:39:31.755Z|7a61dec6-7881-4683-bfe6-56af6b497209|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:39:33.583Z|cc506bc1-77b1-4a2d-b4a7-b3360cfc274f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:39:33.584Z|cc506bc1-77b1-4a2d-b4a7-b3360cfc274f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:39:35.089Z|03a65312-5b61-410a-b67f-055cd7c72834|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:39:35.094Z|03a65312-5b61-410a-b67f-055cd7c72834|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:39:39.456Z|09c6b460-d410-4ad3-9c09-3454b81ff22c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:39:39.457Z|09c6b460-d410-4ad3-9c09-3454b81ff22c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:39:41.783Z|1c956ac3-b00e-415d-a949-6a8a212345c9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:39:41.786Z|1c956ac3-b00e-415d-a949-6a8a212345c9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:39:43.636Z|73616224-9295-43b4-b966-7d392628d9be|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:39:43.640Z|73616224-9295-43b4-b966-7d392628d9be|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:39:49.489Z|62ff0acf-81e0-435a-bc19-72a46c70bf11|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:39:49.490Z|62ff0acf-81e0-435a-bc19-72a46c70bf11|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:39:50.089Z|e865a992-9d2e-4556-a566-3eeb290274ad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:39:50.090Z|e865a992-9d2e-4556-a566-3eeb290274ad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:39:50.921Z|98975880-88ec-4836-aafc-b684d20760c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:39:50.921Z|98975880-88ec-4836-aafc-b684d20760c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:39:51.856Z|66ddb7ea-7e81-4c68-8f78-1bc473305f11|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:39:51.858Z|66ddb7ea-7e81-4c68-8f78-1bc473305f11|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:39:53.676Z|bbb50398-577f-4008-b1ba-a0df3c588007|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:39:53.676Z|bbb50398-577f-4008-b1ba-a0df3c588007|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:39:56.116Z|9a765ab9-86c8-44ef-9c80-658fcc8551bd|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:39:56.117Z|9a765ab9-86c8-44ef-9c80-658fcc8551bd|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:39:59.522Z|94d45c01-e28a-4c64-bc91-aff81a8485ba|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:39:59.522Z|94d45c01-e28a-4c64-bc91-aff81a8485ba|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:40:01.909Z|e4cff4a7-9b3d-4f71-b550-ade67be6be8f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:40:01.910Z|e4cff4a7-9b3d-4f71-b550-ade67be6be8f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:40:03.713Z|7d322009-5b0d-4608-b30a-22bdc51f5ec2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:40:03.714Z|7d322009-5b0d-4608-b30a-22bdc51f5ec2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:40:05.089Z|21f37674-86ec-4a01-aa6e-75b8fc37df77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:40:05.091Z|21f37674-86ec-4a01-aa6e-75b8fc37df77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:40:09.561Z|65ea8c61-6b78-4ffe-943b-aeef0abe7038|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:40:09.561Z|65ea8c61-6b78-4ffe-943b-aeef0abe7038|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:40:11.960Z|87f95d45-f1f8-4b30-abf4-037fd4b0dc9b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:40:11.962Z|87f95d45-f1f8-4b30-abf4-037fd4b0dc9b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:40:13.740Z|7c915203-d588-4035-90a0-68f70e263f45|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:40:13.741Z|7c915203-d588-4035-90a0-68f70e263f45|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:40:19.609Z|52a54e9e-52ac-4ff9-88b6-05ef34a5b01b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:40:19.610Z|52a54e9e-52ac-4ff9-88b6-05ef34a5b01b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:40:20.089Z|f17753e3-2dd0-42e5-9030-cec0c0c79b2c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:40:20.094Z|f17753e3-2dd0-42e5-9030-cec0c0c79b2c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:40:20.923Z|9e3e47f5-fd48-4ac8-8e5e-328190801956|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:40:20.924Z|9e3e47f5-fd48-4ac8-8e5e-328190801956|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:40:21.994Z|536f843d-b2d2-4e08-91b4-36884752f509|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:40:21.995Z|536f843d-b2d2-4e08-91b4-36884752f509|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:40:23.790Z|fa4baa38-6246-4b92-82cd-956abdcc23f9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:40:23.791Z|fa4baa38-6246-4b92-82cd-956abdcc23f9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:40:29.644Z|cbe810f3-e1ca-4642-852f-b7b015b26db0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:40:29.645Z|cbe810f3-e1ca-4642-852f-b7b015b26db0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:40:32.036Z|7047a403-78c5-4ccd-9af9-600987bd20c1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:40:32.040Z|7047a403-78c5-4ccd-9af9-600987bd20c1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:40:33.824Z|08e8dca8-6a15-430b-9d6a-4b93a067b325|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:40:33.825Z|08e8dca8-6a15-430b-9d6a-4b93a067b325|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:40:35.089Z|47104dff-57d2-4587-ad33-5ad088799036|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:40:35.090Z|47104dff-57d2-4587-ad33-5ad088799036|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:40:39.676Z|7e539999-7743-4cb8-a564-cbb1e35db125|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:40:39.677Z|7e539999-7743-4cb8-a564-cbb1e35db125|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:40:42.074Z|4b67bae3-f873-4a35-b258-dae05d8151fb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:40:42.075Z|4b67bae3-f873-4a35-b258-dae05d8151fb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:40:43.848Z|5ef78b4e-3fcd-4807-b68e-16963a77696e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:40:43.849Z|5ef78b4e-3fcd-4807-b68e-16963a77696e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:40:49.711Z|590eac9f-0714-427c-a880-9f96edd3c754|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:40:49.712Z|590eac9f-0714-427c-a880-9f96edd3c754|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:40:50.089Z|80b22574-c953-46a9-b891-a33007108c7d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:40:50.089Z|80b22574-c953-46a9-b891-a33007108c7d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:40:50.925Z|201b531a-a39b-4a55-9aa7-caf5b9c3b235|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:40:50.925Z|201b531a-a39b-4a55-9aa7-caf5b9c3b235|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:40:52.104Z|7ce1f60c-bc95-4eab-875b-b8149e1d8e60|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:40:52.105Z|7ce1f60c-bc95-4eab-875b-b8149e1d8e60|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:40:53.879Z|b31c49c8-730c-4b19-8521-b8c2039c1637|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:40:53.879Z|b31c49c8-730c-4b19-8521-b8c2039c1637|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:40:56.117Z|0186647c-a79a-49b9-9013-93103447f003|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:40:56.118Z|0186647c-a79a-49b9-9013-93103447f003|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:40:59.745Z|90ebc1d6-6b23-4b53-a874-274732266f2b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:40:59.746Z|90ebc1d6-6b23-4b53-a874-274732266f2b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:41:02.137Z|d51c8d86-282d-43ba-9049-8229832c8677|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:41:02.138Z|d51c8d86-282d-43ba-9049-8229832c8677|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:41:03.906Z|8fc7ced4-d63a-4536-8c45-6a9de07d9d9d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:41:03.906Z|8fc7ced4-d63a-4536-8c45-6a9de07d9d9d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:41:05.089Z|dd151a4d-1b7a-4225-a7d4-0ec1fae6ca74|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:41:05.093Z|dd151a4d-1b7a-4225-a7d4-0ec1fae6ca74|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:41:09.777Z|be82f08e-27fa-4496-b892-c3dea571c29e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:41:09.778Z|be82f08e-27fa-4496-b892-c3dea571c29e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:41:12.168Z|5a303d0c-095e-421a-b74d-42f8dfd2bae0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:41:12.169Z|5a303d0c-095e-421a-b74d-42f8dfd2bae0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:41:13.937Z|aae73957-585d-4bb5-88be-23fed55a83bc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:41:13.938Z|aae73957-585d-4bb5-88be-23fed55a83bc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:41:19.811Z|522be471-418a-43f8-ac7d-410018f74f0c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:41:19.812Z|522be471-418a-43f8-ac7d-410018f74f0c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:41:20.089Z|4fc3a30e-0362-456e-8a36-132fd13031ee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:41:20.089Z|4fc3a30e-0362-456e-8a36-132fd13031ee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:41:20.926Z|60f168bc-69b9-4c0d-b6d8-99efcf212786|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:41:20.927Z|60f168bc-69b9-4c0d-b6d8-99efcf212786|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:41:22.199Z|ed6d3a6f-a4a7-4752-8b1a-f65e7726b495|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:41:22.200Z|ed6d3a6f-a4a7-4752-8b1a-f65e7726b495|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:41:23.965Z|9cb8446f-3d39-422f-a763-5df0df4270bc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:41:23.966Z|9cb8446f-3d39-422f-a763-5df0df4270bc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:41:29.840Z|bd17dd97-5c9f-4caf-9f0b-efd3b852e9f2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:41:29.840Z|bd17dd97-5c9f-4caf-9f0b-efd3b852e9f2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:41:32.230Z|7a61ddc7-21a5-4b22-b14e-03ffe900b2f4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:41:32.231Z|7a61ddc7-21a5-4b22-b14e-03ffe900b2f4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:41:33.996Z|85b52c2c-53df-4008-83f2-f2b49cb61674|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:41:33.996Z|85b52c2c-53df-4008-83f2-f2b49cb61674|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:41:35.089Z|212643f5-0c83-43e7-b45c-f9c7e87e2002|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:41:35.089Z|212643f5-0c83-43e7-b45c-f9c7e87e2002|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:41:39.873Z|e971552a-69dd-4cdb-99c2-4c82b995dbff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:41:39.873Z|e971552a-69dd-4cdb-99c2-4c82b995dbff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:41:42.262Z|11b25f03-d80a-4ecb-bcc4-598e2e4380af|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:41:42.263Z|11b25f03-d80a-4ecb-bcc4-598e2e4380af|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:41:44.031Z|a687fb5f-7349-4b1b-846c-9f016d365991|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:41:44.032Z|a687fb5f-7349-4b1b-846c-9f016d365991|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:41:49.913Z|4532540a-cea3-4ef8-a588-9f720daa2f1a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:41:49.914Z|4532540a-cea3-4ef8-a588-9f720daa2f1a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:41:50.089Z|46d0ab09-8a3c-4b6b-ac79-a75fa6a6df97|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:41:50.094Z|46d0ab09-8a3c-4b6b-ac79-a75fa6a6df97|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:41:50.927Z|eceda534-ddf6-43c2-afaf-e18d41e2f049|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:41:50.928Z|eceda534-ddf6-43c2-afaf-e18d41e2f049|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:41:52.298Z|49ad9579-3970-4744-bc28-723a2752438e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:41:52.299Z|49ad9579-3970-4744-bc28-723a2752438e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:41:54.066Z|b1600c26-472c-41c4-bc74-11ec28492eea|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:41:54.067Z|b1600c26-472c-41c4-bc74-11ec28492eea|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:41:56.117Z|c33e7dc5-3bf6-47d1-9db7-a89dd27b7232|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:41:56.119Z|c33e7dc5-3bf6-47d1-9db7-a89dd27b7232|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:41:59.953Z|a5d178ac-94d1-4a96-9f72-b05f7e5c14e6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:41:59.953Z|a5d178ac-94d1-4a96-9f72-b05f7e5c14e6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:42:02.333Z|3692e81f-8c48-4a00-b6fd-d8e288cf5d60|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:42:02.334Z|3692e81f-8c48-4a00-b6fd-d8e288cf5d60|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:42:04.102Z|320465dd-44f3-4c48-832c-da3f4f1b4fff|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:42:04.103Z|320465dd-44f3-4c48-832c-da3f4f1b4fff|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:42:05.089Z|8ad2e3a3-5533-4e0c-9ced-5d40c3314b69|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:42:05.089Z|8ad2e3a3-5533-4e0c-9ced-5d40c3314b69|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:42:09.986Z|5f8afc8a-ffa7-4f09-a4e8-bdab121bc6f6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:42:09.986Z|5f8afc8a-ffa7-4f09-a4e8-bdab121bc6f6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:42:12.365Z|a330a531-82eb-41d6-89bb-26192dc7150c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:42:12.366Z|a330a531-82eb-41d6-89bb-26192dc7150c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:42:14.138Z|c1c98ad0-aeae-4730-bf80-0bb19d036920|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:42:14.138Z|c1c98ad0-aeae-4730-bf80-0bb19d036920|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:42:20.017Z|6b078b96-3fad-4b6d-a1b2-50f86f7f2078|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:42:20.018Z|6b078b96-3fad-4b6d-a1b2-50f86f7f2078|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:42:20.089Z|4e80bf18-4408-44d6-bff6-060c440debbd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:42:20.089Z|4e80bf18-4408-44d6-bff6-060c440debbd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:42:20.929Z|70c3729c-ebcf-4b2b-b6c3-33d14a92880d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:42:20.929Z|70c3729c-ebcf-4b2b-b6c3-33d14a92880d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:42:22.399Z|30e6a721-87f3-4af7-bb66-98aa8fded016|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:42:22.400Z|30e6a721-87f3-4af7-bb66-98aa8fded016|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:42:24.166Z|593b2c3e-70fa-43b3-b926-4e75bbc299f7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:42:24.167Z|593b2c3e-70fa-43b3-b926-4e75bbc299f7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:42:30.048Z|8d54a5e2-509f-4e00-9b84-9ead067ce38f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:42:30.048Z|8d54a5e2-509f-4e00-9b84-9ead067ce38f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:42:32.433Z|91473c6d-377e-4535-b170-4a7d78f739b2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:42:32.434Z|91473c6d-377e-4535-b170-4a7d78f739b2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:42:34.197Z|b8f33e86-f40e-4864-b846-6066090e8458|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:42:34.198Z|b8f33e86-f40e-4864-b846-6066090e8458|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:42:35.089Z|70ebe36d-790b-4bca-a79c-180390bfbca3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:42:35.092Z|70ebe36d-790b-4bca-a79c-180390bfbca3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:42:40.074Z|f56df27d-d28f-42b1-83a1-fb9e4017a60a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:42:40.075Z|f56df27d-d28f-42b1-83a1-fb9e4017a60a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:42:42.465Z|fc91ff69-8819-476c-a475-40092c8135db|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:42:42.465Z|fc91ff69-8819-476c-a475-40092c8135db|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:42:44.224Z|f1dce958-8cca-498d-9c15-b1b18a8a7c25|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:42:44.225Z|f1dce958-8cca-498d-9c15-b1b18a8a7c25|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:42:50.089Z|49cfdfbb-e6f8-4676-88f9-e087367c0219|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:42:50.089Z|49cfdfbb-e6f8-4676-88f9-e087367c0219|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:42:50.108Z|6914d9ba-ce2d-4e44-a76e-877a9a533129|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:42:50.109Z|6914d9ba-ce2d-4e44-a76e-877a9a533129|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:42:50.930Z|38b8ffa3-cfbf-4015-8ae6-e386e2ec13a1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:42:50.930Z|38b8ffa3-cfbf-4015-8ae6-e386e2ec13a1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:42:52.496Z|2c845e65-0a3e-46ab-8daf-1d1f3eae791c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:42:52.499Z|2c845e65-0a3e-46ab-8daf-1d1f3eae791c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:42:54.254Z|732da388-db1e-4b15-956e-3ad382177648|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:42:54.255Z|732da388-db1e-4b15-956e-3ad382177648|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:42:56.116Z|a6ca2039-5588-41ae-a924-f19f90be0f4d|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:42:56.117Z|a6ca2039-5588-41ae-a924-f19f90be0f4d|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:43:00.140Z|0e004926-c7a1-49ae-b720-ae3ce48bda9c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:43:00.141Z|0e004926-c7a1-49ae-b720-ae3ce48bda9c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:43:02.529Z|894acc9d-61ff-4550-b552-1e8dba99ccd5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:43:02.530Z|894acc9d-61ff-4550-b552-1e8dba99ccd5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:43:04.285Z|c6204f5b-14b7-4c16-b4ab-4bcd6bf2cf26|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:43:04.285Z|c6204f5b-14b7-4c16-b4ab-4bcd6bf2cf26|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:43:05.089Z|b8d6cfad-6eac-48cb-87b8-1e62ef505e98|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:43:05.090Z|b8d6cfad-6eac-48cb-87b8-1e62ef505e98|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:43:10.174Z|93f0d123-adcc-4b57-9207-4c3d1b0a1809|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:43:10.175Z|93f0d123-adcc-4b57-9207-4c3d1b0a1809|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:43:12.558Z|dc93600f-d111-46fa-b136-c8707729b813|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:43:12.558Z|dc93600f-d111-46fa-b136-c8707729b813|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:43:14.315Z|455ef4b9-48e3-4782-9a51-5db9284dbebf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:43:14.316Z|455ef4b9-48e3-4782-9a51-5db9284dbebf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:43:20.089Z|b6e877ef-eed5-4dd2-bc0e-6c9c64b49d14|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:43:20.094Z|b6e877ef-eed5-4dd2-bc0e-6c9c64b49d14|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:43:20.204Z|818ce73e-dcdc-48fb-9102-cdbe44e04b67|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:43:20.204Z|818ce73e-dcdc-48fb-9102-cdbe44e04b67|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:43:20.931Z|a04a07ef-8e90-4a09-8858-0dd035379a5e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:43:20.931Z|a04a07ef-8e90-4a09-8858-0dd035379a5e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:43:22.591Z|91ebff3f-7659-48e6-9df6-76fc9689f9bb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:43:22.592Z|91ebff3f-7659-48e6-9df6-76fc9689f9bb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:43:24.348Z|e8b5c969-a5c5-4af0-a4c9-a366041d4d6d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:43:24.349Z|e8b5c969-a5c5-4af0-a4c9-a366041d4d6d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:43:30.234Z|08599236-4ccc-4340-a316-72a67b7cf107|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:43:30.235Z|08599236-4ccc-4340-a316-72a67b7cf107|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:43:32.619Z|c35344ed-e94d-46df-9512-f4148c5501a5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:43:32.620Z|c35344ed-e94d-46df-9512-f4148c5501a5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:43:34.379Z|7dab7fde-ba69-4071-8971-d8949ec34257|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:43:34.380Z|7dab7fde-ba69-4071-8971-d8949ec34257|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:43:35.089Z|a7b35284-8128-44a9-bf29-3f83324d22df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:43:35.089Z|a7b35284-8128-44a9-bf29-3f83324d22df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:43:40.267Z|39bc267e-c173-40ed-85d6-70156132b110|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:43:40.268Z|39bc267e-c173-40ed-85d6-70156132b110|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:43:42.653Z|fe5964b4-e392-4890-a8c0-388b8f06e62a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:43:42.654Z|fe5964b4-e392-4890-a8c0-388b8f06e62a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:43:44.408Z|b7c5abf6-0bbb-47cc-81dc-691aa06170cb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:43:44.409Z|b7c5abf6-0bbb-47cc-81dc-691aa06170cb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:43:50.089Z|90bfd620-7d2e-4ca9-94a3-0131b35691ee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:43:50.089Z|90bfd620-7d2e-4ca9-94a3-0131b35691ee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:43:50.299Z|ad10c51e-705a-4b86-823b-a7e05bce6d50|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:43:50.300Z|ad10c51e-705a-4b86-823b-a7e05bce6d50|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:43:50.932Z|cff0f71a-c34f-4041-a82c-9adcfd494484|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:43:50.933Z|cff0f71a-c34f-4041-a82c-9adcfd494484|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:43:52.686Z|e467e90c-f19c-4859-a8a1-2246f5137d52|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:43:52.687Z|e467e90c-f19c-4859-a8a1-2246f5137d52|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:43:54.441Z|119d2bdd-637d-4ae9-9c1c-023b9f6487c8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:43:54.441Z|119d2bdd-637d-4ae9-9c1c-023b9f6487c8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:43:56.117Z|02baa5b8-cfea-46e2-ac5c-e28a4f21f917|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:43:56.118Z|02baa5b8-cfea-46e2-ac5c-e28a4f21f917|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:44:00.331Z|7617d2a3-db6b-4af4-b510-31708bb68b72|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:44:00.331Z|7617d2a3-db6b-4af4-b510-31708bb68b72|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:44:02.712Z|ac761dff-130c-4a98-916c-e26cb5f80b97|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:44:02.713Z|ac761dff-130c-4a98-916c-e26cb5f80b97|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:44:04.471Z|05456d9e-37d4-4fcf-ba47-eb4fd8147344|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:44:04.472Z|05456d9e-37d4-4fcf-ba47-eb4fd8147344|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:44:05.089Z|b2f0ff68-a01c-4eb1-8f77-27fbbff51407|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:44:05.094Z|b2f0ff68-a01c-4eb1-8f77-27fbbff51407|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:44:10.362Z|32714d33-8a5f-4845-9eeb-e0f2f780cd8b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:44:10.363Z|32714d33-8a5f-4845-9eeb-e0f2f780cd8b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:44:12.742Z|0e6a222a-6267-4575-95e6-33dbd37f3ff4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:44:12.743Z|0e6a222a-6267-4575-95e6-33dbd37f3ff4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:44:14.501Z|13356541-afa6-47de-b93b-000b5e0d330c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:44:14.502Z|13356541-afa6-47de-b93b-000b5e0d330c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:44:20.089Z|abc071c8-bd1b-4660-8377-01183d73f495|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:44:20.090Z|abc071c8-bd1b-4660-8377-01183d73f495|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:44:20.398Z|41d955de-3e2c-4115-8e33-b489be0886c3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:44:20.399Z|41d955de-3e2c-4115-8e33-b489be0886c3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:44:20.933Z|04478443-7472-4b93-92ce-bba4637767b4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:44:20.934Z|04478443-7472-4b93-92ce-bba4637767b4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:44:22.780Z|4635c471-3e6c-4e58-89e3-d7c1887d21aa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:44:22.781Z|4635c471-3e6c-4e58-89e3-d7c1887d21aa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:44:24.533Z|07690193-202a-4941-b300-3c43f2ae545f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:44:24.533Z|07690193-202a-4941-b300-3c43f2ae545f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:44:30.425Z|050b870d-d1ec-4cb1-935b-40d6e7868ce6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:44:30.426Z|050b870d-d1ec-4cb1-935b-40d6e7868ce6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:44:32.812Z|0fb88e7e-a49c-4b51-a5ee-65e3bdd40390|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:44:32.813Z|0fb88e7e-a49c-4b51-a5ee-65e3bdd40390|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:44:34.565Z|5422aca1-cc28-4a49-b229-55e3eba3e9f9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:44:34.566Z|5422aca1-cc28-4a49-b229-55e3eba3e9f9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:44:35.089Z|63ab0cec-1ccd-4fd8-88b9-fd58986a33d1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:44:35.089Z|63ab0cec-1ccd-4fd8-88b9-fd58986a33d1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:44:40.457Z|ccac1a78-21b8-42e4-9a64-b79bf7c00cd7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:44:40.458Z|ccac1a78-21b8-42e4-9a64-b79bf7c00cd7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:44:42.845Z|af9a0f77-5e31-490b-82fa-9ab67ee7a5c3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:44:42.846Z|af9a0f77-5e31-490b-82fa-9ab67ee7a5c3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:44:44.597Z|66893d90-b86d-487b-9037-7d6154026efb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:44:44.598Z|66893d90-b86d-487b-9037-7d6154026efb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:44:50.089Z|04116dc9-8390-4e89-bd30-ec93a299e3c4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:44:50.093Z|04116dc9-8390-4e89-bd30-ec93a299e3c4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:44:50.492Z|7e70aea8-e0b7-4c28-af29-6115535db9ba|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:44:50.493Z|7e70aea8-e0b7-4c28-af29-6115535db9ba|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:44:50.934Z|86a73a9b-f539-4f69-8e8a-1349e1cc6515|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:44:50.935Z|86a73a9b-f539-4f69-8e8a-1349e1cc6515|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:44:52.886Z|c55761a7-0c38-4bb8-a014-2c5daae43104|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:44:52.887Z|c55761a7-0c38-4bb8-a014-2c5daae43104|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:44:54.629Z|1aa01e82-28eb-48d2-a853-b5a93bece815|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:44:54.629Z|1aa01e82-28eb-48d2-a853-b5a93bece815|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:44:56.117Z|216700c8-8338-4a61-82ee-2992c1cc2809|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:44:56.118Z|216700c8-8338-4a61-82ee-2992c1cc2809|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:45:00.525Z|fc609570-d4d3-4869-9ba0-bc8cdd78aa02|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:45:00.526Z|fc609570-d4d3-4869-9ba0-bc8cdd78aa02|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:45:02.921Z|2eb68b88-2261-4c09-b495-ae3c5fad2dd5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:45:02.922Z|2eb68b88-2261-4c09-b495-ae3c5fad2dd5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:45:04.660Z|ddbd9642-1605-4d3a-bac9-020dc728ea97|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:45:04.661Z|ddbd9642-1605-4d3a-bac9-020dc728ea97|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:45:05.089Z|0685c9cb-f64a-4832-ae5c-d9676c9f3f76|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:45:05.090Z|0685c9cb-f64a-4832-ae5c-d9676c9f3f76|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:45:10.558Z|fd47f45a-f062-4db1-99ab-dd908aaf6e46|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:45:10.559Z|fd47f45a-f062-4db1-99ab-dd908aaf6e46|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:45:12.953Z|462fb5f9-d3c9-4c59-ab28-7ab1867fa0de|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:45:12.954Z|462fb5f9-d3c9-4c59-ab28-7ab1867fa0de|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:45:14.691Z|18089cb6-94af-4c77-af14-983b3de46ba9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:45:14.692Z|18089cb6-94af-4c77-af14-983b3de46ba9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:45:20.089Z|b94d3f28-e107-4251-be03-997f4405c783|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:45:20.089Z|b94d3f28-e107-4251-be03-997f4405c783|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:45:20.591Z|73a3978c-0c63-4c83-a6dc-2097812ae062|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:45:20.592Z|73a3978c-0c63-4c83-a6dc-2097812ae062|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:45:20.936Z|0f821a06-4e3f-4728-a21b-198fcd20e719|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:45:20.936Z|0f821a06-4e3f-4728-a21b-198fcd20e719|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:45:22.983Z|9654b5fd-dc4f-47e9-b072-5aad34e80aea|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:45:22.984Z|9654b5fd-dc4f-47e9-b072-5aad34e80aea|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:45:24.725Z|80577283-30ff-4b98-b452-ec1514df65f6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:45:24.726Z|80577283-30ff-4b98-b452-ec1514df65f6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:45:30.622Z|80aedde7-6dc9-4e16-98b5-70f3d7284576|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:45:30.622Z|80aedde7-6dc9-4e16-98b5-70f3d7284576|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:45:33.014Z|c9fc161c-fe7f-4911-91ce-aedbd7c7249d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:45:33.015Z|c9fc161c-fe7f-4911-91ce-aedbd7c7249d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:45:34.758Z|75faad1b-e62b-45bb-82d4-27e9904e4ea0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:45:34.759Z|75faad1b-e62b-45bb-82d4-27e9904e4ea0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:45:35.089Z|deccf9b6-024d-44ef-bf46-a60114d508c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:45:35.093Z|deccf9b6-024d-44ef-bf46-a60114d508c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:45:40.652Z|aa75118e-e512-47fd-afb1-ee899f1ec280|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:45:40.653Z|aa75118e-e512-47fd-afb1-ee899f1ec280|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:45:43.042Z|5522fbf2-2876-4a45-9336-79db428d7fba|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:45:43.043Z|5522fbf2-2876-4a45-9336-79db428d7fba|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:45:44.793Z|84b86f0b-6218-4c0a-87b5-167d5cf47c21|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:45:44.793Z|84b86f0b-6218-4c0a-87b5-167d5cf47c21|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:45:50.089Z|8df3e098-9ae4-43a3-8373-9c8ed7a7a405|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:45:50.089Z|8df3e098-9ae4-43a3-8373-9c8ed7a7a405|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:45:50.684Z|19b28c32-e96c-4e6a-a219-a806893a3b88|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:45:50.685Z|19b28c32-e96c-4e6a-a219-a806893a3b88|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:45:50.937Z|0e79e1dd-7be0-482d-afe4-eadb9c2eca63|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:45:50.937Z|0e79e1dd-7be0-482d-afe4-eadb9c2eca63|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:45:53.077Z|8a2fe435-52ed-4847-97e8-d3d0d2163648|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:45:53.077Z|8a2fe435-52ed-4847-97e8-d3d0d2163648|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:45:54.826Z|67794384-3e98-4a36-865b-7ff2b5b1bb88|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:45:54.828Z|67794384-3e98-4a36-865b-7ff2b5b1bb88|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:45:56.119Z|7a0771d0-dab1-41fe-a605-696ec73cee4d|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:45:56.120Z|7a0771d0-dab1-41fe-a605-696ec73cee4d|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:46:00.719Z|5423c8e7-9b20-4e57-b8a0-bd85f2b4da7b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:46:00.719Z|5423c8e7-9b20-4e57-b8a0-bd85f2b4da7b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:46:03.111Z|e1dbcf88-4001-4871-85c1-c3ae53167238|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:46:03.112Z|e1dbcf88-4001-4871-85c1-c3ae53167238|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:46:04.861Z|2224871a-a8af-4e77-b221-a2594c41f37a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:46:04.862Z|2224871a-a8af-4e77-b221-a2594c41f37a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:46:05.089Z|e5a318fc-4ff6-415e-bbf3-491127481d7e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:46:05.089Z|e5a318fc-4ff6-415e-bbf3-491127481d7e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:46:10.752Z|d665a03f-1048-4ed7-a164-fca175e96f6b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:46:10.753Z|d665a03f-1048-4ed7-a164-fca175e96f6b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:46:13.141Z|17593c2c-110e-4b4b-9856-a9a4b153cd2c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:46:13.141Z|17593c2c-110e-4b4b-9856-a9a4b153cd2c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:46:14.894Z|6a9f065c-88f1-44e3-8516-8edc580eea65|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:46:14.896Z|6a9f065c-88f1-44e3-8516-8edc580eea65|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:46:20.089Z|4df99875-a460-4937-bd36-0e987108d7af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:46:20.093Z|4df99875-a460-4937-bd36-0e987108d7af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:46:20.784Z|74abbe8e-fef7-4baf-b838-af2761b8ebb6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:46:20.785Z|74abbe8e-fef7-4baf-b838-af2761b8ebb6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:46:20.938Z|6ea16b90-dfb4-42b5-ac38-f4abb56d9ea2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:46:20.939Z|6ea16b90-dfb4-42b5-ac38-f4abb56d9ea2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:46:23.170Z|290a4af9-a6b5-4c16-90d1-892702b71f74|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:46:23.171Z|290a4af9-a6b5-4c16-90d1-892702b71f74|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:46:24.925Z|fc305fcb-0df9-40f7-a54f-a4b4e5b4269b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:46:24.926Z|fc305fcb-0df9-40f7-a54f-a4b4e5b4269b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:46:30.817Z|313f87f3-90f8-46f2-9368-730a60eb016a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:46:30.817Z|313f87f3-90f8-46f2-9368-730a60eb016a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:46:33.203Z|5f7f5f01-7a98-4b6d-b6f8-dab9b5b7a577|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:46:33.203Z|5f7f5f01-7a98-4b6d-b6f8-dab9b5b7a577|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:46:34.956Z|253c17fb-9627-48ba-8f91-f3848a7f763d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:46:34.957Z|253c17fb-9627-48ba-8f91-f3848a7f763d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:46:35.089Z|0e60e8e6-3ab0-4ffe-8a56-b004caa17283|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:46:35.090Z|0e60e8e6-3ab0-4ffe-8a56-b004caa17283|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:46:40.850Z|eacceba0-77ca-4265-94d5-5552aac11b70|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:46:40.850Z|eacceba0-77ca-4265-94d5-5552aac11b70|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:46:43.232Z|2f2f0510-7260-486f-bd7f-d68fe4377a6e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:46:43.233Z|2f2f0510-7260-486f-bd7f-d68fe4377a6e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:46:44.985Z|82d42024-b98a-45f2-ae1e-4d7d3b3bcfe5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:46:44.985Z|82d42024-b98a-45f2-ae1e-4d7d3b3bcfe5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:46:50.092Z|a9645ac4-3cf9-47ce-a9fa-c22be73ec4ac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:46:50.098Z|a9645ac4-3cf9-47ce-a9fa-c22be73ec4ac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:46:50.881Z|5c5fc4c6-5c7a-4d19-8e28-3b0fd852d37b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:46:50.882Z|5c5fc4c6-5c7a-4d19-8e28-3b0fd852d37b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:46:50.939Z|0766f7f7-56e9-40bc-9dc9-5915837be437|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:46:50.940Z|0766f7f7-56e9-40bc-9dc9-5915837be437|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:46:53.266Z|01f30d05-2591-4669-acc0-9f3aed01e7b2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:46:53.266Z|01f30d05-2591-4669-acc0-9f3aed01e7b2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:46:55.017Z|70ed30d5-5996-4630-8e8e-28f96bc300b0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:46:55.018Z|70ed30d5-5996-4630-8e8e-28f96bc300b0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:46:56.116Z|95b6ff8f-21cd-4ce4-848d-f3194f00ee35|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:46:56.117Z|95b6ff8f-21cd-4ce4-848d-f3194f00ee35|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:47:00.915Z|e665e506-3f3c-47ee-9724-e51b71af9edc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:47:00.916Z|e665e506-3f3c-47ee-9724-e51b71af9edc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:47:03.293Z|6215042e-25b5-46ca-b896-511b8440a471|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:47:03.294Z|6215042e-25b5-46ca-b896-511b8440a471|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:47:05.052Z|fb50d84e-0d95-42e5-ab13-314b1f9c070a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:47:05.053Z|fb50d84e-0d95-42e5-ab13-314b1f9c070a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:47:05.089Z|cb15f5f4-6e0f-4021-ba6f-20961e870f56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:47:05.089Z|cb15f5f4-6e0f-4021-ba6f-20961e870f56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:47:10.958Z|f1e5be89-dcd8-4832-9d1b-cc63b8b1bdbd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:47:10.959Z|f1e5be89-dcd8-4832-9d1b-cc63b8b1bdbd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:47:13.332Z|62327bdc-ce39-4fd8-8618-f894c502945f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:47:13.333Z|62327bdc-ce39-4fd8-8618-f894c502945f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:47:15.083Z|1ba2e02b-d9ae-4a50-864b-20985698f51d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:47:15.084Z|1ba2e02b-d9ae-4a50-864b-20985698f51d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:47:20.089Z|7f443809-0a7d-4238-8cf2-5eaa3b968bdc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:47:20.090Z|7f443809-0a7d-4238-8cf2-5eaa3b968bdc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:47:20.941Z|f3f43ae9-c46e-4bb6-8b17-3d3c8863b176|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:47:20.941Z|f3f43ae9-c46e-4bb6-8b17-3d3c8863b176|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:47:20.987Z|8da1fc14-339b-4c92-8f8d-f9dfbf40fa3e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:47:20.988Z|8da1fc14-339b-4c92-8f8d-f9dfbf40fa3e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:47:23.363Z|bdddf6f4-4e8d-4c1b-94ac-7d52464f3f7b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:47:23.364Z|bdddf6f4-4e8d-4c1b-94ac-7d52464f3f7b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:47:25.115Z|ea900117-2a75-4980-8a45-0f3c781a9880|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:47:25.116Z|ea900117-2a75-4980-8a45-0f3c781a9880|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:47:31.017Z|4a40b7f9-7bb6-48fa-b1ab-0c4d58ad00d0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:47:31.017Z|4a40b7f9-7bb6-48fa-b1ab-0c4d58ad00d0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:47:33.387Z|1761a3bf-aa9f-4c8d-ad1a-0efdeab1341c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:47:33.388Z|1761a3bf-aa9f-4c8d-ad1a-0efdeab1341c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:47:35.089Z|2986da4b-941f-474a-bcb1-185246dda883|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:47:35.093Z|2986da4b-941f-474a-bcb1-185246dda883|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:47:35.147Z|89f2a018-e615-4791-b220-0664c3ebdc78|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:47:35.148Z|89f2a018-e615-4791-b220-0664c3ebdc78|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:47:41.048Z|437c35bf-174d-4288-b9d3-c15579e1bb23|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:47:41.049Z|437c35bf-174d-4288-b9d3-c15579e1bb23|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:47:43.417Z|fbc7f193-e224-40d1-a7bd-7932fab8014c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:47:43.418Z|fbc7f193-e224-40d1-a7bd-7932fab8014c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:47:45.177Z|c4eea5f4-e8ff-4082-ad96-835c79e9d43d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:47:45.177Z|c4eea5f4-e8ff-4082-ad96-835c79e9d43d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:47:50.089Z|99eb677b-16c0-45fb-937f-827c895d4d23|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:47:50.090Z|99eb677b-16c0-45fb-937f-827c895d4d23|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:47:50.942Z|4bc3975c-d762-4efb-9b61-56736b687880|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:47:50.942Z|4bc3975c-d762-4efb-9b61-56736b687880|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:47:51.084Z|d6d9182e-40d7-42ba-8e9e-bd9f6a266fb2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:47:51.085Z|d6d9182e-40d7-42ba-8e9e-bd9f6a266fb2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:47:53.445Z|f2c704e1-1722-48e7-b604-316639e1b557|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:47:53.446Z|f2c704e1-1722-48e7-b604-316639e1b557|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:47:55.208Z|567e36c8-5ae2-4b62-9f90-9d9e5d0ed2c3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:47:55.209Z|567e36c8-5ae2-4b62-9f90-9d9e5d0ed2c3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:47:56.115Z|9abb9f25-4076-4ee9-8a87-91d24c414490|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:47:56.116Z|9abb9f25-4076-4ee9-8a87-91d24c414490|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:48:01.114Z|94ce2aec-e210-4ba6-bce1-ecc9c0c9732e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:48:01.115Z|94ce2aec-e210-4ba6-bce1-ecc9c0c9732e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:48:03.469Z|625ea57d-c573-4a65-a745-07e30f014aa7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:48:03.470Z|625ea57d-c573-4a65-a745-07e30f014aa7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:48:05.089Z|4dc28af6-4d6a-4506-9efa-b0714d406d61|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:48:05.089Z|4dc28af6-4d6a-4506-9efa-b0714d406d61|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:48:05.242Z|7695ec37-0aa7-42bf-ba9e-28db7b158654|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:48:05.243Z|7695ec37-0aa7-42bf-ba9e-28db7b158654|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:48:11.145Z|f8d8b8b7-f1eb-47db-8b32-86821fa6888a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:48:11.146Z|f8d8b8b7-f1eb-47db-8b32-86821fa6888a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:48:13.498Z|b8b90a58-f47c-40eb-b4fc-9134f3482d42|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:48:13.499Z|b8b90a58-f47c-40eb-b4fc-9134f3482d42|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:48:15.275Z|d42d6055-75ae-41b3-a86b-2a3a9c7f4275|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:48:15.276Z|d42d6055-75ae-41b3-a86b-2a3a9c7f4275|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:48:20.089Z|a05d681c-d3ff-4e6f-bd6f-661f5ea40f88|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:48:20.093Z|a05d681c-d3ff-4e6f-bd6f-661f5ea40f88|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:48:20.943Z|3bbf9e05-1527-42e3-9494-6db7ad725e64|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:48:20.943Z|3bbf9e05-1527-42e3-9494-6db7ad725e64|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:48:21.187Z|5b3546d7-d090-41b9-8135-4a42b8e5da48|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:48:21.188Z|5b3546d7-d090-41b9-8135-4a42b8e5da48|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:48:23.524Z|d88497ea-358b-4a8f-9fef-a85d87777165|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:48:23.525Z|d88497ea-358b-4a8f-9fef-a85d87777165|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:48:25.307Z|71bc4f88-b87b-4693-a661-558cddc7637c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:48:25.308Z|71bc4f88-b87b-4693-a661-558cddc7637c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:48:31.220Z|0fde0313-f010-4667-8b91-def6688dea85|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:48:31.221Z|0fde0313-f010-4667-8b91-def6688dea85|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:48:33.547Z|9b16a797-a95a-485a-abf0-6a948bc83ce4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:48:33.548Z|9b16a797-a95a-485a-abf0-6a948bc83ce4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:48:35.089Z|481cc6f5-06d9-427d-9b19-e539873b0abe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:48:35.089Z|481cc6f5-06d9-427d-9b19-e539873b0abe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:48:35.339Z|fa0d591a-f4a4-49e8-bf36-17d8e368afe6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:48:35.340Z|fa0d591a-f4a4-49e8-bf36-17d8e368afe6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:48:41.261Z|a0a815fa-473a-4d7a-9760-db1ba1ac21b6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:48:41.263Z|a0a815fa-473a-4d7a-9760-db1ba1ac21b6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:48:43.585Z|eea379b5-af90-4dcb-acb8-401320e333d4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:48:43.586Z|eea379b5-af90-4dcb-acb8-401320e333d4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:48:45.372Z|e0e971a5-2bd2-4df2-9efd-fb9da9e0e047|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:48:45.373Z|e0e971a5-2bd2-4df2-9efd-fb9da9e0e047|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:48:50.089Z|9e1c6fcc-7d62-4407-ac50-f704d601e466|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:48:50.089Z|9e1c6fcc-7d62-4407-ac50-f704d601e466|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:48:50.944Z|f8b27e7e-d37f-4008-8992-7af8c5e7cf87|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:48:50.944Z|f8b27e7e-d37f-4008-8992-7af8c5e7cf87|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:48:51.303Z|8cef6a44-4beb-40c1-b94d-313f8ba93b6e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:48:51.304Z|8cef6a44-4beb-40c1-b94d-313f8ba93b6e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:48:53.620Z|91c7c65c-2bc4-46c3-92be-a3b6275fd5ec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:48:53.621Z|91c7c65c-2bc4-46c3-92be-a3b6275fd5ec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:48:55.403Z|44166b33-94e1-4e5a-9f8c-3654ac264bf5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:48:55.403Z|44166b33-94e1-4e5a-9f8c-3654ac264bf5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:48:56.116Z|6f9d55f2-bed2-476b-b5ef-c60a87908e18|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:48:56.116Z|6f9d55f2-bed2-476b-b5ef-c60a87908e18|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:49:01.335Z|d81a17b9-4ce4-4de2-9dc0-65a604111ebe|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:49:01.336Z|d81a17b9-4ce4-4de2-9dc0-65a604111ebe|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:49:03.651Z|b2f0534b-352c-481a-ac67-8fc9bd1b7575|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:49:03.651Z|b2f0534b-352c-481a-ac67-8fc9bd1b7575|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:49:05.089Z|abd09a4d-a001-434c-80f6-4ddd5b9bc6bc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:49:05.093Z|abd09a4d-a001-434c-80f6-4ddd5b9bc6bc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:49:05.437Z|6db9d51b-f1aa-4c04-ae62-39249171e924|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:49:05.439Z|6db9d51b-f1aa-4c04-ae62-39249171e924|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:49:11.367Z|96cdfc62-b866-4e75-afd8-cf0010c2c838|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:49:11.367Z|96cdfc62-b866-4e75-afd8-cf0010c2c838|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:49:13.682Z|d705a750-ccfb-4570-bac5-2f6aa4a6373c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:49:13.682Z|d705a750-ccfb-4570-bac5-2f6aa4a6373c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:49:15.468Z|b126153c-39df-4e4a-abb4-aac45182ed89|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:49:15.469Z|b126153c-39df-4e4a-abb4-aac45182ed89|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:49:20.089Z|d5a88795-0ee0-4e50-93e4-72e635445142|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:49:20.089Z|d5a88795-0ee0-4e50-93e4-72e635445142|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:49:20.945Z|83adaeb2-f192-4af5-a2b4-3286d8615d26|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:49:20.946Z|83adaeb2-f192-4af5-a2b4-3286d8615d26|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:49:21.400Z|d1c7cb50-e181-4f36-bc2f-2f8eee6a2119|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:49:21.401Z|d1c7cb50-e181-4f36-bc2f-2f8eee6a2119|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:49:23.714Z|cee0b42b-bf1c-42d0-b4e1-dec8dda8bb16|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:49:23.715Z|cee0b42b-bf1c-42d0-b4e1-dec8dda8bb16|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:49:25.501Z|ee0fbb9b-f411-4f8a-b764-6ba8b5be01e3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:49:25.502Z|ee0fbb9b-f411-4f8a-b764-6ba8b5be01e3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:49:31.432Z|f5c9a1e4-00fb-4c78-82c8-27cc84ce8926|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:49:31.433Z|f5c9a1e4-00fb-4c78-82c8-27cc84ce8926|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:49:33.776Z|08ab7cee-0063-4290-b042-c8a2217bd9d7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:49:33.776Z|08ab7cee-0063-4290-b042-c8a2217bd9d7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:49:35.089Z|8064bcb9-1c4e-4427-bd2b-979a1d659a99|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:49:35.090Z|8064bcb9-1c4e-4427-bd2b-979a1d659a99|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:49:35.532Z|6e8a9daa-514a-46c6-a02f-e5ce4c0cf8b8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:49:35.533Z|6e8a9daa-514a-46c6-a02f-e5ce4c0cf8b8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:49:41.465Z|606d3123-651c-4188-a800-468ecf9723aa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:49:41.465Z|606d3123-651c-4188-a800-468ecf9723aa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:49:43.801Z|5ea84363-e2bd-4679-9969-e3c8c69bc563|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:49:43.802Z|5ea84363-e2bd-4679-9969-e3c8c69bc563|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:49:45.568Z|9517e5aa-4b74-47e6-88c5-36336b266399|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:49:45.568Z|9517e5aa-4b74-47e6-88c5-36336b266399|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:49:50.089Z|05e0bf6c-04e5-49c7-bb0b-cb4c1f494f09|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:49:50.093Z|05e0bf6c-04e5-49c7-bb0b-cb4c1f494f09|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:49:50.947Z|bff53f8b-4ff5-4414-8843-09c8756719a0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:49:50.947Z|bff53f8b-4ff5-4414-8843-09c8756719a0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:49:51.498Z|c6b30c8b-eb61-4dfc-bd8c-e4181018e8c6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:49:51.498Z|c6b30c8b-eb61-4dfc-bd8c-e4181018e8c6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:49:53.852Z|a4785ede-a40e-4ba7-870b-c8e9481d63f0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:49:53.853Z|a4785ede-a40e-4ba7-870b-c8e9481d63f0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:49:55.597Z|f4484066-336b-4b58-9ddd-35931a16acb5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:49:55.598Z|f4484066-336b-4b58-9ddd-35931a16acb5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:49:56.115Z|ca6aec88-5e06-4b9d-b60c-8b7a93109d83|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:49:56.115Z|ca6aec88-5e06-4b9d-b60c-8b7a93109d83|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:50:01.530Z|a8ebdd86-8e3a-4df4-8f53-8690e5860f10|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:50:01.531Z|a8ebdd86-8e3a-4df4-8f53-8690e5860f10|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:50:03.878Z|5f16eba9-94de-4467-87af-aa20b7f6c104|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:50:03.879Z|5f16eba9-94de-4467-87af-aa20b7f6c104|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:50:05.089Z|df4293c5-c30c-48a5-a8cb-c4e7f1e67301|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:50:05.090Z|df4293c5-c30c-48a5-a8cb-c4e7f1e67301|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:50:05.631Z|27223ecc-a627-4e2b-a429-aeb86265e324|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:50:05.632Z|27223ecc-a627-4e2b-a429-aeb86265e324|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:50:11.564Z|baf33870-816f-4ad5-b651-748e40495a05|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:50:11.565Z|baf33870-816f-4ad5-b651-748e40495a05|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:50:13.901Z|5ab5d16b-1021-4520-a22b-b965bdbd910e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:50:13.903Z|5ab5d16b-1021-4520-a22b-b965bdbd910e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:50:15.665Z|1c3824ec-4b26-4861-ae9c-6bcaa2662d3a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:50:15.666Z|1c3824ec-4b26-4861-ae9c-6bcaa2662d3a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:50:20.089Z|7a001cf3-1d6b-4d35-b8a1-a6d09215bcca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:50:20.090Z|7a001cf3-1d6b-4d35-b8a1-a6d09215bcca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:50:20.948Z|93517c94-2f07-483e-80a8-69765082cdd1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:50:20.949Z|93517c94-2f07-483e-80a8-69765082cdd1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:50:21.609Z|e87bddbd-669e-4ed1-9aff-1bd6465ec327|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:50:21.611Z|e87bddbd-669e-4ed1-9aff-1bd6465ec327|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:50:23.933Z|ba9f83a6-fe8e-4268-8ddb-47f5309ad759|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:50:23.934Z|ba9f83a6-fe8e-4268-8ddb-47f5309ad759|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:50:25.699Z|b598e985-8e3f-4cd4-be93-4c78d31b05e9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:50:25.700Z|b598e985-8e3f-4cd4-be93-4c78d31b05e9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:50:31.643Z|28fb3318-0e37-4a5f-9aeb-1358788163e9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:50:31.644Z|28fb3318-0e37-4a5f-9aeb-1358788163e9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:50:33.968Z|3dea9d12-aac5-447c-bc39-f23105a1fee5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:50:33.968Z|3dea9d12-aac5-447c-bc39-f23105a1fee5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:50:35.091Z|58793e4b-4ba9-4213-b9ea-8dbf9541f3a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:50:35.095Z|58793e4b-4ba9-4213-b9ea-8dbf9541f3a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:50:35.732Z|7b29ef37-bea4-47c8-94f7-71178f0b39fa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:50:35.733Z|7b29ef37-bea4-47c8-94f7-71178f0b39fa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:50:41.674Z|f9ae1685-c6c0-49c4-a350-1240571876cb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:50:41.675Z|f9ae1685-c6c0-49c4-a350-1240571876cb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:50:44.001Z|3637a9c1-755e-4a8d-b6a2-0c5b194176f0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:50:44.001Z|3637a9c1-755e-4a8d-b6a2-0c5b194176f0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:50:45.767Z|7974f3a0-9875-465f-8c92-3dd64b4d9b08|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:50:45.768Z|7974f3a0-9875-465f-8c92-3dd64b4d9b08|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:50:50.089Z|5f100378-e16e-4ea5-b2c5-4418e455b0d9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:50:50.090Z|5f100378-e16e-4ea5-b2c5-4418e455b0d9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:50:50.949Z|de1aaa48-cc25-4405-aff8-60e486f6e77b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:50:50.950Z|de1aaa48-cc25-4405-aff8-60e486f6e77b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:50:51.708Z|d2c79cc6-f2a1-4ea9-bec7-5736a1f7a385|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:50:51.708Z|d2c79cc6-f2a1-4ea9-bec7-5736a1f7a385|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:50:54.034Z|09140d07-fd29-48d4-a26a-da06d656ef9b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:50:54.035Z|09140d07-fd29-48d4-a26a-da06d656ef9b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:50:55.799Z|98b496c8-71d7-411c-a278-7f884c10f2ff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:50:55.800Z|98b496c8-71d7-411c-a278-7f884c10f2ff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:50:56.120Z|1e4e63b4-1ac5-41c5-bc03-e6fe6227cabf|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:50:56.121Z|1e4e63b4-1ac5-41c5-bc03-e6fe6227cabf|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:51:01.741Z|15afcf1a-30a6-474a-8d3a-20929c25e049|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:51:01.741Z|15afcf1a-30a6-474a-8d3a-20929c25e049|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:51:04.064Z|b3bd94d9-923d-4a0c-aa59-1f0df1ad43c3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:51:04.064Z|b3bd94d9-923d-4a0c-aa59-1f0df1ad43c3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:51:05.089Z|ac4613c8-91f6-4664-8e33-db734b5788be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:51:05.089Z|ac4613c8-91f6-4664-8e33-db734b5788be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:51:05.830Z|bd531d7a-938c-4137-b1b1-420a5649a6ac|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:51:05.831Z|bd531d7a-938c-4137-b1b1-420a5649a6ac|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:51:11.772Z|78c7d426-33b8-46d3-89bf-e1ffe476d6b1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:51:11.773Z|78c7d426-33b8-46d3-89bf-e1ffe476d6b1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:51:14.095Z|1afa5a41-b53a-41da-8255-1b745c0d5641|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:51:14.096Z|1afa5a41-b53a-41da-8255-1b745c0d5641|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:51:15.862Z|792bf0ab-78fa-4c2f-b8a2-b162380f347a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:51:15.862Z|792bf0ab-78fa-4c2f-b8a2-b162380f347a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:51:20.089Z|c0e936fe-4825-42f6-805b-674062b229df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:51:20.096Z|c0e936fe-4825-42f6-805b-674062b229df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:51:20.950Z|71e5cd61-59cd-475b-923f-5c3123db1d0d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:51:20.951Z|71e5cd61-59cd-475b-923f-5c3123db1d0d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:51:21.802Z|4e3f53e1-19b4-430e-8575-0d7f12d6b67a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:51:21.803Z|4e3f53e1-19b4-430e-8575-0d7f12d6b67a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:51:24.124Z|700009c3-b2bf-4511-a90f-4323c3ec5703|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:51:24.125Z|700009c3-b2bf-4511-a90f-4323c3ec5703|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:51:25.894Z|028f1090-6331-4ba8-aff4-8e081337a4b8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:51:25.894Z|028f1090-6331-4ba8-aff4-8e081337a4b8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:51:31.833Z|cbf31efe-8faf-46a9-adff-3c8eeb05073a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:51:31.834Z|cbf31efe-8faf-46a9-adff-3c8eeb05073a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:51:34.152Z|44831e47-392a-4962-8b27-7ca1da4812e0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:51:34.153Z|44831e47-392a-4962-8b27-7ca1da4812e0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:51:35.089Z|7dde620f-096a-4069-8cf0-2f7be34e4347|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:51:35.090Z|7dde620f-096a-4069-8cf0-2f7be34e4347|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:51:35.925Z|ddbbb898-5061-4f71-a7e5-bbf80115fd6a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:51:35.926Z|ddbbb898-5061-4f71-a7e5-bbf80115fd6a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:51:41.865Z|a5c1b284-4042-404f-82f5-2657d379ce5a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:51:41.866Z|a5c1b284-4042-404f-82f5-2657d379ce5a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:51:44.181Z|381f1fb9-eff9-4a5d-bec0-2f76a70720ab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:51:44.181Z|381f1fb9-eff9-4a5d-bec0-2f76a70720ab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:51:45.959Z|a665029b-5004-4fbf-99a9-1e22d39f5796|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:51:45.960Z|a665029b-5004-4fbf-99a9-1e22d39f5796|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:51:50.089Z|e37a960b-84cb-4d03-ab1d-e10dc1914184|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:51:50.089Z|e37a960b-84cb-4d03-ab1d-e10dc1914184|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:51:50.951Z|dc85dcb1-94f1-4305-af26-a7cb5072d2e6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:51:50.952Z|dc85dcb1-94f1-4305-af26-a7cb5072d2e6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:51:51.898Z|7f4d7065-3d64-46c4-8651-5e0c114aae93|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:51:51.899Z|7f4d7065-3d64-46c4-8651-5e0c114aae93|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:51:54.208Z|c3756f51-58ee-4dee-a41d-b189ba50ed15|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:51:54.209Z|c3756f51-58ee-4dee-a41d-b189ba50ed15|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:51:55.989Z|3d17e67f-031a-466b-8720-68b287284c68|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:51:55.990Z|3d17e67f-031a-466b-8720-68b287284c68|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:51:56.117Z|ec6b27fc-a954-4b41-936b-bb06ee3a1e49|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:51:56.118Z|ec6b27fc-a954-4b41-936b-bb06ee3a1e49|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:52:01.931Z|4c3bbfb0-02e1-4f5c-9e49-57d2a0521d6d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:52:01.932Z|4c3bbfb0-02e1-4f5c-9e49-57d2a0521d6d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:52:04.238Z|cad19310-2ff2-4b3f-90a0-98c7c015bb98|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:52:04.239Z|cad19310-2ff2-4b3f-90a0-98c7c015bb98|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:52:05.089Z|3a905e68-d696-4a22-8013-74bd13cee957|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:52:05.093Z|3a905e68-d696-4a22-8013-74bd13cee957|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:52:06.019Z|8ca86ea3-eb38-47f9-b579-a3355df81443|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:52:06.020Z|8ca86ea3-eb38-47f9-b579-a3355df81443|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:52:11.958Z|80a06897-5082-43f2-b82e-0c902e6de35e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:52:11.959Z|80a06897-5082-43f2-b82e-0c902e6de35e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:52:14.269Z|7a3a6fa6-39b7-4457-a450-1ce8ce21f65c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:52:14.269Z|7a3a6fa6-39b7-4457-a450-1ce8ce21f65c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:52:16.050Z|c38b4c43-2a6a-488e-a350-aecdc04d7b79|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:52:16.051Z|c38b4c43-2a6a-488e-a350-aecdc04d7b79|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:52:20.089Z|fbd2a004-249e-4428-b52e-a24a44956f1a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:52:20.089Z|fbd2a004-249e-4428-b52e-a24a44956f1a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:52:20.952Z|a05dc69b-196f-4fcd-a795-5faef0675a7f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:52:20.953Z|a05dc69b-196f-4fcd-a795-5faef0675a7f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:52:21.990Z|6a18bb4d-0288-4229-925e-2bedaa341d4c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:52:21.990Z|6a18bb4d-0288-4229-925e-2bedaa341d4c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:52:24.298Z|97a7ba55-9ea4-4aef-9818-be17fdd5face|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:52:24.299Z|97a7ba55-9ea4-4aef-9818-be17fdd5face|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:52:26.082Z|67d17a1e-bdfb-42e7-8e0e-56dcbeec7150|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:52:26.083Z|67d17a1e-bdfb-42e7-8e0e-56dcbeec7150|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:52:32.020Z|0aec58f7-c882-472b-90c0-d8943ffb150a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:52:32.021Z|0aec58f7-c882-472b-90c0-d8943ffb150a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:52:34.328Z|c56bebb6-8268-453a-bd57-10f93e67b5ad|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:52:34.328Z|c56bebb6-8268-453a-bd57-10f93e67b5ad|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:52:35.089Z|f9253c66-5b78-4da5-8500-378e08e077eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:52:35.090Z|f9253c66-5b78-4da5-8500-378e08e077eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:52:36.112Z|26fd0e3c-091c-4c49-aee0-769607590361|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:52:36.113Z|26fd0e3c-091c-4c49-aee0-769607590361|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:52:42.052Z|01c1e91f-76ad-4ae2-a980-dd0bda6576d1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:52:42.053Z|01c1e91f-76ad-4ae2-a980-dd0bda6576d1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:52:44.358Z|d1ad27c9-d9d7-4cf3-8a8f-3da68812c80a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:52:44.358Z|d1ad27c9-d9d7-4cf3-8a8f-3da68812c80a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:52:46.143Z|0e92078a-3d7d-4c4c-a2a2-de0238811e7a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:52:46.143Z|0e92078a-3d7d-4c4c-a2a2-de0238811e7a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:52:50.089Z|327cf272-f268-4069-8848-de67aa44c18f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:52:50.093Z|327cf272-f268-4069-8848-de67aa44c18f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:52:50.954Z|5bfb77b6-10d5-48ca-9df8-9e19f2576b5c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:52:50.955Z|5bfb77b6-10d5-48ca-9df8-9e19f2576b5c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:52:52.084Z|0f1b2421-0647-46e3-876d-03d63c4c0b1b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:52:52.085Z|0f1b2421-0647-46e3-876d-03d63c4c0b1b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:52:54.388Z|6b277a6f-6524-4a70-93c3-040c861d9c6d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:52:54.389Z|6b277a6f-6524-4a70-93c3-040c861d9c6d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:52:56.115Z|cbd7ade7-a9e4-4766-abc7-4691d8f94ccf|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:52:56.116Z|cbd7ade7-a9e4-4766-abc7-4691d8f94ccf|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:52:56.173Z|a185a733-e806-4dd5-96a8-9c8bfa24b1d9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:52:56.174Z|a185a733-e806-4dd5-96a8-9c8bfa24b1d9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:53:02.113Z|8814b4b7-b8cc-49ba-88b9-f70dd97847a2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:53:02.114Z|8814b4b7-b8cc-49ba-88b9-f70dd97847a2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:53:04.419Z|b69c39af-52fc-44d2-a18c-e38b48843804|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:53:04.420Z|b69c39af-52fc-44d2-a18c-e38b48843804|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:53:05.089Z|be691b0b-1496-43c3-a65a-7a0f823a9f2b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:53:05.089Z|be691b0b-1496-43c3-a65a-7a0f823a9f2b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:53:06.203Z|963e88b4-d5f8-45c8-bbb8-3e333f574e2c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:53:06.203Z|963e88b4-d5f8-45c8-bbb8-3e333f574e2c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:53:12.139Z|48955b0b-10ad-4ef8-ad07-29f30a07b8b2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:53:12.140Z|48955b0b-10ad-4ef8-ad07-29f30a07b8b2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:53:14.452Z|03614ffa-57fb-4b7a-93cb-50aeef6afe2d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:53:14.453Z|03614ffa-57fb-4b7a-93cb-50aeef6afe2d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:53:16.232Z|e238ae7d-ed44-4ca0-b6ff-d76347270521|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:53:16.233Z|e238ae7d-ed44-4ca0-b6ff-d76347270521|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:53:20.089Z|f532a264-74e8-4bc5-8e12-06c64c60f2a4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:53:20.090Z|f532a264-74e8-4bc5-8e12-06c64c60f2a4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:53:20.956Z|7abc9a6b-8bfe-482d-9645-94401b377b74|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:53:20.960Z|7abc9a6b-8bfe-482d-9645-94401b377b74|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:53:22.170Z|ba5c943c-bd2c-4810-8c7d-e3809c7e28fb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:53:22.171Z|ba5c943c-bd2c-4810-8c7d-e3809c7e28fb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:53:24.487Z|d90c581f-8983-430b-8ff7-ca596f19a61f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:53:24.488Z|d90c581f-8983-430b-8ff7-ca596f19a61f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:53:26.261Z|53a6b489-7d0b-4bed-adaf-902ccefb22b2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:53:26.262Z|53a6b489-7d0b-4bed-adaf-902ccefb22b2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:53:32.200Z|13079699-a807-43a9-b29c-fc50afea27f8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:53:32.201Z|13079699-a807-43a9-b29c-fc50afea27f8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:53:34.531Z|b469074a-ea3c-410e-bd12-f92b555fa5b6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:53:34.533Z|b469074a-ea3c-410e-bd12-f92b555fa5b6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:53:35.089Z|8863b35a-022e-4709-b327-a896c0ed27f3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:53:35.093Z|8863b35a-022e-4709-b327-a896c0ed27f3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:53:36.292Z|5505890d-9784-4b8d-82d6-ea6930a9d673|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:53:36.293Z|5505890d-9784-4b8d-82d6-ea6930a9d673|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:53:42.234Z|9b5ad698-4fab-4264-ae5e-72e56c620d61|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:53:42.236Z|9b5ad698-4fab-4264-ae5e-72e56c620d61|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:53:44.563Z|26c2354a-a026-4150-a4dd-339f8d3a1a49|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:53:44.564Z|26c2354a-a026-4150-a4dd-339f8d3a1a49|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:53:46.325Z|1b720547-7b72-4c34-bd48-f5c67a1826c8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:53:46.326Z|1b720547-7b72-4c34-bd48-f5c67a1826c8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:53:50.089Z|4e4336d4-8439-4bfd-9beb-d2a370e522cf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:53:50.089Z|4e4336d4-8439-4bfd-9beb-d2a370e522cf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:53:50.961Z|493940db-cd46-4503-9c10-ac11b7ca260c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:53:50.962Z|493940db-cd46-4503-9c10-ac11b7ca260c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:53:52.268Z|bf2bb44e-208b-461a-9fab-e049e0cc3c82|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:53:52.269Z|bf2bb44e-208b-461a-9fab-e049e0cc3c82|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:53:54.596Z|95e5d419-e038-4567-b21d-7efccc892ead|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:53:54.596Z|95e5d419-e038-4567-b21d-7efccc892ead|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:53:56.116Z|d4541233-e01e-4c57-8fe5-dd161b70aff5|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:53:56.117Z|d4541233-e01e-4c57-8fe5-dd161b70aff5|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:53:56.357Z|288f9412-406d-4fed-b05b-798c7c130267|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:53:56.358Z|288f9412-406d-4fed-b05b-798c7c130267|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:54:02.305Z|3ba780d7-5db4-4494-a418-728c89d550c4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:54:02.308Z|3ba780d7-5db4-4494-a418-728c89d550c4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:54:04.636Z|eab1bba5-5882-4b60-81fd-f5b5231f5667|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:54:04.637Z|eab1bba5-5882-4b60-81fd-f5b5231f5667|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:54:05.089Z|415c681b-52f4-42c7-9959-4cff00c390a9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:54:05.090Z|415c681b-52f4-42c7-9959-4cff00c390a9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:54:06.386Z|d494e7e3-2b46-4975-98fe-65fd2f18dee6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:54:06.386Z|d494e7e3-2b46-4975-98fe-65fd2f18dee6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:54:12.360Z|3c67e23e-9096-4013-8112-1a54a89c6db0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:54:12.363Z|3c67e23e-9096-4013-8112-1a54a89c6db0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:54:14.670Z|a386f39d-6cd9-4d32-beaa-db06b3d9d2bc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:54:14.671Z|a386f39d-6cd9-4d32-beaa-db06b3d9d2bc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:54:16.416Z|6f2982ba-16e0-4be5-8be2-18e0ee561b84|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:54:16.417Z|6f2982ba-16e0-4be5-8be2-18e0ee561b84|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:54:20.089Z|d8713db9-e0ec-4ecb-97db-27770317a7bc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:54:20.093Z|d8713db9-e0ec-4ecb-97db-27770317a7bc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:54:20.963Z|b185bae8-d619-4876-8525-c34b25af13df|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:54:20.963Z|b185bae8-d619-4876-8525-c34b25af13df|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:54:22.402Z|9c0516b5-0301-4211-9695-11a17c76ac74|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:54:22.403Z|9c0516b5-0301-4211-9695-11a17c76ac74|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:54:24.701Z|06d81dca-9795-46ec-9bb3-3c785019d5b5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:54:24.702Z|06d81dca-9795-46ec-9bb3-3c785019d5b5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:54:26.445Z|66550b72-8f48-4cf3-acac-44298cf40091|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:54:26.446Z|66550b72-8f48-4cf3-acac-44298cf40091|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:54:32.432Z|27d1ce43-346d-4a6b-99a4-277ba20ef92a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:54:32.433Z|27d1ce43-346d-4a6b-99a4-277ba20ef92a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:54:34.734Z|91d6f9f0-f7c9-4a68-8fe0-25eaaa5fdbc1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:54:34.735Z|91d6f9f0-f7c9-4a68-8fe0-25eaaa5fdbc1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:54:35.089Z|cc302baa-b3a0-43f5-b088-35dd5c8e85ac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:54:35.089Z|cc302baa-b3a0-43f5-b088-35dd5c8e85ac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:54:36.476Z|4b3dc628-f3db-44ea-a1c9-7dca7284ea0a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:54:36.477Z|4b3dc628-f3db-44ea-a1c9-7dca7284ea0a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:54:42.472Z|649f79b8-fd7a-4bb7-aa88-7a183736f01c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:54:42.473Z|649f79b8-fd7a-4bb7-aa88-7a183736f01c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:54:44.767Z|1f9b58cd-bba8-4d7f-b6cb-295f66737c89|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:54:44.767Z|1f9b58cd-bba8-4d7f-b6cb-295f66737c89|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:54:46.508Z|42a0b136-412e-434f-9805-66393a3fcdc3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:54:46.508Z|42a0b136-412e-434f-9805-66393a3fcdc3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:54:50.089Z|ef181ce2-1a52-47f9-bb1e-66abd8d405fc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:54:50.089Z|ef181ce2-1a52-47f9-bb1e-66abd8d405fc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:54:50.964Z|96172849-6b80-4c1f-9b4c-76d2458297b9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:54:50.965Z|96172849-6b80-4c1f-9b4c-76d2458297b9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:54:52.501Z|df26815f-889b-4956-a071-e3afabb097c0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:54:52.502Z|df26815f-889b-4956-a071-e3afabb097c0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:54:54.799Z|38593b17-5441-4f0f-8993-5d529325b80d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:54:54.800Z|38593b17-5441-4f0f-8993-5d529325b80d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:54:56.116Z|66c0c041-463c-41f3-852f-01128ccfd739|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:54:56.117Z|66c0c041-463c-41f3-852f-01128ccfd739|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:54:56.539Z|6799994c-768c-466c-9853-e07a901145fe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:54:56.540Z|6799994c-768c-466c-9853-e07a901145fe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:55:02.533Z|39b9abb2-1503-4115-b0f9-d4413229018c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:55:02.534Z|39b9abb2-1503-4115-b0f9-d4413229018c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:55:04.831Z|0f26efb3-53b3-4d42-879a-b1ce1f7cc693|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:55:04.831Z|0f26efb3-53b3-4d42-879a-b1ce1f7cc693|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:55:05.089Z|fce658de-e20b-4330-b064-ff13c017e395|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:55:05.093Z|fce658de-e20b-4330-b064-ff13c017e395|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:55:06.572Z|2ad76e1a-01e6-4965-addc-1d454365414c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:55:06.573Z|2ad76e1a-01e6-4965-addc-1d454365414c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:55:12.567Z|69046417-9db2-4d30-be27-06078d033dde|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:55:12.568Z|69046417-9db2-4d30-be27-06078d033dde|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:55:14.865Z|c419a865-b218-4eaf-acbe-8ec4a0f9cb38|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:55:14.865Z|c419a865-b218-4eaf-acbe-8ec4a0f9cb38|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:55:16.599Z|f53ec9bd-662c-4400-9790-b380503d803e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:55:16.599Z|f53ec9bd-662c-4400-9790-b380503d803e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:55:20.089Z|134c4b1f-a785-4820-80de-a402566ea24d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:55:20.090Z|134c4b1f-a785-4820-80de-a402566ea24d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:55:20.966Z|e5da590d-2039-4e18-8f73-1adc1692ffd0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:55:20.966Z|e5da590d-2039-4e18-8f73-1adc1692ffd0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:55:22.600Z|c2b27614-cb13-4508-99b8-ea130621697f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:55:22.601Z|c2b27614-cb13-4508-99b8-ea130621697f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:55:24.901Z|4867cb97-456d-463a-964d-04b078e2de12|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:55:24.902Z|4867cb97-456d-463a-964d-04b078e2de12|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:55:26.631Z|582a4bac-05de-4180-86c6-02ee1e3dc203|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:55:26.632Z|582a4bac-05de-4180-86c6-02ee1e3dc203|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:55:32.636Z|d6ce0894-30c4-4f02-bbda-4f547bcf6f78|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:55:32.637Z|d6ce0894-30c4-4f02-bbda-4f547bcf6f78|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:55:34.933Z|990681ef-6138-4726-a410-57282fa044e6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:55:34.934Z|990681ef-6138-4726-a410-57282fa044e6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:55:35.089Z|058e87f3-d6f6-4af2-bcfe-3ea6cb3fffc0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:55:35.089Z|058e87f3-d6f6-4af2-bcfe-3ea6cb3fffc0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:55:36.663Z|c860c228-ba3a-411a-8a77-1f805c53629b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:55:36.664Z|c860c228-ba3a-411a-8a77-1f805c53629b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:55:42.678Z|fd542639-48e5-49ca-a428-d6824757d7f8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:55:42.679Z|fd542639-48e5-49ca-a428-d6824757d7f8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:55:44.968Z|3a1169f0-f576-4e51-a948-dcba22be78b0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:55:44.969Z|3a1169f0-f576-4e51-a948-dcba22be78b0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:55:46.694Z|3bf6dbaa-a4d6-4a74-a2a7-af6d27c04591|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:55:46.695Z|3bf6dbaa-a4d6-4a74-a2a7-af6d27c04591|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:55:50.089Z|2c2302e6-2426-458d-91a1-5314ff0bc30c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:55:50.093Z|2c2302e6-2426-458d-91a1-5314ff0bc30c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:55:50.968Z|cd59114b-09d2-4156-a80c-8b01f594fbb3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:55:50.968Z|cd59114b-09d2-4156-a80c-8b01f594fbb3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:55:52.705Z|70361f09-09ea-4dd3-b743-354cb7f96664|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:55:52.706Z|70361f09-09ea-4dd3-b743-354cb7f96664|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:55:55.009Z|39f506e0-cec9-4f09-b618-4b4052516528|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:55:55.010Z|39f506e0-cec9-4f09-b618-4b4052516528|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:55:56.115Z|b3a6b09c-c325-45dc-a9ff-93594d1a07e8|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:55:56.116Z|b3a6b09c-c325-45dc-a9ff-93594d1a07e8|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:55:56.727Z|960b5be0-50b4-4e99-9153-e09f37027615|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:55:56.728Z|960b5be0-50b4-4e99-9153-e09f37027615|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:56:02.738Z|db6cbaca-5626-41c8-9309-f7ac695a7f1c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:56:02.739Z|db6cbaca-5626-41c8-9309-f7ac695a7f1c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:56:05.042Z|4787d604-289e-4819-af16-f0615510d4ab|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:56:05.043Z|4787d604-289e-4819-af16-f0615510d4ab|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:56:05.089Z|88ac703b-8551-4b1e-abff-bf6e2a2d7522|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:56:05.089Z|88ac703b-8551-4b1e-abff-bf6e2a2d7522|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:56:06.758Z|a24eed33-9774-43d3-bc3b-753af3ea6c4b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:56:06.759Z|a24eed33-9774-43d3-bc3b-753af3ea6c4b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:56:12.767Z|c7859c28-8696-436e-8e28-07b1cb7923e7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:56:12.768Z|c7859c28-8696-436e-8e28-07b1cb7923e7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:56:15.079Z|83bd112f-206d-459a-83a3-60ad00fea2ad|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:56:15.080Z|83bd112f-206d-459a-83a3-60ad00fea2ad|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:56:16.790Z|4c9d5085-f752-459f-903e-b7387d5b9c61|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:56:16.791Z|4c9d5085-f752-459f-903e-b7387d5b9c61|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:56:20.089Z|14dd5ae8-4019-4900-a100-dade4133af25|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:56:20.090Z|14dd5ae8-4019-4900-a100-dade4133af25|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:56:20.969Z|f3605d79-7005-4373-9cbe-fe41efaeb5c9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:56:20.969Z|f3605d79-7005-4373-9cbe-fe41efaeb5c9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:56:22.800Z|122db9dc-f5a9-4c1c-aa2a-de0d2c50b554|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:56:22.801Z|122db9dc-f5a9-4c1c-aa2a-de0d2c50b554|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:56:25.112Z|89464fe9-6738-40d8-b9a0-f95632f71b64|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:56:25.112Z|89464fe9-6738-40d8-b9a0-f95632f71b64|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:56:26.821Z|072af892-610b-42c6-a9bb-6050b4524281|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:56:26.822Z|072af892-610b-42c6-a9bb-6050b4524281|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:56:32.833Z|297d1a96-d826-4d02-8b4b-58115c998fd1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:56:32.834Z|297d1a96-d826-4d02-8b4b-58115c998fd1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:56:35.089Z|bc4cef33-b994-4207-b47d-deb94b1989fc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:56:35.093Z|bc4cef33-b994-4207-b47d-deb94b1989fc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:56:35.141Z|c6a0a887-7d05-4792-9ff4-0a96371a8680|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:56:35.141Z|c6a0a887-7d05-4792-9ff4-0a96371a8680|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:56:36.854Z|7dc9ab72-8380-4c41-84c6-66ee99d388a8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:56:36.855Z|7dc9ab72-8380-4c41-84c6-66ee99d388a8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:56:42.876Z|a1d99c39-007a-455a-a543-59e2b7325a4b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:56:42.877Z|a1d99c39-007a-455a-a543-59e2b7325a4b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:56:45.172Z|efe838ba-56df-4ea3-b282-bd6c5167cfc8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:56:45.173Z|efe838ba-56df-4ea3-b282-bd6c5167cfc8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:56:46.880Z|6a47aaea-2ccf-4ccd-a69a-827a3c29ce9d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:56:46.880Z|6a47aaea-2ccf-4ccd-a69a-827a3c29ce9d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:56:50.089Z|6ba43a07-498e-469c-8a37-5f0bc3921798|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:56:50.090Z|6ba43a07-498e-469c-8a37-5f0bc3921798|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:56:50.970Z|5ac7b2b0-cc3f-4a37-9bdc-5aa511767a01|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:56:50.971Z|5ac7b2b0-cc3f-4a37-9bdc-5aa511767a01|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:56:52.909Z|2ae1022f-7cad-49f3-bc45-f510455699c6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:56:52.910Z|2ae1022f-7cad-49f3-bc45-f510455699c6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:56:55.202Z|c250884c-8182-4ec7-a58e-78b66f9e59d7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:56:55.203Z|c250884c-8182-4ec7-a58e-78b66f9e59d7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:56:56.117Z|5248dc78-a4ac-4dcc-8014-fef9e77d07eb|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:56:56.118Z|5248dc78-a4ac-4dcc-8014-fef9e77d07eb|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:56:56.914Z|42205bca-24e5-4832-a63d-b7c2f5bb14bb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:56:56.914Z|42205bca-24e5-4832-a63d-b7c2f5bb14bb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:57:02.940Z|9f7f5bdf-0baa-490a-910d-092d5f739988|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:57:02.941Z|9f7f5bdf-0baa-490a-910d-092d5f739988|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:57:05.089Z|b62e1c38-bd3a-4fa3-be71-fb8026fc10b6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:57:05.089Z|b62e1c38-bd3a-4fa3-be71-fb8026fc10b6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:57:05.231Z|a518eb6c-29df-4fc9-a1af-4afddc28248c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:57:05.232Z|a518eb6c-29df-4fc9-a1af-4afddc28248c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:57:06.946Z|6610f8bd-73bf-4b47-988a-a2150ba8e40b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:57:06.947Z|6610f8bd-73bf-4b47-988a-a2150ba8e40b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:57:12.973Z|fd9eea7b-4946-4866-9941-e1ad3fc484b0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:57:12.974Z|fd9eea7b-4946-4866-9941-e1ad3fc484b0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:57:15.260Z|fe2c5857-d684-44b6-9902-df1c67a34aa3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:57:15.261Z|fe2c5857-d684-44b6-9902-df1c67a34aa3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:57:16.980Z|58c9d7f3-0b3b-461e-b1cd-54c99f6744f0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:57:16.980Z|58c9d7f3-0b3b-461e-b1cd-54c99f6744f0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:57:20.089Z|92fccc9f-0ff2-4c25-94e4-0e3368bcb7f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:57:20.094Z|92fccc9f-0ff2-4c25-94e4-0e3368bcb7f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:57:20.972Z|5e97192d-6f5c-465f-822e-c0bc51743892|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:57:20.972Z|5e97192d-6f5c-465f-822e-c0bc51743892|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:57:23.012Z|0604717f-94a4-4b84-8b89-5b997e540a44|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:57:23.013Z|0604717f-94a4-4b84-8b89-5b997e540a44|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:57:25.310Z|ffb0d8ba-5291-409e-a8d7-f0a976bc11b6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:57:25.313Z|ffb0d8ba-5291-409e-a8d7-f0a976bc11b6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:57:27.013Z|20df1abe-0372-40ce-b69c-8f225e29cbe3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:57:27.013Z|20df1abe-0372-40ce-b69c-8f225e29cbe3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:57:33.068Z|40dc4d0f-19b4-4459-9c8a-3ef63b616ebd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:57:33.071Z|40dc4d0f-19b4-4459-9c8a-3ef63b616ebd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:57:35.089Z|1ae334a8-ce69-4a10-8e22-32022b452073|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:57:35.090Z|1ae334a8-ce69-4a10-8e22-32022b452073|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:57:35.350Z|e0df84fd-0bb8-4c0a-83d6-3bc609ea607d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:57:35.351Z|e0df84fd-0bb8-4c0a-83d6-3bc609ea607d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:57:37.045Z|4b419656-fe3c-4657-a3ab-a6031ee2a34a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:57:37.046Z|4b419656-fe3c-4657-a3ab-a6031ee2a34a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:57:43.113Z|288efd46-8b74-4d9b-8fee-86544f910bc9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:57:43.114Z|288efd46-8b74-4d9b-8fee-86544f910bc9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:57:45.392Z|74ae01e3-ad64-4fd1-bb0d-74f55412811b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:57:45.393Z|74ae01e3-ad64-4fd1-bb0d-74f55412811b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:57:47.077Z|c2a72163-f97d-4fee-a54e-9793550b2406|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:57:47.078Z|c2a72163-f97d-4fee-a54e-9793550b2406|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:57:50.089Z|6c5a3d26-5268-43c5-a62e-52000ddd1f47|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:57:50.089Z|6c5a3d26-5268-43c5-a62e-52000ddd1f47|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:57:50.973Z|a564715c-2cdc-4c20-aef6-eb518fa48f9e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:57:50.974Z|a564715c-2cdc-4c20-aef6-eb518fa48f9e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:57:53.152Z|1e1c4084-4661-45f6-9914-68b290aed5e8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:57:53.153Z|1e1c4084-4661-45f6-9914-68b290aed5e8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:57:55.427Z|585718bb-e11b-48ac-9cee-89a6cf16be7d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:57:55.428Z|585718bb-e11b-48ac-9cee-89a6cf16be7d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:57:56.116Z|e4521286-e34f-40dd-a30c-fd0b62cbf894|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:57:56.117Z|e4521286-e34f-40dd-a30c-fd0b62cbf894|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:57:57.109Z|729ad407-d497-43ab-87bd-620685ff4a4b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:57:57.110Z|729ad407-d497-43ab-87bd-620685ff4a4b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:58:03.196Z|b26db47b-dae0-46a4-974c-ebc70d900d43|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:58:03.197Z|b26db47b-dae0-46a4-974c-ebc70d900d43|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:58:05.089Z|0820e771-e09b-46a8-a0f9-7898f30451dd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:58:05.093Z|0820e771-e09b-46a8-a0f9-7898f30451dd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:58:05.460Z|4466bafc-6b24-4e49-82fa-1f82caca7fff|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:58:05.461Z|4466bafc-6b24-4e49-82fa-1f82caca7fff|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:58:07.142Z|3da05bf8-3e60-47dd-8556-f75f45e8b7c1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:58:07.143Z|3da05bf8-3e60-47dd-8556-f75f45e8b7c1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:58:13.228Z|1e7141ee-3786-4226-8ecc-7ece73e4ebdf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:58:13.229Z|1e7141ee-3786-4226-8ecc-7ece73e4ebdf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:58:15.490Z|bb717a01-1521-454d-aa41-5d059e114fce|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:58:15.491Z|bb717a01-1521-454d-aa41-5d059e114fce|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:58:17.174Z|3b9dc75c-65e4-4d5d-a068-9349d5c0343e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:58:17.175Z|3b9dc75c-65e4-4d5d-a068-9349d5c0343e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:58:20.089Z|c813aefb-2554-41d5-916e-efee8529a558|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:58:20.090Z|c813aefb-2554-41d5-916e-efee8529a558|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:58:20.974Z|18e7229b-3b6e-4a0c-aeb6-08073b48ee0f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:58:20.975Z|18e7229b-3b6e-4a0c-aeb6-08073b48ee0f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:58:23.258Z|a8addf90-485a-418b-89d5-013aa58f71ae|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:58:23.260Z|a8addf90-485a-418b-89d5-013aa58f71ae|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:58:25.523Z|abd60558-df10-498e-8ccb-f295787eebf6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:58:25.524Z|abd60558-df10-498e-8ccb-f295787eebf6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:58:27.203Z|2624ca02-77eb-42ca-ba61-d367875dbcb5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:58:27.203Z|2624ca02-77eb-42ca-ba61-d367875dbcb5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:58:33.288Z|cdc27264-fc9e-4c3d-8b74-b66f142605f4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:58:33.289Z|cdc27264-fc9e-4c3d-8b74-b66f142605f4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:58:35.089Z|40fa1ab5-68c5-4adf-bb33-c2dfd6a237e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:58:35.089Z|40fa1ab5-68c5-4adf-bb33-c2dfd6a237e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:58:35.555Z|242ead91-7351-4f25-98a6-2ef543a851bf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:58:35.556Z|242ead91-7351-4f25-98a6-2ef543a851bf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:58:37.234Z|64e00d22-41ce-4279-907a-fcb3f976230c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:58:37.235Z|64e00d22-41ce-4279-907a-fcb3f976230c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:58:43.339Z|a75217e5-6c5c-409b-b27b-c6b14e104272|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:58:43.340Z|a75217e5-6c5c-409b-b27b-c6b14e104272|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:58:45.586Z|dd87a0ce-ebc9-448a-a81a-b98f1aea40b7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:58:45.587Z|dd87a0ce-ebc9-448a-a81a-b98f1aea40b7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:58:47.262Z|26e8ffde-b78a-4e12-be2c-a25e20df059f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:58:47.263Z|26e8ffde-b78a-4e12-be2c-a25e20df059f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:58:50.089Z|277f1389-0243-427e-8e6e-ddad1bb98fab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:58:50.093Z|277f1389-0243-427e-8e6e-ddad1bb98fab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:58:50.976Z|3265e388-e349-4d98-a01c-ea8b2276b331|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:58:50.976Z|3265e388-e349-4d98-a01c-ea8b2276b331|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:58:53.383Z|bdab82ca-9efd-4975-8f3f-21afa087f883|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:58:53.383Z|bdab82ca-9efd-4975-8f3f-21afa087f883|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:58:55.616Z|7e24d028-4120-4f30-8e5f-a3bdc724be08|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:58:55.617Z|7e24d028-4120-4f30-8e5f-a3bdc724be08|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:58:56.120Z|393c4e4a-ee88-4fb0-b82b-adf18601fb2b|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:58:56.121Z|393c4e4a-ee88-4fb0-b82b-adf18601fb2b|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:58:57.293Z|9061c636-7229-4764-a478-deda2eba5ff5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:58:57.294Z|9061c636-7229-4764-a478-deda2eba5ff5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:59:03.409Z|75dcb679-7996-4814-96b1-f51cfd590ca7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:59:03.409Z|75dcb679-7996-4814-96b1-f51cfd590ca7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:59:05.089Z|0a4940db-9725-4489-8f43-5089c68a3e6a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:59:05.090Z|0a4940db-9725-4489-8f43-5089c68a3e6a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:59:05.648Z|25e90479-986b-40f0-a585-43d380284249|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:59:05.649Z|25e90479-986b-40f0-a585-43d380284249|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:59:07.325Z|29040425-daca-4e71-ab1e-885ff42042f0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:59:07.326Z|29040425-daca-4e71-ab1e-885ff42042f0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:59:13.434Z|bd7ea899-e7d8-413b-bd18-aaa502b7875a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:59:13.435Z|bd7ea899-e7d8-413b-bd18-aaa502b7875a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:59:15.682Z|765275db-a53a-425e-bfc8-7a711d0b3473|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:59:15.683Z|765275db-a53a-425e-bfc8-7a711d0b3473|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:59:17.357Z|dc68787c-503f-4123-954f-90efaf969e7d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:59:17.358Z|dc68787c-503f-4123-954f-90efaf969e7d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:59:20.089Z|524cc3b3-cb1e-4457-9c87-f05d620c5a9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:59:20.089Z|524cc3b3-cb1e-4457-9c87-f05d620c5a9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:59:20.977Z|9bb1e408-f554-464b-a01b-86e4f6f59640|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:59:20.977Z|9bb1e408-f554-464b-a01b-86e4f6f59640|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:59:23.463Z|e3d45500-7a39-4bc1-9f07-49eaabc7b49c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:59:23.464Z|e3d45500-7a39-4bc1-9f07-49eaabc7b49c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:59:25.710Z|60c0ae74-a766-420a-aece-904c093824dc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:59:25.711Z|60c0ae74-a766-420a-aece-904c093824dc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:59:27.390Z|cbf52845-8263-443c-9893-e3c69d888e0c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:59:27.391Z|cbf52845-8263-443c-9893-e3c69d888e0c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:59:33.488Z|ed9bddf6-f57c-42aa-859e-c0d5e314f80c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:59:33.489Z|ed9bddf6-f57c-42aa-859e-c0d5e314f80c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:59:35.089Z|eedecc29-1be3-4e39-8a65-58b768906b82|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:59:35.093Z|eedecc29-1be3-4e39-8a65-58b768906b82|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:59:35.742Z|fa5272ca-b559-4ccf-bcee-9b5fe251cdd2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:59:35.743Z|fa5272ca-b559-4ccf-bcee-9b5fe251cdd2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:59:37.425Z|920db266-7959-456c-aecd-429cd9eb96e8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:59:37.425Z|920db266-7959-456c-aecd-429cd9eb96e8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:59:43.516Z|41b38a42-becb-401f-8a0a-ffcc033b6e8b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:59:43.517Z|41b38a42-becb-401f-8a0a-ffcc033b6e8b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:59:45.773Z|182a4a08-bdbd-48dc-922e-4958da400dd4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:59:45.774Z|182a4a08-bdbd-48dc-922e-4958da400dd4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:59:47.456Z|bc08ec8b-78c0-4f54-ab90-02b8ca2d28fe|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:59:47.457Z|bc08ec8b-78c0-4f54-ab90-02b8ca2d28fe|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:59:50.089Z|50b19eaa-0258-4146-bd72-7fe2b599f5b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:59:50.089Z|50b19eaa-0258-4146-bd72-7fe2b599f5b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:59:50.978Z|de629882-d54f-4391-90ef-9a4d09215edd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T04:59:50.978Z|de629882-d54f-4391-90ef-9a4d09215edd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T04:59:53.548Z|1e4e9734-0d6b-43c1-80fa-312659e613f1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:59:53.548Z|1e4e9734-0d6b-43c1-80fa-312659e613f1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:59:55.806Z|fd23001b-f4f5-4374-b785-fd822e02e548|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:59:55.807Z|fd23001b-f4f5-4374-b785-fd822e02e548|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T04:59:56.116Z|7bf6a2d3-443b-4cff-b3e4-1ba68946e689|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T04:59:56.117Z|7bf6a2d3-443b-4cff-b3e4-1ba68946e689|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T04:59:57.485Z|77dfe7e9-1758-430a-9fd6-f4f68fcfde52|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T04:59:57.486Z|77dfe7e9-1758-430a-9fd6-f4f68fcfde52|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:00:03.589Z|ed13e474-6815-4008-af64-1b5d5c2e1ca7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:00:03.590Z|ed13e474-6815-4008-af64-1b5d5c2e1ca7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:00:05.089Z|9b3d3730-643b-4658-a4b1-6ff626658924|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:00:05.089Z|9b3d3730-643b-4658-a4b1-6ff626658924|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:00:05.838Z|cb02d2c0-9e94-4105-bfa0-4a7b6f5bff46|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:00:05.838Z|cb02d2c0-9e94-4105-bfa0-4a7b6f5bff46|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:00:07.516Z|14513fbf-b81c-430f-85a3-8e6718f9fec3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:00:07.517Z|14513fbf-b81c-430f-85a3-8e6718f9fec3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:00:13.622Z|9e7666c0-67fd-4f99-a9d0-46e8c8eb67f0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:00:13.623Z|9e7666c0-67fd-4f99-a9d0-46e8c8eb67f0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:00:15.869Z|8473ad31-d94d-4427-ab36-022c6381d3a0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:00:15.869Z|8473ad31-d94d-4427-ab36-022c6381d3a0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:00:17.551Z|95d359cf-cc70-473b-9586-024a988f184a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:00:17.552Z|95d359cf-cc70-473b-9586-024a988f184a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:00:20.089Z|ba86dfa5-8772-47cd-a3a1-73f72fe0afaa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:00:20.094Z|ba86dfa5-8772-47cd-a3a1-73f72fe0afaa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:00:20.979Z|555f695a-a711-4ba6-a805-71581b354550|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:00:20.980Z|555f695a-a711-4ba6-a805-71581b354550|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:00:23.661Z|07d7c0cc-1272-44dc-a63b-0d0998c51034|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:00:23.662Z|07d7c0cc-1272-44dc-a63b-0d0998c51034|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:00:25.901Z|7ca7f251-b4a7-4a0a-b284-df1fb227d028|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:00:25.902Z|7ca7f251-b4a7-4a0a-b284-df1fb227d028|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:00:27.588Z|4d1da227-7c7e-412c-ad6e-d32bb6ac7589|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:00:27.591Z|4d1da227-7c7e-412c-ad6e-d32bb6ac7589|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:00:33.696Z|fced88bf-1588-4abc-a711-a10a0611a4d7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:00:33.697Z|fced88bf-1588-4abc-a711-a10a0611a4d7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:00:35.089Z|c7ebc97f-0402-4f00-9ffa-8bebba7b1116|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:00:35.089Z|c7ebc97f-0402-4f00-9ffa-8bebba7b1116|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:00:35.935Z|e9951841-7b0c-4029-9183-02f261ccb306|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:00:35.936Z|e9951841-7b0c-4029-9183-02f261ccb306|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:00:37.618Z|533c384f-44aa-4b31-92a6-6adb03dc1cc9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:00:37.619Z|533c384f-44aa-4b31-92a6-6adb03dc1cc9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:00:43.728Z|6ed1bd04-2bc2-4934-86b9-c497d57b1509|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:00:43.729Z|6ed1bd04-2bc2-4934-86b9-c497d57b1509|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:00:45.971Z|2ed1f543-b769-4c31-a9e7-e320131e6211|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:00:45.971Z|2ed1f543-b769-4c31-a9e7-e320131e6211|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:00:47.651Z|c50f1df0-0947-4665-9aed-66522e818b6e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:00:47.651Z|c50f1df0-0947-4665-9aed-66522e818b6e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:00:50.089Z|987fe6ab-9e56-491c-9608-dc93579a238c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:00:50.089Z|987fe6ab-9e56-491c-9608-dc93579a238c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:00:50.984Z|daafb971-d67a-4685-be92-a2a2099e4ff0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:00:50.985Z|daafb971-d67a-4685-be92-a2a2099e4ff0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:00:53.805Z|0c64d19a-e29e-4d9b-ad79-78f2452d6042|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:00:53.810Z|0c64d19a-e29e-4d9b-ad79-78f2452d6042|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:00:56.006Z|9cc111df-92c5-4199-ac36-9a235b00d6a9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:00:56.006Z|9cc111df-92c5-4199-ac36-9a235b00d6a9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:00:56.117Z|c803d95d-f3e7-4235-9d8b-8f9393942884|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:00:56.118Z|c803d95d-f3e7-4235-9d8b-8f9393942884|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:00:57.686Z|2d2cff8d-911f-490e-9d9e-a7cb59f89aa4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:00:57.686Z|2d2cff8d-911f-490e-9d9e-a7cb59f89aa4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:01:03.836Z|6e6fcca6-d658-49c6-bab0-462c155eb2d5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:01:03.837Z|6e6fcca6-d658-49c6-bab0-462c155eb2d5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:01:05.091Z|53f7340d-03b2-422c-b201-9ce68ba5ebe2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:01:05.109Z|53f7340d-03b2-422c-b201-9ce68ba5ebe2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:01:06.037Z|d352528d-305b-44ad-a134-03653f7006c5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:01:06.038Z|d352528d-305b-44ad-a134-03653f7006c5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:01:07.717Z|e6787276-d047-45cb-9c17-5cfad3ec82dc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:01:07.718Z|e6787276-d047-45cb-9c17-5cfad3ec82dc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:01:13.861Z|ace22fc2-8397-496b-b15a-6241911bde1f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:01:13.862Z|ace22fc2-8397-496b-b15a-6241911bde1f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:01:16.069Z|c3e8f8ee-fa53-4f8d-8859-11b73f9ae034|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:01:16.070Z|c3e8f8ee-fa53-4f8d-8859-11b73f9ae034|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:01:17.750Z|d0c399c9-17dd-40dd-b20f-08d003be1006|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:01:17.751Z|d0c399c9-17dd-40dd-b20f-08d003be1006|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:01:20.089Z|441eb820-b2ad-46d1-8c64-f90b2327bdb5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:01:20.089Z|441eb820-b2ad-46d1-8c64-f90b2327bdb5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:01:20.986Z|cd9383e4-0839-45b9-b67c-bf3cae8627e7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:01:20.986Z|cd9383e4-0839-45b9-b67c-bf3cae8627e7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:01:23.890Z|9704b472-465f-4dfe-9605-54da490a1309|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:01:23.891Z|9704b472-465f-4dfe-9605-54da490a1309|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:01:26.099Z|7c407811-3e6c-40d8-a4ef-066f80087ae9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:01:26.100Z|7c407811-3e6c-40d8-a4ef-066f80087ae9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:01:27.784Z|ef1d64ad-5681-4e38-a94c-216c2ae288b5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:01:27.785Z|ef1d64ad-5681-4e38-a94c-216c2ae288b5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:01:33.917Z|6962d154-b1c2-4917-8e93-25cc5b475bdb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:01:33.918Z|6962d154-b1c2-4917-8e93-25cc5b475bdb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:01:35.089Z|18d9b794-e37d-4c8e-bb48-3471458a9cd4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:01:35.090Z|18d9b794-e37d-4c8e-bb48-3471458a9cd4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:01:36.130Z|63fdb1b3-12d4-47ce-87dc-9513a329a0bb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:01:36.131Z|63fdb1b3-12d4-47ce-87dc-9513a329a0bb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:01:37.816Z|1ad2ca2e-528c-467c-843a-39a90bd3fabb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:01:37.816Z|1ad2ca2e-528c-467c-843a-39a90bd3fabb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:01:43.950Z|57b3715a-c787-4819-abaa-cdec100f0a52|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:01:43.950Z|57b3715a-c787-4819-abaa-cdec100f0a52|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:01:46.164Z|6335b896-0d64-4018-ae18-784d3c07b48c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:01:46.165Z|6335b896-0d64-4018-ae18-784d3c07b48c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:01:47.848Z|ef09f679-869b-4a0d-a3b2-96711ffac040|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:01:47.849Z|ef09f679-869b-4a0d-a3b2-96711ffac040|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:01:50.089Z|b63d2fbf-af6a-41c0-86ad-d1933effd224|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:01:50.093Z|b63d2fbf-af6a-41c0-86ad-d1933effd224|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:01:50.987Z|1893867b-d203-4b13-b51c-94b0759a5f32|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:01:50.987Z|1893867b-d203-4b13-b51c-94b0759a5f32|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:01:53.989Z|c6f410db-cba5-4059-b097-4c3859047d28|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:01:53.990Z|c6f410db-cba5-4059-b097-4c3859047d28|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:01:56.117Z|00d0ac32-53be-4690-9335-23a159f2bcb3|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:01:56.117Z|00d0ac32-53be-4690-9335-23a159f2bcb3|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:01:56.196Z|a9a6187b-c2e5-4e86-9c2c-f2310606ecaa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:01:56.197Z|a9a6187b-c2e5-4e86-9c2c-f2310606ecaa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:01:57.882Z|e14269c7-ffbf-4e55-93b3-119d2a090851|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:01:57.883Z|e14269c7-ffbf-4e55-93b3-119d2a090851|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:02:04.023Z|6639bb84-a2cd-4ea6-8c8a-93e139f46ecf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:02:04.024Z|6639bb84-a2cd-4ea6-8c8a-93e139f46ecf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:02:05.089Z|9adb0a73-ec46-4c3f-81c6-f444a5313c0b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:02:05.089Z|9adb0a73-ec46-4c3f-81c6-f444a5313c0b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:02:06.231Z|b862685b-47bc-4553-8a67-eeae5063a334|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:02:06.232Z|b862685b-47bc-4553-8a67-eeae5063a334|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:02:07.914Z|7a88e479-5cad-4737-8c85-c1ddd74fb303|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:02:07.915Z|7a88e479-5cad-4737-8c85-c1ddd74fb303|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:02:14.057Z|9b5bd0ae-48da-4246-9939-74094917fdff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:02:14.058Z|9b5bd0ae-48da-4246-9939-74094917fdff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:02:16.263Z|fdfb0007-882e-4f58-bc70-06abe8c5b009|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:02:16.264Z|fdfb0007-882e-4f58-bc70-06abe8c5b009|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:02:17.946Z|b72a38a6-3480-4c59-b299-56f64cee6996|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:02:17.947Z|b72a38a6-3480-4c59-b299-56f64cee6996|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:02:20.089Z|f8263472-fb37-4ef9-9af6-b3156ebda809|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:02:20.089Z|f8263472-fb37-4ef9-9af6-b3156ebda809|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:02:20.988Z|964da970-8aad-4f0d-ab74-e51702c7f009|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:02:20.988Z|964da970-8aad-4f0d-ab74-e51702c7f009|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:02:24.093Z|300df531-4e6b-430a-8ef4-1cc36105f439|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:02:24.094Z|300df531-4e6b-430a-8ef4-1cc36105f439|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:02:26.295Z|bd2cf02d-0ff4-46a1-a5ed-8ab97c975009|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:02:26.295Z|bd2cf02d-0ff4-46a1-a5ed-8ab97c975009|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:02:27.980Z|ed7c8627-e5b4-4b65-a275-c3f94cd544e6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:02:27.981Z|ed7c8627-e5b4-4b65-a275-c3f94cd544e6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:02:34.119Z|0530a635-1c01-45cc-84a1-0bb719963ade|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:02:34.121Z|0530a635-1c01-45cc-84a1-0bb719963ade|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:02:35.089Z|514e9ece-f206-43cf-bb91-f3df7c3b7ae1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:02:35.095Z|514e9ece-f206-43cf-bb91-f3df7c3b7ae1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:02:36.324Z|c1215ce2-8c5e-4260-9d40-dee9e14f0a51|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:02:36.324Z|c1215ce2-8c5e-4260-9d40-dee9e14f0a51|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:02:38.012Z|aaa90a45-7d2e-4933-a880-d9d0ae2c4617|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:02:38.013Z|aaa90a45-7d2e-4933-a880-d9d0ae2c4617|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:02:44.151Z|18962bd3-2b7b-4b12-897e-7730dc8f43f3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:02:44.152Z|18962bd3-2b7b-4b12-897e-7730dc8f43f3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:02:46.350Z|0df17911-3439-4c29-802e-b35a9dd4a3b5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:02:46.351Z|0df17911-3439-4c29-802e-b35a9dd4a3b5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:02:48.044Z|ab327aa7-ea26-4f4d-bc13-204a7586e50f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:02:48.045Z|ab327aa7-ea26-4f4d-bc13-204a7586e50f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:02:50.089Z|01671c02-e2d7-4736-9252-fa58ac572582|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:02:50.089Z|01671c02-e2d7-4736-9252-fa58ac572582|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:02:50.989Z|9431b57e-f47d-4556-ac6d-b278a385e7a3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:02:50.989Z|9431b57e-f47d-4556-ac6d-b278a385e7a3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:02:54.183Z|b4e8afdb-3fc9-46de-9b8c-d4e2b7c53e3e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:02:54.183Z|b4e8afdb-3fc9-46de-9b8c-d4e2b7c53e3e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:02:56.117Z|600f45ed-8153-4319-9061-e7c7d1840500|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:02:56.117Z|600f45ed-8153-4319-9061-e7c7d1840500|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:02:56.380Z|bcd1c6a2-6193-4895-b27c-d16f082a4988|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:02:56.381Z|bcd1c6a2-6193-4895-b27c-d16f082a4988|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:02:58.078Z|e9830cd3-c008-4ebb-9acd-dd7a7ebfbb73|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:02:58.079Z|e9830cd3-c008-4ebb-9acd-dd7a7ebfbb73|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:03:04.208Z|9abee847-3804-4be0-bd92-91acc7e11405|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:03:04.209Z|9abee847-3804-4be0-bd92-91acc7e11405|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:03:05.089Z|be7b5580-54ec-477b-b4ef-cda9b0436866|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:03:05.089Z|be7b5580-54ec-477b-b4ef-cda9b0436866|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:03:06.410Z|7e0e0f5b-9b21-4bf7-a424-278b01d67a06|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:03:06.410Z|7e0e0f5b-9b21-4bf7-a424-278b01d67a06|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:03:08.110Z|37a024e6-266a-4484-ae55-6530b5cdedee|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:03:08.110Z|37a024e6-266a-4484-ae55-6530b5cdedee|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:03:14.236Z|c9ba6443-f0ba-4f58-9a47-36d181863a27|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:03:14.236Z|c9ba6443-f0ba-4f58-9a47-36d181863a27|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:03:16.441Z|1d88611f-0d61-4cd4-9243-d4518625ab69|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:03:16.441Z|1d88611f-0d61-4cd4-9243-d4518625ab69|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:03:18.137Z|b434cf2a-3cd4-46d9-bb3d-96c2f3556836|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:03:18.138Z|b434cf2a-3cd4-46d9-bb3d-96c2f3556836|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:03:20.089Z|64c5d0bd-d641-40e8-b22a-2f8bf415e13d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:03:20.093Z|64c5d0bd-d641-40e8-b22a-2f8bf415e13d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:03:20.989Z|89a59459-bab0-4ded-a12c-b39acd45e4f8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:03:20.990Z|89a59459-bab0-4ded-a12c-b39acd45e4f8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:03:24.264Z|28797c7b-0c98-4757-ab6f-811cceea4834|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:03:24.265Z|28797c7b-0c98-4757-ab6f-811cceea4834|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:03:26.471Z|d45b5fe5-8b5f-4f1e-b789-b231d76ee389|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:03:26.471Z|d45b5fe5-8b5f-4f1e-b789-b231d76ee389|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:03:28.165Z|34a1893b-456c-4702-812c-0d24acd41e4d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:03:28.166Z|34a1893b-456c-4702-812c-0d24acd41e4d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:03:34.296Z|91254e66-6a0d-4d7c-80a5-00a03548e589|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:03:34.297Z|91254e66-6a0d-4d7c-80a5-00a03548e589|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:03:35.089Z|c63f8a60-957b-4456-83db-5168fa2b4d12|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:03:35.089Z|c63f8a60-957b-4456-83db-5168fa2b4d12|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:03:36.497Z|f60c6a99-51bd-4053-8cbe-a234156cdf4f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:03:36.498Z|f60c6a99-51bd-4053-8cbe-a234156cdf4f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:03:38.195Z|68f99220-4e73-43d0-8ab2-63fc5f97e809|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:03:38.196Z|68f99220-4e73-43d0-8ab2-63fc5f97e809|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:03:44.337Z|a27ce3cc-ccd4-4eea-aab8-153b156b7819|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:03:44.338Z|a27ce3cc-ccd4-4eea-aab8-153b156b7819|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:03:46.520Z|887fe361-c90e-4116-b7d1-b4a2adb3461b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:03:46.521Z|887fe361-c90e-4116-b7d1-b4a2adb3461b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:03:48.229Z|d5f5ed9b-4d15-4a91-9527-b23af970efc9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:03:48.230Z|d5f5ed9b-4d15-4a91-9527-b23af970efc9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:03:50.089Z|509c727e-ad3a-41d9-9880-f58b8cf50768|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:03:50.089Z|509c727e-ad3a-41d9-9880-f58b8cf50768|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:03:50.990Z|65b7ccdb-acd6-4ca7-b4f3-75e0d673456d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:03:50.991Z|65b7ccdb-acd6-4ca7-b4f3-75e0d673456d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:03:54.371Z|5a8f30be-865d-4106-b7dd-2bdc51e2100c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:03:54.372Z|5a8f30be-865d-4106-b7dd-2bdc51e2100c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:03:56.115Z|dd789bfe-df82-4790-aa9d-e156fbe2e7fe|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:03:56.116Z|dd789bfe-df82-4790-aa9d-e156fbe2e7fe|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:03:56.551Z|881ccb65-bfb4-4438-acf9-6d0f480c94d4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:03:56.552Z|881ccb65-bfb4-4438-acf9-6d0f480c94d4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:03:58.260Z|6738be3c-fb4d-4aa2-ba41-26509df05444|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:03:58.260Z|6738be3c-fb4d-4aa2-ba41-26509df05444|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:04:04.408Z|06cb46ef-5372-4498-b255-b4ee60119872|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:04:04.409Z|06cb46ef-5372-4498-b255-b4ee60119872|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:04:05.089Z|a6ce958d-60be-4134-a943-fe19b7d5bd63|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:04:05.093Z|a6ce958d-60be-4134-a943-fe19b7d5bd63|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:04:06.581Z|10b6276b-26c3-4e5b-a9eb-6b5bcc8eccff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:04:06.582Z|10b6276b-26c3-4e5b-a9eb-6b5bcc8eccff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:04:08.293Z|7bd90c2f-85b4-49e7-8870-b37ad4379d43|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:04:08.294Z|7bd90c2f-85b4-49e7-8870-b37ad4379d43|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:04:14.442Z|6a7e1115-e62f-4779-aec1-07573a4129c9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:04:14.443Z|6a7e1115-e62f-4779-aec1-07573a4129c9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:04:16.613Z|9b0f26be-856e-47d9-9148-b63642ba1b48|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:04:16.614Z|9b0f26be-856e-47d9-9148-b63642ba1b48|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:04:18.325Z|b35bce2d-3d16-4dbc-9e8d-1d530e289fe1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:04:18.326Z|b35bce2d-3d16-4dbc-9e8d-1d530e289fe1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:04:20.089Z|b3a445d9-9a25-4942-a450-0611e63ed847|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:04:20.090Z|b3a445d9-9a25-4942-a450-0611e63ed847|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:04:20.991Z|0bfc6e16-839b-4f0b-a729-271c943daa0c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:04:20.992Z|0bfc6e16-839b-4f0b-a729-271c943daa0c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:04:24.508Z|67970b05-20bb-49e2-a54c-2bff4bd89a4d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:04:24.514Z|67970b05-20bb-49e2-a54c-2bff4bd89a4d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:04:26.649Z|c068cfd6-e228-4a5d-8c83-c630d65ba924|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:04:26.650Z|c068cfd6-e228-4a5d-8c83-c630d65ba924|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:04:28.357Z|0ab8ceb2-d919-4b10-8284-73f8bb244262|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:04:28.358Z|0ab8ceb2-d919-4b10-8284-73f8bb244262|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:04:34.572Z|4ab50201-aff7-4179-b72d-4d3bc7f6f2f2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:04:34.574Z|4ab50201-aff7-4179-b72d-4d3bc7f6f2f2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:04:35.089Z|dbc1fe11-19a6-4e3c-ba44-83e9f11b58bd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:04:35.089Z|dbc1fe11-19a6-4e3c-ba44-83e9f11b58bd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:04:36.677Z|5b1f1389-5b99-483d-8237-7eeed8388953|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:04:36.678Z|5b1f1389-5b99-483d-8237-7eeed8388953|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:04:38.391Z|b42b76d9-8c81-4a18-adeb-99ff4ba82ef2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:04:38.391Z|b42b76d9-8c81-4a18-adeb-99ff4ba82ef2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:04:44.613Z|8a138ce3-1165-44ca-9211-f7ed22b12541|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:04:44.614Z|8a138ce3-1165-44ca-9211-f7ed22b12541|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:04:46.709Z|18d21ff7-726f-4fa8-a83d-730e46de1e2a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:04:46.709Z|18d21ff7-726f-4fa8-a83d-730e46de1e2a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:04:48.424Z|d4f013b9-f859-4e15-8872-723d5e157879|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:04:48.425Z|d4f013b9-f859-4e15-8872-723d5e157879|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:04:50.089Z|a223db2a-ef3d-4701-966b-49f4b19a2e04|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:04:50.089Z|a223db2a-ef3d-4701-966b-49f4b19a2e04|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:04:50.992Z|80c38f46-dfef-4652-af47-fd5528286a5c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:04:50.993Z|80c38f46-dfef-4652-af47-fd5528286a5c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:04:54.645Z|6bfb3ddc-ced5-4b69-95d0-39778a49792c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:04:54.645Z|6bfb3ddc-ced5-4b69-95d0-39778a49792c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:04:56.115Z|5bb11c96-180c-4ae3-8a47-2557c179e7bf|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:04:56.116Z|5bb11c96-180c-4ae3-8a47-2557c179e7bf|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:04:56.739Z|8d61245b-7d5a-4da9-8326-5e2448d6f9f0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:04:56.740Z|8d61245b-7d5a-4da9-8326-5e2448d6f9f0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:04:58.458Z|e71be72a-e489-4ca6-81b2-51372e74394c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:04:58.459Z|e71be72a-e489-4ca6-81b2-51372e74394c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:05:04.684Z|a1bd64ae-4045-474b-9697-8c827904dda6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:05:04.685Z|a1bd64ae-4045-474b-9697-8c827904dda6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:05:05.089Z|9bc193d6-c943-4d30-a377-6788076afc61|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:05:05.089Z|9bc193d6-c943-4d30-a377-6788076afc61|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:05:06.772Z|4e65597b-0162-41a3-a871-dc1f314c921b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:05:06.773Z|4e65597b-0162-41a3-a871-dc1f314c921b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:05:08.485Z|0b601fdc-821b-475c-96c6-b8360d8192f8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:05:08.486Z|0b601fdc-821b-475c-96c6-b8360d8192f8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:05:14.717Z|9a8e08af-b8e6-44f4-b49b-f43835d687e5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:05:14.719Z|9a8e08af-b8e6-44f4-b49b-f43835d687e5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:05:16.806Z|f7f0d09b-8ae6-430d-9f01-3e56f937b424|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:05:16.807Z|f7f0d09b-8ae6-430d-9f01-3e56f937b424|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:05:18.519Z|bd79cc88-47e0-4284-aad5-66e0ef7cd2ad|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:05:18.520Z|bd79cc88-47e0-4284-aad5-66e0ef7cd2ad|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:05:20.089Z|54a4ee4c-015a-4dab-9246-b7ea77fefbc3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:05:20.089Z|54a4ee4c-015a-4dab-9246-b7ea77fefbc3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:05:20.994Z|7e5864a4-fd45-4730-9bb6-36974b5e6b44|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:05:20.994Z|7e5864a4-fd45-4730-9bb6-36974b5e6b44|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:05:24.748Z|a1d7ed6d-8ba3-4d80-9426-61bce7224ac6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:05:24.748Z|a1d7ed6d-8ba3-4d80-9426-61bce7224ac6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:05:26.838Z|a3ff3fb1-04e8-41ef-bd83-104598cd603f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:05:26.839Z|a3ff3fb1-04e8-41ef-bd83-104598cd603f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:05:28.550Z|eed2267e-0812-4370-885f-103946f79ea2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:05:28.551Z|eed2267e-0812-4370-885f-103946f79ea2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:05:34.781Z|42e42dfd-022c-45a6-9073-b27314535510|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:05:34.782Z|42e42dfd-022c-45a6-9073-b27314535510|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:05:35.089Z|0d24b979-3df1-4774-b88e-ccc89bed5928|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:05:35.089Z|0d24b979-3df1-4774-b88e-ccc89bed5928|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:05:36.870Z|5b5a5836-cac8-4a06-9154-3b0242c82c61|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:05:36.870Z|5b5a5836-cac8-4a06-9154-3b0242c82c61|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:05:38.580Z|fe97c63e-f921-405e-baac-2ea622f84f78|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:05:38.580Z|fe97c63e-f921-405e-baac-2ea622f84f78|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:05:44.814Z|30acb667-172d-42ce-88a8-05ea3c7298b1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:05:44.815Z|30acb667-172d-42ce-88a8-05ea3c7298b1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:05:46.901Z|d3eecfd7-472b-47ba-9bcd-95ac9d2c6281|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:05:46.902Z|d3eecfd7-472b-47ba-9bcd-95ac9d2c6281|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:05:48.611Z|78396f5d-86b3-4485-a38f-4ff53d02c543|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:05:48.612Z|78396f5d-86b3-4485-a38f-4ff53d02c543|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:05:50.089Z|93ad0853-2122-4371-8baf-4ae72678f573|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:05:50.094Z|93ad0853-2122-4371-8baf-4ae72678f573|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:05:50.995Z|6db84f3a-191d-4f53-9518-d7bee3842fb0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:05:50.996Z|6db84f3a-191d-4f53-9518-d7bee3842fb0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:05:54.847Z|8de08a43-a54d-4593-a2f5-901e3bc3b0c4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:05:54.847Z|8de08a43-a54d-4593-a2f5-901e3bc3b0c4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:05:56.115Z|c483bd78-306d-4ece-8108-9b34f37d5e30|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:05:56.116Z|c483bd78-306d-4ece-8108-9b34f37d5e30|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:05:56.935Z|6e09370e-4943-4a71-9ab0-39ed75e7ec94|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:05:56.936Z|6e09370e-4943-4a71-9ab0-39ed75e7ec94|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:05:58.644Z|19d240c7-9525-4909-b4b4-ce9cad76ccc8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:05:58.645Z|19d240c7-9525-4909-b4b4-ce9cad76ccc8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:06:04.886Z|b2ade396-7382-4088-86b4-8e9f77eb797f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:06:04.887Z|b2ade396-7382-4088-86b4-8e9f77eb797f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:06:05.089Z|4fc915a3-3244-4499-b6f5-81eed09c0bfc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:06:05.089Z|4fc915a3-3244-4499-b6f5-81eed09c0bfc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:06:06.970Z|2169b56f-09bf-4237-8051-8bc667d625d0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:06:06.971Z|2169b56f-09bf-4237-8051-8bc667d625d0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:06:08.675Z|1024e854-0d0f-40e8-9448-3aab3ba653e4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:06:08.676Z|1024e854-0d0f-40e8-9448-3aab3ba653e4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:06:14.914Z|cd992a87-471d-4ec9-8efc-ff9214a0ae06|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:06:14.914Z|cd992a87-471d-4ec9-8efc-ff9214a0ae06|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:06:17.002Z|9c1e68dc-8f00-491b-839f-401521020778|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:06:17.003Z|9c1e68dc-8f00-491b-839f-401521020778|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:06:18.705Z|9ecc89dd-e81c-4803-9cf0-8b867b2309ae|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:06:18.706Z|9ecc89dd-e81c-4803-9cf0-8b867b2309ae|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:06:20.089Z|15c78ac4-7e98-443f-973a-d82a2497b5da|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:06:20.089Z|15c78ac4-7e98-443f-973a-d82a2497b5da|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:06:20.997Z|970a134f-147f-4c7c-9714-b8dd3d608ab8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:06:20.997Z|970a134f-147f-4c7c-9714-b8dd3d608ab8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:06:24.952Z|91acd9eb-81c6-44a6-8446-d4e43f4ededc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:06:24.952Z|91acd9eb-81c6-44a6-8446-d4e43f4ededc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:06:27.030Z|6cd4cd15-46e5-4588-87e0-fb78c7dae78c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:06:27.031Z|6cd4cd15-46e5-4588-87e0-fb78c7dae78c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:06:28.736Z|620b0a53-f48e-4108-9399-b516bbd8ca81|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:06:28.737Z|620b0a53-f48e-4108-9399-b516bbd8ca81|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:06:34.984Z|772ef2b5-abda-460e-a46e-4e014a89181e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:06:34.985Z|772ef2b5-abda-460e-a46e-4e014a89181e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:06:35.089Z|9c28c23e-ddab-4403-b828-4eeafc5e05c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:06:35.092Z|9c28c23e-ddab-4403-b828-4eeafc5e05c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:06:37.062Z|9bcda036-7898-47c0-bff0-c5413c9010b7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:06:37.063Z|9bcda036-7898-47c0-bff0-c5413c9010b7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:06:38.770Z|f1b188c4-153d-4187-8ab8-87170316faec|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:06:38.771Z|f1b188c4-153d-4187-8ab8-87170316faec|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:06:45.024Z|3299022d-6938-4481-aa5c-ec6c108cabd1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:06:45.024Z|3299022d-6938-4481-aa5c-ec6c108cabd1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:06:47.096Z|401f4577-3e4a-43f9-83c9-b41160f63afd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:06:47.096Z|401f4577-3e4a-43f9-83c9-b41160f63afd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:06:48.807Z|239af479-2c38-4a57-a45a-07e8d6e4c55b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:06:48.808Z|239af479-2c38-4a57-a45a-07e8d6e4c55b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:06:50.089Z|3ae50b9e-93d0-4621-b6b2-70eefddea31d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:06:50.090Z|3ae50b9e-93d0-4621-b6b2-70eefddea31d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:06:50.998Z|1f0c39e4-17f3-4eb6-a17c-aedd042bcbec|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:06:50.999Z|1f0c39e4-17f3-4eb6-a17c-aedd042bcbec|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:06:55.053Z|4dd3b7b4-140d-4d3b-bc0a-6345553ce17e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:06:55.054Z|4dd3b7b4-140d-4d3b-bc0a-6345553ce17e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:06:56.123Z|6ee2e9d6-fc6b-474e-b2db-f6b734a9a0a8|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:06:56.124Z|6ee2e9d6-fc6b-474e-b2db-f6b734a9a0a8|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:06:57.126Z|5a8f9ff0-3b2a-4ba9-b027-2660900a9bc3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:06:57.126Z|5a8f9ff0-3b2a-4ba9-b027-2660900a9bc3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:06:58.837Z|1ae51f72-331d-44bb-93d5-28e2c37b6ccc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:06:58.838Z|1ae51f72-331d-44bb-93d5-28e2c37b6ccc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:07:05.085Z|7d09d16c-8348-46a5-8772-6c6b9268198f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:07:05.086Z|7d09d16c-8348-46a5-8772-6c6b9268198f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:07:05.089Z|44710de4-f576-4544-94bd-f1097c47b85a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:07:05.090Z|44710de4-f576-4544-94bd-f1097c47b85a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:07:07.165Z|d1e31adc-5606-43e6-989b-28ad26cc5573|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:07:07.166Z|d1e31adc-5606-43e6-989b-28ad26cc5573|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:07:08.869Z|93302b25-eae9-4468-8b4d-54302acdcf6c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:07:08.870Z|93302b25-eae9-4468-8b4d-54302acdcf6c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:07:15.131Z|1e02c1e6-e1af-4c57-9b48-119829967ebc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:07:15.133Z|1e02c1e6-e1af-4c57-9b48-119829967ebc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:07:17.202Z|c6c15065-765f-4c38-9091-7bc973369ed2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:07:17.202Z|c6c15065-765f-4c38-9091-7bc973369ed2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:07:18.903Z|2e25c99a-d854-4cd5-b661-3b56ce2c0c7a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:07:18.904Z|2e25c99a-d854-4cd5-b661-3b56ce2c0c7a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:07:20.089Z|7fbf0650-bdac-4f86-90c7-6ea839115b08|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:07:20.094Z|7fbf0650-bdac-4f86-90c7-6ea839115b08|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:07:20.999Z|7dd3cae1-b2c9-4164-81e5-324ea7f47d7a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:07:21.000Z|7dd3cae1-b2c9-4164-81e5-324ea7f47d7a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:07:25.170Z|102e2177-013a-4e26-8662-fda0e1bfda42|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:07:25.173Z|102e2177-013a-4e26-8662-fda0e1bfda42|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:07:27.234Z|b22104e0-12d4-4812-beb6-6865602380ac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:07:27.234Z|b22104e0-12d4-4812-beb6-6865602380ac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:07:28.934Z|49e5cc58-810b-4802-b780-2726247d7bcc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:07:28.935Z|49e5cc58-810b-4802-b780-2726247d7bcc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:07:35.089Z|1d3bafd4-f778-4195-b9c6-52c43364beb1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:07:35.089Z|1d3bafd4-f778-4195-b9c6-52c43364beb1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:07:35.204Z|e1d3dadb-9f75-4fa5-91be-81cccda9804d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:07:35.204Z|e1d3dadb-9f75-4fa5-91be-81cccda9804d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:07:37.262Z|6804aa97-41b0-4d0d-8927-f38104aef3f8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:07:37.263Z|6804aa97-41b0-4d0d-8927-f38104aef3f8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:07:38.968Z|44412ef9-387d-4ecc-aba2-3112168a5dfa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:07:38.969Z|44412ef9-387d-4ecc-aba2-3112168a5dfa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:07:45.235Z|beef4c88-f31b-4a17-925d-d9873006e2e2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:07:45.236Z|beef4c88-f31b-4a17-925d-d9873006e2e2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:07:47.296Z|3e5b6068-797f-45d9-b155-f64ece98827d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:07:47.297Z|3e5b6068-797f-45d9-b155-f64ece98827d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:07:48.999Z|19de3ff2-550a-401f-896b-27a5c97bd5f5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:07:49.000Z|19de3ff2-550a-401f-896b-27a5c97bd5f5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:07:50.089Z|47b1df4b-5022-4227-af0e-e69db5ed990e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:07:50.090Z|47b1df4b-5022-4227-af0e-e69db5ed990e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:07:51.001Z|7e919ca3-ea93-4427-a236-b5528d32c5b6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:07:51.001Z|7e919ca3-ea93-4427-a236-b5528d32c5b6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:07:55.274Z|f11b4d3c-10f4-4a4f-aec7-86dc6530b61d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:07:55.275Z|f11b4d3c-10f4-4a4f-aec7-86dc6530b61d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:07:56.115Z|cb07762d-560e-49a8-9584-3c5d6b7f3627|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:07:56.116Z|cb07762d-560e-49a8-9584-3c5d6b7f3627|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:07:57.329Z|55d1a967-586d-48c5-b3c7-5055542014ff|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:07:57.329Z|55d1a967-586d-48c5-b3c7-5055542014ff|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:07:59.036Z|0bc1a6c7-58a1-4839-b5a6-68b8250b782b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:07:59.037Z|0bc1a6c7-58a1-4839-b5a6-68b8250b782b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:08:05.089Z|2caa7890-4b5a-4721-a741-03af2daf69b1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:08:05.094Z|2caa7890-4b5a-4721-a741-03af2daf69b1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:08:05.304Z|119fb83e-1a1b-4c9e-bfaa-a1f2a3b9632b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:08:05.305Z|119fb83e-1a1b-4c9e-bfaa-a1f2a3b9632b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:08:07.361Z|48aedc99-ff99-4ef2-9213-78923c13f97d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:08:07.362Z|48aedc99-ff99-4ef2-9213-78923c13f97d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:08:09.065Z|53be6cff-76a1-4a19-b51a-dc4f3968a49d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:08:09.066Z|53be6cff-76a1-4a19-b51a-dc4f3968a49d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:08:15.335Z|7b11bba8-66da-406e-8853-f3a27a866a3d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:08:15.336Z|7b11bba8-66da-406e-8853-f3a27a866a3d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:08:17.393Z|e9d56b06-2785-4f99-972c-4d928017d970|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:08:17.394Z|e9d56b06-2785-4f99-972c-4d928017d970|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:08:19.095Z|8abdaff5-2e18-420d-bec0-52bec23c78d0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:08:19.096Z|8abdaff5-2e18-420d-bec0-52bec23c78d0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:08:20.089Z|c597d667-84c3-4439-8521-fc28d1d27f2f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:08:20.089Z|c597d667-84c3-4439-8521-fc28d1d27f2f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:08:21.002Z|e5d856ec-9106-4e67-b921-185e0ac32812|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:08:21.003Z|e5d856ec-9106-4e67-b921-185e0ac32812|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:08:25.366Z|989633d1-7f3c-442b-a7b0-1e88e64040cd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:08:25.367Z|989633d1-7f3c-442b-a7b0-1e88e64040cd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:08:27.424Z|57c4de9c-36c3-41a6-8bc3-1c26caf753d5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:08:27.425Z|57c4de9c-36c3-41a6-8bc3-1c26caf753d5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:08:29.127Z|daa79384-91df-451e-8d40-8483f6edfb93|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:08:29.127Z|daa79384-91df-451e-8d40-8483f6edfb93|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:08:35.089Z|46925c50-337e-432c-bfe2-89d2f08e429c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:08:35.090Z|46925c50-337e-432c-bfe2-89d2f08e429c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:08:35.407Z|5fd8d25f-bfaf-420a-82f0-b7b2586723d6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:08:35.408Z|5fd8d25f-bfaf-420a-82f0-b7b2586723d6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:08:37.457Z|58f9b744-4486-4abb-9b23-0f632f5c500c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:08:37.458Z|58f9b744-4486-4abb-9b23-0f632f5c500c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:08:39.157Z|95d39629-9be1-456c-b73e-7aafa4e520e0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:08:39.158Z|95d39629-9be1-456c-b73e-7aafa4e520e0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:08:45.439Z|e22313a4-de53-4ce2-a105-cb20382f16b8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:08:45.440Z|e22313a4-de53-4ce2-a105-cb20382f16b8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:08:47.489Z|30fe08ba-1e11-4f9e-8185-38c352af4dd1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:08:47.490Z|30fe08ba-1e11-4f9e-8185-38c352af4dd1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:08:49.189Z|083f99a8-db28-4fe8-be41-5e1ea0a1e24e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:08:49.190Z|083f99a8-db28-4fe8-be41-5e1ea0a1e24e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:08:50.089Z|2c26b004-c2d6-4850-a0c4-19f48bde73cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:08:50.094Z|2c26b004-c2d6-4850-a0c4-19f48bde73cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:08:50.855Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:08:50.863Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|||INFO|500||Checking if requestId: bdc69763-d778-4e18-9ce7-c0dc2ef12c6c already exists in requestDb InfraActiveRequests table
2023-03-28T05:08:50.909Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/bdc69763-d778-4e18-9ce7-c0dc2ef12c6c
2023-03-28T05:08:50.910Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|INFO|500||Invoke
2023-03-28T05:08:50.910Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|DEBUG|500||===========================request begin================================================
2023-03-28T05:08:50.911Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/bdc69763-d778-4e18-9ce7-c0dc2ef12c6c
2023-03-28T05:08:50.911Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|DEBUG|500||Method      : GET
2023-03-28T05:08:50.911Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"6d42f20500e2e5784c9eeaa8016781cf", X-B3-SpanId:"0794c5e5f5727a99", X-B3-ParentSpanId:"85e647f71c13642f", X-B3-Sampled:"0", X-ONAP-RequestID:"bdc69763-d778-4e18-9ce7-c0dc2ef12c6c", X-RequestID:"bdc69763-d778-4e18-9ce7-c0dc2ef12c6c", X-TransactionID:"bdc69763-d778-4e18-9ce7-c0dc2ef12c6c", X-ECOMP-RequestID:"bdc69763-d778-4e18-9ce7-c0dc2ef12c6c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b4afbde5-df15-4331-8cd6-b3d9074cd9c1"]
2023-03-28T05:08:50.912Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|DEBUG|500||Request body: 
2023-03-28T05:08:50.912Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|DEBUG|500||==========================request end================================================
2023-03-28T05:08:51.004Z|d3607436-cf60-4721-9e1b-30d849ca0254|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:08:51.004Z|d3607436-cf60-4721-9e1b-30d849ca0254|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:08:51.542Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|DEBUG|500||============================response begin==========================================
2023-03-28T05:08:51.542Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T05:08:51.543Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|DEBUG|500||Status text  : Not Found
2023-03-28T05:08:51.543Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=2977885BC01893E98D2D1ACF67D18649; Path=/; HttpOnly", vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 05:08:51 GMT", x-envoy-upstream-service-time:"449", server:"envoy"]
2023-03-28T05:08:51.543Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|DEBUG|500||Response body: 
2023-03-28T05:08:51.543Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|DEBUG|500||=======================response end=================================================
2023-03-28T05:08:51.544Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|INFO|404|Not Found|InvokeReturn
2023-03-28T05:08:51.600Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|||INFO|500||APIH_GENERATED_REQUEST_ID bdc69763-d778-4e18-9ce7-c0dc2ef12c6c
2023-03-28T05:08:51.613Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-bpmn-infra:8081/manage/health
2023-03-28T05:08:51.616Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient||http://so-bpmn-infra:8081/manage/health|WARN|500||Could not Target Entity: http://so-bpmn-infra:8081/manage/health
2023-03-28T05:08:51.616Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|500||Invoke
2023-03-28T05:08:51.617Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||===========================request begin================================================
2023-03-28T05:08:51.617Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||URI         : http://so-bpmn-infra:8081/manage/health
2023-03-28T05:08:51.617Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Method      : GET
2023-03-28T05:08:51.617Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers     : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"6d42f20500e2e5784c9eeaa8016781cf", X-B3-SpanId:"73b71b0092292aaa", X-B3-ParentSpanId:"85e647f71c13642f", X-B3-Sampled:"0", X-ONAP-RequestID:"bdc69763-d778-4e18-9ce7-c0dc2ef12c6c", X-RequestID:"bdc69763-d778-4e18-9ce7-c0dc2ef12c6c", X-TransactionID:"bdc69763-d778-4e18-9ce7-c0dc2ef12c6c", X-ECOMP-RequestID:"bdc69763-d778-4e18-9ce7-c0dc2ef12c6c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"893d92c1-e2bd-495c-894c-607b02ab9bb9"]
2023-03-28T05:08:51.617Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Request body: parameters
2023-03-28T05:08:51.617Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||==========================request end================================================
2023-03-28T05:08:51.683Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||============================response begin==========================================
2023-03-28T05:08:51.683Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status code  : 401 UNAUTHORIZED
2023-03-28T05:08:51.683Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status text  : Unauthorized
2023-03-28T05:08:51.684Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers      : [www-authenticate:"Basic realm="Realm"", "Basic realm="Realm"", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 05:08:51 GMT", x-envoy-upstream-service-time:"26", server:"envoy"]
2023-03-28T05:08:51.684Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Response body: 
2023-03-28T05:08:51.684Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||=======================response end=================================================
2023-03-28T05:08:51.685Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|401|Unauthorized|InvokeReturn
2023-03-28T05:08:51.688Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() 
org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 Unauthorized: [no body]
	at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105)
	at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184)
	at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125)
	at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63)
	at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780)
	at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738)
	at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712)
	at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600)
	at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165)
	at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129)
	at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$165ae88.globalHealthcheck()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)
	at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-28T05:08:51.689Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-catalog-db-adapter:8082/manage/health
2023-03-28T05:08:51.689Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient||http://so-catalog-db-adapter:8082/manage/health|WARN|500||Could not Target Entity: http://so-catalog-db-adapter:8082/manage/health
2023-03-28T05:08:51.690Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|500||Invoke
2023-03-28T05:08:51.690Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||===========================request begin================================================
2023-03-28T05:08:51.690Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||URI         : http://so-catalog-db-adapter:8082/manage/health
2023-03-28T05:08:51.690Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Method      : GET
2023-03-28T05:08:51.690Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers     : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"6d42f20500e2e5784c9eeaa8016781cf", X-B3-SpanId:"a8959e67b7c04369", X-B3-ParentSpanId:"85e647f71c13642f", X-B3-Sampled:"0", X-ONAP-RequestID:"bdc69763-d778-4e18-9ce7-c0dc2ef12c6c", X-RequestID:"bdc69763-d778-4e18-9ce7-c0dc2ef12c6c", X-TransactionID:"bdc69763-d778-4e18-9ce7-c0dc2ef12c6c", X-ECOMP-RequestID:"bdc69763-d778-4e18-9ce7-c0dc2ef12c6c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"dd81d307-8dda-4021-ba9e-f294520692a3"]
2023-03-28T05:08:51.691Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Request body: parameters
2023-03-28T05:08:51.691Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||==========================request end================================================
2023-03-28T05:08:51.765Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||============================response begin==========================================
2023-03-28T05:08:51.765Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status code  : 401 UNAUTHORIZED
2023-03-28T05:08:51.766Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status text  : Unauthorized
2023-03-28T05:08:51.766Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers      : [www-authenticate:"Basic realm="Realm"", "Basic realm="Realm"", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 05:08:51 GMT", x-envoy-upstream-service-time:"51", server:"envoy"]
2023-03-28T05:08:51.767Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Response body: 
2023-03-28T05:08:51.767Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||=======================response end=================================================
2023-03-28T05:08:51.767Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|401|Unauthorized|InvokeReturn
2023-03-28T05:08:51.768Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() 
org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 Unauthorized: [no body]
	at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105)
	at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184)
	at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125)
	at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63)
	at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780)
	at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738)
	at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712)
	at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600)
	at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165)
	at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129)
	at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$165ae88.globalHealthcheck()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)
	at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-28T05:08:51.769Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|||INFO|500||org.onap.so.apihandlerinfra.HealthCheckResponse@7edcf1be
2023-03-28T05:08:51.777Z|bdc69763-d778-4e18-9ce7-c0dc2ef12c6c|http-nio-8080-exec-5|globalhealthcheck|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:08:55.469Z|2db7e933-bf44-48a4-9fbd-4b72a78a2f76|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:08:55.470Z|2db7e933-bf44-48a4-9fbd-4b72a78a2f76|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:08:56.117Z|6a2fb7ed-ad77-4ecc-a706-d16e8ea6eeb0|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:08:56.119Z|6a2fb7ed-ad77-4ecc-a706-d16e8ea6eeb0|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:08:57.520Z|14d69524-1319-42c7-bd16-7452f7284c25|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:08:57.521Z|14d69524-1319-42c7-bd16-7452f7284c25|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:08:59.217Z|64d5b9e6-fca9-4baa-93b5-5be28ca242b9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:08:59.218Z|64d5b9e6-fca9-4baa-93b5-5be28ca242b9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:09:01.587Z|210417b6-97dc-4edc-9f5e-f72b0b2abec8|http-nio-8080-exec-9|manage/health|python-requests/2.28.2|||INFO|500||Entering
2023-03-28T05:09:01.587Z|210417b6-97dc-4edc-9f5e-f72b0b2abec8|http-nio-8080-exec-9|manage/health|python-requests/2.28.2|||INFO|404|Not Found|Exiting.
2023-03-28T05:09:05.089Z|d7575fef-9cdb-41f1-af7e-c0f1cfac88b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:09:05.090Z|d7575fef-9cdb-41f1-af7e-c0f1cfac88b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:09:05.501Z|95f6fff8-a123-414b-9bf1-4a0946574e0a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:09:05.502Z|95f6fff8-a123-414b-9bf1-4a0946574e0a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:09:07.553Z|ff0803d0-e40a-4a34-bbee-959e608e3525|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:09:07.554Z|ff0803d0-e40a-4a34-bbee-959e608e3525|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:09:09.249Z|0ef555e3-928f-4a6b-9df4-43961e9e6939|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:09:09.250Z|0ef555e3-928f-4a6b-9df4-43961e9e6939|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:09:15.535Z|710e3083-8d09-4d88-a633-27a7ac66de15|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:09:15.536Z|710e3083-8d09-4d88-a633-27a7ac66de15|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:09:17.585Z|f933ec8e-b45f-4878-9306-824a83e10dea|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:09:17.587Z|f933ec8e-b45f-4878-9306-824a83e10dea|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:09:19.282Z|372a1175-0234-4a52-a591-6d9d40e7511c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:09:19.284Z|372a1175-0234-4a52-a591-6d9d40e7511c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:09:20.089Z|36dd9f8a-ec15-4321-ac46-64c39b810c65|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:09:20.090Z|36dd9f8a-ec15-4321-ac46-64c39b810c65|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:09:21.005Z|7443360f-738b-4eed-8b5d-ca9b3622e0a6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:09:21.005Z|7443360f-738b-4eed-8b5d-ca9b3622e0a6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:09:25.569Z|ae7379b5-7364-4280-8ad1-a0dc5e9c90be|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:09:25.570Z|ae7379b5-7364-4280-8ad1-a0dc5e9c90be|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:09:27.619Z|8ab499b1-10d3-4058-b4f5-51f24404c3e3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:09:27.619Z|8ab499b1-10d3-4058-b4f5-51f24404c3e3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:09:29.316Z|9725da4d-67f8-4090-a714-a45e2c0d02ea|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:09:29.317Z|9725da4d-67f8-4090-a714-a45e2c0d02ea|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:09:35.089Z|a0a8e5d5-9d30-4c74-b3cd-402ea85c3ae1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:09:35.093Z|a0a8e5d5-9d30-4c74-b3cd-402ea85c3ae1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:09:35.602Z|f0512c59-dbd1-4346-a649-581ae2dcc62a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:09:35.603Z|f0512c59-dbd1-4346-a649-581ae2dcc62a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:09:37.648Z|c89e4d57-da9d-499d-949a-61f053799991|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:09:37.649Z|c89e4d57-da9d-499d-949a-61f053799991|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:09:39.350Z|a2c6f454-14f2-44a3-b445-2e71093435e3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:09:39.351Z|a2c6f454-14f2-44a3-b445-2e71093435e3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:09:45.638Z|9799034f-660f-40a4-9011-5f02ef056275|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:09:45.638Z|9799034f-660f-40a4-9011-5f02ef056275|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:09:47.684Z|6bed5985-8e75-4887-90e1-5edc224d045c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:09:47.685Z|6bed5985-8e75-4887-90e1-5edc224d045c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:09:49.383Z|2866cb42-68eb-461a-8c09-62e19702b1ae|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:09:49.384Z|2866cb42-68eb-461a-8c09-62e19702b1ae|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:09:50.091Z|230ce000-144f-4119-a810-5422678b1e3c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:09:50.091Z|230ce000-144f-4119-a810-5422678b1e3c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:09:51.006Z|9d0d5abf-fc4a-44b0-99c6-d3ac616615ce|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:09:51.006Z|9d0d5abf-fc4a-44b0-99c6-d3ac616615ce|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:09:55.674Z|9582d743-d171-48b9-b784-b4567ea94678|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:09:55.675Z|9582d743-d171-48b9-b784-b4567ea94678|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:09:56.116Z|eb20c484-8587-4646-bd07-74d1a495589e|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:09:56.117Z|eb20c484-8587-4646-bd07-74d1a495589e|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:09:57.714Z|3d37c6e7-2f22-452e-adef-e1365224594e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:09:57.716Z|3d37c6e7-2f22-452e-adef-e1365224594e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:09:59.416Z|82e9171a-9f31-436c-af7f-a63341cc8290|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:09:59.417Z|82e9171a-9f31-436c-af7f-a63341cc8290|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:10:05.089Z|06f9a52f-29f5-4e02-9cb9-47b5a44fffe9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:10:05.090Z|06f9a52f-29f5-4e02-9cb9-47b5a44fffe9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:10:05.711Z|b397f11b-05c6-4ec4-9f06-0caaca983075|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:10:05.712Z|b397f11b-05c6-4ec4-9f06-0caaca983075|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:10:07.749Z|e7fc5ecf-1193-4401-88b1-66decc3a4672|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:10:07.751Z|e7fc5ecf-1193-4401-88b1-66decc3a4672|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:10:09.451Z|7b94c2a0-eafb-4bde-86a2-be59fe822aee|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:10:09.452Z|7b94c2a0-eafb-4bde-86a2-be59fe822aee|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:10:10.765Z|d678f99a-44f6-4fd4-bac8-58210faeb630|http-nio-8080-exec-5|manage/health|python-requests/2.28.2|||INFO|500||Entering
2023-03-28T05:10:10.768Z|d678f99a-44f6-4fd4-bac8-58210faeb630|http-nio-8080-exec-5|manage/health|python-requests/2.28.2|||INFO|404|Not Found|Exiting.
2023-03-28T05:10:15.751Z|e6e5fca8-ed9f-4ed6-a8c2-d41c9ab7578f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:10:15.752Z|e6e5fca8-ed9f-4ed6-a8c2-d41c9ab7578f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:10:17.802Z|334dbcb3-e395-4f1a-ac50-bd249f7360ac|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:10:17.805Z|334dbcb3-e395-4f1a-ac50-bd249f7360ac|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:10:19.481Z|668b7ad7-a87e-4876-8b0a-1e763c51c854|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:10:19.481Z|668b7ad7-a87e-4876-8b0a-1e763c51c854|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:10:20.089Z|4b437cff-e25b-4623-ad35-dbf54067a78d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:10:20.092Z|4b437cff-e25b-4623-ad35-dbf54067a78d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:10:21.007Z|baa8c1b3-610f-4e72-93b8-ffa676b01a79|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:10:21.007Z|baa8c1b3-610f-4e72-93b8-ffa676b01a79|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:10:25.784Z|e3dc95b8-3a94-410a-b73f-aa134da3a087|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:10:25.785Z|e3dc95b8-3a94-410a-b73f-aa134da3a087|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:10:27.841Z|949529cf-2645-4eca-bfd9-31a44bd93568|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:10:27.842Z|949529cf-2645-4eca-bfd9-31a44bd93568|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:10:29.509Z|25ef9ec2-c996-4c99-a878-3700737a4bfb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:10:29.511Z|25ef9ec2-c996-4c99-a878-3700737a4bfb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:10:35.089Z|54f53a61-a415-4fbc-89e3-75ee6ce3fba0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:10:35.090Z|54f53a61-a415-4fbc-89e3-75ee6ce3fba0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:10:35.815Z|8ec2ed93-c913-4850-bbd2-07105b8e8b8a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:10:35.816Z|8ec2ed93-c913-4850-bbd2-07105b8e8b8a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:10:37.874Z|d90af5a2-ae3b-4030-a4b2-7aa5a8e9665a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:10:37.875Z|d90af5a2-ae3b-4030-a4b2-7aa5a8e9665a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:10:39.542Z|f33d1a56-8e6f-4fcd-8dbe-129cb1962747|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:10:39.543Z|f33d1a56-8e6f-4fcd-8dbe-129cb1962747|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:10:45.851Z|c19c44ad-d254-4e44-a9f5-4f47cf72896c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:10:45.852Z|c19c44ad-d254-4e44-a9f5-4f47cf72896c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:10:47.904Z|1189b8b9-822b-41f0-af20-9da033345cdb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:10:47.905Z|1189b8b9-822b-41f0-af20-9da033345cdb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:10:49.575Z|acc330cc-e79a-4399-aa9b-2928c78cfb8b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:10:49.576Z|acc330cc-e79a-4399-aa9b-2928c78cfb8b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:10:50.089Z|5eddcf94-fcf7-4906-86e2-9e11715a8aed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:10:50.089Z|5eddcf94-fcf7-4906-86e2-9e11715a8aed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:10:51.008Z|509c9e4f-9ec3-4440-a237-7cf778bca57e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:10:51.008Z|509c9e4f-9ec3-4440-a237-7cf778bca57e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:10:55.888Z|fa8f7dc4-baa7-4054-885e-a0140de4b6f6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:10:55.889Z|fa8f7dc4-baa7-4054-885e-a0140de4b6f6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:10:56.118Z|65e3e18e-21e2-4f49-b8ed-34ca66b17321|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:10:56.119Z|65e3e18e-21e2-4f49-b8ed-34ca66b17321|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:10:57.940Z|961b4982-732d-4bda-aff8-aef5bbf39310|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:10:57.941Z|961b4982-732d-4bda-aff8-aef5bbf39310|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:10:59.607Z|1c1755be-de4b-476f-b81f-5ef8d67ed70f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:10:59.608Z|1c1755be-de4b-476f-b81f-5ef8d67ed70f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:11:05.089Z|2f645390-4021-490b-a0da-124c4497875c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:11:05.093Z|2f645390-4021-490b-a0da-124c4497875c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:11:05.920Z|10b606ec-eb60-40c4-be4a-228d016318fa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:11:05.921Z|10b606ec-eb60-40c4-be4a-228d016318fa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:11:07.973Z|6b54afd7-4370-474c-88a6-48cfbed9a415|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:11:07.974Z|6b54afd7-4370-474c-88a6-48cfbed9a415|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:11:09.642Z|818bec5c-b710-45fa-887a-9eef751a3929|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:11:09.644Z|818bec5c-b710-45fa-887a-9eef751a3929|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:11:15.964Z|f5679d5b-0e99-4f38-bfa3-56f5d0336768|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:11:15.965Z|f5679d5b-0e99-4f38-bfa3-56f5d0336768|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:11:18.003Z|f889ffce-4cc6-4abd-acd6-21415451a3dc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:11:18.004Z|f889ffce-4cc6-4abd-acd6-21415451a3dc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:11:19.677Z|318b178e-edab-4a48-b3a1-203b2637e7c0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:11:19.677Z|318b178e-edab-4a48-b3a1-203b2637e7c0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:11:20.089Z|04ab9d88-f38b-43db-9009-6c9230b31c79|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:11:20.090Z|04ab9d88-f38b-43db-9009-6c9230b31c79|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:11:21.009Z|89ad7f73-11d4-4406-acbc-764fa067f06a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:11:21.010Z|89ad7f73-11d4-4406-acbc-764fa067f06a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:11:25.998Z|bebf50f2-4806-4aeb-b833-0540d1066816|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:11:25.999Z|bebf50f2-4806-4aeb-b833-0540d1066816|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:11:28.031Z|e2180ecf-4e06-44b6-8d71-031b8e5d8e76|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:11:28.032Z|e2180ecf-4e06-44b6-8d71-031b8e5d8e76|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:11:29.709Z|ad36eb83-b591-44c2-9886-6c32662692cd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:11:29.710Z|ad36eb83-b591-44c2-9886-6c32662692cd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:11:35.089Z|09ffe215-e46d-4de9-8a2f-7bdde8f476fe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:11:35.089Z|09ffe215-e46d-4de9-8a2f-7bdde8f476fe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:11:36.032Z|7b0ed581-47e7-47ce-9a0f-1f6e6cd9083f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:11:36.034Z|7b0ed581-47e7-47ce-9a0f-1f6e6cd9083f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:11:38.062Z|23a8efc5-665b-4a6b-9334-18f1bb9b56f4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:11:38.063Z|23a8efc5-665b-4a6b-9334-18f1bb9b56f4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:11:39.735Z|0258fd9c-eb03-4181-a145-e5ad68c89628|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:11:39.736Z|0258fd9c-eb03-4181-a145-e5ad68c89628|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:11:46.066Z|69081b19-b202-4986-a493-aa12b972279d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:11:46.067Z|69081b19-b202-4986-a493-aa12b972279d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:11:48.091Z|302caafe-180f-4267-8799-351a009a17cc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:11:48.093Z|302caafe-180f-4267-8799-351a009a17cc|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:11:49.767Z|e02b2422-e5db-43d3-8614-7b00d2deb3a8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:11:49.768Z|e02b2422-e5db-43d3-8614-7b00d2deb3a8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:11:50.089Z|8bc11574-b096-4fcc-9204-c156a2585e31|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:11:50.093Z|8bc11574-b096-4fcc-9204-c156a2585e31|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:11:51.011Z|9b42693d-afaf-4a84-b8da-27010abe242e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:11:51.011Z|9b42693d-afaf-4a84-b8da-27010abe242e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:11:56.093Z|3712398f-9873-49f3-87ae-1318c1ad198d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:11:56.094Z|3712398f-9873-49f3-87ae-1318c1ad198d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:11:56.117Z|8c9a0a28-a955-4db5-86a3-9a4ea6a81f8f|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:11:56.117Z|8c9a0a28-a955-4db5-86a3-9a4ea6a81f8f|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:11:58.123Z|94d15270-4499-4219-8def-c3b0a086dfe4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:11:58.124Z|94d15270-4499-4219-8def-c3b0a086dfe4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:11:59.799Z|8c596773-6042-4eca-8bf0-186b0b8519b1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:11:59.801Z|8c596773-6042-4eca-8bf0-186b0b8519b1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:12:05.089Z|ca2c7339-28ec-4bfd-8c84-1f885d156fc4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:12:05.090Z|ca2c7339-28ec-4bfd-8c84-1f885d156fc4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:12:06.127Z|46b98902-7bdf-4ec4-96ec-fd13479e9d38|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:12:06.128Z|46b98902-7bdf-4ec4-96ec-fd13479e9d38|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:12:08.154Z|aabfff5f-737a-4e73-85c1-8c048ae8d915|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:12:08.155Z|aabfff5f-737a-4e73-85c1-8c048ae8d915|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:12:09.832Z|c94d8566-c7d9-42c5-9ef0-8c42a8b63e5d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:12:09.833Z|c94d8566-c7d9-42c5-9ef0-8c42a8b63e5d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:12:16.171Z|59564746-dab2-4e12-9dc9-5141c5430adc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:12:16.172Z|59564746-dab2-4e12-9dc9-5141c5430adc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:12:18.181Z|c62188d0-5092-458f-9a76-51514a3b10ed|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:12:18.181Z|c62188d0-5092-458f-9a76-51514a3b10ed|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:12:19.865Z|baa38d25-36ad-4337-b771-c41bcac6b723|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:12:19.866Z|baa38d25-36ad-4337-b771-c41bcac6b723|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:12:20.089Z|b054903d-fd3d-4a4a-bcb7-7fb9c77cab32|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:12:20.090Z|b054903d-fd3d-4a4a-bcb7-7fb9c77cab32|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:12:21.012Z|721a1fc3-62d9-4362-86f1-fcf160b16d6e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:12:21.012Z|721a1fc3-62d9-4362-86f1-fcf160b16d6e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:12:26.201Z|d0c093f5-8ed4-45ab-82c7-dabd3dd140f0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:12:26.202Z|d0c093f5-8ed4-45ab-82c7-dabd3dd140f0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:12:28.212Z|63bd6403-50a5-46d5-8b83-2313e5673ce1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:12:28.213Z|63bd6403-50a5-46d5-8b83-2313e5673ce1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:12:29.894Z|a74e6f8c-4f1a-4008-a5a5-52b0523dcae4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:12:29.896Z|a74e6f8c-4f1a-4008-a5a5-52b0523dcae4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:12:35.089Z|e9bf3516-d128-45d6-9212-5fced5382117|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:12:35.093Z|e9bf3516-d128-45d6-9212-5fced5382117|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:12:36.232Z|a37ab85f-7bbe-4326-9994-cbb5b78c7e39|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:12:36.232Z|a37ab85f-7bbe-4326-9994-cbb5b78c7e39|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:12:38.244Z|410ca2b2-17e2-4aed-98bf-cb3f90a46c31|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:12:38.244Z|410ca2b2-17e2-4aed-98bf-cb3f90a46c31|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:12:39.926Z|edb69029-38d7-4d5b-a1c4-2be999ca0ed1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:12:39.927Z|edb69029-38d7-4d5b-a1c4-2be999ca0ed1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:12:46.263Z|a89e7da4-5e1d-4e3c-a3a2-051d36cdcbc2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:12:46.264Z|a89e7da4-5e1d-4e3c-a3a2-051d36cdcbc2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:12:48.276Z|61d9346d-294d-4ef3-bc48-388ee4f036d3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:12:48.277Z|61d9346d-294d-4ef3-bc48-388ee4f036d3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:12:49.958Z|0b00c185-44ab-482c-ac4f-61a3e7c902df|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:12:49.959Z|0b00c185-44ab-482c-ac4f-61a3e7c902df|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:12:50.089Z|e2737d81-ab06-4667-ad12-8dc2e666a264|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:12:50.090Z|e2737d81-ab06-4667-ad12-8dc2e666a264|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:12:51.013Z|c3403983-fbf4-46cd-b887-42f5c107d9ce|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:12:51.013Z|c3403983-fbf4-46cd-b887-42f5c107d9ce|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:12:56.117Z|0f853ec2-3c0d-4934-8d2a-ba24bdaa5730|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:12:56.118Z|0f853ec2-3c0d-4934-8d2a-ba24bdaa5730|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:12:56.297Z|07616451-621a-4bd6-995e-bce4089ced20|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:12:56.298Z|07616451-621a-4bd6-995e-bce4089ced20|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:12:58.309Z|478b704c-3f6f-43b0-acb0-bbc88e0f6ef0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:12:58.310Z|478b704c-3f6f-43b0-acb0-bbc88e0f6ef0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:12:59.990Z|d70b11c6-50ff-4bc0-8aa9-9fad2f2debe2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:12:59.991Z|d70b11c6-50ff-4bc0-8aa9-9fad2f2debe2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:13:05.089Z|64d22e0f-7c8e-4fe0-b188-7efa4f2527b8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:13:05.090Z|64d22e0f-7c8e-4fe0-b188-7efa4f2527b8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:13:06.330Z|6c44a1ac-a1a1-4e85-ad91-ca4a1a5e3671|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:13:06.330Z|6c44a1ac-a1a1-4e85-ad91-ca4a1a5e3671|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:13:08.340Z|8238939d-4aea-4bcb-9953-fa7740893c36|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:13:08.341Z|8238939d-4aea-4bcb-9953-fa7740893c36|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:13:10.028Z|6f03f459-6ca6-4b53-97ff-b5640923afec|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:13:10.029Z|6f03f459-6ca6-4b53-97ff-b5640923afec|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:13:16.373Z|8111137e-1426-4604-af6b-f6e8da93d648|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:13:16.374Z|8111137e-1426-4604-af6b-f6e8da93d648|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:13:18.373Z|989be6b5-dfbc-44e2-b72a-18035c3eb6cb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:13:18.374Z|989be6b5-dfbc-44e2-b72a-18035c3eb6cb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:13:20.061Z|2092ef27-399d-4259-8c6c-d0cafa9f7d95|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:13:20.061Z|2092ef27-399d-4259-8c6c-d0cafa9f7d95|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:13:20.089Z|447c4340-225e-407c-9eab-58482fb6a5be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:13:20.093Z|447c4340-225e-407c-9eab-58482fb6a5be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:13:21.014Z|e3b0b55e-4cef-485b-b9f3-79a4e61982d3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:13:21.015Z|e3b0b55e-4cef-485b-b9f3-79a4e61982d3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:13:26.433Z|e6585422-3c94-4a5c-9eeb-0ab370330921|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:13:26.436Z|e6585422-3c94-4a5c-9eeb-0ab370330921|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:13:28.406Z|f10e33cc-8522-4dfa-992f-52f7757eafda|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:13:28.407Z|f10e33cc-8522-4dfa-992f-52f7757eafda|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:13:30.091Z|84ffbe10-1789-42e7-b29d-d5b35cd3741c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:13:30.092Z|84ffbe10-1789-42e7-b29d-d5b35cd3741c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:13:35.089Z|027ab2bf-ebc1-4882-8d69-29727152fdb5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:13:35.090Z|027ab2bf-ebc1-4882-8d69-29727152fdb5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:13:36.477Z|9e2d8074-15ee-42d8-8b33-546feb1794d6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:13:36.478Z|9e2d8074-15ee-42d8-8b33-546feb1794d6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:13:38.439Z|132e4f4e-023c-4eae-b908-ddb0605f2736|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:13:38.439Z|132e4f4e-023c-4eae-b908-ddb0605f2736|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:13:40.127Z|3ea65dbb-627b-4d1f-985c-81a9fb5240d3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:13:40.128Z|3ea65dbb-627b-4d1f-985c-81a9fb5240d3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:13:46.513Z|0cf85a07-bfca-4a9d-8b4b-0d651ccf318f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:13:46.517Z|0cf85a07-bfca-4a9d-8b4b-0d651ccf318f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:13:48.477Z|c9348b51-d860-4192-ad0e-ae4c892fa675|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:13:48.478Z|c9348b51-d860-4192-ad0e-ae4c892fa675|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:13:50.089Z|4bd06e10-7d9a-4443-83c1-a8aa5c5ea37d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:13:50.089Z|4bd06e10-7d9a-4443-83c1-a8aa5c5ea37d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:13:50.155Z|87efa36f-b291-431a-b031-4e3e0352256b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:13:50.156Z|87efa36f-b291-431a-b031-4e3e0352256b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:13:51.016Z|58465ef6-7bd1-469e-8b5d-41b3b8ce36d1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:13:51.017Z|58465ef6-7bd1-469e-8b5d-41b3b8ce36d1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:13:56.117Z|374977be-c265-4029-8d21-52dad64a4ad6|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:13:56.118Z|374977be-c265-4029-8d21-52dad64a4ad6|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:13:56.553Z|917e72d5-d1f1-437c-961b-7fc0b7352df0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:13:56.554Z|917e72d5-d1f1-437c-961b-7fc0b7352df0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:13:58.506Z|06119fd0-f520-4b18-9a44-27fca3410254|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:13:58.507Z|06119fd0-f520-4b18-9a44-27fca3410254|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:14:00.185Z|a816481a-af3b-4cc1-a26f-25dfc9b1570f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:14:00.185Z|a816481a-af3b-4cc1-a26f-25dfc9b1570f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:14:05.089Z|75839f0b-5ed0-4b28-984f-bc4cca0a2ab9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:14:05.093Z|75839f0b-5ed0-4b28-984f-bc4cca0a2ab9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:14:06.588Z|9ed4b698-b5c0-45e6-9a5a-f1f4310d7b9f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:14:06.588Z|9ed4b698-b5c0-45e6-9a5a-f1f4310d7b9f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:14:08.539Z|62cd4a44-ff57-400d-9c6a-d62cf0b67544|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:14:08.540Z|62cd4a44-ff57-400d-9c6a-d62cf0b67544|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:14:10.212Z|15d5001d-4bc0-4afc-a373-b58b2535d2e9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:14:10.213Z|15d5001d-4bc0-4afc-a373-b58b2535d2e9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:14:16.620Z|92d513a6-d017-4156-b7ac-396f7e19f50b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:14:16.621Z|92d513a6-d017-4156-b7ac-396f7e19f50b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:14:18.571Z|1aa93455-82a7-43ca-8e94-7e92616538f9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:14:18.572Z|1aa93455-82a7-43ca-8e94-7e92616538f9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:14:20.089Z|1f1d83be-3cd1-4d07-964c-3af0c72b656a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:14:20.089Z|1f1d83be-3cd1-4d07-964c-3af0c72b656a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:14:20.245Z|3c833885-3d8b-4f65-b54a-83a031a53bfc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:14:20.246Z|3c833885-3d8b-4f65-b54a-83a031a53bfc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:14:21.017Z|6aff6465-8a7a-4b7b-8c82-2d59f2d8a77e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:14:21.018Z|6aff6465-8a7a-4b7b-8c82-2d59f2d8a77e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:14:26.650Z|39635cc4-78af-4d30-a6c0-485eaf0a38b1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:14:26.650Z|39635cc4-78af-4d30-a6c0-485eaf0a38b1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:14:28.604Z|5519f488-4e1a-47b4-b391-cef755197c2a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:14:28.605Z|5519f488-4e1a-47b4-b391-cef755197c2a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:14:30.274Z|82a42514-3eb7-41c3-8fa1-3b64d0791d9e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:14:30.275Z|82a42514-3eb7-41c3-8fa1-3b64d0791d9e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:14:35.089Z|1abd57d9-2c7d-41d6-8bdf-2f4d0cc04022|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:14:35.090Z|1abd57d9-2c7d-41d6-8bdf-2f4d0cc04022|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:14:36.692Z|774e6237-8b6e-4768-896b-05e39a048000|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:14:36.693Z|774e6237-8b6e-4768-896b-05e39a048000|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:14:38.635Z|311a15e0-55b4-430b-a92f-e2347ddc21b6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:14:38.635Z|311a15e0-55b4-430b-a92f-e2347ddc21b6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:14:40.298Z|d48cdbb9-4439-4bd8-b254-f3f31b9a8509|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:14:40.299Z|d48cdbb9-4439-4bd8-b254-f3f31b9a8509|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:14:46.730Z|c30f0e72-23f7-48f7-9e58-5d6186480961|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:14:46.731Z|c30f0e72-23f7-48f7-9e58-5d6186480961|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:14:48.664Z|99aa8598-ce64-4234-92cd-34dbd6c5dcd2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:14:48.665Z|99aa8598-ce64-4234-92cd-34dbd6c5dcd2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:14:50.089Z|c8c3c5d3-cf15-4e4d-98f1-3d1716ef479e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:14:50.093Z|c8c3c5d3-cf15-4e4d-98f1-3d1716ef479e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:14:50.324Z|5299a850-d253-405a-a2f1-e15786c1d363|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:14:50.325Z|5299a850-d253-405a-a2f1-e15786c1d363|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:14:51.019Z|775e057a-51cd-4b3b-b2c6-fecc03680880|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:14:51.019Z|775e057a-51cd-4b3b-b2c6-fecc03680880|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:14:56.122Z|2f28b365-4849-4679-8ade-f8ff70655334|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:14:56.123Z|2f28b365-4849-4679-8ade-f8ff70655334|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:14:56.769Z|ae5a5eb1-eba9-411d-a9bc-8ea88141d2c4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:14:56.770Z|ae5a5eb1-eba9-411d-a9bc-8ea88141d2c4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:14:58.697Z|9e83fa2b-35e1-4797-968f-93a175e93157|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:14:58.699Z|9e83fa2b-35e1-4797-968f-93a175e93157|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:15:00.349Z|794aff2c-b985-4640-bf96-b80673f536de|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:15:00.350Z|794aff2c-b985-4640-bf96-b80673f536de|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:15:05.089Z|d4abc7f8-2eab-4a55-95e0-efb35d3b733d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:15:05.089Z|d4abc7f8-2eab-4a55-95e0-efb35d3b733d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:15:06.802Z|bb7349f2-3fd3-4d06-9b18-6ed1af84f8d5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:15:06.803Z|bb7349f2-3fd3-4d06-9b18-6ed1af84f8d5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:15:08.731Z|82e299dd-c10c-4be8-af90-1e9dd42e6a2a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:15:08.732Z|82e299dd-c10c-4be8-af90-1e9dd42e6a2a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:15:10.375Z|8d44e2a3-d9fa-4fe9-8b8a-40e5d2a87749|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:15:10.376Z|8d44e2a3-d9fa-4fe9-8b8a-40e5d2a87749|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:15:16.837Z|402e9656-f782-4532-8838-ae571095a0da|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:15:16.838Z|402e9656-f782-4532-8838-ae571095a0da|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:15:18.764Z|f2cb1a80-bca1-4826-874e-cf3e12dbf5fa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:15:18.765Z|f2cb1a80-bca1-4826-874e-cf3e12dbf5fa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:15:20.089Z|6bd4f3c1-2abf-46f6-85aa-8c1328ca25f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:15:20.089Z|6bd4f3c1-2abf-46f6-85aa-8c1328ca25f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:15:20.406Z|da8f5d00-57b5-4d20-b41b-886648730309|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:15:20.407Z|da8f5d00-57b5-4d20-b41b-886648730309|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:15:21.020Z|65faae4f-6bea-4e49-9c89-6728571fc6e6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:15:21.020Z|65faae4f-6bea-4e49-9c89-6728571fc6e6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:15:26.869Z|ffcd517e-a045-4093-b104-42b4acaf55e8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:15:26.870Z|ffcd517e-a045-4093-b104-42b4acaf55e8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:15:28.798Z|1fe76445-0f6f-4053-8119-e1cefbed74e1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:15:28.798Z|1fe76445-0f6f-4053-8119-e1cefbed74e1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:15:30.438Z|3a073ece-c762-48b1-8190-94b609aafcf0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:15:30.439Z|3a073ece-c762-48b1-8190-94b609aafcf0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:15:35.089Z|ed5a862a-0f7b-4107-912a-105ec4b9c425|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:15:35.093Z|ed5a862a-0f7b-4107-912a-105ec4b9c425|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:15:36.901Z|831912b0-396b-47d2-a7d5-e94cc7de9bd3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:15:36.902Z|831912b0-396b-47d2-a7d5-e94cc7de9bd3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:15:38.831Z|a40f47b4-fe71-4149-a85e-9b177bbd7987|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:15:38.832Z|a40f47b4-fe71-4149-a85e-9b177bbd7987|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:15:40.467Z|7d5d03d7-36b0-4bea-b990-9ac0627e8a3c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:15:40.468Z|7d5d03d7-36b0-4bea-b990-9ac0627e8a3c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:15:46.934Z|6fadd7d8-a1dc-4f1e-8336-b66694877888|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:15:46.935Z|6fadd7d8-a1dc-4f1e-8336-b66694877888|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:15:48.862Z|f2543263-709e-4b98-b8b4-c2f182f4df58|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:15:48.863Z|f2543263-709e-4b98-b8b4-c2f182f4df58|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:15:50.089Z|b26915c3-04ce-49ca-8505-d5ac7777a953|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:15:50.089Z|b26915c3-04ce-49ca-8505-d5ac7777a953|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:15:50.498Z|dc6c4f70-6ea1-453c-a305-a7e37b0878c3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:15:50.499Z|dc6c4f70-6ea1-453c-a305-a7e37b0878c3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:15:51.021Z|af815644-94e9-414c-b392-71275ac8e769|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:15:51.021Z|af815644-94e9-414c-b392-71275ac8e769|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:15:56.117Z|dbcabf26-d752-4cee-9f8c-307b81a53fe6|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:15:56.118Z|dbcabf26-d752-4cee-9f8c-307b81a53fe6|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:15:56.962Z|6609dcba-a7b9-4a65-acc5-9729f0ac22cf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:15:56.963Z|6609dcba-a7b9-4a65-acc5-9729f0ac22cf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:15:58.896Z|7d4c7cbf-5f5c-4c4b-a422-6828104914e8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:15:58.896Z|7d4c7cbf-5f5c-4c4b-a422-6828104914e8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:16:00.524Z|d174a1b5-fc5e-4791-9ee5-6d3c41bfcc30|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:16:00.525Z|d174a1b5-fc5e-4791-9ee5-6d3c41bfcc30|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:16:04.742Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:16:04.744Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|||INFO|500||Checking if requestId: 38875ccd-c6e4-42d4-99ae-c2cd7981e20d already exists in requestDb InfraActiveRequests table
2023-03-28T05:16:04.745Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/38875ccd-c6e4-42d4-99ae-c2cd7981e20d|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/38875ccd-c6e4-42d4-99ae-c2cd7981e20d
2023-03-28T05:16:04.746Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/38875ccd-c6e4-42d4-99ae-c2cd7981e20d|INFO|500||Invoke
2023-03-28T05:16:04.746Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/38875ccd-c6e4-42d4-99ae-c2cd7981e20d|DEBUG|500||===========================request begin================================================
2023-03-28T05:16:04.746Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/38875ccd-c6e4-42d4-99ae-c2cd7981e20d|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/38875ccd-c6e4-42d4-99ae-c2cd7981e20d
2023-03-28T05:16:04.746Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/38875ccd-c6e4-42d4-99ae-c2cd7981e20d|DEBUG|500||Method      : GET
2023-03-28T05:16:04.746Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/38875ccd-c6e4-42d4-99ae-c2cd7981e20d|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"29dab3ece9894895b4281e4a39b35028", X-B3-SpanId:"7ea83f529610173b", X-B3-ParentSpanId:"b08a2d9b3bdcaf43", X-B3-Sampled:"0", X-ONAP-RequestID:"38875ccd-c6e4-42d4-99ae-c2cd7981e20d", X-RequestID:"38875ccd-c6e4-42d4-99ae-c2cd7981e20d", X-TransactionID:"38875ccd-c6e4-42d4-99ae-c2cd7981e20d", X-ECOMP-RequestID:"38875ccd-c6e4-42d4-99ae-c2cd7981e20d", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f8f58401-dec5-49e7-9f64-26c024998492"]
2023-03-28T05:16:04.747Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/38875ccd-c6e4-42d4-99ae-c2cd7981e20d|DEBUG|500||Request body: 
2023-03-28T05:16:04.747Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/38875ccd-c6e4-42d4-99ae-c2cd7981e20d|DEBUG|500||==========================request end================================================
2023-03-28T05:16:04.801Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/38875ccd-c6e4-42d4-99ae-c2cd7981e20d|DEBUG|500||============================response begin==========================================
2023-03-28T05:16:04.802Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/38875ccd-c6e4-42d4-99ae-c2cd7981e20d|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T05:16:04.802Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/38875ccd-c6e4-42d4-99ae-c2cd7981e20d|DEBUG|500||Status text  : Not Found
2023-03-28T05:16:04.802Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/38875ccd-c6e4-42d4-99ae-c2cd7981e20d|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 05:16:04 GMT", x-envoy-upstream-service-time:"45", server:"envoy"]
2023-03-28T05:16:04.803Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/38875ccd-c6e4-42d4-99ae-c2cd7981e20d|DEBUG|500||Response body: 
2023-03-28T05:16:04.803Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/38875ccd-c6e4-42d4-99ae-c2cd7981e20d|DEBUG|500||=======================response end=================================================
2023-03-28T05:16:04.803Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/38875ccd-c6e4-42d4-99ae-c2cd7981e20d|INFO|404|Not Found|InvokeReturn
2023-03-28T05:16:04.811Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|||INFO|500||APIH_GENERATED_REQUEST_ID 38875ccd-c6e4-42d4-99ae-c2cd7981e20d
2023-03-28T05:16:04.812Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-bpmn-infra:8081/manage/health
2023-03-28T05:16:04.813Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient||http://so-bpmn-infra:8081/manage/health|WARN|500||Could not Target Entity: http://so-bpmn-infra:8081/manage/health
2023-03-28T05:16:04.813Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|500||Invoke
2023-03-28T05:16:04.814Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||===========================request begin================================================
2023-03-28T05:16:04.814Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||URI         : http://so-bpmn-infra:8081/manage/health
2023-03-28T05:16:04.814Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Method      : GET
2023-03-28T05:16:04.814Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers     : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"29dab3ece9894895b4281e4a39b35028", X-B3-SpanId:"4058b17e35033182", X-B3-ParentSpanId:"b08a2d9b3bdcaf43", X-B3-Sampled:"0", X-ONAP-RequestID:"38875ccd-c6e4-42d4-99ae-c2cd7981e20d", X-RequestID:"38875ccd-c6e4-42d4-99ae-c2cd7981e20d", X-TransactionID:"38875ccd-c6e4-42d4-99ae-c2cd7981e20d", X-ECOMP-RequestID:"38875ccd-c6e4-42d4-99ae-c2cd7981e20d", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c858b1e1-4c3d-403d-93bd-3ee467a3934a"]
2023-03-28T05:16:04.814Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Request body: parameters
2023-03-28T05:16:04.815Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||==========================request end================================================
2023-03-28T05:16:04.825Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||============================response begin==========================================
2023-03-28T05:16:04.826Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status code  : 401 UNAUTHORIZED
2023-03-28T05:16:04.826Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Status text  : Unauthorized
2023-03-28T05:16:04.826Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Headers      : [www-authenticate:"Basic realm="Realm"", "Basic realm="Realm"", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 05:16:04 GMT", x-envoy-upstream-service-time:"5", server:"envoy"]
2023-03-28T05:16:04.827Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||Response body: 
2023-03-28T05:16:04.827Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|DEBUG|500||=======================response end=================================================
2023-03-28T05:16:04.827Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra:8081/manage/health|INFO|401|Unauthorized|InvokeReturn
2023-03-28T05:16:04.828Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() 
org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 Unauthorized: [no body]
	at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105)
	at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184)
	at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125)
	at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63)
	at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780)
	at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738)
	at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712)
	at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600)
	at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165)
	at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129)
	at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$165ae88.globalHealthcheck()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)
	at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-28T05:16:04.829Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|||INFO|500||Calculated URL: http://so-catalog-db-adapter:8082/manage/health
2023-03-28T05:16:04.830Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient||http://so-catalog-db-adapter:8082/manage/health|WARN|500||Could not Target Entity: http://so-catalog-db-adapter:8082/manage/health
2023-03-28T05:16:04.830Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|500||Invoke
2023-03-28T05:16:04.830Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||===========================request begin================================================
2023-03-28T05:16:04.830Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||URI         : http://so-catalog-db-adapter:8082/manage/health
2023-03-28T05:16:04.831Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Method      : GET
2023-03-28T05:16:04.831Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers     : [Accept:"application/json", Content-Type:"application/json", Authorization:"basic bXNvX2FkbWlufHBhc3N3b3JkMSQ=", Content-Length:"10", X-B3-TraceId:"29dab3ece9894895b4281e4a39b35028", X-B3-SpanId:"5ecde5d374296b34", X-B3-ParentSpanId:"b08a2d9b3bdcaf43", X-B3-Sampled:"0", X-ONAP-RequestID:"38875ccd-c6e4-42d4-99ae-c2cd7981e20d", X-RequestID:"38875ccd-c6e4-42d4-99ae-c2cd7981e20d", X-TransactionID:"38875ccd-c6e4-42d4-99ae-c2cd7981e20d", X-ECOMP-RequestID:"38875ccd-c6e4-42d4-99ae-c2cd7981e20d", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"64eb9181-4a75-4313-8f2c-795392ac6a9f"]
2023-03-28T05:16:04.831Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Request body: parameters
2023-03-28T05:16:04.831Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||==========================request end================================================
2023-03-28T05:16:04.843Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||============================response begin==========================================
2023-03-28T05:16:04.844Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status code  : 401 UNAUTHORIZED
2023-03-28T05:16:04.844Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Status text  : Unauthorized
2023-03-28T05:16:04.845Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Headers      : [www-authenticate:"Basic realm="Realm"", "Basic realm="Realm"", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 05:16:04 GMT", x-envoy-upstream-service-time:"5", server:"envoy"]
2023-03-28T05:16:04.845Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||Response body: 
2023-03-28T05:16:04.846Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|DEBUG|500||=======================response end=================================================
2023-03-28T05:16:04.846Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter:8082/manage/health|INFO|401|Unauthorized|InvokeReturn
2023-03-28T05:16:04.847Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|||ERROR|500||Exception occured in GlobalHealthcheckHandler.querySubsystemHealth() 
org.springframework.web.client.HttpClientErrorException$Unauthorized: 401 Unauthorized: [no body]
	at org.springframework.web.client.HttpClientErrorException.create(HttpClientErrorException.java:105)
	at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:184)
	at org.springframework.web.client.DefaultResponseErrorHandler.handleError(DefaultResponseErrorHandler.java:125)
	at org.springframework.web.client.ResponseErrorHandler.handleError(ResponseErrorHandler.java:63)
	at org.springframework.web.client.RestTemplate.handleResponse(RestTemplate.java:780)
	at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:738)
	at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:712)
	at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:600)
	at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.querySubsystemHealth(GlobalHealthcheckHandler.java:165)
	at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler.globalHealthcheck(GlobalHealthcheckHandler.java:129)
	at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$FastClassBySpringCGLIB$$db59066b.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.apihandlerinfra.GlobalHealthcheckHandler$$EnhancerBySpringCGLIB$$165ae88.globalHealthcheck()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory.lambda$static$0(ResourceMethodInvocationHandlerFactory.java:52)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:124)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:167)
	at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$ResponseOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:176)
	at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:79)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:469)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:391)
	at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:80)
	at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:253)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
	at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
	at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
	at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
	at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:232)
	at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:680)
	at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:394)
	at org.glassfish.jersey.servlet.ServletContainer.serviceImpl(ServletContainer.java:386)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:561)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:502)
	at org.glassfish.jersey.servlet.ServletContainer.doFilter(ServletContainer.java:439)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:100)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126)
	at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:118)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:158)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:204)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.header.HeaderWriterFilter.doHeadersAfter(HeaderWriterFilter.java:92)
	at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:77)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
	at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
	at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
	at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
	at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.springframework.web.filter.FormContentFilter.doFilterInternal(FormContentFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.springframework.cloud.sleuth.instrument.web.ExceptionLoggingFilter.doFilter(ExceptionLoggingFilter.java:48)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at brave.servlet.TracingFilter.doFilter(TracingFilter.java:86)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter.doFilterInternal(WebMvcMetricsFilter.java:93)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
	at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
	at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
	at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:764)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:374)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-03-28T05:16:04.849Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|||INFO|500||org.onap.so.apihandlerinfra.HealthCheckResponse@38790bd5
2023-03-28T05:16:04.854Z|38875ccd-c6e4-42d4-99ae-c2cd7981e20d|http-nio-8080-exec-7|globalhealthcheck|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:16:05.089Z|482a4219-4909-422a-a22c-abf754f6dfe6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:16:05.090Z|482a4219-4909-422a-a22c-abf754f6dfe6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:16:07.000Z|30030c85-ede7-4e8a-920f-3301971b7d11|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:16:07.001Z|30030c85-ede7-4e8a-920f-3301971b7d11|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:16:08.937Z|f43d5067-5dac-46ce-b3c7-a26ba6b2c442|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:16:08.939Z|f43d5067-5dac-46ce-b3c7-a26ba6b2c442|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:16:10.554Z|b62560be-9835-46d5-bd86-bfde068346f7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:16:10.556Z|b62560be-9835-46d5-bd86-bfde068346f7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:16:17.032Z|0f972a93-f377-452c-8595-91e8aea38add|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:16:17.033Z|0f972a93-f377-452c-8595-91e8aea38add|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:16:18.972Z|eca1a020-83fa-473b-a512-df18d969c93e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:16:18.973Z|eca1a020-83fa-473b-a512-df18d969c93e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:16:20.089Z|84293033-8ff1-43e3-994c-826fc2500f57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:16:20.093Z|84293033-8ff1-43e3-994c-826fc2500f57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:16:20.587Z|9cfa80b4-41cd-4ca1-a1c5-1b8ac1a0dd55|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:16:20.587Z|9cfa80b4-41cd-4ca1-a1c5-1b8ac1a0dd55|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:16:21.022Z|1515dfe7-e4f2-43b2-937f-428d13fd6f2c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:16:21.022Z|1515dfe7-e4f2-43b2-937f-428d13fd6f2c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:16:27.066Z|7d157f8e-c01e-475f-8963-977d0bca1682|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:16:27.066Z|7d157f8e-c01e-475f-8963-977d0bca1682|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:16:29.017Z|8dcd4f15-89ac-4e2d-abcb-8a63df5a696e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:16:29.020Z|8dcd4f15-89ac-4e2d-abcb-8a63df5a696e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:16:30.618Z|2af4f2af-0fc7-421c-aa0b-72e222deceb2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:16:30.619Z|2af4f2af-0fc7-421c-aa0b-72e222deceb2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:16:35.090Z|23be121f-3576-41af-86c5-c4fb57a8bbd0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:16:35.091Z|23be121f-3576-41af-86c5-c4fb57a8bbd0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:16:37.097Z|b002ba28-6e09-4bb0-827a-cb51f0cd1a7f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:16:37.098Z|b002ba28-6e09-4bb0-827a-cb51f0cd1a7f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:16:39.056Z|57d929c0-35ed-454c-b4ee-4b6c96248871|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:16:39.057Z|57d929c0-35ed-454c-b4ee-4b6c96248871|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:16:40.650Z|87505bd3-53e9-4806-a6a2-ab3ebc748fb4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:16:40.713Z|87505bd3-53e9-4806-a6a2-ab3ebc748fb4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:16:47.129Z|4bdccd81-e014-4b2c-a682-844c284d2944|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:16:47.130Z|4bdccd81-e014-4b2c-a682-844c284d2944|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:16:49.093Z|3ba792c4-c9e6-4608-abf3-d263de049920|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:16:49.094Z|3ba792c4-c9e6-4608-abf3-d263de049920|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:16:50.089Z|1f93147d-2132-4a72-bcad-22d326e7eea2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:16:50.089Z|1f93147d-2132-4a72-bcad-22d326e7eea2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:16:50.767Z|de515779-84c3-4af5-a221-34b6f0ff1980|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:16:50.769Z|de515779-84c3-4af5-a221-34b6f0ff1980|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:16:51.023Z|82fb38b6-5653-4acb-9da8-31c9133c5638|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:16:51.025Z|82fb38b6-5653-4acb-9da8-31c9133c5638|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:16:56.117Z|38521224-53cb-4d90-949a-05078e684998|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:16:56.118Z|38521224-53cb-4d90-949a-05078e684998|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:16:57.160Z|796af93b-85c2-4426-9f6c-7ba2a14be516|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:16:57.161Z|796af93b-85c2-4426-9f6c-7ba2a14be516|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:16:59.128Z|e7e37044-800f-4068-ac41-3ff7985f5ba7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:16:59.129Z|e7e37044-800f-4068-ac41-3ff7985f5ba7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:17:00.807Z|91288698-74df-4fae-a856-3967b2129df5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:17:00.808Z|91288698-74df-4fae-a856-3967b2129df5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:17:05.089Z|656650d3-86d3-477e-a5a0-ba9913e0487d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:17:05.093Z|656650d3-86d3-477e-a5a0-ba9913e0487d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:17:07.193Z|7a031c63-a6db-4f31-acf0-af890da9e536|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:17:07.194Z|7a031c63-a6db-4f31-acf0-af890da9e536|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:17:09.161Z|e292d0eb-23a6-43cf-a4c8-0c244cc6d6d0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:17:09.161Z|e292d0eb-23a6-43cf-a4c8-0c244cc6d6d0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:17:10.835Z|c715d61a-7e0f-42f5-b330-a6421e23354f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:17:10.836Z|c715d61a-7e0f-42f5-b330-a6421e23354f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:17:17.225Z|16550cbb-ab89-4b15-8812-79805a05bf21|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:17:17.226Z|16550cbb-ab89-4b15-8812-79805a05bf21|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:17:18.661Z|1f91dea7-487c-4c85-9be7-79d61daa808b|http-nio-8080-exec-3|manage/health|python-requests/2.28.2|||INFO|500||Entering
2023-03-28T05:17:18.662Z|1f91dea7-487c-4c85-9be7-79d61daa808b|http-nio-8080-exec-3|manage/health|python-requests/2.28.2|||INFO|404|Not Found|Exiting.
2023-03-28T05:17:19.192Z|020c8839-c071-4904-9f82-a063094da080|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:17:19.193Z|020c8839-c071-4904-9f82-a063094da080|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:17:20.089Z|5cb1f690-440b-4fda-9ea2-bef0ed1872b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:17:20.089Z|5cb1f690-440b-4fda-9ea2-bef0ed1872b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:17:20.866Z|e2829e8d-7464-458e-ba38-11d9c1294a6b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:17:20.867Z|e2829e8d-7464-458e-ba38-11d9c1294a6b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:17:21.026Z|503b283d-c64a-4220-9e9f-59c57da6ac18|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:17:21.026Z|503b283d-c64a-4220-9e9f-59c57da6ac18|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:17:27.257Z|bb450514-d6ba-428f-86b5-80c35dc31d9f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:17:27.258Z|bb450514-d6ba-428f-86b5-80c35dc31d9f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:17:29.226Z|c0f4e057-a60c-4565-bbd4-b59d3a136d35|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:17:29.227Z|c0f4e057-a60c-4565-bbd4-b59d3a136d35|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:17:30.898Z|dcff04b3-4917-47a0-8134-590f2c2bc008|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:17:30.899Z|dcff04b3-4917-47a0-8134-590f2c2bc008|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:17:35.089Z|c81b69a6-78b6-4f78-9662-8226cf13cede|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:17:35.090Z|c81b69a6-78b6-4f78-9662-8226cf13cede|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:17:37.292Z|0f1e7710-aafb-45f4-8d2f-8a8f04e09c7e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:17:37.293Z|0f1e7710-aafb-45f4-8d2f-8a8f04e09c7e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:17:39.259Z|cbf124a1-06ab-4b87-aa78-529d1ee87351|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:17:39.260Z|cbf124a1-06ab-4b87-aa78-529d1ee87351|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:17:40.927Z|4861c6f6-f9dd-4bd7-afce-335bf684088e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:17:40.928Z|4861c6f6-f9dd-4bd7-afce-335bf684088e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:17:47.322Z|5f353e8a-331f-49a9-bb6e-621e687e88aa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:17:47.323Z|5f353e8a-331f-49a9-bb6e-621e687e88aa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:17:49.293Z|3476a60d-dee5-4bfc-80a5-59ea702c3ce8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:17:49.293Z|3476a60d-dee5-4bfc-80a5-59ea702c3ce8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:17:50.089Z|295620e0-c1d3-4c0a-bb4c-8fdc9a5d4246|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:17:50.094Z|295620e0-c1d3-4c0a-bb4c-8fdc9a5d4246|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:17:50.954Z|d5602f03-2244-40fc-961f-9a6d8c0970fc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:17:50.955Z|d5602f03-2244-40fc-961f-9a6d8c0970fc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:17:51.027Z|e87ac7d3-e6ba-4867-836f-34d8919f0e17|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:17:51.027Z|e87ac7d3-e6ba-4867-836f-34d8919f0e17|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:17:56.116Z|a142b078-f812-42b6-83cc-599f5ba48f59|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:17:56.117Z|a142b078-f812-42b6-83cc-599f5ba48f59|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:17:57.354Z|cd8019fc-b373-4008-8bb1-88d1736a7cca|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:17:57.355Z|cd8019fc-b373-4008-8bb1-88d1736a7cca|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:17:59.325Z|b32d5e5e-9df3-4016-8b3e-36a21d83000d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:17:59.326Z|b32d5e5e-9df3-4016-8b3e-36a21d83000d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:18:00.988Z|5e6fde91-d459-45c0-b03b-18b99a445db4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:18:00.989Z|5e6fde91-d459-45c0-b03b-18b99a445db4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:18:05.089Z|381bbcde-491a-4b7a-996c-99ffc2e765a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:18:05.090Z|381bbcde-491a-4b7a-996c-99ffc2e765a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:18:07.395Z|bd7fdc9f-879c-4e42-b0b7-c6192c23cee4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:18:07.396Z|bd7fdc9f-879c-4e42-b0b7-c6192c23cee4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:18:09.358Z|267e21b5-358b-4ce0-88f3-71bb0e162b70|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:18:09.359Z|267e21b5-358b-4ce0-88f3-71bb0e162b70|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:18:11.019Z|7e5280fd-fac1-40ed-8eef-28eeb9909476|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:18:11.019Z|7e5280fd-fac1-40ed-8eef-28eeb9909476|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:18:17.429Z|a4eb17dc-3e8d-40dd-8bea-19707b6b87f2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:18:17.429Z|a4eb17dc-3e8d-40dd-8bea-19707b6b87f2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:18:19.390Z|595afb43-c1c4-4658-ba0d-0c69ca6261b1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:18:19.391Z|595afb43-c1c4-4658-ba0d-0c69ca6261b1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:18:20.089Z|5c843ddc-7679-4bba-91d4-065249ed55a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:18:20.090Z|5c843ddc-7679-4bba-91d4-065249ed55a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:18:21.028Z|eb2c6db3-7b68-499a-b9fb-1fea31d52ec7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:18:21.029Z|eb2c6db3-7b68-499a-b9fb-1fea31d52ec7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:18:21.044Z|c5eb9d31-0298-455c-94d0-f2c7d75afb42|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:18:21.045Z|c5eb9d31-0298-455c-94d0-f2c7d75afb42|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:18:27.456Z|6155c689-b7d3-4881-8235-64aa579a656f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:18:27.457Z|6155c689-b7d3-4881-8235-64aa579a656f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:18:29.423Z|733f778b-59db-46a5-9c3e-acb9ff8085fb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:18:29.424Z|733f778b-59db-46a5-9c3e-acb9ff8085fb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:18:31.073Z|8258a4f7-1f02-43d3-a593-487869b08565|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:18:31.075Z|8258a4f7-1f02-43d3-a593-487869b08565|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:18:35.089Z|3779326e-f12c-4c30-ac6c-d9cecf7690d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:18:35.093Z|3779326e-f12c-4c30-ac6c-d9cecf7690d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:18:37.484Z|bed3546f-a2f7-432f-9836-5ee8a4691a05|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:18:37.485Z|bed3546f-a2f7-432f-9836-5ee8a4691a05|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:18:39.453Z|88f0f8af-1eee-47a7-b2b3-b6b8505c1323|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:18:39.455Z|88f0f8af-1eee-47a7-b2b3-b6b8505c1323|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:18:41.104Z|8d0084bf-494a-4b0d-ba3c-59f6265711b9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:18:41.105Z|8d0084bf-494a-4b0d-ba3c-59f6265711b9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:18:47.516Z|820eb33d-12ed-4d96-898b-ad8388745b49|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:18:47.517Z|820eb33d-12ed-4d96-898b-ad8388745b49|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:18:49.485Z|d785f94b-06aa-4eb5-b0e5-cda4203b39a8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:18:49.486Z|d785f94b-06aa-4eb5-b0e5-cda4203b39a8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:18:50.089Z|67952ed2-cf52-46be-863c-0d59953a63b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:18:50.090Z|67952ed2-cf52-46be-863c-0d59953a63b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:18:51.030Z|0502279b-519e-4799-8d82-7479721125be|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:18:51.031Z|0502279b-519e-4799-8d82-7479721125be|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:18:51.135Z|35c27ee7-910c-4592-923c-4e8c511ed2e5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:18:51.136Z|35c27ee7-910c-4592-923c-4e8c511ed2e5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:18:56.116Z|4a49c932-4e1e-41f5-b8eb-4e872febcd4f|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:18:56.117Z|4a49c932-4e1e-41f5-b8eb-4e872febcd4f|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:18:57.550Z|8a850986-c4cc-446e-b93a-c2128922d93e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:18:57.551Z|8a850986-c4cc-446e-b93a-c2128922d93e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:18:59.517Z|e0469550-1298-4caa-b6b3-5f78e6f82459|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:18:59.517Z|e0469550-1298-4caa-b6b3-5f78e6f82459|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:19:01.166Z|32a7d34b-4220-43ee-befe-90e7cca52bca|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:19:01.167Z|32a7d34b-4220-43ee-befe-90e7cca52bca|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:19:05.089Z|a530546c-1511-41e4-aa5a-5b5a2027cb66|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:19:05.090Z|a530546c-1511-41e4-aa5a-5b5a2027cb66|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:19:07.583Z|1683e1d2-0974-476b-a2b3-0d3d3f7db74d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:19:07.584Z|1683e1d2-0974-476b-a2b3-0d3d3f7db74d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:19:09.549Z|87ffcff4-c0d0-47a6-9df6-82b087be08cb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:19:09.551Z|87ffcff4-c0d0-47a6-9df6-82b087be08cb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:19:11.202Z|b6bd8c37-8e15-4ec1-b84c-4abbceacba7f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:19:11.203Z|b6bd8c37-8e15-4ec1-b84c-4abbceacba7f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:19:17.625Z|ac281e5e-e208-492e-9439-4858b8e02287|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:19:17.626Z|ac281e5e-e208-492e-9439-4858b8e02287|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:19:19.587Z|94e8faa8-90ff-4f0c-b5a1-7221ae3b59b7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:19:19.588Z|94e8faa8-90ff-4f0c-b5a1-7221ae3b59b7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:19:20.089Z|7a1fd2a4-268b-4d96-a8a3-adb20b9acaec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:19:20.094Z|7a1fd2a4-268b-4d96-a8a3-adb20b9acaec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:19:21.031Z|614af3a6-2c85-4484-bb00-f8b2ceb158d1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:19:21.032Z|614af3a6-2c85-4484-bb00-f8b2ceb158d1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:19:21.234Z|1adb9b95-1b1c-4a66-a592-489c1bf165a0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:19:21.234Z|1adb9b95-1b1c-4a66-a592-489c1bf165a0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:19:27.658Z|105cb994-c32c-40d4-aa9e-a8438d0c09be|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:19:27.659Z|105cb994-c32c-40d4-aa9e-a8438d0c09be|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:19:29.620Z|189e4bfa-161f-4c79-b08c-fbdd1f068b1e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:19:29.621Z|189e4bfa-161f-4c79-b08c-fbdd1f068b1e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:19:31.267Z|01174c48-9a89-4c5e-becb-f98e0256cdd6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:19:31.268Z|01174c48-9a89-4c5e-becb-f98e0256cdd6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:19:35.089Z|d3d7840e-bf68-407f-b7b7-4b0ac40fa07c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:19:35.089Z|d3d7840e-bf68-407f-b7b7-4b0ac40fa07c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:19:37.701Z|e2fd82a1-66dd-4429-9386-b932e71eb243|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:19:37.702Z|e2fd82a1-66dd-4429-9386-b932e71eb243|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:19:39.647Z|b3dfa462-e55e-41f6-b55c-d3e8354b624f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:19:39.648Z|b3dfa462-e55e-41f6-b55c-d3e8354b624f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:19:41.303Z|d5ff756c-b28b-4c3c-be34-d61a850888e0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:19:41.304Z|d5ff756c-b28b-4c3c-be34-d61a850888e0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:19:47.736Z|dc273575-2a22-4e26-8662-bddc9f923afd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:19:47.737Z|dc273575-2a22-4e26-8662-bddc9f923afd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:19:49.679Z|565bda55-6629-4b9b-80a1-ce1fb571e6ca|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:19:49.679Z|565bda55-6629-4b9b-80a1-ce1fb571e6ca|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:19:50.091Z|92e62046-d308-46f2-87be-85073ec89bc0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:19:50.091Z|92e62046-d308-46f2-87be-85073ec89bc0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:19:51.034Z|5eee1990-4006-445d-b44c-66f44ab998f1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:19:51.038Z|5eee1990-4006-445d-b44c-66f44ab998f1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:19:51.335Z|0da51be2-4141-47a7-b970-49f84401136f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:19:51.337Z|0da51be2-4141-47a7-b970-49f84401136f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:19:56.116Z|f1c12ae4-f651-47b1-97f3-472330e0273b|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:19:56.116Z|f1c12ae4-f651-47b1-97f3-472330e0273b|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:19:57.793Z|6118d1ba-e529-4a50-9d3e-602a3b20f655|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:19:57.795Z|6118d1ba-e529-4a50-9d3e-602a3b20f655|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:19:59.729Z|d904831c-8c33-4e48-9727-f36c6b367a2a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:19:59.729Z|d904831c-8c33-4e48-9727-f36c6b367a2a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:20:01.366Z|ab72bbca-6853-4673-8168-2a308f4e602b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:20:01.367Z|ab72bbca-6853-4673-8168-2a308f4e602b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:20:05.089Z|d529b622-0568-4c36-913c-105a6f7d43bf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:20:05.094Z|d529b622-0568-4c36-913c-105a6f7d43bf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:20:07.832Z|42a2fce7-6e1a-4b0c-9788-2e126f53ee0b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:20:07.833Z|42a2fce7-6e1a-4b0c-9788-2e126f53ee0b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:20:09.762Z|9d46144c-617e-40c9-b5a3-fb7a22b24652|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:20:09.763Z|9d46144c-617e-40c9-b5a3-fb7a22b24652|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:20:11.400Z|930fefdd-38c6-4136-8b6f-bd4fbc826515|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:20:11.401Z|930fefdd-38c6-4136-8b6f-bd4fbc826515|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:20:17.875Z|433229ab-7556-4c9f-9ca6-60f158f6cc01|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:20:17.876Z|433229ab-7556-4c9f-9ca6-60f158f6cc01|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:20:19.794Z|ca434e7f-f69f-4b5e-880c-94549c9e7d9f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:20:19.795Z|ca434e7f-f69f-4b5e-880c-94549c9e7d9f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:20:20.089Z|a6bd9fb6-018e-46e6-950f-eb887211d873|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:20:20.089Z|a6bd9fb6-018e-46e6-950f-eb887211d873|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:20:21.038Z|06a5ed39-0321-4cc7-903d-5877c36f12b9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:20:21.039Z|06a5ed39-0321-4cc7-903d-5877c36f12b9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:20:21.432Z|42f79767-940a-4825-acfe-83e754408379|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:20:21.433Z|42f79767-940a-4825-acfe-83e754408379|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:20:27.904Z|f30a8823-e910-4072-ad40-18729060d203|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:20:27.905Z|f30a8823-e910-4072-ad40-18729060d203|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:20:29.827Z|15f28e90-56e7-4c73-a0c4-db5833843432|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:20:29.828Z|15f28e90-56e7-4c73-a0c4-db5833843432|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:20:31.462Z|37c6abdc-7a8d-4de0-a677-14769ac9f1c3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:20:31.463Z|37c6abdc-7a8d-4de0-a677-14769ac9f1c3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:20:35.089Z|0e504728-39b5-4e29-b1ae-3e20263db99b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:20:35.090Z|0e504728-39b5-4e29-b1ae-3e20263db99b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:20:37.944Z|3b6c7608-fc1c-4b09-8599-eb6f7296acd5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:20:37.945Z|3b6c7608-fc1c-4b09-8599-eb6f7296acd5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:20:39.856Z|866a620a-e5ee-4359-b336-ff9174a14253|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:20:39.857Z|866a620a-e5ee-4359-b336-ff9174a14253|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:20:41.494Z|278ffb15-5009-411b-bedd-51b2305b2ae5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:20:41.495Z|278ffb15-5009-411b-bedd-51b2305b2ae5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:20:47.978Z|b4e1f8aa-df72-4fa9-856f-acc252ee9381|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:20:47.979Z|b4e1f8aa-df72-4fa9-856f-acc252ee9381|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:20:49.885Z|bb497521-32a0-4ae2-803d-f6649ca6eaf9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:20:49.886Z|bb497521-32a0-4ae2-803d-f6649ca6eaf9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:20:50.089Z|eab56c46-8da2-42e1-bf37-19c2d4287469|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:20:50.094Z|eab56c46-8da2-42e1-bf37-19c2d4287469|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:20:51.039Z|8af80fc3-317c-40dc-8cfc-e9cd3f9b0669|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:20:51.040Z|8af80fc3-317c-40dc-8cfc-e9cd3f9b0669|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:20:51.526Z|ad38e3f2-cd55-4de5-a1e8-87d44f1f8ab3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:20:51.529Z|ad38e3f2-cd55-4de5-a1e8-87d44f1f8ab3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:20:56.116Z|a60b4577-aeca-42a6-adfa-401ee2b9e3d9|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:20:56.118Z|a60b4577-aeca-42a6-adfa-401ee2b9e3d9|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:20:58.005Z|52f7eb7f-9545-436a-baa3-ce3140526661|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:20:58.006Z|52f7eb7f-9545-436a-baa3-ce3140526661|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:20:59.916Z|84928267-45ac-4012-bd51-9e8a88770fde|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:20:59.917Z|84928267-45ac-4012-bd51-9e8a88770fde|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:21:01.559Z|07f2a6fc-b0b0-4d95-80da-313967964fe4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:21:01.560Z|07f2a6fc-b0b0-4d95-80da-313967964fe4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:21:05.089Z|c9aa31d5-e193-4885-a37d-a15dd942e861|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:21:05.089Z|c9aa31d5-e193-4885-a37d-a15dd942e861|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:21:08.040Z|20ebb5d9-6691-411c-8981-970dcdbd3793|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:21:08.040Z|20ebb5d9-6691-411c-8981-970dcdbd3793|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:21:09.941Z|95a91857-1d87-4246-9c5f-41448bbd03c1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:21:09.942Z|95a91857-1d87-4246-9c5f-41448bbd03c1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:21:11.592Z|e4bbe143-dd80-49fd-ad12-3ac5aa25f0e9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:21:11.593Z|e4bbe143-dd80-49fd-ad12-3ac5aa25f0e9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:21:18.073Z|ecf6c181-741e-4b69-abc6-4b4d28ec4dae|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:21:18.074Z|ecf6c181-741e-4b69-abc6-4b4d28ec4dae|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:21:19.969Z|1a0ba472-2dc4-493a-a74c-072c2a78ef40|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:21:19.970Z|1a0ba472-2dc4-493a-a74c-072c2a78ef40|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:21:20.089Z|ac455101-fad7-437a-bebc-fb0088ec2337|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:21:20.089Z|ac455101-fad7-437a-bebc-fb0088ec2337|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:21:21.040Z|da17db31-bbee-4fa3-85f1-b9cddd3cb920|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:21:21.041Z|da17db31-bbee-4fa3-85f1-b9cddd3cb920|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:21:21.624Z|f92a6f2d-39e4-4f7b-9e9a-897c72c621aa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:21:21.625Z|f92a6f2d-39e4-4f7b-9e9a-897c72c621aa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:21:28.110Z|5ef48400-1e3a-483f-95c8-598a0911b3e4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:21:28.111Z|5ef48400-1e3a-483f-95c8-598a0911b3e4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:21:30.001Z|6efd39d9-d290-4ba6-93d1-acf8821645f1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:21:30.002Z|6efd39d9-d290-4ba6-93d1-acf8821645f1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:21:31.658Z|4b4c6558-fd11-4ea3-9317-0f90715e4e83|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:21:31.659Z|4b4c6558-fd11-4ea3-9317-0f90715e4e83|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:21:35.089Z|2c6cb4e1-356b-42ff-9a2c-b89c7b2a96c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:21:35.093Z|2c6cb4e1-356b-42ff-9a2c-b89c7b2a96c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:21:38.142Z|56b5d5b5-3aa0-4604-a23c-f555da020e7c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:21:38.143Z|56b5d5b5-3aa0-4604-a23c-f555da020e7c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:21:40.034Z|952a18f8-8525-4219-86e6-cc5a9486edd4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:21:40.035Z|952a18f8-8525-4219-86e6-cc5a9486edd4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:21:41.689Z|c8d640d5-3031-491e-a8af-a79d56a07c32|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:21:41.690Z|c8d640d5-3031-491e-a8af-a79d56a07c32|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:21:48.171Z|9a5636c4-283e-4db9-9e91-7aa09314ed73|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:21:48.172Z|9a5636c4-283e-4db9-9e91-7aa09314ed73|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:21:50.075Z|d4dead33-14e6-49c0-b7ab-6ed4b28d67e1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:21:50.075Z|d4dead33-14e6-49c0-b7ab-6ed4b28d67e1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:21:50.089Z|874a824e-58f5-4860-959d-fe3b32a1ccc1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:21:50.089Z|874a824e-58f5-4860-959d-fe3b32a1ccc1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:21:51.041Z|0bb0c650-b032-47d6-84be-075319a24189|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:21:51.042Z|0bb0c650-b032-47d6-84be-075319a24189|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:21:51.721Z|c51b7663-7657-45d3-a7e1-09e799ea95bb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:21:51.722Z|c51b7663-7657-45d3-a7e1-09e799ea95bb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:21:56.116Z|d84d8697-c763-4059-814e-1aff4c49a347|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:21:56.117Z|d84d8697-c763-4059-814e-1aff4c49a347|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:21:58.195Z|2619b778-725f-47fd-be32-a636574961f0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:21:58.196Z|2619b778-725f-47fd-be32-a636574961f0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:22:00.102Z|10a2fe6d-6bdd-4db0-a5b6-a5eb5de0bd5d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:22:00.103Z|10a2fe6d-6bdd-4db0-a5b6-a5eb5de0bd5d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:22:01.754Z|fcc12dba-b3aa-47dd-8076-1daa61edb532|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:22:01.755Z|fcc12dba-b3aa-47dd-8076-1daa61edb532|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:22:05.089Z|8aa1cc7b-c897-4207-a741-60b126c0b812|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:22:05.089Z|8aa1cc7b-c897-4207-a741-60b126c0b812|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:22:08.225Z|1bb6e0dc-da22-4bf4-85ac-9462c54aec2d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:22:08.226Z|1bb6e0dc-da22-4bf4-85ac-9462c54aec2d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:22:10.128Z|419bc8b3-978a-47b4-92c4-a94a77529b12|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:22:10.129Z|419bc8b3-978a-47b4-92c4-a94a77529b12|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:22:11.787Z|c30b3e60-2789-4360-ac05-e908caee21af|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:22:11.788Z|c30b3e60-2789-4360-ac05-e908caee21af|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:22:18.264Z|0de873f9-6378-4032-891f-730fb079e368|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:22:18.264Z|0de873f9-6378-4032-891f-730fb079e368|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:22:20.089Z|bb298508-96fb-42dd-8468-385c5033e6cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:22:20.093Z|bb298508-96fb-42dd-8468-385c5033e6cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:22:20.162Z|48b98adb-cb5c-412f-a5bc-4be777dfca8d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:22:20.162Z|48b98adb-cb5c-412f-a5bc-4be777dfca8d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:22:21.042Z|666dddc9-837e-445a-a892-1a31dfe0eb16|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:22:21.043Z|666dddc9-837e-445a-a892-1a31dfe0eb16|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:22:21.820Z|d6aca639-3f46-43b6-ba1c-18f6ecc2ce5c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:22:21.821Z|d6aca639-3f46-43b6-ba1c-18f6ecc2ce5c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:22:28.303Z|e9f788cc-534c-4291-882a-c3e8b461bc7e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:22:28.305Z|e9f788cc-534c-4291-882a-c3e8b461bc7e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:22:30.195Z|b110def8-8f31-4f6e-892a-e43a413ae13f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:22:30.196Z|b110def8-8f31-4f6e-892a-e43a413ae13f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:22:31.851Z|2fd13cff-ccc2-4186-a058-c788cfd496cb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:22:31.852Z|2fd13cff-ccc2-4186-a058-c788cfd496cb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:22:35.089Z|19803a5b-11e9-4ecb-a939-198e1764e300|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:22:35.090Z|19803a5b-11e9-4ecb-a939-198e1764e300|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:22:38.338Z|a902fc30-57fa-47fd-ba6d-f8552fa6d0b4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:22:38.339Z|a902fc30-57fa-47fd-ba6d-f8552fa6d0b4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:22:40.226Z|71cbad59-91a8-4282-9b4b-6be43a4c9b59|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:22:40.227Z|71cbad59-91a8-4282-9b4b-6be43a4c9b59|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:22:41.887Z|75bc4811-f503-4330-ae3c-f013a185f0e9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:22:41.887Z|75bc4811-f503-4330-ae3c-f013a185f0e9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:22:48.392Z|2449bf68-fdd7-4d0e-b892-d98b2cabd784|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:22:48.394Z|2449bf68-fdd7-4d0e-b892-d98b2cabd784|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:22:50.089Z|f3a3d034-b956-4fec-ac7f-fc9605163088|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:22:50.089Z|f3a3d034-b956-4fec-ac7f-fc9605163088|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:22:50.259Z|f26c07fd-d765-4d47-b777-fec10ca730b6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:22:50.259Z|f26c07fd-d765-4d47-b777-fec10ca730b6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:22:51.046Z|0b8c6de6-509b-418c-9e1a-def8e5de473a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:22:51.048Z|0b8c6de6-509b-418c-9e1a-def8e5de473a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:22:51.921Z|3dd12957-7644-4d4a-b774-e727eab30072|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:22:51.921Z|3dd12957-7644-4d4a-b774-e727eab30072|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:22:56.117Z|6d142c04-9941-48aa-b865-8c1303c12944|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:22:56.118Z|6d142c04-9941-48aa-b865-8c1303c12944|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:22:58.427Z|1339ea32-cb90-4ea1-a335-6547f356111b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:22:58.428Z|1339ea32-cb90-4ea1-a335-6547f356111b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:23:00.291Z|8e2f117c-84d0-4bc8-b942-d999a3fc20a0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:23:00.292Z|8e2f117c-84d0-4bc8-b942-d999a3fc20a0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:23:01.952Z|87b290fe-7f02-475c-bf1b-731b7e72b4d9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:23:01.954Z|87b290fe-7f02-475c-bf1b-731b7e72b4d9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:23:05.090Z|26422546-e6c4-4bda-a0a8-effbe8204176|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:23:05.095Z|26422546-e6c4-4bda-a0a8-effbe8204176|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:23:08.462Z|9806fe10-5f57-43f8-abff-3c6a1a0c6f4c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:23:08.463Z|9806fe10-5f57-43f8-abff-3c6a1a0c6f4c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:23:10.322Z|5b029577-ad6c-44d6-a370-8e0773fa59ef|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:23:10.323Z|5b029577-ad6c-44d6-a370-8e0773fa59ef|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:23:11.985Z|2b6fffca-c81d-48ac-92d9-f4a125b29171|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:23:11.986Z|2b6fffca-c81d-48ac-92d9-f4a125b29171|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:23:18.493Z|9c388f07-3459-4e98-a2a5-52986719a28b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:23:18.493Z|9c388f07-3459-4e98-a2a5-52986719a28b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:23:20.089Z|7b7999b7-f34e-4f4e-b387-963a5f8bcabb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:23:20.089Z|7b7999b7-f34e-4f4e-b387-963a5f8bcabb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:23:20.355Z|7caf7602-c854-4c56-9a3e-b972aba93628|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:23:20.355Z|7caf7602-c854-4c56-9a3e-b972aba93628|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:23:21.049Z|f4f6e496-f7de-4d4f-a459-e83b5ca8c8a3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:23:21.050Z|f4f6e496-f7de-4d4f-a459-e83b5ca8c8a3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:23:22.022Z|d89edbd4-4014-4be3-b299-e4b358c03cd8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:23:22.023Z|d89edbd4-4014-4be3-b299-e4b358c03cd8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:23:28.529Z|00a03e4a-f822-4511-bd17-08f374de8fcd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:23:28.530Z|00a03e4a-f822-4511-bd17-08f374de8fcd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:23:30.387Z|98ca2eef-b26c-4fbe-8fdb-69269970294c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:23:30.389Z|98ca2eef-b26c-4fbe-8fdb-69269970294c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:23:32.055Z|84aa7097-2f10-49bb-aa51-65da6470a8b7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:23:32.055Z|84aa7097-2f10-49bb-aa51-65da6470a8b7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:23:35.089Z|b0e49ce7-eee7-4910-b087-23d0b0734067|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:23:35.089Z|b0e49ce7-eee7-4910-b087-23d0b0734067|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:23:38.563Z|96723a95-0dc9-4956-b67d-f55ed54f4182|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:23:38.564Z|96723a95-0dc9-4956-b67d-f55ed54f4182|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:23:40.420Z|03173f3d-9c47-40a9-ad7d-09b7566d032d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:23:40.421Z|03173f3d-9c47-40a9-ad7d-09b7566d032d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:23:42.085Z|e2c705c0-d4c0-467f-a1c5-8c6ca6a7e971|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:23:42.085Z|e2c705c0-d4c0-467f-a1c5-8c6ca6a7e971|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:23:48.589Z|b9e10345-02db-449e-ab6d-5847ff75461b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:23:48.590Z|b9e10345-02db-449e-ab6d-5847ff75461b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:23:50.089Z|e8ab7b73-1a8a-4273-affe-8967709367c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:23:50.094Z|e8ab7b73-1a8a-4273-affe-8967709367c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:23:50.451Z|ef50ac7e-00d6-4206-be61-5950ffec2981|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:23:50.452Z|ef50ac7e-00d6-4206-be61-5950ffec2981|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:23:51.051Z|aeed0adb-b6d3-4184-b3cc-53e5efa0f86b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:23:51.051Z|aeed0adb-b6d3-4184-b3cc-53e5efa0f86b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:23:52.117Z|bd90ac9f-c01d-4078-b964-26ede9e76faa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:23:52.119Z|bd90ac9f-c01d-4078-b964-26ede9e76faa|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:23:56.121Z|49c97804-a72a-4b0d-967f-04b46ec2d956|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:23:56.122Z|49c97804-a72a-4b0d-967f-04b46ec2d956|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:23:58.619Z|f885487c-99b4-4d4a-8ba4-7ec2a4303a43|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:23:58.620Z|f885487c-99b4-4d4a-8ba4-7ec2a4303a43|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:24:00.482Z|134a8095-d755-4dbc-bf2a-7968009eff64|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:24:00.483Z|134a8095-d755-4dbc-bf2a-7968009eff64|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:24:02.146Z|df7a3c7a-4731-44fe-8257-253ddf0ed58c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:24:02.147Z|df7a3c7a-4731-44fe-8257-253ddf0ed58c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:24:05.089Z|78050896-3299-4bd9-b320-222301118e58|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:24:05.089Z|78050896-3299-4bd9-b320-222301118e58|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:24:08.651Z|758374fa-1128-4c48-b478-73c701a75afd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:24:08.652Z|758374fa-1128-4c48-b478-73c701a75afd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:24:10.512Z|1031f16d-53fe-490b-8ab5-86ea80489d1b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:24:10.513Z|1031f16d-53fe-490b-8ab5-86ea80489d1b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:24:12.178Z|dae86e50-9fb6-4174-9c8b-ef3d1a6382c3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:24:12.178Z|dae86e50-9fb6-4174-9c8b-ef3d1a6382c3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:24:18.681Z|05900830-c4df-4894-a0d0-bcf1e1f466a3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:24:18.681Z|05900830-c4df-4894-a0d0-bcf1e1f466a3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:24:20.089Z|d7c54ea0-42c3-451f-8fe1-70ab7c73544d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:24:20.090Z|d7c54ea0-42c3-451f-8fe1-70ab7c73544d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:24:20.546Z|55137213-6e9d-45a8-8255-a30f79293203|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:24:20.547Z|55137213-6e9d-45a8-8255-a30f79293203|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:24:21.052Z|2270fac7-085c-40ce-b0be-766e21d77894|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:24:21.052Z|2270fac7-085c-40ce-b0be-766e21d77894|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:24:22.211Z|6719ab7c-38de-4103-a6bc-45ad742e7d5f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:24:22.212Z|6719ab7c-38de-4103-a6bc-45ad742e7d5f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:24:28.709Z|3364d22f-8955-41fb-96ab-804c9f5f5f36|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:24:28.710Z|3364d22f-8955-41fb-96ab-804c9f5f5f36|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:24:30.579Z|1043c021-97ae-45df-b704-334f4e4b17c6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:24:30.579Z|1043c021-97ae-45df-b704-334f4e4b17c6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:24:32.243Z|d399cdf7-d826-41dc-bb78-52f407eed4cf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:24:32.243Z|d399cdf7-d826-41dc-bb78-52f407eed4cf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:24:35.089Z|1b1f1c4e-5fd3-4152-858d-05e1b6958e48|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:24:35.093Z|1b1f1c4e-5fd3-4152-858d-05e1b6958e48|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:24:38.739Z|c0a895a5-2dfc-447b-a0e9-607a012604e2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:24:38.740Z|c0a895a5-2dfc-447b-a0e9-607a012604e2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:24:40.608Z|fd09d61b-854e-4636-80ef-8898c0e73062|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:24:40.608Z|fd09d61b-854e-4636-80ef-8898c0e73062|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:24:42.274Z|cd0457c9-6b56-47f8-9b2a-7b0b1c6ffa31|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:24:42.275Z|cd0457c9-6b56-47f8-9b2a-7b0b1c6ffa31|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:24:48.773Z|1c942e1f-5ae1-4611-a595-14046f001c86|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:24:48.773Z|1c942e1f-5ae1-4611-a595-14046f001c86|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:24:50.089Z|54cb7549-9b0b-4ee5-8a63-9b40cd8d500e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:24:50.089Z|54cb7549-9b0b-4ee5-8a63-9b40cd8d500e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:24:50.640Z|99cf2886-bed3-43fe-95cb-ac587f0f6af2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:24:50.641Z|99cf2886-bed3-43fe-95cb-ac587f0f6af2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:24:51.053Z|ee3a8012-0bfb-43be-8e63-c8d9694a6913|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:24:51.054Z|ee3a8012-0bfb-43be-8e63-c8d9694a6913|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:24:52.306Z|a4295856-5f0e-40e9-ac5b-a29ff2d53af7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:24:52.307Z|a4295856-5f0e-40e9-ac5b-a29ff2d53af7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:24:56.116Z|ac97fad9-c2af-413f-8cd3-6f7bd40dd69d|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:24:56.117Z|ac97fad9-c2af-413f-8cd3-6f7bd40dd69d|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:24:58.806Z|31d062bb-e9a0-4146-9e7e-782e708c8ad9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:24:58.807Z|31d062bb-e9a0-4146-9e7e-782e708c8ad9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:25:00.670Z|9f4ad567-47bb-470f-a1d5-5b0a25a07e1b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:25:00.671Z|9f4ad567-47bb-470f-a1d5-5b0a25a07e1b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:25:02.342Z|377c3a2f-b117-46e2-96c5-5d3faaf96566|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:25:02.343Z|377c3a2f-b117-46e2-96c5-5d3faaf96566|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:25:05.089Z|05525fc4-b43f-4dbc-ae96-283a532433ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:25:05.089Z|05525fc4-b43f-4dbc-ae96-283a532433ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:25:08.839Z|6cc4b8ab-99a8-4754-8f54-63596798b9b9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:25:08.840Z|6cc4b8ab-99a8-4754-8f54-63596798b9b9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:25:10.702Z|903cb3cc-65af-4263-a0b7-3d52e90915f1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:25:10.703Z|903cb3cc-65af-4263-a0b7-3d52e90915f1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:25:12.375Z|9fde0981-9f83-4cc1-8b38-2204875c6801|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:25:12.375Z|9fde0981-9f83-4cc1-8b38-2204875c6801|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:25:18.879Z|5411bdae-58f7-4ca1-8f44-a6da1977b4d4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:25:18.880Z|5411bdae-58f7-4ca1-8f44-a6da1977b4d4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:25:20.092Z|bd5a080a-7119-4006-bad3-d9422c396d57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:25:20.097Z|bd5a080a-7119-4006-bad3-d9422c396d57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:25:20.736Z|9cff64ac-7272-4609-b94b-bbd586bdda1e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:25:20.737Z|9cff64ac-7272-4609-b94b-bbd586bdda1e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:25:21.054Z|fc9b4b7b-c6b2-4efa-8455-bf00c55c7dff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:25:21.055Z|fc9b4b7b-c6b2-4efa-8455-bf00c55c7dff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:25:22.407Z|a7a07303-482e-408f-a8a8-8ca3e9831b07|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:25:22.407Z|a7a07303-482e-408f-a8a8-8ca3e9831b07|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:25:28.944Z|e6e7df32-0b1b-4138-a4db-2578ed7789ec|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:25:28.946Z|e6e7df32-0b1b-4138-a4db-2578ed7789ec|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:25:30.769Z|e8506e50-4cd2-4fb9-965d-0ec457cd2437|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:25:30.770Z|e8506e50-4cd2-4fb9-965d-0ec457cd2437|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:25:32.441Z|56c2ca04-dbd1-4aed-bb82-52f2347bb7db|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:25:32.444Z|56c2ca04-dbd1-4aed-bb82-52f2347bb7db|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:25:35.089Z|383d8b21-698c-4e30-8915-02f788bf0c77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:25:35.090Z|383d8b21-698c-4e30-8915-02f788bf0c77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:25:38.985Z|3b980e3f-a6ec-408d-b65a-78b7c491782f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:25:38.985Z|3b980e3f-a6ec-408d-b65a-78b7c491782f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:25:40.801Z|fdfd8e08-f5dd-4795-acee-e1131eb430d4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:25:40.802Z|fdfd8e08-f5dd-4795-acee-e1131eb430d4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:25:42.476Z|031ff9fb-db43-49be-893f-8541713eb47d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:25:42.476Z|031ff9fb-db43-49be-893f-8541713eb47d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:25:49.013Z|fa48e7be-e6e9-44f1-85f3-c1cc8f1f674e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:25:49.013Z|fa48e7be-e6e9-44f1-85f3-c1cc8f1f674e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:25:50.089Z|873d7e15-3948-4569-ba30-33d4980c969a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:25:50.089Z|873d7e15-3948-4569-ba30-33d4980c969a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:25:50.832Z|fd5d2e3d-6a29-4675-995e-f89d503a290c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:25:50.832Z|fd5d2e3d-6a29-4675-995e-f89d503a290c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:25:51.055Z|ee6fc0e3-a49a-494c-9161-bfcc99ca2caf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:25:51.056Z|ee6fc0e3-a49a-494c-9161-bfcc99ca2caf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:25:52.507Z|7d52d82b-60fd-46d4-ad94-d1e76c0acaa7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:25:52.508Z|7d52d82b-60fd-46d4-ad94-d1e76c0acaa7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:25:56.116Z|67642296-2f6f-428d-bffc-42775eab70d8|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:25:56.117Z|67642296-2f6f-428d-bffc-42775eab70d8|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:25:59.045Z|9823b45d-31b4-4180-b166-4faa2f8de1f2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:25:59.046Z|9823b45d-31b4-4180-b166-4faa2f8de1f2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:26:00.864Z|fd7a22b5-bcb9-45aa-b89c-a9dd5fbeaf26|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:26:00.865Z|fd7a22b5-bcb9-45aa-b89c-a9dd5fbeaf26|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:26:02.539Z|828a473a-51c0-4d8f-a77a-de6016a69665|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:26:02.540Z|828a473a-51c0-4d8f-a77a-de6016a69665|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:26:05.089Z|65037941-62cf-445d-a465-566a41443168|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:26:05.094Z|65037941-62cf-445d-a465-566a41443168|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:26:09.073Z|237c3aa3-1b1d-4207-937f-224852d6fd13|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:26:09.073Z|237c3aa3-1b1d-4207-937f-224852d6fd13|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:26:10.899Z|552d6893-95c5-40b5-abbd-39570645e9e4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:26:10.899Z|552d6893-95c5-40b5-abbd-39570645e9e4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:26:12.572Z|d8db24fa-2448-4b7c-b704-9d65fc59c32b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:26:12.573Z|d8db24fa-2448-4b7c-b704-9d65fc59c32b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:26:19.102Z|47702f99-c8b1-4622-a275-ff617de348d2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:26:19.103Z|47702f99-c8b1-4622-a275-ff617de348d2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:26:20.089Z|a2dfc28e-8496-4d1c-a4fe-f49dd4d729e7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:26:20.089Z|a2dfc28e-8496-4d1c-a4fe-f49dd4d729e7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:26:20.932Z|d3c0fad3-effa-4a40-9237-1b301fddcaa0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:26:20.932Z|d3c0fad3-effa-4a40-9237-1b301fddcaa0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:26:21.057Z|a0cd6ba0-e4f1-4b7d-8534-1dd86a47f98f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:26:21.057Z|a0cd6ba0-e4f1-4b7d-8534-1dd86a47f98f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:26:22.601Z|12f060e7-6e5c-4be0-a0e9-291ed828e5f6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:26:22.602Z|12f060e7-6e5c-4be0-a0e9-291ed828e5f6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:26:29.136Z|b3133eb5-4020-45c9-84cf-fa486d86325c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:26:29.137Z|b3133eb5-4020-45c9-84cf-fa486d86325c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:26:30.961Z|93726fb9-9e9a-445b-90fc-c88e29c935f2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:26:30.963Z|93726fb9-9e9a-445b-90fc-c88e29c935f2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:26:32.634Z|ab131cb8-4844-4dc0-83c6-8372f9b041e6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:26:32.635Z|ab131cb8-4844-4dc0-83c6-8372f9b041e6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:26:35.089Z|1cb433dc-a801-46d6-87f5-d1c39bb79349|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:26:35.089Z|1cb433dc-a801-46d6-87f5-d1c39bb79349|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:26:39.161Z|2d44a732-7d7e-4de7-97a7-78513ff3097f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:26:39.162Z|2d44a732-7d7e-4de7-97a7-78513ff3097f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:26:41.000Z|59b0d6a0-87a2-43c8-8f0a-4ff7a3a9bfc0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:26:41.001Z|59b0d6a0-87a2-43c8-8f0a-4ff7a3a9bfc0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:26:42.666Z|2534da5b-ce5b-4284-bfde-054b484b692d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:26:42.667Z|2534da5b-ce5b-4284-bfde-054b484b692d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:26:49.188Z|18123723-84bc-44c9-ab12-2b343b13f902|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:26:49.189Z|18123723-84bc-44c9-ab12-2b343b13f902|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:26:50.089Z|016770b3-b78a-496d-9699-89bd21c8f3b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:26:50.093Z|016770b3-b78a-496d-9699-89bd21c8f3b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:26:51.031Z|50fbf5ad-a3be-43b4-8e3a-af3e9a153682|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:26:51.032Z|50fbf5ad-a3be-43b4-8e3a-af3e9a153682|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:26:51.058Z|f871a3fe-f7fd-41d5-b0f6-4a7c85cb384c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:26:51.059Z|f871a3fe-f7fd-41d5-b0f6-4a7c85cb384c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:26:52.696Z|6b3ec6a8-e89b-4ebd-8122-6a9af360dc51|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:26:52.697Z|6b3ec6a8-e89b-4ebd-8122-6a9af360dc51|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:26:56.118Z|4f6440de-7133-4f9a-9638-1e8d2de3c1ac|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:26:56.119Z|4f6440de-7133-4f9a-9638-1e8d2de3c1ac|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:26:59.218Z|5b5bbb8c-0d49-4e49-8a75-ce56c8bf7641|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:26:59.218Z|5b5bbb8c-0d49-4e49-8a75-ce56c8bf7641|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:27:01.061Z|c7ab6d39-b496-4c5a-aa73-95616d97e7a2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:27:01.062Z|c7ab6d39-b496-4c5a-aa73-95616d97e7a2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:27:02.726Z|95f2973d-e83d-4ae1-b8c3-d16321b19a62|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:27:02.727Z|95f2973d-e83d-4ae1-b8c3-d16321b19a62|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:27:05.089Z|5c928e14-c7b7-470d-907c-b139a22a6fa4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:27:05.090Z|5c928e14-c7b7-470d-907c-b139a22a6fa4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:27:09.251Z|22e85982-a336-4d97-80a3-e481e66a4adc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:27:09.252Z|22e85982-a336-4d97-80a3-e481e66a4adc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:27:11.099Z|47742bd6-f939-4887-91f7-4c31668c3ba1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:27:11.100Z|47742bd6-f939-4887-91f7-4c31668c3ba1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:27:12.756Z|03cd9880-99c1-40a8-b28b-4d0760dada64|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:27:12.757Z|03cd9880-99c1-40a8-b28b-4d0760dada64|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:27:19.283Z|5d25255b-c253-4fdf-a4f7-b3b57a472ef5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:27:19.284Z|5d25255b-c253-4fdf-a4f7-b3b57a472ef5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:27:20.089Z|7ac47af3-34de-4d9e-bbab-70a94bbec24e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:27:20.090Z|7ac47af3-34de-4d9e-bbab-70a94bbec24e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:27:21.060Z|12d35700-e712-4f8d-9661-5d080f465fff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:27:21.060Z|12d35700-e712-4f8d-9661-5d080f465fff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:27:21.132Z|0586e595-9793-4558-9c4e-10d190fb66d0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:27:21.132Z|0586e595-9793-4558-9c4e-10d190fb66d0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:27:22.787Z|4cd426aa-dfa1-4cea-80b2-a8975fa95537|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:27:22.789Z|4cd426aa-dfa1-4cea-80b2-a8975fa95537|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:27:29.317Z|53a0bfd6-ef89-4102-97c4-1252a86ecbeb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:27:29.319Z|53a0bfd6-ef89-4102-97c4-1252a86ecbeb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:27:31.163Z|3732f27d-fbb7-4591-98ae-5406bbb0c3fe|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:27:31.164Z|3732f27d-fbb7-4591-98ae-5406bbb0c3fe|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:27:32.823Z|b826bef8-09a7-4efd-b89b-225c3026b686|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:27:32.824Z|b826bef8-09a7-4efd-b89b-225c3026b686|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:27:35.089Z|7995b560-7f0a-42b2-a3b9-8248a3e5d395|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:27:35.094Z|7995b560-7f0a-42b2-a3b9-8248a3e5d395|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:27:39.351Z|458bdc74-31cd-429e-9b25-ab1f66605235|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:27:39.352Z|458bdc74-31cd-429e-9b25-ab1f66605235|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:27:41.194Z|83e35cd4-959b-4d6d-b114-6332ff181c45|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:27:41.195Z|83e35cd4-959b-4d6d-b114-6332ff181c45|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:27:42.856Z|86f664d3-e38e-45bd-87aa-e89e49a9a8ae|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:27:42.857Z|86f664d3-e38e-45bd-87aa-e89e49a9a8ae|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:27:49.383Z|8f6cf5fe-34e4-4dff-8301-fa080b474846|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:27:49.384Z|8f6cf5fe-34e4-4dff-8301-fa080b474846|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:27:50.089Z|16c00c0b-9bdf-4c1e-bd1d-b2685921ff6e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:27:50.090Z|16c00c0b-9bdf-4c1e-bd1d-b2685921ff6e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:27:51.061Z|de03b488-6c1f-4cb8-8550-338c86586bbd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:27:51.061Z|de03b488-6c1f-4cb8-8550-338c86586bbd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:27:51.224Z|5c51d788-9a3a-4bcb-927d-936c90071b16|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:27:51.227Z|5c51d788-9a3a-4bcb-927d-936c90071b16|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:27:52.888Z|aa5822b3-6636-46dc-8ff2-b3894112da46|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:27:52.889Z|aa5822b3-6636-46dc-8ff2-b3894112da46|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:27:56.121Z|22c1b269-fc3e-4dc2-a4eb-0c7025a26dfc|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:27:56.122Z|22c1b269-fc3e-4dc2-a4eb-0c7025a26dfc|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:27:59.424Z|a3b59703-82db-446f-86de-99a12eb25f05|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:27:59.425Z|a3b59703-82db-446f-86de-99a12eb25f05|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:28:01.262Z|0abfcfda-995b-4769-ada8-6cc883264a75|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:28:01.264Z|0abfcfda-995b-4769-ada8-6cc883264a75|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:28:02.919Z|0c88e13d-70b9-435a-8f68-e52bddfa9535|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:28:02.920Z|0c88e13d-70b9-435a-8f68-e52bddfa9535|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:28:05.089Z|1f4ef996-0cff-4b3b-9a4e-949006954fda|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:28:05.090Z|1f4ef996-0cff-4b3b-9a4e-949006954fda|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:28:09.458Z|23ecb6dc-e0ea-4154-a2c7-e55faa2cabe7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:28:09.458Z|23ecb6dc-e0ea-4154-a2c7-e55faa2cabe7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:28:11.298Z|1319b951-7b56-4cc3-9495-c396a96ab23c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:28:11.299Z|1319b951-7b56-4cc3-9495-c396a96ab23c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:28:12.953Z|c13bd88e-4ec3-4f59-9444-b7e86c82d727|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:28:12.954Z|c13bd88e-4ec3-4f59-9444-b7e86c82d727|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:28:19.500Z|9801711e-f6eb-4438-948e-e80c25b3ada6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:28:19.501Z|9801711e-f6eb-4438-948e-e80c25b3ada6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:28:20.091Z|fecd4460-78e0-48ed-83af-e96bb255e444|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:28:20.095Z|fecd4460-78e0-48ed-83af-e96bb255e444|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:28:21.062Z|475c6d04-bca4-4980-a982-43bffb321acb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:28:21.063Z|475c6d04-bca4-4980-a982-43bffb321acb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:28:21.332Z|fe893da4-e90b-4dbb-8684-398faa9df7fb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:28:21.335Z|fe893da4-e90b-4dbb-8684-398faa9df7fb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:28:22.988Z|6e9218b3-a3f4-4d90-b60e-9ccf5a88f4aa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:28:22.988Z|6e9218b3-a3f4-4d90-b60e-9ccf5a88f4aa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:28:29.533Z|dbc5ee13-0aac-4119-9f9e-5fa2420bafde|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:28:29.534Z|dbc5ee13-0aac-4119-9f9e-5fa2420bafde|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:28:31.367Z|672b735e-e57f-4424-94eb-facc4d204f41|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:28:31.369Z|672b735e-e57f-4424-94eb-facc4d204f41|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:28:33.021Z|022346c6-2115-44ae-842e-996bdb779edf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:28:33.021Z|022346c6-2115-44ae-842e-996bdb779edf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:28:35.089Z|6d6dd4c0-11ee-453b-906a-95bf7a6e6e10|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:28:35.089Z|6d6dd4c0-11ee-453b-906a-95bf7a6e6e10|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:28:39.566Z|7d55b28d-b49d-4b44-8eec-86f0cc381729|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:28:39.567Z|7d55b28d-b49d-4b44-8eec-86f0cc381729|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:28:41.401Z|78ef6283-86cd-4c28-942b-7ea997594263|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:28:41.402Z|78ef6283-86cd-4c28-942b-7ea997594263|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:28:43.054Z|a8b7dae3-cb5e-4dc8-9711-91a7e049670a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:28:43.055Z|a8b7dae3-cb5e-4dc8-9711-91a7e049670a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:28:49.599Z|a97b1d06-da2d-4c8e-98a9-37ff155bea2f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:28:49.600Z|a97b1d06-da2d-4c8e-98a9-37ff155bea2f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:28:50.089Z|505161b5-8082-4ea9-a0aa-1f7e41dbe93f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:28:50.090Z|505161b5-8082-4ea9-a0aa-1f7e41dbe93f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:28:51.063Z|625bd39f-f71a-4c2c-ab23-ffae951e495f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:28:51.064Z|625bd39f-f71a-4c2c-ab23-ffae951e495f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:28:51.434Z|347c0904-282f-49be-9b85-e37f9d7e3a58|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:28:51.435Z|347c0904-282f-49be-9b85-e37f9d7e3a58|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:28:53.088Z|c480a034-a99f-4d9d-a625-c29c7df1bdc9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:28:53.089Z|c480a034-a99f-4d9d-a625-c29c7df1bdc9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:28:56.120Z|6b493c18-c9b8-44e8-bcd9-994188d4cc26|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:28:56.121Z|6b493c18-c9b8-44e8-bcd9-994188d4cc26|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:28:59.632Z|e2bc3fad-bc25-4943-88c0-38fd0b91c7c4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:28:59.634Z|e2bc3fad-bc25-4943-88c0-38fd0b91c7c4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:29:01.464Z|ec57f8ae-3e8c-48c9-9349-e482b759a169|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:29:01.465Z|ec57f8ae-3e8c-48c9-9349-e482b759a169|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:29:03.121Z|538f814d-13f9-46d6-8d8c-197814fa05c2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:29:03.122Z|538f814d-13f9-46d6-8d8c-197814fa05c2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:29:05.089Z|75339b68-4b39-4f81-b1e5-078865cfa993|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:29:05.094Z|75339b68-4b39-4f81-b1e5-078865cfa993|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:29:09.663Z|35950742-8f10-46b4-93a8-66966afb1cba|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:29:09.664Z|35950742-8f10-46b4-93a8-66966afb1cba|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:29:11.493Z|d6de14e6-407c-4e1e-a33b-8190b96c73aa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:29:11.494Z|d6de14e6-407c-4e1e-a33b-8190b96c73aa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:29:13.151Z|c85b76f3-b790-46f9-a2c7-c00532ce2c31|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:29:13.152Z|c85b76f3-b790-46f9-a2c7-c00532ce2c31|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:29:19.696Z|4d69c05a-ddc1-407c-8404-96bb8343fcf1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:29:19.697Z|4d69c05a-ddc1-407c-8404-96bb8343fcf1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:29:20.089Z|5c07ee41-c94d-4fd7-a8cf-863028dac4b8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:29:20.089Z|5c07ee41-c94d-4fd7-a8cf-863028dac4b8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:29:21.064Z|4a2b845c-0d0e-42dc-af05-6e7b14043fbb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:29:21.064Z|4a2b845c-0d0e-42dc-af05-6e7b14043fbb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:29:21.526Z|ab979af5-049e-4ec0-aa1c-10d01d582d3f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:29:21.527Z|ab979af5-049e-4ec0-aa1c-10d01d582d3f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:29:23.182Z|f4620424-7f5b-40e9-bfd6-bf4d9bec8532|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:29:23.182Z|f4620424-7f5b-40e9-bfd6-bf4d9bec8532|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:29:29.725Z|014e67b4-de4e-4d3c-98ba-090e7b8bc9fa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:29:29.725Z|014e67b4-de4e-4d3c-98ba-090e7b8bc9fa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:29:31.559Z|16055e40-e67f-4fbf-96af-03055715c8d9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:29:31.559Z|16055e40-e67f-4fbf-96af-03055715c8d9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:29:33.214Z|acfa1b3a-d75d-4b7c-b813-4b59373cc081|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:29:33.215Z|acfa1b3a-d75d-4b7c-b813-4b59373cc081|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:29:35.089Z|370cb939-34f3-4b2e-8d09-23202cab8526|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:29:35.089Z|370cb939-34f3-4b2e-8d09-23202cab8526|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:29:39.757Z|ced888b9-1fbb-436b-a886-8121cf1ba9d1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:29:39.758Z|ced888b9-1fbb-436b-a886-8121cf1ba9d1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:29:41.588Z|4e0b1dca-4cd4-4425-96c0-075f7a8a43a9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:29:41.589Z|4e0b1dca-4cd4-4425-96c0-075f7a8a43a9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:29:43.248Z|e6d87fc7-903e-4465-9aaf-c6d911a1f779|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:29:43.249Z|e6d87fc7-903e-4465-9aaf-c6d911a1f779|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:29:49.788Z|c8c5aadf-69d2-4666-a587-72bbdd166216|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:29:49.789Z|c8c5aadf-69d2-4666-a587-72bbdd166216|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:29:50.089Z|f3b13a69-7c49-40b3-a604-c89cd6160540|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:29:50.093Z|f3b13a69-7c49-40b3-a604-c89cd6160540|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:29:51.065Z|ba39928c-4e79-467f-8f21-ca29fcddacfe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:29:51.066Z|ba39928c-4e79-467f-8f21-ca29fcddacfe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:29:51.622Z|149ff095-0a7f-4d29-93da-449267004e3e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:29:51.622Z|149ff095-0a7f-4d29-93da-449267004e3e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:29:53.282Z|638dfeca-7809-470c-8bb7-ea396cad7b01|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:29:53.283Z|638dfeca-7809-470c-8bb7-ea396cad7b01|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:29:56.118Z|18ddda8a-c559-4000-bdf5-0a7c5af1000d|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:29:56.119Z|18ddda8a-c559-4000-bdf5-0a7c5af1000d|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:29:59.820Z|639c00c5-bdbf-4a8e-827a-9f03f4dad8a1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:29:59.821Z|639c00c5-bdbf-4a8e-827a-9f03f4dad8a1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:30:01.654Z|4ff640cb-e5ec-453c-aa5f-233d63b866ed|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:30:01.655Z|4ff640cb-e5ec-453c-aa5f-233d63b866ed|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:30:03.336Z|0f793fb5-64b1-4dd7-83cd-cef943f19198|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:30:03.336Z|0f793fb5-64b1-4dd7-83cd-cef943f19198|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:30:05.089Z|d9ab2ef7-a945-4525-8fec-119f42c597cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:30:05.089Z|d9ab2ef7-a945-4525-8fec-119f42c597cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:30:09.859Z|bc30da43-2b89-46eb-a3d1-4632b424af31|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:30:09.860Z|bc30da43-2b89-46eb-a3d1-4632b424af31|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:30:11.686Z|ced2f4b5-63c3-4425-b72a-02a926f3ce8a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:30:11.687Z|ced2f4b5-63c3-4425-b72a-02a926f3ce8a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:30:13.360Z|85ddb299-834a-46ca-b5e4-78896d25ccab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:30:13.360Z|85ddb299-834a-46ca-b5e4-78896d25ccab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:30:19.889Z|0369aaa0-523f-4b08-82e6-db87bb4f9128|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:30:19.890Z|0369aaa0-523f-4b08-82e6-db87bb4f9128|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:30:20.089Z|c032ff64-f260-46db-86b6-e56e18c08b2e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:30:20.090Z|c032ff64-f260-46db-86b6-e56e18c08b2e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:30:21.066Z|7327bb67-03f4-435e-b057-24ef50f4cab7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:30:21.067Z|7327bb67-03f4-435e-b057-24ef50f4cab7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:30:21.718Z|3faeab8b-cff1-4130-b039-4517673b983c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:30:21.719Z|3faeab8b-cff1-4130-b039-4517673b983c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:30:23.396Z|0d0cded0-d9bf-4810-8afd-60ff34eba5e9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:30:23.397Z|0d0cded0-d9bf-4810-8afd-60ff34eba5e9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:30:29.922Z|1900d26b-baae-41e6-98af-f11074429556|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:30:29.923Z|1900d26b-baae-41e6-98af-f11074429556|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:30:31.751Z|8439c99e-f50d-42f9-8f60-6cefd56643a7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:30:31.752Z|8439c99e-f50d-42f9-8f60-6cefd56643a7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:30:33.424Z|db8291d7-f2ad-462a-8ef1-c93e55f9b381|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:30:33.424Z|db8291d7-f2ad-462a-8ef1-c93e55f9b381|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:30:35.089Z|0fdb0cc7-f372-47c1-b45c-61a5bc54e88e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:30:35.093Z|0fdb0cc7-f372-47c1-b45c-61a5bc54e88e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:30:39.962Z|39b1617a-5bcb-4b32-8f48-9da13b1396b1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:30:39.963Z|39b1617a-5bcb-4b32-8f48-9da13b1396b1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:30:41.782Z|c36c1948-81e8-4fba-aee9-b027120eb8b3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:30:41.783Z|c36c1948-81e8-4fba-aee9-b027120eb8b3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:30:43.452Z|71747f84-d88a-47c3-92ec-779fc3a895e1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:30:43.452Z|71747f84-d88a-47c3-92ec-779fc3a895e1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:30:49.997Z|99e0afee-c748-4930-abb0-3662cf5cfb02|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:30:49.998Z|99e0afee-c748-4930-abb0-3662cf5cfb02|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:30:50.089Z|65ae3b04-da95-426c-9d7f-5913884e1a80|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:30:50.089Z|65ae3b04-da95-426c-9d7f-5913884e1a80|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:30:51.068Z|d20f21fd-9bec-4559-b20e-b58c972692a6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:30:51.068Z|d20f21fd-9bec-4559-b20e-b58c972692a6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:30:51.815Z|6ecdbc07-5205-46ae-9bc9-f7a06a7739f4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:30:51.816Z|6ecdbc07-5205-46ae-9bc9-f7a06a7739f4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:30:53.481Z|8befb993-5d10-4178-99f5-555118b86488|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:30:53.481Z|8befb993-5d10-4178-99f5-555118b86488|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:30:56.116Z|22e4112a-7ef3-4c03-b471-27b02daf9bc3|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:30:56.118Z|22e4112a-7ef3-4c03-b471-27b02daf9bc3|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:31:00.028Z|3d2818bd-d2f3-432d-be58-416da7fb99d1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:31:00.029Z|3d2818bd-d2f3-432d-be58-416da7fb99d1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:31:01.846Z|5601b909-8e3a-4f25-ac9e-8c990fe705c6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:31:01.847Z|5601b909-8e3a-4f25-ac9e-8c990fe705c6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:31:03.505Z|d08e0db3-cd52-4213-8493-694ff1670069|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:31:03.505Z|d08e0db3-cd52-4213-8493-694ff1670069|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:31:05.089Z|3accc968-1292-4769-b2bb-fb51fa1dab96|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:31:05.089Z|3accc968-1292-4769-b2bb-fb51fa1dab96|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:31:10.062Z|334d6316-0b2e-458b-8a3f-e75dc663d94f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:31:10.062Z|334d6316-0b2e-458b-8a3f-e75dc663d94f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:31:11.877Z|bc9f08bb-486e-46c8-8c5d-500c1c4ab510|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:31:11.879Z|bc9f08bb-486e-46c8-8c5d-500c1c4ab510|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:31:13.535Z|1c42ca3d-6c7f-48f9-89ab-9ec2c47d8495|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:31:13.535Z|1c42ca3d-6c7f-48f9-89ab-9ec2c47d8495|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:31:20.089Z|3761ed68-1be6-4b88-aa60-71871628e4b8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:31:20.093Z|3761ed68-1be6-4b88-aa60-71871628e4b8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:31:20.095Z|68e26339-bada-4035-aea3-6f9413e5bdd7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:31:20.096Z|68e26339-bada-4035-aea3-6f9413e5bdd7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:31:21.069Z|df7832b1-0b85-45af-8141-fa42a09f1ebe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:31:21.069Z|df7832b1-0b85-45af-8141-fa42a09f1ebe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:31:21.913Z|1bd1e069-29b7-4312-9afb-823b8f8376df|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:31:21.914Z|1bd1e069-29b7-4312-9afb-823b8f8376df|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:31:23.565Z|39bff4fe-6b6b-4f80-bed1-f2a3f270d6a1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:31:23.566Z|39bff4fe-6b6b-4f80-bed1-f2a3f270d6a1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:31:30.121Z|77b34e82-1fe4-490f-a987-d28768970117|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:31:30.122Z|77b34e82-1fe4-490f-a987-d28768970117|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:31:31.945Z|96b176fa-e1b6-41fe-a49f-436632a0b58b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:31:31.946Z|96b176fa-e1b6-41fe-a49f-436632a0b58b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:31:33.594Z|f3718f86-d977-4ab6-8c83-fdd1dc37656d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:31:33.595Z|f3718f86-d977-4ab6-8c83-fdd1dc37656d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:31:35.089Z|a9381bb4-f125-4b2d-a904-8ebe332b0734|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:31:35.089Z|a9381bb4-f125-4b2d-a904-8ebe332b0734|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:31:40.151Z|ddd1d7cd-00d8-4ce7-afbd-09970b182bbd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:31:40.152Z|ddd1d7cd-00d8-4ce7-afbd-09970b182bbd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:31:41.979Z|697cb689-599a-43fe-a37f-67528b45f247|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:31:41.980Z|697cb689-599a-43fe-a37f-67528b45f247|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:31:43.622Z|ac70aac7-8fe4-4046-8ca2-f42c235811ac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:31:43.623Z|ac70aac7-8fe4-4046-8ca2-f42c235811ac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:31:50.091Z|3cd519c0-e156-4472-b91b-71134410c639|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:31:50.091Z|3cd519c0-e156-4472-b91b-71134410c639|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:31:50.187Z|0d9c98dd-94a1-420a-83c8-e0ff6d8bed86|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:31:50.188Z|0d9c98dd-94a1-420a-83c8-e0ff6d8bed86|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:31:51.077Z|b5809f1e-cec0-402d-a587-294297ef9122|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:31:51.077Z|b5809f1e-cec0-402d-a587-294297ef9122|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:31:52.010Z|433cf0f3-b65c-4612-a58e-fac28d57defb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:31:52.010Z|433cf0f3-b65c-4612-a58e-fac28d57defb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:31:53.664Z|3518726b-1efc-48ab-abf5-de22be20e9a8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:31:53.666Z|3518726b-1efc-48ab-abf5-de22be20e9a8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:31:56.117Z|2bf6bd28-d019-4f5b-8dc2-ea5393251680|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:31:56.118Z|2bf6bd28-d019-4f5b-8dc2-ea5393251680|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:32:00.229Z|4b28e9db-9a06-43b6-8d03-ce8cd2dc0ba7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:32:00.230Z|4b28e9db-9a06-43b6-8d03-ce8cd2dc0ba7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:32:02.100Z|a58fe27b-4cb4-47da-9ea0-3670e39d0931|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:32:02.104Z|a58fe27b-4cb4-47da-9ea0-3670e39d0931|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:32:03.698Z|6a88d1a8-d481-4bc1-8c91-6a9f86f12050|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:32:03.699Z|6a88d1a8-d481-4bc1-8c91-6a9f86f12050|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:32:05.089Z|6775e4b2-ffc8-44bd-bd03-08106525ac43|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:32:05.093Z|6775e4b2-ffc8-44bd-bd03-08106525ac43|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:32:10.265Z|6b980e89-3dfb-4aa4-8530-42714509fb36|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:32:10.266Z|6b980e89-3dfb-4aa4-8530-42714509fb36|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:32:12.139Z|6bae0c44-af25-4d95-ba74-0da72309bb39|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:32:12.140Z|6bae0c44-af25-4d95-ba74-0da72309bb39|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:32:13.739Z|3133a8f8-5cff-4c79-91b8-d9f25be51a08|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:32:13.740Z|3133a8f8-5cff-4c79-91b8-d9f25be51a08|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:32:20.089Z|c4ec8fc9-eeff-40c2-ae6c-4f60c7cc60c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:32:20.089Z|c4ec8fc9-eeff-40c2-ae6c-4f60c7cc60c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:32:20.295Z|974cbaa8-173e-41e2-8b11-ee98931c6a27|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:32:20.296Z|974cbaa8-173e-41e2-8b11-ee98931c6a27|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:32:21.078Z|a75ecf5c-c439-4057-b87f-7c12688fc575|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:32:21.079Z|a75ecf5c-c439-4057-b87f-7c12688fc575|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:32:22.168Z|76b38f01-a8e9-4533-bf9e-992051733151|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:32:22.169Z|76b38f01-a8e9-4533-bf9e-992051733151|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:32:23.767Z|36d80e3e-6e1d-4dc8-a1a3-6e1b4a2fdb1b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:32:23.767Z|36d80e3e-6e1d-4dc8-a1a3-6e1b4a2fdb1b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:32:30.326Z|50a5bba7-82b4-4d54-b6b3-984eb8f07020|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:32:30.327Z|50a5bba7-82b4-4d54-b6b3-984eb8f07020|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:32:32.198Z|7212e1d6-ff37-489f-bcc1-a89e37eda3bb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:32:32.199Z|7212e1d6-ff37-489f-bcc1-a89e37eda3bb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:32:33.813Z|71fc0559-d5c0-4c7a-8a94-c3471e7de80b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:32:33.814Z|71fc0559-d5c0-4c7a-8a94-c3471e7de80b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:32:35.089Z|cd0c07a0-ca1c-41af-8824-ad4b38f1ecc8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:32:35.090Z|cd0c07a0-ca1c-41af-8824-ad4b38f1ecc8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:32:40.356Z|8e7f569b-1a5c-4707-b657-7fa8828ea2cb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:32:40.357Z|8e7f569b-1a5c-4707-b657-7fa8828ea2cb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:32:42.231Z|2f8590d6-e3df-4946-884f-eae51236a138|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:32:42.232Z|2f8590d6-e3df-4946-884f-eae51236a138|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:32:43.848Z|d81c9709-6976-4165-af98-d9c30e6426d2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:32:43.850Z|d81c9709-6976-4165-af98-d9c30e6426d2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:32:50.089Z|d4dae57b-6a58-4b4f-8a4c-faac41dca721|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:32:50.093Z|d4dae57b-6a58-4b4f-8a4c-faac41dca721|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:32:50.387Z|5eaa4729-aa6b-4acd-b7f7-45b6b356f286|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:32:50.388Z|5eaa4729-aa6b-4acd-b7f7-45b6b356f286|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:32:51.080Z|b601b0c5-fcdd-4f4b-b061-a0219c615819|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:32:51.080Z|b601b0c5-fcdd-4f4b-b061-a0219c615819|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:32:52.260Z|146dc541-91b2-4487-950d-c008f2812d89|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:32:52.260Z|146dc541-91b2-4487-950d-c008f2812d89|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:32:53.873Z|a6715dca-e33f-44f8-b529-086693ee2581|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:32:53.874Z|a6715dca-e33f-44f8-b529-086693ee2581|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:32:56.116Z|63a21ae6-c9eb-42d3-984d-d5bd95daee42|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:32:56.117Z|63a21ae6-c9eb-42d3-984d-d5bd95daee42|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:33:00.414Z|94dae072-a5ca-4eb0-a545-d5c5eb03c747|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:33:00.415Z|94dae072-a5ca-4eb0-a545-d5c5eb03c747|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:33:02.292Z|4a221284-d893-4000-a375-5ad85d0db0fb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:33:02.293Z|4a221284-d893-4000-a375-5ad85d0db0fb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:33:03.899Z|eb20df50-f803-427c-81db-c41ef056fb22|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:33:03.901Z|eb20df50-f803-427c-81db-c41ef056fb22|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:33:05.089Z|c2009f4c-cb9e-41bd-a8bd-6adc38b335f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:33:05.090Z|c2009f4c-cb9e-41bd-a8bd-6adc38b335f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:33:10.446Z|c515f913-ae53-4bf7-8ef2-8678c205bf83|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:33:10.446Z|c515f913-ae53-4bf7-8ef2-8678c205bf83|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:33:12.326Z|df203f32-0c3d-4136-b47d-81946f55cda4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:33:12.326Z|df203f32-0c3d-4136-b47d-81946f55cda4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:33:13.933Z|d0acdb96-4eb2-4015-b289-4a7e95220f14|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:33:13.934Z|d0acdb96-4eb2-4015-b289-4a7e95220f14|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:33:20.089Z|d6b266b7-6178-4a0c-a7ad-7137d0559d17|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:33:20.089Z|d6b266b7-6178-4a0c-a7ad-7137d0559d17|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:33:20.485Z|019efbb8-787b-4c48-a52d-96cebeaa6d09|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:33:20.486Z|019efbb8-787b-4c48-a52d-96cebeaa6d09|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:33:21.081Z|22d3f22a-9618-4530-9ce8-d7d9177badbb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:33:21.082Z|22d3f22a-9618-4530-9ce8-d7d9177badbb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:33:22.353Z|157d9f02-6922-4d21-a71d-f069ea12d8ea|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:33:22.354Z|157d9f02-6922-4d21-a71d-f069ea12d8ea|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:33:23.964Z|bd13e817-19a4-4090-9da3-1fe789c4bb2d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:33:23.965Z|bd13e817-19a4-4090-9da3-1fe789c4bb2d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:33:30.519Z|0b1044cc-a291-4cef-be05-d644dabb618d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:33:30.520Z|0b1044cc-a291-4cef-be05-d644dabb618d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:33:32.386Z|95e68f20-1006-4d5b-bda3-ef3b99f11134|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:33:32.387Z|95e68f20-1006-4d5b-bda3-ef3b99f11134|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:33:33.995Z|01d2fc44-e721-447a-84c2-f17bbeb30339|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:33:33.996Z|01d2fc44-e721-447a-84c2-f17bbeb30339|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:33:35.089Z|d4737128-69a3-4bad-94a3-f5b4acf59996|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:33:35.093Z|d4737128-69a3-4bad-94a3-f5b4acf59996|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:33:40.549Z|cae20e9c-bad4-49ca-9842-05d0293c6bfe|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:33:40.550Z|cae20e9c-bad4-49ca-9842-05d0293c6bfe|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:33:42.413Z|505c3506-e44f-4b51-a4b2-653ff8fccf1a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:33:42.414Z|505c3506-e44f-4b51-a4b2-653ff8fccf1a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:33:44.028Z|f85b23f5-7f97-4e43-97a5-206c817db866|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:33:44.029Z|f85b23f5-7f97-4e43-97a5-206c817db866|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:33:50.089Z|0571e789-d85d-49d2-b5b1-519bb35afa04|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:33:50.090Z|0571e789-d85d-49d2-b5b1-519bb35afa04|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:33:50.588Z|01dd5abc-3ef1-4193-ac73-dc78aa06947b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:33:50.589Z|01dd5abc-3ef1-4193-ac73-dc78aa06947b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:33:51.083Z|76484e63-1779-4cfc-a562-1a3b208ff13e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:33:51.083Z|76484e63-1779-4cfc-a562-1a3b208ff13e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:33:52.445Z|7bddb0a3-d297-4b5e-b288-11c199053635|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:33:52.446Z|7bddb0a3-d297-4b5e-b288-11c199053635|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:33:54.061Z|11cbcb38-85f0-4574-ab36-76ce76d62c50|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:33:54.061Z|11cbcb38-85f0-4574-ab36-76ce76d62c50|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:33:56.115Z|14218766-4483-4fbc-87e5-99673c574e76|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:33:56.116Z|14218766-4483-4fbc-87e5-99673c574e76|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:34:00.620Z|c0b05d1e-eee7-4ff4-9bb9-6a4fb41e45f1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:34:00.620Z|c0b05d1e-eee7-4ff4-9bb9-6a4fb41e45f1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:34:02.479Z|5f18d639-b76e-4afe-96f0-9dc9c30c867f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:34:02.480Z|5f18d639-b76e-4afe-96f0-9dc9c30c867f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:34:04.089Z|da9108c8-5eb8-4cb5-9e9c-b5a36d8debaa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:34:04.090Z|da9108c8-5eb8-4cb5-9e9c-b5a36d8debaa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:34:05.089Z|ac309367-a712-4059-a728-6ef4d188e40c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:34:05.089Z|ac309367-a712-4059-a728-6ef4d188e40c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:34:10.652Z|5723c31d-1a1c-4a14-813b-5addd127e89c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:34:10.654Z|5723c31d-1a1c-4a14-813b-5addd127e89c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:34:12.510Z|60f53efd-9a28-42a0-8370-24b6745312fb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:34:12.511Z|60f53efd-9a28-42a0-8370-24b6745312fb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:34:14.119Z|cbf26b8e-8967-42ac-80ef-8ec2b063cd1f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:34:14.119Z|cbf26b8e-8967-42ac-80ef-8ec2b063cd1f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:34:20.089Z|7633d4b1-9a54-4bac-9fb4-1fbf24228056|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:34:20.089Z|7633d4b1-9a54-4bac-9fb4-1fbf24228056|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:34:20.684Z|6ef872cc-754d-418e-8631-f305e5c800b4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:34:20.685Z|6ef872cc-754d-418e-8631-f305e5c800b4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:34:21.084Z|6760d26e-f116-42b7-a4d4-833ace5078e7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:34:21.084Z|6760d26e-f116-42b7-a4d4-833ace5078e7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:34:22.541Z|f01ceff5-6d42-4807-810c-fbcac7359d8b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:34:22.542Z|f01ceff5-6d42-4807-810c-fbcac7359d8b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:34:24.150Z|33e0b766-fccb-48d2-9450-0d413b219e73|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:34:24.151Z|33e0b766-fccb-48d2-9450-0d413b219e73|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:34:30.716Z|8c45f4c0-ec75-486d-8ae8-0adabf5a25b4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:34:30.717Z|8c45f4c0-ec75-486d-8ae8-0adabf5a25b4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:34:32.572Z|f152df6c-1cba-4991-8a43-6c8c79f88898|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:34:32.573Z|f152df6c-1cba-4991-8a43-6c8c79f88898|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:34:34.178Z|7a915f12-60bf-473f-a33b-097f9358fbc6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:34:34.179Z|7a915f12-60bf-473f-a33b-097f9358fbc6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:34:35.089Z|2f2529db-0e26-4145-9cfd-05293ac75b62|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:34:35.089Z|2f2529db-0e26-4145-9cfd-05293ac75b62|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:34:40.748Z|0ba1610c-7dff-41e2-b935-2b0786a5c7c8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:34:40.749Z|0ba1610c-7dff-41e2-b935-2b0786a5c7c8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:34:42.597Z|549efddd-6177-472e-b2ba-032d80060fe6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:34:42.598Z|549efddd-6177-472e-b2ba-032d80060fe6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:34:44.210Z|70497fba-fae5-4865-80b6-278cc3a68fcb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:34:44.211Z|70497fba-fae5-4865-80b6-278cc3a68fcb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:34:50.089Z|99ede7b4-be95-4876-8744-efa6a369f39b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:34:50.089Z|99ede7b4-be95-4876-8744-efa6a369f39b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:34:50.781Z|4878858b-5981-43a3-ac5a-f4b76dd26d43|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:34:50.782Z|4878858b-5981-43a3-ac5a-f4b76dd26d43|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:34:51.086Z|d1affab7-135f-4ddc-80d5-dbf9b663e71e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:34:51.086Z|d1affab7-135f-4ddc-80d5-dbf9b663e71e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:34:52.635Z|4ae710bb-d03a-498b-91e0-dee7f124d2ff|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:34:52.636Z|4ae710bb-d03a-498b-91e0-dee7f124d2ff|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:34:54.241Z|a1f4dd9c-1bfd-494b-a2bd-d65d683b6931|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:34:54.242Z|a1f4dd9c-1bfd-494b-a2bd-d65d683b6931|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:34:56.117Z|022b1a58-513d-4f7e-abd1-b8f675c2fbdd|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:34:56.118Z|022b1a58-513d-4f7e-abd1-b8f675c2fbdd|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:35:00.823Z|6bb33c8f-00ac-428d-9bb9-5a62e0b6e770|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:35:00.823Z|6bb33c8f-00ac-428d-9bb9-5a62e0b6e770|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:35:02.672Z|8d1d4cb2-517f-4a65-94c9-1fb277b87915|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:35:02.673Z|8d1d4cb2-517f-4a65-94c9-1fb277b87915|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:35:04.271Z|8f63c809-86bc-4e68-87ed-86e2298079c6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:35:04.271Z|8f63c809-86bc-4e68-87ed-86e2298079c6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:35:05.089Z|21657cd9-629f-49b4-8432-e6d240d72bd6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:35:05.090Z|21657cd9-629f-49b4-8432-e6d240d72bd6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:35:10.854Z|a772bf70-3161-4d99-aa02-e670a1eaf61a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:35:10.855Z|a772bf70-3161-4d99-aa02-e670a1eaf61a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:35:12.707Z|bf3a0669-cb89-4da5-a204-53c99c6cecc8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:35:12.708Z|bf3a0669-cb89-4da5-a204-53c99c6cecc8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:35:14.301Z|9c093edf-d3f1-4ea5-bd67-b2a87a928877|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:35:14.301Z|9c093edf-d3f1-4ea5-bd67-b2a87a928877|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:35:20.093Z|e1371048-bced-4f51-a866-304911b346df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:35:20.094Z|e1371048-bced-4f51-a866-304911b346df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:35:20.888Z|3fc57bf5-4a64-422c-bd8a-17d6804b7ca4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:35:20.889Z|3fc57bf5-4a64-422c-bd8a-17d6804b7ca4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:35:21.087Z|f725c337-69e0-47a8-9a6d-2f2cc10e50e2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:35:21.088Z|f725c337-69e0-47a8-9a6d-2f2cc10e50e2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:35:22.737Z|69e422ce-dd7e-48fa-9c8b-2b0fae23cb9d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:35:22.738Z|69e422ce-dd7e-48fa-9c8b-2b0fae23cb9d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:35:24.333Z|5d86edfa-e6a3-41c7-9981-b6b8dd0095a8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:35:24.334Z|5d86edfa-e6a3-41c7-9981-b6b8dd0095a8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:35:30.920Z|d2a19aa7-d5ac-4f70-912a-4f0aece9e2fe|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:35:30.921Z|d2a19aa7-d5ac-4f70-912a-4f0aece9e2fe|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:35:32.769Z|c23db1be-ba61-45c1-8c2d-32a7d2282ac2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:35:32.770Z|c23db1be-ba61-45c1-8c2d-32a7d2282ac2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:35:34.364Z|65189336-b06a-4580-8fd3-841e1260351b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:35:34.365Z|65189336-b06a-4580-8fd3-841e1260351b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:35:35.089Z|cf75bbe2-8ec1-4e4f-9341-84d79fd87164|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:35:35.089Z|cf75bbe2-8ec1-4e4f-9341-84d79fd87164|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:35:40.977Z|a28acefe-be52-4886-8405-6a96feed6e6c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:35:40.987Z|a28acefe-be52-4886-8405-6a96feed6e6c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:35:42.803Z|03b3fc6a-afe5-4095-87c6-36ab90dbaf2e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:35:42.804Z|03b3fc6a-afe5-4095-87c6-36ab90dbaf2e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:35:44.396Z|512e339e-b1ed-4da9-b392-7c6c362dbfae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:35:44.397Z|512e339e-b1ed-4da9-b392-7c6c362dbfae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:35:50.089Z|c3f5fc5f-da41-42db-99d4-5b945ad1be32|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:35:50.095Z|c3f5fc5f-da41-42db-99d4-5b945ad1be32|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:35:51.032Z|e70701f9-c996-46f4-ab03-93e54bd572b8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:35:51.033Z|e70701f9-c996-46f4-ab03-93e54bd572b8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:35:51.088Z|f05aca7c-66c6-4e07-a7d7-13a2a3fc36ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:35:51.089Z|f05aca7c-66c6-4e07-a7d7-13a2a3fc36ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:35:52.835Z|9971f634-44bd-44aa-8caf-2c1f5faecce6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:35:52.836Z|9971f634-44bd-44aa-8caf-2c1f5faecce6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:35:54.429Z|555c95e3-7046-4df3-bc46-4c54a55666fe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:35:54.431Z|555c95e3-7046-4df3-bc46-4c54a55666fe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:35:56.118Z|82544888-bcd3-4fec-ac35-fa21d3e585c5|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:35:56.119Z|82544888-bcd3-4fec-ac35-fa21d3e585c5|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:36:01.061Z|7fba8b2f-3db7-4588-bfd3-43c2c7e5437c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:36:01.062Z|7fba8b2f-3db7-4588-bfd3-43c2c7e5437c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:36:02.869Z|65b0844e-5b83-4cf1-a03e-839d67e4b6a3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:36:02.870Z|65b0844e-5b83-4cf1-a03e-839d67e4b6a3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:36:04.460Z|066f8815-1244-4591-989b-cb5902b2a1bb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:36:04.461Z|066f8815-1244-4591-989b-cb5902b2a1bb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:36:05.089Z|2cedf7dd-c674-4335-8c6f-511b627dc521|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:36:05.089Z|2cedf7dd-c674-4335-8c6f-511b627dc521|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:36:11.092Z|8517d969-2e75-4f0c-a780-326df308e204|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:36:11.093Z|8517d969-2e75-4f0c-a780-326df308e204|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:36:12.900Z|9b64a174-dcf2-439e-a25e-a14165f10d78|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:36:12.901Z|9b64a174-dcf2-439e-a25e-a14165f10d78|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:36:14.489Z|42b01c3b-72d7-45b9-b542-acd2535e3a84|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:36:14.490Z|42b01c3b-72d7-45b9-b542-acd2535e3a84|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:36:20.089Z|e342f12e-38c7-4686-a664-20966cf9fe1f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:36:20.090Z|e342f12e-38c7-4686-a664-20966cf9fe1f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:36:21.089Z|00f2e4ef-d2d8-4caf-ab94-4400dd16ab5e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:36:21.090Z|00f2e4ef-d2d8-4caf-ab94-4400dd16ab5e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:36:21.122Z|51438740-27f5-4b15-8f8b-1f8b09d4b84d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:36:21.123Z|51438740-27f5-4b15-8f8b-1f8b09d4b84d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:36:22.933Z|83db28a3-3ee9-4e06-8efe-100e0d3f3f35|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:36:22.934Z|83db28a3-3ee9-4e06-8efe-100e0d3f3f35|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:36:24.523Z|43a23d05-910f-428a-b6f4-6ae35ffd3e2f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:36:24.524Z|43a23d05-910f-428a-b6f4-6ae35ffd3e2f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:36:31.149Z|81ae04c4-7f6e-4de7-b841-26ebaed6b947|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:36:31.149Z|81ae04c4-7f6e-4de7-b841-26ebaed6b947|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:36:32.965Z|d6e77206-8a5f-4e4f-bdf1-e31ba83bc6ee|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:36:32.966Z|d6e77206-8a5f-4e4f-bdf1-e31ba83bc6ee|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:36:34.563Z|655bc66b-2f07-401a-bcb6-b32eaaec466d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:36:34.564Z|655bc66b-2f07-401a-bcb6-b32eaaec466d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:36:35.089Z|8f9b9227-d13f-40d3-b288-176a9536f978|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:36:35.093Z|8f9b9227-d13f-40d3-b288-176a9536f978|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:36:41.193Z|2c0cb0e0-cb4e-440c-bcec-480e0dd683a7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:36:41.193Z|2c0cb0e0-cb4e-440c-bcec-480e0dd683a7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:36:42.997Z|ab3d8c0e-0d62-4b14-b50f-dcc20ee06f65|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:36:42.997Z|ab3d8c0e-0d62-4b14-b50f-dcc20ee06f65|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:36:44.592Z|a68e2780-1c5d-46b2-b907-9bfa2694472c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:36:44.593Z|a68e2780-1c5d-46b2-b907-9bfa2694472c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:36:50.089Z|264a3a16-950c-48b7-989a-9470d49b56be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:36:50.090Z|264a3a16-950c-48b7-989a-9470d49b56be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:36:51.091Z|0325c02c-a39b-4ee1-89ae-fcfa78ef3299|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:36:51.091Z|0325c02c-a39b-4ee1-89ae-fcfa78ef3299|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:36:51.225Z|0d1fcaf7-9c40-4f9a-876b-48d1f462dccb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:36:51.226Z|0d1fcaf7-9c40-4f9a-876b-48d1f462dccb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:36:53.029Z|082a07aa-91c0-4562-b552-25721a3f23cc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:36:53.030Z|082a07aa-91c0-4562-b552-25721a3f23cc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:36:54.624Z|de5a27af-256f-4d36-abcb-75cc1d3ab754|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:36:54.624Z|de5a27af-256f-4d36-abcb-75cc1d3ab754|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:36:56.116Z|2b39b927-0fb3-4ea0-b14c-e88b8c2c54e6|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:36:56.117Z|2b39b927-0fb3-4ea0-b14c-e88b8c2c54e6|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:37:01.257Z|bef6bb5c-8665-4a34-9dfc-fdbcdfb2e40f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:37:01.258Z|bef6bb5c-8665-4a34-9dfc-fdbcdfb2e40f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:37:03.063Z|1b69482e-7a62-437d-9a56-d122e0b28c4c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:37:03.064Z|1b69482e-7a62-437d-9a56-d122e0b28c4c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:37:04.655Z|d04cbf40-bffb-4c99-9214-4b33c423a783|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:37:04.656Z|d04cbf40-bffb-4c99-9214-4b33c423a783|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:37:05.089Z|26be9f96-45e0-4ad7-83a5-60d39e477cba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:37:05.089Z|26be9f96-45e0-4ad7-83a5-60d39e477cba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:37:11.291Z|3496752d-d9db-4015-b8ce-eaf4251fdbf2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:37:11.292Z|3496752d-d9db-4015-b8ce-eaf4251fdbf2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:37:13.095Z|dc73a4c8-e4c6-481b-8e43-44e9cf9f9a90|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:37:13.096Z|dc73a4c8-e4c6-481b-8e43-44e9cf9f9a90|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:37:14.686Z|fbbfea09-0bed-403f-a7e0-ea7b58b23a87|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:37:14.687Z|fbbfea09-0bed-403f-a7e0-ea7b58b23a87|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:37:20.089Z|486ceeb0-8d8a-44e7-b06a-1c5db28b162d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:37:20.094Z|486ceeb0-8d8a-44e7-b06a-1c5db28b162d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:37:21.092Z|b9054cf9-99b8-4841-b0ad-922843bf83dd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:37:21.093Z|b9054cf9-99b8-4841-b0ad-922843bf83dd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:37:21.321Z|858df997-ef37-4d88-b77e-160d9f96ac0c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:37:21.322Z|858df997-ef37-4d88-b77e-160d9f96ac0c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:37:23.126Z|6f0b6fb2-aa1d-43f8-954c-f2966c159b0c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:37:23.127Z|6f0b6fb2-aa1d-43f8-954c-f2966c159b0c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:37:24.717Z|2e4b288b-a80d-4ea1-b531-a3e1926fb058|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:37:24.718Z|2e4b288b-a80d-4ea1-b531-a3e1926fb058|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:37:31.350Z|bc9ac4f4-3cae-48ca-9abf-801eda66191a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:37:31.351Z|bc9ac4f4-3cae-48ca-9abf-801eda66191a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:37:33.158Z|c26a0e3d-7e2c-4206-9659-fc30317b41c5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:37:33.159Z|c26a0e3d-7e2c-4206-9659-fc30317b41c5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:37:34.750Z|bd139ff3-1dec-4fac-808b-081f2ec81d7f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:37:34.752Z|bd139ff3-1dec-4fac-808b-081f2ec81d7f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:37:35.089Z|fd603d07-00fc-49f9-b0f1-f3e42d8c1500|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:37:35.090Z|fd603d07-00fc-49f9-b0f1-f3e42d8c1500|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:37:41.378Z|82ef6a5c-aa20-4afb-a15b-81fefe18779b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:37:41.379Z|82ef6a5c-aa20-4afb-a15b-81fefe18779b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:37:43.190Z|62803e28-8e0f-4082-ba6f-3e9181181717|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:37:43.191Z|62803e28-8e0f-4082-ba6f-3e9181181717|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:37:44.783Z|1697ff41-ff3e-418c-b2bd-f33dc055c89c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:37:44.785Z|1697ff41-ff3e-418c-b2bd-f33dc055c89c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:37:50.089Z|84b28499-923d-4e38-b468-815620c974b9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:37:50.089Z|84b28499-923d-4e38-b468-815620c974b9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:37:51.093Z|a23cb4d1-18d7-4832-84ba-a1819a768339|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:37:51.094Z|a23cb4d1-18d7-4832-84ba-a1819a768339|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:37:51.404Z|5d6bc8f6-6e7a-438a-805a-8d5c2ea5f880|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:37:51.405Z|5d6bc8f6-6e7a-438a-805a-8d5c2ea5f880|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:37:53.222Z|2b6e3791-fb85-41f1-b38f-72e9de161458|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:37:53.223Z|2b6e3791-fb85-41f1-b38f-72e9de161458|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:37:54.815Z|30b71436-2eed-417a-858e-82b9c9f10557|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:37:54.815Z|30b71436-2eed-417a-858e-82b9c9f10557|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:37:56.117Z|874fe100-2dc5-43b4-9fc4-13eb36843596|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:37:56.118Z|874fe100-2dc5-43b4-9fc4-13eb36843596|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:38:01.432Z|99e31e16-35fc-4570-9bd3-c671eb99b066|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:38:01.433Z|99e31e16-35fc-4570-9bd3-c671eb99b066|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:38:03.257Z|99726f6f-df9a-4997-a5dd-69a87899c64b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:38:03.258Z|99726f6f-df9a-4997-a5dd-69a87899c64b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:38:04.844Z|6b730f7b-7e62-40da-a04e-539d235734cb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:38:04.844Z|6b730f7b-7e62-40da-a04e-539d235734cb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:38:05.089Z|b838fcb2-32c3-4ba0-b4bb-5c594c89e157|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:38:05.093Z|b838fcb2-32c3-4ba0-b4bb-5c594c89e157|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:38:11.461Z|18e8626b-f511-4259-b69a-c4c90595e896|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:38:11.462Z|18e8626b-f511-4259-b69a-c4c90595e896|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:38:13.280Z|72e5d1ec-665c-4609-96da-f7247e81fd7b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:38:13.281Z|72e5d1ec-665c-4609-96da-f7247e81fd7b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:38:14.873Z|3adbcff7-fa6b-445c-89c5-b32e0cf9323f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:38:14.874Z|3adbcff7-fa6b-445c-89c5-b32e0cf9323f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:38:20.089Z|f529a563-33c7-405c-8559-02b5c174ec95|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:38:20.089Z|f529a563-33c7-405c-8559-02b5c174ec95|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:38:21.094Z|573f6a5f-c991-41ab-ad5d-8324def42e3c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:38:21.095Z|573f6a5f-c991-41ab-ad5d-8324def42e3c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:38:21.492Z|283328fa-2da8-4ebd-a8bb-aedd62c75919|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:38:21.493Z|283328fa-2da8-4ebd-a8bb-aedd62c75919|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:38:23.314Z|57da296c-ed11-4973-bc63-85dc359ad2fa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:38:23.315Z|57da296c-ed11-4973-bc63-85dc359ad2fa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:38:24.903Z|a40f38fb-33b6-4e92-992c-96f4a01a583c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:38:24.904Z|a40f38fb-33b6-4e92-992c-96f4a01a583c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:38:31.534Z|deac6646-bb10-4756-b9dd-fb2cbb52a1b0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:38:31.535Z|deac6646-bb10-4756-b9dd-fb2cbb52a1b0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:38:33.341Z|460fff3c-c9fb-42a1-9e20-346492113473|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:38:33.343Z|460fff3c-c9fb-42a1-9e20-346492113473|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:38:34.933Z|32607b61-1efa-43a9-947e-c43612f2fc25|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:38:34.934Z|32607b61-1efa-43a9-947e-c43612f2fc25|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:38:35.089Z|591b211d-4f48-41b0-ab9e-fc845317fab9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:38:35.089Z|591b211d-4f48-41b0-ab9e-fc845317fab9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:38:41.569Z|6da74a8d-f2e0-47c2-8ed4-9f090179650d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:38:41.570Z|6da74a8d-f2e0-47c2-8ed4-9f090179650d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:38:43.372Z|8b7aa6c6-eabb-49da-aca4-ad180830b2eb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:38:43.372Z|8b7aa6c6-eabb-49da-aca4-ad180830b2eb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:38:44.966Z|8f849e23-ea41-480b-9dba-5bd22610572b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:38:44.967Z|8f849e23-ea41-480b-9dba-5bd22610572b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:38:50.089Z|8b9f66e8-3258-4156-8fe1-542029ae02bb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:38:50.093Z|8b9f66e8-3258-4156-8fe1-542029ae02bb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:38:51.096Z|26553dff-c9a6-40ac-92e4-5db1ab2327a6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:38:51.096Z|26553dff-c9a6-40ac-92e4-5db1ab2327a6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:38:51.604Z|eebe9cd4-cf0c-4844-a4f9-028efce98443|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:38:51.605Z|eebe9cd4-cf0c-4844-a4f9-028efce98443|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:38:53.401Z|f44f4bc0-0c2d-4dc2-a49b-9f4f4f279378|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:38:53.401Z|f44f4bc0-0c2d-4dc2-a49b-9f4f4f279378|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:38:54.996Z|87484307-be74-4836-8205-a2371431b0fb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:38:54.997Z|87484307-be74-4836-8205-a2371431b0fb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:38:56.116Z|48f407b9-de14-4881-b6ca-1746b04e1257|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:38:56.117Z|48f407b9-de14-4881-b6ca-1746b04e1257|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:39:01.638Z|67825653-3af3-4f9d-8915-9b23a50d0dfe|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:39:01.639Z|67825653-3af3-4f9d-8915-9b23a50d0dfe|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:39:03.434Z|ff528942-f94c-481c-90b6-50ccf6a46850|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:39:03.436Z|ff528942-f94c-481c-90b6-50ccf6a46850|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:39:05.029Z|d68b734c-2f11-4deb-b20d-21f3ae580a38|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:39:05.030Z|d68b734c-2f11-4deb-b20d-21f3ae580a38|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:39:05.089Z|801c44d5-7ede-4e88-8c06-e7ff33a10890|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:39:05.090Z|801c44d5-7ede-4e88-8c06-e7ff33a10890|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:39:11.667Z|2b63ad61-d13d-44f4-897a-78b511611d3d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:39:11.668Z|2b63ad61-d13d-44f4-897a-78b511611d3d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:39:13.471Z|9b1e3a2e-114a-4bdc-8b38-eb72d2f605e7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:39:13.472Z|9b1e3a2e-114a-4bdc-8b38-eb72d2f605e7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:39:15.060Z|cfe28e14-6909-4ae2-8791-5f5480cf28ae|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:39:15.061Z|cfe28e14-6909-4ae2-8791-5f5480cf28ae|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:39:20.089Z|29342f9f-107f-4f63-85dd-10dd0edb6068|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:39:20.089Z|29342f9f-107f-4f63-85dd-10dd0edb6068|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:39:21.097Z|dcdf41f5-cb16-4ee3-9ba9-40194fb5b433|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:39:21.098Z|dcdf41f5-cb16-4ee3-9ba9-40194fb5b433|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:39:21.697Z|6041a3d3-9665-40f6-b7c4-0dbca26465e7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:39:21.698Z|6041a3d3-9665-40f6-b7c4-0dbca26465e7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:39:23.502Z|c1eb9c49-bdd6-4310-89f2-2fabdc8d4bcc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:39:23.504Z|c1eb9c49-bdd6-4310-89f2-2fabdc8d4bcc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:39:25.092Z|31e8e72e-0cd6-4db8-9a36-dd0d6f2a85db|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:39:25.093Z|31e8e72e-0cd6-4db8-9a36-dd0d6f2a85db|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:39:31.731Z|12142571-5b59-4dab-a03a-688e3b64394e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:39:31.732Z|12142571-5b59-4dab-a03a-688e3b64394e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:39:33.529Z|4f9fb310-9ca7-4e2b-9dfa-eb2aed12dcf3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:39:33.530Z|4f9fb310-9ca7-4e2b-9dfa-eb2aed12dcf3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:39:35.089Z|2c27f2f8-dc9b-4b3e-b684-023beed1d2bc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:39:35.094Z|2c27f2f8-dc9b-4b3e-b684-023beed1d2bc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:39:35.125Z|52e4142b-25c1-4723-a9e8-e35bf9a586c2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:39:35.125Z|52e4142b-25c1-4723-a9e8-e35bf9a586c2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:39:41.761Z|4d8452a2-ac01-43c2-bf46-8a3eff68f44e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:39:41.762Z|4d8452a2-ac01-43c2-bf46-8a3eff68f44e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:39:43.560Z|9ee5ca08-7ef5-406b-8103-dba1c598d0e3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:39:43.561Z|9ee5ca08-7ef5-406b-8103-dba1c598d0e3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:39:45.155Z|7f8c60fd-ebb2-4d98-ac3c-11bcaf322a56|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:39:45.156Z|7f8c60fd-ebb2-4d98-ac3c-11bcaf322a56|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:39:50.089Z|103ee940-2a7a-4355-b865-b4665b95d0cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:39:50.089Z|103ee940-2a7a-4355-b865-b4665b95d0cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:39:51.098Z|371ff292-cc7f-4b61-8ec6-76c90a731d76|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:39:51.099Z|371ff292-cc7f-4b61-8ec6-76c90a731d76|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:39:51.796Z|9c1eae53-d504-4fc2-925d-d0eff32dbf57|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:39:51.797Z|9c1eae53-d504-4fc2-925d-d0eff32dbf57|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:39:53.593Z|be9301df-0f89-4e0b-9ea0-b0453cb7807d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:39:53.594Z|be9301df-0f89-4e0b-9ea0-b0453cb7807d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:39:55.189Z|ce5ef8c8-e802-4650-b40c-0a6baeb99f58|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:39:55.190Z|ce5ef8c8-e802-4650-b40c-0a6baeb99f58|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:39:56.117Z|c66be68c-452b-4a2e-9512-534d69745eeb|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:39:56.118Z|c66be68c-452b-4a2e-9512-534d69745eeb|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:40:01.829Z|eba03b51-ec9e-4e84-9b6f-bf9ab22c06b5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:40:01.830Z|eba03b51-ec9e-4e84-9b6f-bf9ab22c06b5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:40:03.628Z|11f49410-89ff-4b2e-b574-e3260096ec34|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:40:03.629Z|11f49410-89ff-4b2e-b574-e3260096ec34|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:40:05.089Z|ed814723-e927-4fad-89a7-c962768c1145|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:40:05.090Z|ed814723-e927-4fad-89a7-c962768c1145|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:40:05.223Z|23d6b0f5-d4c6-484e-bd48-cf1a7f22164c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:40:05.224Z|23d6b0f5-d4c6-484e-bd48-cf1a7f22164c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:40:11.861Z|7d325a76-a262-4e50-a88a-89b902402007|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:40:11.862Z|7d325a76-a262-4e50-a88a-89b902402007|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:40:13.661Z|5d79bdcc-5efe-427b-b649-50733cb8b4ee|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:40:13.662Z|5d79bdcc-5efe-427b-b649-50733cb8b4ee|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:40:15.256Z|0967362d-745d-495f-950f-df640242edb9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:40:15.257Z|0967362d-745d-495f-950f-df640242edb9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:40:20.089Z|10881fe2-f7f8-47fe-ae29-ac7d9c12e430|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:40:20.093Z|10881fe2-f7f8-47fe-ae29-ac7d9c12e430|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:40:21.100Z|c4c8bccc-0acd-47ce-b808-bce24c5a3026|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:40:21.100Z|c4c8bccc-0acd-47ce-b808-bce24c5a3026|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:40:21.893Z|640afda4-248a-4f39-bb88-3ee72daf9519|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:40:21.894Z|640afda4-248a-4f39-bb88-3ee72daf9519|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:40:23.690Z|8e7fd47c-d8b7-4d8a-b825-e51ae29cc6e3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:40:23.691Z|8e7fd47c-d8b7-4d8a-b825-e51ae29cc6e3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:40:25.288Z|e22f64c9-1d34-4212-8900-367104923ad0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:40:25.289Z|e22f64c9-1d34-4212-8900-367104923ad0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:40:31.925Z|4d50da36-ab43-4558-9150-37d51f66f738|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:40:31.926Z|4d50da36-ab43-4558-9150-37d51f66f738|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:40:33.723Z|5d1cf01d-32dd-4f7f-b612-698fb68d72b1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:40:33.724Z|5d1cf01d-32dd-4f7f-b612-698fb68d72b1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:40:35.089Z|69d66be9-d011-498d-a652-4555279a724b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:40:35.089Z|69d66be9-d011-498d-a652-4555279a724b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:40:35.322Z|21e29df5-b98d-4862-85b0-4016aa226a43|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:40:35.323Z|21e29df5-b98d-4862-85b0-4016aa226a43|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:40:41.956Z|3a46e77e-7752-4f1c-b06f-09ed0e002278|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:40:41.957Z|3a46e77e-7752-4f1c-b06f-09ed0e002278|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:40:43.768Z|b3d06224-6287-4046-bdeb-418bd0d6f1bb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:40:43.769Z|b3d06224-6287-4046-bdeb-418bd0d6f1bb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:40:45.356Z|b13b89b5-62d4-4b2a-b1b3-90a0d62b7057|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:40:45.356Z|b13b89b5-62d4-4b2a-b1b3-90a0d62b7057|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:40:50.089Z|d18aefb4-f0fe-453e-add9-14eb0fca1258|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:40:50.090Z|d18aefb4-f0fe-453e-add9-14eb0fca1258|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:40:51.101Z|f21a5e0b-8336-43ee-8af0-5bb81d6c3280|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:40:51.101Z|f21a5e0b-8336-43ee-8af0-5bb81d6c3280|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:40:51.987Z|6edf1d2d-5700-4b39-90db-a15eefaece62|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:40:51.988Z|6edf1d2d-5700-4b39-90db-a15eefaece62|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:40:53.793Z|3c8ca2d5-7d51-45a2-832d-bc53db8d38b4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:40:53.794Z|3c8ca2d5-7d51-45a2-832d-bc53db8d38b4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:40:55.389Z|97ac8f20-994b-4eaa-b533-4e65a402da69|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:40:55.390Z|97ac8f20-994b-4eaa-b533-4e65a402da69|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:40:56.123Z|471e197b-851b-42ea-a0e7-fecb8ec4d746|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:40:56.124Z|471e197b-851b-42ea-a0e7-fecb8ec4d746|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:41:02.019Z|4a6d6a94-25c4-4704-b58a-da848a20d071|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:41:02.019Z|4a6d6a94-25c4-4704-b58a-da848a20d071|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:41:03.832Z|12f6cb29-84f4-4efe-a1c5-74a148c4e562|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:41:03.833Z|12f6cb29-84f4-4efe-a1c5-74a148c4e562|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:41:05.089Z|be8ac65e-7e6c-42b3-8950-6fb54ea6841e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:41:05.093Z|be8ac65e-7e6c-42b3-8950-6fb54ea6841e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:41:05.421Z|63f868fe-a3ac-4ea9-877b-5a84f93c3abd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:41:05.422Z|63f868fe-a3ac-4ea9-877b-5a84f93c3abd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:41:12.050Z|95f1a881-19e6-48c5-ae55-a99ce94766c2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:41:12.051Z|95f1a881-19e6-48c5-ae55-a99ce94766c2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:41:13.860Z|731ffc99-8928-47f0-ac49-9afc937116a3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:41:13.862Z|731ffc99-8928-47f0-ac49-9afc937116a3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:41:15.452Z|e12b9814-a290-4cf1-beb6-75b4bdbe2878|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:41:15.453Z|e12b9814-a290-4cf1-beb6-75b4bdbe2878|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:41:20.089Z|f56f3200-6d53-4cc2-8f4d-e0db1b432abb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:41:20.089Z|f56f3200-6d53-4cc2-8f4d-e0db1b432abb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:41:21.102Z|3744118c-deca-4104-a623-8accbc8c13c1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:41:21.103Z|3744118c-deca-4104-a623-8accbc8c13c1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:41:22.082Z|f46a2620-600b-44e9-8b4e-3ae5ed875b80|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:41:22.083Z|f46a2620-600b-44e9-8b4e-3ae5ed875b80|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:41:23.885Z|455e1cf2-d3c8-4e11-8320-0e82b1d8dc38|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:41:23.887Z|455e1cf2-d3c8-4e11-8320-0e82b1d8dc38|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:41:25.483Z|d6c01b8d-cc51-4edc-b40f-b7a81e59cf15|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:41:25.484Z|d6c01b8d-cc51-4edc-b40f-b7a81e59cf15|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:41:32.114Z|dd30c64a-30c5-4852-bf97-0b70b2c87403|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:41:32.115Z|dd30c64a-30c5-4852-bf97-0b70b2c87403|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:41:33.915Z|85baa37a-f8ca-4f02-827c-b2c575eff006|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:41:33.916Z|85baa37a-f8ca-4f02-827c-b2c575eff006|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:41:35.089Z|8cc349c9-43ae-4e86-b6f8-11f3bfdf2d63|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:41:35.089Z|8cc349c9-43ae-4e86-b6f8-11f3bfdf2d63|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:41:35.515Z|5af04665-6912-4b96-a357-38481f381bfa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:41:35.516Z|5af04665-6912-4b96-a357-38481f381bfa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:41:42.143Z|3348f058-4567-4958-81ed-bdd53b75b0a6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:41:42.144Z|3348f058-4567-4958-81ed-bdd53b75b0a6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:41:43.947Z|132cbb5b-9e1c-44da-a995-e80c76b2efab|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:41:43.948Z|132cbb5b-9e1c-44da-a995-e80c76b2efab|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:41:45.549Z|887edec2-4014-416a-99df-68ba5bfd0607|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:41:45.550Z|887edec2-4014-416a-99df-68ba5bfd0607|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:41:50.089Z|fa86706e-b869-43a7-9e7c-9460f99a0d16|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:41:50.093Z|fa86706e-b869-43a7-9e7c-9460f99a0d16|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:41:51.103Z|d7ea8849-7678-4c0c-8dad-30607f12ef8a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:41:51.104Z|d7ea8849-7678-4c0c-8dad-30607f12ef8a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:41:52.169Z|da4a5ceb-7bbc-4629-ad21-617c30548f9c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:41:52.170Z|da4a5ceb-7bbc-4629-ad21-617c30548f9c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:41:53.978Z|0b8173f2-1a4c-4b96-abff-4ba7bc6ecaef|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:41:53.979Z|0b8173f2-1a4c-4b96-abff-4ba7bc6ecaef|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:41:55.580Z|8470260f-d99a-4559-8b7e-cb1e6899228c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:41:55.581Z|8470260f-d99a-4559-8b7e-cb1e6899228c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:41:56.116Z|192b0fb7-d5f3-4229-8c9f-42d906136b96|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:41:56.117Z|192b0fb7-d5f3-4229-8c9f-42d906136b96|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:42:02.201Z|7a5650bd-ad9c-4c5f-a217-b4280b1d4539|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:42:02.201Z|7a5650bd-ad9c-4c5f-a217-b4280b1d4539|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:42:04.010Z|4f0ab081-070e-49cc-98be-c92e410a5dcc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:42:04.011Z|4f0ab081-070e-49cc-98be-c92e410a5dcc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:42:05.089Z|95e5af75-c0db-4e56-a8d4-01d6ffd5be09|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:42:05.089Z|95e5af75-c0db-4e56-a8d4-01d6ffd5be09|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:42:05.614Z|ede5e22a-0c97-454a-8040-b537672966ed|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:42:05.615Z|ede5e22a-0c97-454a-8040-b537672966ed|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:42:12.233Z|0c2beb55-53ac-4f42-9f50-a49c8ab770e8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:42:12.234Z|0c2beb55-53ac-4f42-9f50-a49c8ab770e8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:42:14.041Z|5fc19c44-c4ff-4a24-8c57-839462795cb8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:42:14.042Z|5fc19c44-c4ff-4a24-8c57-839462795cb8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:42:15.647Z|385385f3-0856-4dbf-9ae6-51ee18f803e9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:42:15.648Z|385385f3-0856-4dbf-9ae6-51ee18f803e9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:42:20.089Z|1b7af06a-0dcb-4283-aafe-c835b6852ecf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:42:20.090Z|1b7af06a-0dcb-4283-aafe-c835b6852ecf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:42:21.104Z|708c52cd-3675-41db-89eb-87a14eed0a0a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:42:21.105Z|708c52cd-3675-41db-89eb-87a14eed0a0a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:42:22.262Z|3650eecd-19e3-4627-aac1-a8b0bdb816b8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:42:22.263Z|3650eecd-19e3-4627-aac1-a8b0bdb816b8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:42:24.069Z|921cec6d-815c-4524-b308-b49540e10281|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:42:24.070Z|921cec6d-815c-4524-b308-b49540e10281|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:42:25.680Z|c4aab89a-6fdf-4c5f-bee4-84ed97591976|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:42:25.681Z|c4aab89a-6fdf-4c5f-bee4-84ed97591976|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:42:32.297Z|63e86a66-cf88-4024-a66e-9c441c36b8db|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:42:32.297Z|63e86a66-cf88-4024-a66e-9c441c36b8db|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:42:34.097Z|248cd680-228f-4292-b412-ebff5152eff3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:42:34.097Z|248cd680-228f-4292-b412-ebff5152eff3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:42:35.089Z|3431d7e0-4650-4fd8-a2d2-a50284777eff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:42:35.092Z|3431d7e0-4650-4fd8-a2d2-a50284777eff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:42:35.713Z|25d58833-10dc-4d1c-8c2f-25a40465226f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:42:35.714Z|25d58833-10dc-4d1c-8c2f-25a40465226f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:42:42.329Z|d6c36937-7676-43b0-b9d4-cfba83ce73fb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:42:42.330Z|d6c36937-7676-43b0-b9d4-cfba83ce73fb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:42:44.122Z|0419846f-c2e0-46ad-be09-132e32989f29|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:42:44.123Z|0419846f-c2e0-46ad-be09-132e32989f29|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:42:45.748Z|c1011d4b-3dd4-4966-bb4c-3b6f64050a14|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:42:45.749Z|c1011d4b-3dd4-4966-bb4c-3b6f64050a14|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:42:50.089Z|6269c80f-3d60-47e8-b49b-183f0434d230|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:42:50.090Z|6269c80f-3d60-47e8-b49b-183f0434d230|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:42:51.105Z|55523bb4-b108-4395-b948-d779fd498169|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:42:51.106Z|55523bb4-b108-4395-b948-d779fd498169|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:42:52.360Z|2234eada-0aa2-48af-84d2-2375492b514f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:42:52.361Z|2234eada-0aa2-48af-84d2-2375492b514f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:42:54.145Z|c3b11ff4-3f81-40fa-921b-1de1677150b5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:42:54.146Z|c3b11ff4-3f81-40fa-921b-1de1677150b5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:42:55.781Z|281177f3-e9ce-4ca7-aee5-663d9267617d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:42:55.782Z|281177f3-e9ce-4ca7-aee5-663d9267617d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:42:56.116Z|c85d98c4-d749-404d-a993-16ce6087d0a9|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:42:56.117Z|c85d98c4-d749-404d-a993-16ce6087d0a9|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:43:02.398Z|dfa5af1a-f0c0-4d7c-8292-1c6adb2afc76|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:43:02.399Z|dfa5af1a-f0c0-4d7c-8292-1c6adb2afc76|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:43:04.176Z|b80953a3-aa27-412c-af12-5f4cf9a5bae3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:43:04.177Z|b80953a3-aa27-412c-af12-5f4cf9a5bae3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:43:05.094Z|a3191fa5-c3f5-4774-b28e-b72c44260279|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:43:05.097Z|a3191fa5-c3f5-4774-b28e-b72c44260279|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:43:05.813Z|ad979fc7-60ad-4101-8166-edfa5d21756d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:43:05.814Z|ad979fc7-60ad-4101-8166-edfa5d21756d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:43:12.427Z|5b2a50c6-e146-4c64-b72b-c4ba7b2c3018|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:43:12.428Z|5b2a50c6-e146-4c64-b72b-c4ba7b2c3018|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:43:14.211Z|40d605d5-c308-4502-9d8d-d4abdebc906e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:43:14.211Z|40d605d5-c308-4502-9d8d-d4abdebc906e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:43:15.846Z|48e70f60-f7aa-4cb2-94bd-f04dd3768e92|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:43:15.847Z|48e70f60-f7aa-4cb2-94bd-f04dd3768e92|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:43:20.089Z|67b68fcf-c6ef-4597-b03d-95f9842bcb02|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:43:20.090Z|67b68fcf-c6ef-4597-b03d-95f9842bcb02|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:43:21.107Z|2fc7bf3f-3dad-45fa-b56a-bbbd0b9158d3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:43:21.108Z|2fc7bf3f-3dad-45fa-b56a-bbbd0b9158d3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:43:22.473Z|7853025f-278e-4d78-b190-bf3728498712|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:43:22.475Z|7853025f-278e-4d78-b190-bf3728498712|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:43:24.242Z|6941d746-9331-44ed-8eb0-20d0dc7321f4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:43:24.243Z|6941d746-9331-44ed-8eb0-20d0dc7321f4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:43:25.882Z|d8b784e2-fad1-4574-bf57-6af267ac0684|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:43:25.885Z|d8b784e2-fad1-4574-bf57-6af267ac0684|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:43:32.508Z|c628ea57-2d64-4c3a-a0d7-73e24ae3392c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:43:32.508Z|c628ea57-2d64-4c3a-a0d7-73e24ae3392c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:43:34.272Z|b1fc6119-8db1-4c31-80db-6811f4262bb2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:43:34.273Z|b1fc6119-8db1-4c31-80db-6811f4262bb2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:43:35.089Z|a79d3377-04dd-4b86-93fa-4e33c8048126|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:43:35.089Z|a79d3377-04dd-4b86-93fa-4e33c8048126|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:43:35.917Z|e2c73dda-ffa1-454b-9ce1-a847d03085d9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:43:35.918Z|e2c73dda-ffa1-454b-9ce1-a847d03085d9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:43:42.538Z|42c06f10-870f-49d5-b92a-4108a43252f6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:43:42.539Z|42c06f10-870f-49d5-b92a-4108a43252f6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:43:44.304Z|37706e17-2776-4245-85f5-544e2147e728|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:43:44.305Z|37706e17-2776-4245-85f5-544e2147e728|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:43:45.949Z|c43b9fa1-59b2-4dac-86a8-08af8073c1aa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:43:45.950Z|c43b9fa1-59b2-4dac-86a8-08af8073c1aa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:43:50.089Z|d35bec80-343d-4024-bdcb-c01d2616977c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:43:50.093Z|d35bec80-343d-4024-bdcb-c01d2616977c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:43:51.108Z|13bfe68e-21d5-40b0-91be-feafe82bd35e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:43:51.109Z|13bfe68e-21d5-40b0-91be-feafe82bd35e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:43:52.579Z|dcec2d8e-bab6-46a2-b9f8-dad90fbdb710|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:43:52.579Z|dcec2d8e-bab6-46a2-b9f8-dad90fbdb710|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:43:54.336Z|263128ec-8d16-414e-96db-3c0cd725cd4a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:43:54.337Z|263128ec-8d16-414e-96db-3c0cd725cd4a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:43:55.981Z|4b11e33e-b408-4f5d-b323-c07c448bc92f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:43:55.982Z|4b11e33e-b408-4f5d-b323-c07c448bc92f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:43:56.116Z|dab054fb-e229-4611-bb74-38b9e3209cc6|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:43:56.117Z|dab054fb-e229-4611-bb74-38b9e3209cc6|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:44:02.614Z|7f4b0ae0-f76e-4d9e-9419-eff464e2bcb3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:44:02.615Z|7f4b0ae0-f76e-4d9e-9419-eff464e2bcb3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:44:04.369Z|186db381-4359-4ae4-8878-d9210b7826db|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:44:04.369Z|186db381-4359-4ae4-8878-d9210b7826db|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:44:05.089Z|ed3b5a23-517f-4299-9e5f-90c84eb78499|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:44:05.090Z|ed3b5a23-517f-4299-9e5f-90c84eb78499|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:44:06.013Z|df49e609-f284-499f-8a9f-fde9c1623395|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:44:06.015Z|df49e609-f284-499f-8a9f-fde9c1623395|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:44:12.642Z|79ab99d0-1742-4c9c-bbfe-5534a65b5491|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:44:12.643Z|79ab99d0-1742-4c9c-bbfe-5534a65b5491|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:44:14.400Z|41e98d4d-538c-487e-a99b-75130ce610d7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:44:14.401Z|41e98d4d-538c-487e-a99b-75130ce610d7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:44:16.052Z|5bec8f55-d3ae-4743-b89e-3b70e6e509ae|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:44:16.052Z|5bec8f55-d3ae-4743-b89e-3b70e6e509ae|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:44:20.089Z|9294acb7-04ab-420b-8cf3-6863a391f271|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:44:20.089Z|9294acb7-04ab-420b-8cf3-6863a391f271|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:44:21.109Z|2d9cf401-aff5-402a-89c0-8aa5dc88b9ef|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:44:21.110Z|2d9cf401-aff5-402a-89c0-8aa5dc88b9ef|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:44:22.675Z|a36aa1f2-f627-4be3-8a78-51f141d58618|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:44:22.676Z|a36aa1f2-f627-4be3-8a78-51f141d58618|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:44:24.433Z|8a22434b-5559-4fb6-9ebf-bb309d3e102d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:44:24.433Z|8a22434b-5559-4fb6-9ebf-bb309d3e102d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:44:26.089Z|4423f7dc-b6e7-4145-ace3-074e2dfec6f7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:44:26.090Z|4423f7dc-b6e7-4145-ace3-074e2dfec6f7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:44:32.706Z|13b556d0-7e80-4fe8-9ec8-ff1b6b259f1e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:44:32.707Z|13b556d0-7e80-4fe8-9ec8-ff1b6b259f1e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:44:34.463Z|466b9b6a-0ae5-4c73-b129-b1d9f88402bd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:44:34.464Z|466b9b6a-0ae5-4c73-b129-b1d9f88402bd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:44:35.089Z|3915ef42-6187-463b-9efc-a0a8193d16eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:44:35.093Z|3915ef42-6187-463b-9efc-a0a8193d16eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:44:36.119Z|f507c886-9b76-45ce-871c-448d7e741a05|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:44:36.120Z|f507c886-9b76-45ce-871c-448d7e741a05|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:44:42.742Z|0eda7c9e-160d-43d6-80e8-94f142a5dce9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:44:42.743Z|0eda7c9e-160d-43d6-80e8-94f142a5dce9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:44:44.496Z|e6d00f57-82ed-4f2b-a28f-701b7573bd5b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:44:44.497Z|e6d00f57-82ed-4f2b-a28f-701b7573bd5b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:44:46.148Z|92971555-590d-4240-85de-06679b1a1734|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:44:46.149Z|92971555-590d-4240-85de-06679b1a1734|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:44:50.089Z|dfc77943-74c4-43cf-ae77-efd20398193b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:44:50.089Z|dfc77943-74c4-43cf-ae77-efd20398193b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:44:51.110Z|1625eecd-5f90-42a2-9c3e-28945fd7558c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:44:51.111Z|1625eecd-5f90-42a2-9c3e-28945fd7558c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:44:52.773Z|4e309bdb-b91c-468c-916c-930aac9303e3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:44:52.774Z|4e309bdb-b91c-468c-916c-930aac9303e3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:44:54.526Z|9d8d3ae4-ac51-46ae-b9c8-ca0a6ccfbb59|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:44:54.527Z|9d8d3ae4-ac51-46ae-b9c8-ca0a6ccfbb59|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:44:56.115Z|fa1818f1-b4be-43d9-b064-6be5059c5466|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:44:56.116Z|fa1818f1-b4be-43d9-b064-6be5059c5466|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:44:56.178Z|9b346eb6-d754-40d4-8330-25fb4780974e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:44:56.178Z|9b346eb6-d754-40d4-8330-25fb4780974e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:45:02.805Z|fd238fa1-cbdb-4a12-a937-d04b61ac2f77|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:45:02.806Z|fd238fa1-cbdb-4a12-a937-d04b61ac2f77|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:45:04.558Z|e798948a-8386-4708-83d3-620041d6abb7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:45:04.558Z|e798948a-8386-4708-83d3-620041d6abb7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:45:05.089Z|ceb62efa-c7ce-484f-a478-249ee52f860d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:45:05.089Z|ceb62efa-c7ce-484f-a478-249ee52f860d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:45:06.206Z|6f1ebff1-a74e-440c-aee7-2f33f1eab97c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:45:06.207Z|6f1ebff1-a74e-440c-aee7-2f33f1eab97c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:45:12.835Z|0fc3a15e-8b2e-49c4-8a3d-03d9d747819c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:45:12.836Z|0fc3a15e-8b2e-49c4-8a3d-03d9d747819c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:45:14.591Z|b7415d5b-a997-4b06-b97c-57057dfcc126|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:45:14.591Z|b7415d5b-a997-4b06-b97c-57057dfcc126|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:45:16.236Z|e8574d18-095b-4ace-8fc4-81c042ae037c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:45:16.236Z|e8574d18-095b-4ace-8fc4-81c042ae037c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:45:20.089Z|6a0dee58-e6e2-4eac-aff4-7100e4143e2a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:45:20.094Z|6a0dee58-e6e2-4eac-aff4-7100e4143e2a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:45:21.111Z|6a35e82a-cc26-4b69-87a3-8f210ddbf546|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:45:21.113Z|6a35e82a-cc26-4b69-87a3-8f210ddbf546|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:45:22.876Z|c0512d9b-55ce-4dcc-b611-0220fbda14ca|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:45:22.877Z|c0512d9b-55ce-4dcc-b611-0220fbda14ca|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:45:24.620Z|339a1af6-1fb8-4a70-a131-13e8a97ae736|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:45:24.621Z|339a1af6-1fb8-4a70-a131-13e8a97ae736|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:45:26.267Z|8cd400bb-87ba-4530-a737-7237cafb2e85|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:45:26.268Z|8cd400bb-87ba-4530-a737-7237cafb2e85|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:45:32.908Z|4785ddd1-85f1-4c3d-aa3d-a7f15e16b4d4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:45:32.909Z|4785ddd1-85f1-4c3d-aa3d-a7f15e16b4d4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:45:34.652Z|abdea923-f2a4-47e3-9ea3-979ea864c0d7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:45:34.653Z|abdea923-f2a4-47e3-9ea3-979ea864c0d7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:45:35.089Z|793d66a5-c373-485a-b022-056a396850cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:45:35.089Z|793d66a5-c373-485a-b022-056a396850cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:45:36.296Z|fd4a1c7a-d37d-4189-8c03-165603f96517|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:45:36.297Z|fd4a1c7a-d37d-4189-8c03-165603f96517|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:45:42.939Z|a5760828-f0ee-474a-9513-cc7cc0138643|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:45:42.940Z|a5760828-f0ee-474a-9513-cc7cc0138643|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:45:44.684Z|34e867c6-c9cc-4c5a-95f6-d59f77c941a2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:45:44.685Z|34e867c6-c9cc-4c5a-95f6-d59f77c941a2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:45:46.328Z|68d6a50b-defb-4508-a560-7ffef03eb761|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:45:46.329Z|68d6a50b-defb-4508-a560-7ffef03eb761|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:45:50.089Z|4fabffce-044e-49cb-9ad2-d94411a8ceb9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:45:50.089Z|4fabffce-044e-49cb-9ad2-d94411a8ceb9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:45:51.114Z|4bdcb6c9-bc1d-4449-8890-b100323c75df|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:45:51.114Z|4bdcb6c9-bc1d-4449-8890-b100323c75df|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:45:52.971Z|db17c0f5-7ec6-4f5e-84c3-c7521a0542c8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:45:52.972Z|db17c0f5-7ec6-4f5e-84c3-c7521a0542c8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:45:54.716Z|35fd64cd-34be-4f17-a281-877274af3e91|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:45:54.717Z|35fd64cd-34be-4f17-a281-877274af3e91|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:45:56.115Z|4ea9ece9-ab36-4a24-a962-35511ff9727a|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:45:56.116Z|4ea9ece9-ab36-4a24-a962-35511ff9727a|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:45:56.357Z|a31201f5-6243-46d2-b35a-530909d41141|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:45:56.358Z|a31201f5-6243-46d2-b35a-530909d41141|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:46:03.012Z|06a92785-500e-4870-98df-b42db647d352|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:46:03.013Z|06a92785-500e-4870-98df-b42db647d352|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:46:04.749Z|8af77730-b7d9-4bda-88eb-fa916572e4cc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:46:04.750Z|8af77730-b7d9-4bda-88eb-fa916572e4cc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:46:05.089Z|63bb2385-8e5b-4e5c-b943-fb5ea5785077|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:46:05.095Z|63bb2385-8e5b-4e5c-b943-fb5ea5785077|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:46:06.384Z|106370e8-f602-4f82-b3f4-3d007a9a579d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:46:06.384Z|106370e8-f602-4f82-b3f4-3d007a9a579d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:46:13.046Z|5c637d5d-b102-401a-9d70-29e8dd912c47|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:46:13.046Z|5c637d5d-b102-401a-9d70-29e8dd912c47|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:46:14.781Z|cda1efee-cbcc-4b72-8996-5efb3b485e3b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:46:14.782Z|cda1efee-cbcc-4b72-8996-5efb3b485e3b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:46:16.416Z|d7771c34-e221-479a-a210-31e4e9740de1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:46:16.416Z|d7771c34-e221-479a-a210-31e4e9740de1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:46:20.089Z|e270965c-3924-485c-b4fc-35f779eca117|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:46:20.089Z|e270965c-3924-485c-b4fc-35f779eca117|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:46:21.115Z|f00b0678-2690-4ec2-bba0-da76d35194b0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:46:21.115Z|f00b0678-2690-4ec2-bba0-da76d35194b0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:46:23.079Z|5ce32fb0-cf1f-40b3-bebe-9b171662b872|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:46:23.079Z|5ce32fb0-cf1f-40b3-bebe-9b171662b872|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:46:24.813Z|0c74700e-81c3-46c3-95f3-98124ca23a75|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:46:24.814Z|0c74700e-81c3-46c3-95f3-98124ca23a75|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:46:26.447Z|c0636c58-51eb-49e2-9957-bcc3e298801b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:46:26.448Z|c0636c58-51eb-49e2-9957-bcc3e298801b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:46:33.115Z|fc274b8c-97b4-48da-aac1-2d7ca6ffd9d0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:46:33.116Z|fc274b8c-97b4-48da-aac1-2d7ca6ffd9d0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:46:34.839Z|50c43983-6e46-4af9-9c1d-23f2506e1656|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:46:34.840Z|50c43983-6e46-4af9-9c1d-23f2506e1656|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:46:35.089Z|78767b1b-f0ae-4984-bfda-1b568f7672f1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:46:35.089Z|78767b1b-f0ae-4984-bfda-1b568f7672f1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:46:36.477Z|08f4804e-a2e8-432c-9fc5-a5cd4031a37b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:46:36.478Z|08f4804e-a2e8-432c-9fc5-a5cd4031a37b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:46:43.151Z|6affbf45-509f-4e53-a496-2062901fa96b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:46:43.153Z|6affbf45-509f-4e53-a496-2062901fa96b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:46:44.868Z|fd4615ff-c191-432c-a645-fa23a1390c2a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:46:44.869Z|fd4615ff-c191-432c-a645-fa23a1390c2a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:46:46.504Z|4a6b4da4-3a4c-45c3-9781-84cdf1adffa6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:46:46.505Z|4a6b4da4-3a4c-45c3-9781-84cdf1adffa6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:46:50.089Z|09c68fd0-db49-45a9-a401-58c8904765d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:46:50.093Z|09c68fd0-db49-45a9-a401-58c8904765d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:46:51.116Z|9b6ec912-e65d-480d-a420-4e0e86cd6e41|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:46:51.117Z|9b6ec912-e65d-480d-a420-4e0e86cd6e41|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:46:53.184Z|0eebdc3e-d86e-457b-aeb6-da1b50fb9844|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:46:53.184Z|0eebdc3e-d86e-457b-aeb6-da1b50fb9844|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:46:54.901Z|7777419f-57e3-4300-ad59-39e243e13ea8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:46:54.902Z|7777419f-57e3-4300-ad59-39e243e13ea8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:46:56.120Z|e864daee-978d-4c58-ade6-8196a3624f42|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:46:56.120Z|e864daee-978d-4c58-ade6-8196a3624f42|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:46:56.529Z|af1fe3d4-6b5e-471c-a1f0-d7e1adac66c3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:46:56.530Z|af1fe3d4-6b5e-471c-a1f0-d7e1adac66c3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:47:03.211Z|902d8411-856e-4bd2-a574-6aa3e45e9d82|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:47:03.211Z|902d8411-856e-4bd2-a574-6aa3e45e9d82|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:47:04.934Z|101414f1-3fcf-4b90-934f-cd6766e0c44f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:47:04.935Z|101414f1-3fcf-4b90-934f-cd6766e0c44f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:47:05.089Z|611b4d15-2d09-4c8b-b01f-44381e4c72a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:47:05.089Z|611b4d15-2d09-4c8b-b01f-44381e4c72a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:47:06.561Z|a44c61c3-14eb-44e6-831d-d98a1b46a923|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:47:06.562Z|a44c61c3-14eb-44e6-831d-d98a1b46a923|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:47:13.253Z|c79b8042-ccb2-4c77-9124-b3434a142e66|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:47:13.254Z|c79b8042-ccb2-4c77-9124-b3434a142e66|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:47:14.964Z|f01f0888-540a-49f4-b089-63e4a42d23e5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:47:14.965Z|f01f0888-540a-49f4-b089-63e4a42d23e5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:47:16.593Z|f6787a01-e782-4ab8-9e3f-5719d6bc2225|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:47:16.593Z|f6787a01-e782-4ab8-9e3f-5719d6bc2225|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:47:20.089Z|f2efd116-9067-4b7e-93c4-6be2b4774942|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:47:20.090Z|f2efd116-9067-4b7e-93c4-6be2b4774942|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:47:21.117Z|90ab66c6-f00e-42c3-b76c-a88bb6b185d3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:47:21.118Z|90ab66c6-f00e-42c3-b76c-a88bb6b185d3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:47:23.282Z|e1d8d65b-f766-4a69-a60d-03955d2c31ed|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:47:23.283Z|e1d8d65b-f766-4a69-a60d-03955d2c31ed|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:47:24.989Z|7973b850-9254-45c1-95ac-191e9986a441|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:47:24.990Z|7973b850-9254-45c1-95ac-191e9986a441|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:47:26.627Z|4a31f17f-1c74-4d75-bdb4-82bfde1e4e1f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:47:26.627Z|4a31f17f-1c74-4d75-bdb4-82bfde1e4e1f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:47:33.322Z|c9e8b8cb-e73d-47f6-ae90-4e4dc00137c4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:47:33.323Z|c9e8b8cb-e73d-47f6-ae90-4e4dc00137c4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:47:35.021Z|f0f8e427-99cc-4544-81b9-b3c934c9370f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:47:35.021Z|f0f8e427-99cc-4544-81b9-b3c934c9370f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:47:35.089Z|0f680a00-79dc-45bf-9465-1975ceea33d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:47:35.094Z|0f680a00-79dc-45bf-9465-1975ceea33d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:47:36.655Z|4c1b1e00-46ef-44c4-a34f-620df4ea3ca6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:47:36.656Z|4c1b1e00-46ef-44c4-a34f-620df4ea3ca6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:47:43.349Z|0e431f28-0a1a-4e71-9868-0b332ad6059f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:47:43.349Z|0e431f28-0a1a-4e71-9868-0b332ad6059f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:47:45.053Z|5d40cbc8-44ba-4586-a494-96bedd361aac|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:47:45.053Z|5d40cbc8-44ba-4586-a494-96bedd361aac|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:47:46.682Z|a83a7523-4f7c-460c-bd95-9f6748b8e239|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:47:46.683Z|a83a7523-4f7c-460c-bd95-9f6748b8e239|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:47:50.089Z|9b512db7-0e2f-44f8-aa81-021a7238d5c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:47:50.089Z|9b512db7-0e2f-44f8-aa81-021a7238d5c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:47:51.119Z|8a95aec6-6c1c-4444-a36f-8e806c073af4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:47:51.119Z|8a95aec6-6c1c-4444-a36f-8e806c073af4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:47:53.390Z|b8b54fbf-8604-4094-93f7-43f0d1329355|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:47:53.391Z|b8b54fbf-8604-4094-93f7-43f0d1329355|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:47:55.084Z|fe5d70e8-4044-4b9b-813d-f6bf146e2523|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:47:55.085Z|fe5d70e8-4044-4b9b-813d-f6bf146e2523|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:47:56.116Z|e8383afc-ba53-4b3e-9d02-d483c0224793|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:47:56.117Z|e8383afc-ba53-4b3e-9d02-d483c0224793|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:47:56.711Z|125c9741-b648-48fa-94ac-face68d7a464|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:47:56.712Z|125c9741-b648-48fa-94ac-face68d7a464|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:48:03.419Z|9a2711f6-3e75-4203-85c0-8fe70861f613|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:48:03.420Z|9a2711f6-3e75-4203-85c0-8fe70861f613|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:48:05.089Z|fc9a8a1c-973f-4822-ab36-0344197d9d92|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:48:05.090Z|fc9a8a1c-973f-4822-ab36-0344197d9d92|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:48:05.118Z|5430098a-795a-4c52-a8c5-aff4dd7a6be8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:48:05.119Z|5430098a-795a-4c52-a8c5-aff4dd7a6be8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:48:06.741Z|f45714fb-f13c-4c9a-acd6-d8ecd878c40c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:48:06.742Z|f45714fb-f13c-4c9a-acd6-d8ecd878c40c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:48:13.450Z|e55a6b46-02ef-4ecb-b369-5a03142fec1b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:48:13.451Z|e55a6b46-02ef-4ecb-b369-5a03142fec1b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:48:15.150Z|661c9eb9-7ee5-4114-922a-f743244067b2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:48:15.150Z|661c9eb9-7ee5-4114-922a-f743244067b2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:48:16.774Z|3b101cbf-3efe-41aa-a3a3-99b55e816cb7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:48:16.775Z|3b101cbf-3efe-41aa-a3a3-99b55e816cb7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:48:20.089Z|608454b8-957d-4eb3-a0a1-98d1ece5ba9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:48:20.094Z|608454b8-957d-4eb3-a0a1-98d1ece5ba9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:48:21.119Z|c2bcdedf-e116-4756-964e-16cdc48f2e74|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:48:21.120Z|c2bcdedf-e116-4756-964e-16cdc48f2e74|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:48:23.475Z|93416364-1f96-42fe-9cc1-0191b105413a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:48:23.475Z|93416364-1f96-42fe-9cc1-0191b105413a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:48:25.180Z|cd0ede05-8616-49da-806b-036877257ecb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:48:25.180Z|cd0ede05-8616-49da-806b-036877257ecb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:48:26.804Z|7a9c062c-536b-4a98-bf9c-83778022f152|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:48:26.805Z|7a9c062c-536b-4a98-bf9c-83778022f152|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:48:33.501Z|289fbd5f-87e1-4179-8f5a-a3b36a1f7fab|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:48:33.502Z|289fbd5f-87e1-4179-8f5a-a3b36a1f7fab|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:48:35.089Z|c4245929-88a0-48b8-b020-504f4103dd4f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:48:35.089Z|c4245929-88a0-48b8-b020-504f4103dd4f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:48:35.205Z|243dafa7-7606-45cf-a425-1f5e7cf35a23|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:48:35.206Z|243dafa7-7606-45cf-a425-1f5e7cf35a23|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:48:36.836Z|a303d3af-3f5e-45af-9aca-716da80bb116|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:48:36.837Z|a303d3af-3f5e-45af-9aca-716da80bb116|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:48:43.533Z|f5dacee6-6212-481a-ae85-1b4148d2e8de|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:48:43.533Z|f5dacee6-6212-481a-ae85-1b4148d2e8de|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:48:45.238Z|0333f44a-13d3-4386-934c-fd92a40a4bfe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:48:45.238Z|0333f44a-13d3-4386-934c-fd92a40a4bfe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:48:46.870Z|c1891a3d-6052-4520-8b29-c8cb9b8354db|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:48:46.872Z|c1891a3d-6052-4520-8b29-c8cb9b8354db|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:48:50.089Z|4caadc0e-74f8-4dea-8a5b-8187b4046284|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:48:50.089Z|4caadc0e-74f8-4dea-8a5b-8187b4046284|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:48:51.120Z|83a8bef3-1c13-40ad-9073-9bcfd651f1cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:48:51.121Z|83a8bef3-1c13-40ad-9073-9bcfd651f1cb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:48:53.564Z|fe60ffd5-a417-428f-84c2-48fea18c62b0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:48:53.565Z|fe60ffd5-a417-428f-84c2-48fea18c62b0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:48:55.271Z|bff3979a-3bc3-4f8f-9c6a-527a63a5b35b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:48:55.271Z|bff3979a-3bc3-4f8f-9c6a-527a63a5b35b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:48:56.116Z|6598fa3e-897b-4856-99d2-66c9cf188a48|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:48:56.117Z|6598fa3e-897b-4856-99d2-66c9cf188a48|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:48:56.903Z|d99d8757-9542-4dc9-b153-a6c8c4295d4d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:48:56.904Z|d99d8757-9542-4dc9-b153-a6c8c4295d4d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:49:03.596Z|592032db-70aa-494d-bafd-5a99e82edc54|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:49:03.596Z|592032db-70aa-494d-bafd-5a99e82edc54|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:49:05.089Z|3af0307f-582e-461b-b0c7-99b5698071d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:49:05.093Z|3af0307f-582e-461b-b0c7-99b5698071d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:49:05.301Z|b82fd2e0-6861-474b-a2a7-463b8beb7821|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:49:05.302Z|b82fd2e0-6861-474b-a2a7-463b8beb7821|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:49:06.934Z|24c5601c-2ee4-4e3b-bc1c-bbc42f2b8985|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:49:06.935Z|24c5601c-2ee4-4e3b-bc1c-bbc42f2b8985|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:49:13.627Z|b74c81bd-f9d3-4cf6-8527-f990040ae4d2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:49:13.627Z|b74c81bd-f9d3-4cf6-8527-f990040ae4d2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:49:15.329Z|11ea7e5c-8ef5-4ee0-871d-1074504649ae|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:49:15.330Z|11ea7e5c-8ef5-4ee0-871d-1074504649ae|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:49:16.965Z|8684a8b5-e198-4d39-b5bb-a503f9152259|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:49:16.966Z|8684a8b5-e198-4d39-b5bb-a503f9152259|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:49:20.089Z|ad1b1182-99cc-4c89-97ca-79991fa41e8a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:49:20.089Z|ad1b1182-99cc-4c89-97ca-79991fa41e8a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:49:21.122Z|c7942f35-15f4-4e83-8e63-319d895a7530|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:49:21.123Z|c7942f35-15f4-4e83-8e63-319d895a7530|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:49:23.658Z|58811cab-5137-474d-9a26-6cec9a2af64a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:49:23.659Z|58811cab-5137-474d-9a26-6cec9a2af64a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:49:25.360Z|608e3a53-9988-4886-9030-433d6253ea72|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:49:25.361Z|608e3a53-9988-4886-9030-433d6253ea72|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:49:27.000Z|d7f0694c-0a58-475e-858b-3dcbf6430e83|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:49:27.002Z|d7f0694c-0a58-475e-858b-3dcbf6430e83|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:49:33.690Z|f0a91ae4-ab5c-4e75-91fb-939f7b079cb0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:49:33.691Z|f0a91ae4-ab5c-4e75-91fb-939f7b079cb0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:49:35.089Z|ed507f2f-69d4-4c98-973e-e297bb8ea1f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:49:35.089Z|ed507f2f-69d4-4c98-973e-e297bb8ea1f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:49:35.393Z|a7f951ce-2c2f-4961-ba6d-eefbf0054ffd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:49:35.394Z|a7f951ce-2c2f-4961-ba6d-eefbf0054ffd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:49:37.035Z|14fceca5-6542-47f8-8572-e173243d8486|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:49:37.036Z|14fceca5-6542-47f8-8572-e173243d8486|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:49:43.720Z|8a76fee0-3264-4b5f-842e-1104e25ab00a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:49:43.721Z|8a76fee0-3264-4b5f-842e-1104e25ab00a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:49:45.423Z|6bce1c21-eb25-4e8f-a38c-289b6c8bbc45|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:49:45.424Z|6bce1c21-eb25-4e8f-a38c-289b6c8bbc45|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:49:47.067Z|67a1ff83-1f02-4afd-862e-2058749927f4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:49:47.068Z|67a1ff83-1f02-4afd-862e-2058749927f4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:49:50.089Z|f4e321a4-7fae-4693-9226-8c6f8cd04084|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:49:50.093Z|f4e321a4-7fae-4693-9226-8c6f8cd04084|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:49:51.123Z|6e1085fa-5b6b-4dfd-b693-edf13e2cc465|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:49:51.124Z|6e1085fa-5b6b-4dfd-b693-edf13e2cc465|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:49:53.761Z|4caca666-8e0c-41ec-912c-a73601ad882b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:49:53.762Z|4caca666-8e0c-41ec-912c-a73601ad882b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:49:55.452Z|8dc5f398-146f-46bf-9f7c-87be75970ec0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:49:55.452Z|8dc5f398-146f-46bf-9f7c-87be75970ec0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:49:56.115Z|8eabf538-f4b2-4e05-a348-578ad3842069|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:49:56.116Z|8eabf538-f4b2-4e05-a348-578ad3842069|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:49:57.098Z|02e1215b-979f-4742-a34e-5bbc723dd350|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:49:57.099Z|02e1215b-979f-4742-a34e-5bbc723dd350|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:50:03.788Z|ac057501-7c8f-496a-9ad4-ed4c4a8beb87|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:50:03.789Z|ac057501-7c8f-496a-9ad4-ed4c4a8beb87|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:50:05.089Z|8e3f4462-7d95-497f-a63c-3de6c18f760a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:50:05.089Z|8e3f4462-7d95-497f-a63c-3de6c18f760a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:50:05.483Z|9eeb2dd7-1b0e-4997-82fd-36e146535009|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:50:05.483Z|9eeb2dd7-1b0e-4997-82fd-36e146535009|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:50:07.131Z|93980603-6c0c-41cd-9e76-a9b9860aa8e8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:50:07.133Z|93980603-6c0c-41cd-9e76-a9b9860aa8e8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:50:13.814Z|6b65ae23-4b48-4633-b919-4ae1ea97085b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:50:13.815Z|6b65ae23-4b48-4633-b919-4ae1ea97085b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:50:15.515Z|9518acc3-6411-4731-8105-5753fb42d852|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:50:15.516Z|9518acc3-6411-4731-8105-5753fb42d852|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:50:17.164Z|8655a535-5f25-4536-9dfc-c1c4875ee544|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:50:17.165Z|8655a535-5f25-4536-9dfc-c1c4875ee544|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:50:20.089Z|de39c0ef-f256-4be5-9448-db8aec1d4289|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:50:20.089Z|de39c0ef-f256-4be5-9448-db8aec1d4289|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:50:21.125Z|50f52427-6a6e-4933-8f3c-2916e21ef288|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:50:21.125Z|50f52427-6a6e-4933-8f3c-2916e21ef288|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:50:23.849Z|5b8a8561-1fb7-4e0d-8083-7c7dad90cdd2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:50:23.852Z|5b8a8561-1fb7-4e0d-8083-7c7dad90cdd2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:50:25.546Z|ba0d1dfc-1bcc-4648-b993-64ddc7f057c8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:50:25.547Z|ba0d1dfc-1bcc-4648-b993-64ddc7f057c8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:50:27.198Z|deae496f-5e81-43c5-9dc7-5d090e4e504d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:50:27.199Z|deae496f-5e81-43c5-9dc7-5d090e4e504d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:50:33.898Z|1c303851-d5e3-401a-9d41-68b84b270951|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:50:33.905Z|1c303851-d5e3-401a-9d41-68b84b270951|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:50:35.089Z|c1cd9e4f-e3df-4862-be44-1d60c11d5231|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:50:35.093Z|c1cd9e4f-e3df-4862-be44-1d60c11d5231|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:50:35.587Z|ba31d005-8e00-49b6-8a52-a86b4ad0c604|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:50:35.587Z|ba31d005-8e00-49b6-8a52-a86b4ad0c604|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:50:37.240Z|6ed58031-3e99-422f-b78f-1acd5c2e01e4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:50:37.242Z|6ed58031-3e99-422f-b78f-1acd5c2e01e4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:50:43.954Z|482e9001-010f-48c5-8767-fb3c13b44e58|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:50:43.956Z|482e9001-010f-48c5-8767-fb3c13b44e58|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:50:45.621Z|32a5d8dd-38e1-47e4-98e4-753b59902636|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:50:45.621Z|32a5d8dd-38e1-47e4-98e4-753b59902636|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:50:47.273Z|4ce24e40-cc2c-4a8f-8d8b-30d37af6263d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:50:47.274Z|4ce24e40-cc2c-4a8f-8d8b-30d37af6263d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:50:50.089Z|50fa87cd-21ea-4779-846d-622a2a07baf5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:50:50.091Z|50fa87cd-21ea-4779-846d-622a2a07baf5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:50:51.126Z|a558ba3f-01b5-42eb-8b4f-8c7634dc9bc4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:50:51.127Z|a558ba3f-01b5-42eb-8b4f-8c7634dc9bc4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:50:53.992Z|43062717-fbe1-48a0-9e6f-52967fd98bff|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:50:53.992Z|43062717-fbe1-48a0-9e6f-52967fd98bff|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:50:55.652Z|332de7c0-5de5-4783-90f3-0e097b223725|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:50:55.652Z|332de7c0-5de5-4783-90f3-0e097b223725|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:50:56.115Z|615a92e9-897f-463c-9eb5-8a4b525b8612|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:50:56.116Z|615a92e9-897f-463c-9eb5-8a4b525b8612|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:50:57.303Z|6566eebd-cf73-49b0-885b-1a60bc961aac|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:50:57.304Z|6566eebd-cf73-49b0-885b-1a60bc961aac|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:51:04.022Z|58fd90bf-1337-4adc-8bc6-1effdaa5d029|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:51:04.023Z|58fd90bf-1337-4adc-8bc6-1effdaa5d029|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:51:05.089Z|897b5269-007e-443e-86e1-e56dbd314fb2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:51:05.089Z|897b5269-007e-443e-86e1-e56dbd314fb2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:51:05.683Z|5827a81c-1bc5-4bbe-a2c3-8a31c643aa1a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:51:05.683Z|5827a81c-1bc5-4bbe-a2c3-8a31c643aa1a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:51:07.333Z|fa2a3fa2-5c3b-4e6d-b493-718d1dbfcfe9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:51:07.334Z|fa2a3fa2-5c3b-4e6d-b493-718d1dbfcfe9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:51:14.054Z|2c0ab456-a23d-4669-b2ea-62b7dbf1e70d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:51:14.055Z|2c0ab456-a23d-4669-b2ea-62b7dbf1e70d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:51:15.714Z|2d53df6e-1839-447a-9d7c-895deab7693c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:51:15.715Z|2d53df6e-1839-447a-9d7c-895deab7693c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:51:17.365Z|7ddd5f6a-c7fc-4a53-9423-221af5a7811d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:51:17.366Z|7ddd5f6a-c7fc-4a53-9423-221af5a7811d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:51:20.089Z|ba815af5-72cf-4d6c-b165-b968f112c173|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:51:20.093Z|ba815af5-72cf-4d6c-b165-b968f112c173|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:51:21.128Z|bd810471-aa00-4dbc-8e49-b05c0d991d33|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:51:21.128Z|bd810471-aa00-4dbc-8e49-b05c0d991d33|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:51:24.085Z|3f6fa373-a262-44f2-b76e-d84c9f44bb09|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:51:24.086Z|3f6fa373-a262-44f2-b76e-d84c9f44bb09|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:51:25.745Z|4be01dff-d9d3-4170-9823-0a128abb43ae|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:51:25.746Z|4be01dff-d9d3-4170-9823-0a128abb43ae|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:51:27.397Z|6d182117-3912-47a6-9a39-19deb217e651|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:51:27.398Z|6d182117-3912-47a6-9a39-19deb217e651|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:51:34.111Z|6e481871-060f-4a17-b5ea-4b15e284b943|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:51:34.112Z|6e481871-060f-4a17-b5ea-4b15e284b943|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:51:35.089Z|61865368-9eb1-4258-b1c3-7789f1f9cc6d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:51:35.089Z|61865368-9eb1-4258-b1c3-7789f1f9cc6d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:51:35.778Z|dc9efd8f-dc64-4167-8004-7266200d6307|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:51:35.779Z|dc9efd8f-dc64-4167-8004-7266200d6307|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:51:37.429Z|1ba71521-bbe1-4fcc-9dfe-cc51655e3412|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:51:37.430Z|1ba71521-bbe1-4fcc-9dfe-cc51655e3412|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:51:44.141Z|6966f853-8cee-40b6-8890-5a0459f8082f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:51:44.142Z|6966f853-8cee-40b6-8890-5a0459f8082f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:51:45.805Z|a2c0d888-03da-43fc-a6dc-dba99316f293|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:51:45.806Z|a2c0d888-03da-43fc-a6dc-dba99316f293|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:51:47.463Z|260fc34f-f869-4d2b-91aa-5beb4e65144e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:51:47.464Z|260fc34f-f869-4d2b-91aa-5beb4e65144e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:51:50.089Z|b71291c3-4510-4c4d-a02b-105ca3ec6a4d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:51:50.089Z|b71291c3-4510-4c4d-a02b-105ca3ec6a4d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:51:51.129Z|8f5e5a55-800c-4268-88ab-8111b69d2184|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:51:51.130Z|8f5e5a55-800c-4268-88ab-8111b69d2184|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:51:54.172Z|7452199f-2078-4a46-9d81-bad4e021844a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:51:54.173Z|7452199f-2078-4a46-9d81-bad4e021844a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:51:55.836Z|fdeda125-22a3-4b02-a2c8-c7e36ff54b2d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:51:55.837Z|fdeda125-22a3-4b02-a2c8-c7e36ff54b2d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:51:56.117Z|5ac35b93-402a-4c96-8fd3-55d11abc6c7e|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:51:56.118Z|5ac35b93-402a-4c96-8fd3-55d11abc6c7e|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:51:57.495Z|2b515cd1-500c-421d-8ab0-8b8a58c439d9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:51:57.496Z|2b515cd1-500c-421d-8ab0-8b8a58c439d9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:52:04.203Z|27a6272b-a446-40b7-b413-f5f02d06224d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:52:04.204Z|27a6272b-a446-40b7-b413-f5f02d06224d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:52:05.089Z|05980cde-ed97-415e-8219-b8a345597c00|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:52:05.093Z|05980cde-ed97-415e-8219-b8a345597c00|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:52:05.869Z|4b39523f-48f9-4db8-8f4a-ecde1a085999|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:52:05.870Z|4b39523f-48f9-4db8-8f4a-ecde1a085999|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:52:07.530Z|6a25c763-7679-4d4c-a4e9-16d2663f8afd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:52:07.531Z|6a25c763-7679-4d4c-a4e9-16d2663f8afd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:52:14.229Z|0851c81b-a061-4c53-9f45-14c11af88208|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:52:14.230Z|0851c81b-a061-4c53-9f45-14c11af88208|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:52:15.900Z|d2d9f372-414b-468c-ad37-aed367d5c815|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:52:15.901Z|d2d9f372-414b-468c-ad37-aed367d5c815|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:52:17.564Z|a63d9bf6-a752-4827-b72a-359ed0c8132f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:52:17.565Z|a63d9bf6-a752-4827-b72a-359ed0c8132f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:52:20.089Z|faf690ac-18ed-4ec6-8727-20b055257afc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:52:20.090Z|faf690ac-18ed-4ec6-8727-20b055257afc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:52:21.130Z|611b5dce-1145-4b71-bf57-1baa61c7091e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:52:21.131Z|611b5dce-1145-4b71-bf57-1baa61c7091e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:52:24.260Z|4a8b9ed0-8b39-4f70-b529-5a8e7dda8748|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:52:24.261Z|4a8b9ed0-8b39-4f70-b529-5a8e7dda8748|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:52:25.933Z|49d8f3a2-912b-49c4-92d5-f7408d28e9dd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:52:25.934Z|49d8f3a2-912b-49c4-92d5-f7408d28e9dd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:52:27.597Z|2c5e86ea-a164-414c-921b-75d8be652e0b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:52:27.598Z|2c5e86ea-a164-414c-921b-75d8be652e0b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:52:34.291Z|483140bf-709a-4455-ac27-9d579bc52a35|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:52:34.292Z|483140bf-709a-4455-ac27-9d579bc52a35|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:52:35.089Z|bd008edc-2598-4b90-b821-839ce28a9afc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:52:35.090Z|bd008edc-2598-4b90-b821-839ce28a9afc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:52:35.965Z|6f4702eb-549b-4d9b-8db1-72d8caf1829a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:52:35.965Z|6f4702eb-549b-4d9b-8db1-72d8caf1829a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:52:37.625Z|e2f803e5-4917-4b15-b74d-20ed33f37e5c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:52:37.625Z|e2f803e5-4917-4b15-b74d-20ed33f37e5c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:52:44.324Z|a39104f4-d45f-47ee-80d2-8805f35c31f6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:52:44.325Z|a39104f4-d45f-47ee-80d2-8805f35c31f6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:52:45.996Z|2ce4fda7-b7a1-4c04-98cb-ba0c723e1a17|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:52:45.997Z|2ce4fda7-b7a1-4c04-98cb-ba0c723e1a17|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:52:47.656Z|4eed067c-0dd6-4e3a-9848-764ee8f63504|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:52:47.657Z|4eed067c-0dd6-4e3a-9848-764ee8f63504|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:52:50.089Z|38413ddb-a5df-4155-a3d5-5f8539a4aa09|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:52:50.093Z|38413ddb-a5df-4155-a3d5-5f8539a4aa09|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:52:51.132Z|466e798a-62c0-4cc5-83f7-af2939fe9a6d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:52:51.132Z|466e798a-62c0-4cc5-83f7-af2939fe9a6d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:52:54.359Z|25774323-064d-4856-8a47-69753eb7b90b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:52:54.360Z|25774323-064d-4856-8a47-69753eb7b90b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:52:56.026Z|8a1681f9-ab41-41d5-be8a-a7a16e439a14|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:52:56.027Z|8a1681f9-ab41-41d5-be8a-a7a16e439a14|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:52:56.116Z|3032c0bf-5acc-46cd-b8d1-10f9a25fec16|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:52:56.117Z|3032c0bf-5acc-46cd-b8d1-10f9a25fec16|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:52:57.685Z|3d05e550-2ed8-4312-b237-5b9b519f0dec|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:52:57.686Z|3d05e550-2ed8-4312-b237-5b9b519f0dec|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:53:04.390Z|86e346cd-0d8f-4e5e-afbe-a07e2158f3a8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:53:04.391Z|86e346cd-0d8f-4e5e-afbe-a07e2158f3a8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:53:05.089Z|046c9634-503c-4aa6-b6e5-3cb5fbcdcd25|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:53:05.089Z|046c9634-503c-4aa6-b6e5-3cb5fbcdcd25|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:53:06.058Z|302599b4-0a78-4513-ae1c-7beb79f5c79d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:53:06.058Z|302599b4-0a78-4513-ae1c-7beb79f5c79d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:53:07.717Z|089a10a9-8c38-4fe5-ba12-9a342b4702a8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:53:07.717Z|089a10a9-8c38-4fe5-ba12-9a342b4702a8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:53:14.422Z|c3fc163a-ac33-4c8b-9e24-a4abdfa7c784|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:53:14.423Z|c3fc163a-ac33-4c8b-9e24-a4abdfa7c784|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:53:16.083Z|be234523-af58-4ba6-9f08-0ff8b88d3c8b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:53:16.084Z|be234523-af58-4ba6-9f08-0ff8b88d3c8b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:53:17.745Z|d4ca4398-5f84-436b-a709-e88489e5aab9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:53:17.746Z|d4ca4398-5f84-436b-a709-e88489e5aab9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:53:20.089Z|996a105b-3806-4ce4-b3c9-e2aacdcc0fb9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:53:20.089Z|996a105b-3806-4ce4-b3c9-e2aacdcc0fb9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:53:21.133Z|deeab416-594f-4341-817f-532b4a5663c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:53:21.133Z|deeab416-594f-4341-817f-532b4a5663c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:53:24.452Z|0753e879-652c-42bb-9f5a-ab49339214db|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:53:24.453Z|0753e879-652c-42bb-9f5a-ab49339214db|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:53:26.109Z|8a58fb41-cfd6-47d9-99bf-c7e472770354|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:53:26.110Z|8a58fb41-cfd6-47d9-99bf-c7e472770354|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:53:27.777Z|2ab080a9-5c57-4d5c-a9f6-c167ece15054|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:53:27.778Z|2ab080a9-5c57-4d5c-a9f6-c167ece15054|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:53:34.483Z|9839b2f3-255a-4126-850e-df5b327bc4f8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:53:34.484Z|9839b2f3-255a-4126-850e-df5b327bc4f8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:53:35.089Z|2245003f-ff52-4853-835d-23e04cedc521|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:53:35.093Z|2245003f-ff52-4853-835d-23e04cedc521|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:53:36.138Z|f05b4fa7-e188-46a3-8a65-a7725da39a90|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:53:36.139Z|f05b4fa7-e188-46a3-8a65-a7725da39a90|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:53:37.809Z|842d93a2-3dff-441e-adb5-7b48346b9f24|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:53:37.810Z|842d93a2-3dff-441e-adb5-7b48346b9f24|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:53:44.514Z|ff115442-e040-4f28-ac56-68d4177ebcf2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:53:44.515Z|ff115442-e040-4f28-ac56-68d4177ebcf2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:53:46.171Z|c089e557-d581-4c73-a79e-00c3e42b76a8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:53:46.172Z|c089e557-d581-4c73-a79e-00c3e42b76a8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:53:47.842Z|45e9fe3d-c52f-4fa1-adb6-2fd95800ad9f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:53:47.843Z|45e9fe3d-c52f-4fa1-adb6-2fd95800ad9f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:53:50.089Z|07849e30-b08d-4edf-a0d2-4fd31ddbd35c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:53:50.089Z|07849e30-b08d-4edf-a0d2-4fd31ddbd35c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:53:51.134Z|0de2d0ea-3cbd-498b-967e-b7ff88eaade2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:53:51.134Z|0de2d0ea-3cbd-498b-967e-b7ff88eaade2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:53:54.545Z|5a48c5cb-bbc7-4098-b4cc-76b02d140bf1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:53:54.545Z|5a48c5cb-bbc7-4098-b4cc-76b02d140bf1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:53:56.119Z|3a8d429b-6aef-474d-a9f9-682b3cd5f5b7|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:53:56.119Z|3a8d429b-6aef-474d-a9f9-682b3cd5f5b7|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:53:56.195Z|e4bcf906-b99a-4a7b-9a65-e69d2c1cb35d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:53:56.195Z|e4bcf906-b99a-4a7b-9a65-e69d2c1cb35d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:53:57.871Z|2c58ba1e-edff-411f-9b52-7f49d6a6e7ae|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:53:57.871Z|2c58ba1e-edff-411f-9b52-7f49d6a6e7ae|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:54:04.576Z|3e3ecb64-4db5-4c2d-aa75-47a5f9feaefe|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:54:04.577Z|3e3ecb64-4db5-4c2d-aa75-47a5f9feaefe|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:54:05.089Z|83c941e8-cce5-4aeb-91ae-61bf3edcd398|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:54:05.090Z|83c941e8-cce5-4aeb-91ae-61bf3edcd398|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:54:06.222Z|e7f19169-8ef2-425e-a90c-207f370e1a9b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:54:06.223Z|e7f19169-8ef2-425e-a90c-207f370e1a9b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:54:07.902Z|2861b58e-6378-4e99-aa3c-aefb9d1b7c91|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:54:07.903Z|2861b58e-6378-4e99-aa3c-aefb9d1b7c91|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:54:14.609Z|b53e147e-9f4c-406d-bff6-72bbd5a8a414|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:54:14.610Z|b53e147e-9f4c-406d-bff6-72bbd5a8a414|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:54:16.251Z|e1aa2de9-5f29-4cce-8d26-a4cf0ad5c303|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:54:16.252Z|e1aa2de9-5f29-4cce-8d26-a4cf0ad5c303|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:54:17.935Z|d96b7f98-6dd7-4863-b09c-1ddc286e4fa6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:54:17.936Z|d96b7f98-6dd7-4863-b09c-1ddc286e4fa6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:54:20.089Z|d04d9cee-5701-4e53-a8d5-54e679fe62d0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:54:20.093Z|d04d9cee-5701-4e53-a8d5-54e679fe62d0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:54:21.135Z|a60136ec-1e37-42e4-9b2f-4714460a8eb7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:54:21.135Z|a60136ec-1e37-42e4-9b2f-4714460a8eb7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:54:24.641Z|8a275135-f76f-4737-bfe3-84ba9bea8293|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:54:24.641Z|8a275135-f76f-4737-bfe3-84ba9bea8293|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:54:26.273Z|1617bfb5-4756-42c9-b33a-fc4df00ba5fb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:54:26.274Z|1617bfb5-4756-42c9-b33a-fc4df00ba5fb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:54:27.971Z|893e905f-a439-4451-96e9-73a505d5d0d6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:54:27.972Z|893e905f-a439-4451-96e9-73a505d5d0d6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:54:34.676Z|258d881f-542c-42bc-9d7b-1e8e4e210de9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:54:34.676Z|258d881f-542c-42bc-9d7b-1e8e4e210de9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:54:35.089Z|4c873979-1e1a-4a50-9570-5e47201386c7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:54:35.089Z|4c873979-1e1a-4a50-9570-5e47201386c7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:54:36.299Z|4fa7cbf8-8e3f-4bbb-bf19-cab4a6a9aab9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:54:36.299Z|4fa7cbf8-8e3f-4bbb-bf19-cab4a6a9aab9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:54:38.002Z|15100da2-401c-4dcf-a3d4-cbf25471490f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:54:38.003Z|15100da2-401c-4dcf-a3d4-cbf25471490f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:54:44.707Z|50c9b958-50c2-41b8-9e88-2525aeda81f9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:54:44.707Z|50c9b958-50c2-41b8-9e88-2525aeda81f9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:54:46.331Z|b6da79a6-3895-4ab2-9f54-3ee726f9ed12|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:54:46.332Z|b6da79a6-3895-4ab2-9f54-3ee726f9ed12|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:54:48.034Z|812ec1b7-9447-4ec9-9541-0092632c0825|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:54:48.034Z|812ec1b7-9447-4ec9-9541-0092632c0825|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:54:50.089Z|d460a29c-ce7a-4223-8691-ebb41bc30765|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:54:50.090Z|d460a29c-ce7a-4223-8691-ebb41bc30765|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:54:51.136Z|fcb69195-fb03-43bb-b0b1-1a7fbae950ac|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:54:51.137Z|fcb69195-fb03-43bb-b0b1-1a7fbae950ac|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:54:54.739Z|58ad0ab8-8f33-419e-b465-00eaa854036e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:54:54.739Z|58ad0ab8-8f33-419e-b465-00eaa854036e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:54:56.117Z|8897f7f6-014b-4d88-ba55-f84334783a58|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:54:56.117Z|8897f7f6-014b-4d88-ba55-f84334783a58|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:54:56.359Z|61086977-38aa-4ff8-bd69-fd6ad8943f4f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:54:56.360Z|61086977-38aa-4ff8-bd69-fd6ad8943f4f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:54:58.069Z|8076c202-6e60-4f00-8dfe-ab41c5af037f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:54:58.069Z|8076c202-6e60-4f00-8dfe-ab41c5af037f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:55:04.772Z|9a05c38a-68de-4bfc-a56d-37918f22a319|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:55:04.773Z|9a05c38a-68de-4bfc-a56d-37918f22a319|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:55:05.089Z|c32ca13a-92d4-48a7-991b-e9a4b0d7127c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:55:05.093Z|c32ca13a-92d4-48a7-991b-e9a4b0d7127c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:55:06.391Z|e8548564-1c76-4c99-87f7-aa736a34c59d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:55:06.392Z|e8548564-1c76-4c99-87f7-aa736a34c59d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:55:08.102Z|d3b8b09c-a7f9-41d4-8661-36befd6d8706|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:55:08.103Z|d3b8b09c-a7f9-41d4-8661-36befd6d8706|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:55:14.804Z|69f5b438-31d3-49ed-9342-8422133df431|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:55:14.805Z|69f5b438-31d3-49ed-9342-8422133df431|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:55:16.418Z|4dfd3c55-dbb9-404c-91bf-149f4c985f72|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:55:16.419Z|4dfd3c55-dbb9-404c-91bf-149f4c985f72|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:55:18.132Z|7e21e21e-32a4-4803-bf10-5735742b65b7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:55:18.132Z|7e21e21e-32a4-4803-bf10-5735742b65b7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:55:20.089Z|ec14dd7b-7bd1-4b52-8972-eabb4992008c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:55:20.089Z|ec14dd7b-7bd1-4b52-8972-eabb4992008c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:55:21.137Z|cd5a917a-b2d5-4c1c-be9a-0120a1d38ee2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:55:21.138Z|cd5a917a-b2d5-4c1c-be9a-0120a1d38ee2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:55:24.835Z|5ff730a2-33da-4ee5-b508-1dedd3e58df0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:55:24.836Z|5ff730a2-33da-4ee5-b508-1dedd3e58df0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:55:26.447Z|5097c349-b5ae-4068-ae14-4118b67a8651|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:55:26.448Z|5097c349-b5ae-4068-ae14-4118b67a8651|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:55:28.174Z|6879d583-1aac-43d3-9c90-937abf0e1002|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:55:28.175Z|6879d583-1aac-43d3-9c90-937abf0e1002|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:55:28.255Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:55:28.260Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Checking if requestId: 1c72fe6c-260f-468e-ba53-41fbdf3bb931 already exists in requestDb InfraActiveRequests table
2023-03-28T05:55:28.261Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931
2023-03-28T05:55:28.262Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|INFO|500||Invoke
2023-03-28T05:55:28.262Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||===========================request begin================================================
2023-03-28T05:55:28.263Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931
2023-03-28T05:55:28.263Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Method      : GET
2023-03-28T05:55:28.263Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f81fa4ea304b434db77add82f63e8f26", X-B3-SpanId:"e55515243a2bdca9", X-B3-ParentSpanId:"55ea656296e58c08", X-B3-Sampled:"0", X-ONAP-RequestID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-RequestID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-TransactionID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-ECOMP-RequestID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ca4f13a9-6f96-44af-bed7-1efadbad7011"]
2023-03-28T05:55:28.263Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Request body: 
2023-03-28T05:55:28.263Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||==========================request end================================================
2023-03-28T05:55:28.458Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||============================response begin==========================================
2023-03-28T05:55:28.458Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T05:55:28.459Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Status text  : Not Found
2023-03-28T05:55:28.459Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=E1C1BB24A62AE1C4835CB1103DE29795; Path=/; HttpOnly", vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 05:55:28 GMT", x-envoy-upstream-service-time:"188", server:"envoy"]
2023-03-28T05:55:28.460Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Response body: 
2023-03-28T05:55:28.460Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||=======================response end=================================================
2023-03-28T05:55:28.460Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|INFO|404|Not Found|InvokeReturn
2023-03-28T05:55:28.573Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Running local validations
2023-03-28T05:55:34.869Z|d0da6e84-5849-480c-8302-a0c1e0a1b87c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:55:34.869Z|d0da6e84-5849-480c-8302-a0c1e0a1b87c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:55:35.089Z|d4ed25f3-8d1b-4fd2-8d46-d1a109ac01c4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:55:35.089Z|d4ed25f3-8d1b-4fd2-8d46-d1a109ac01c4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:55:36.482Z|468bea71-0089-4ca5-ad6b-ad9016a149fa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:55:36.483Z|468bea71-0089-4ca5-ad6b-ad9016a149fa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:55:38.200Z|963548c5-52cb-4872-b930-eef17ce8ca1e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:55:38.201Z|963548c5-52cb-4872-b930-eef17ce8ca1e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:55:43.273Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T05:55:43.514Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|INFO|500||Invoke
2023-03-28T05:55:43.515Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1c72fe6c-260f-468e-ba53-41fbdf3bb931], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[dfb1414b-8cda-4c37-a1a7-1daed1a42092], X-ECOMP-RequestID=[1c72fe6c-260f-468e-ba53-41fbdf3bb931], X-TransactionId=[], X-ONAP-RequestID=[1c72fe6c-260f-468e-ba53-41fbdf3bb931]}
2023-03-28T05:55:43.634Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883 has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 05:55:42 GMT], server=[envoy], content-length=[617], x-envoy-upstream-service-time=[52], vertex-id=[164016], x-aai-txid=[1-aai-resources-230328-05:55:42:560-88869], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T05:55:43.637Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|DEBUG|500||{"tenant-id":"dbdab9c92e304927ab8038a443bd1883","tenant-name":"onap-daily-master-sm","tenant-context":"None","resource-version":"1679982384190","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnw-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_network"}]}]}}

2023-03-28T05:55:43.638Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|INFO|500||InvokeReturn
2023-03-28T05:55:43.739Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Validating the Service Instance request
2023-03-28T05:55:43.739Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7
2023-03-28T05:55:43.754Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T05:55:43.755Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke
2023-03-28T05:55:43.755Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================
2023-03-28T05:55:43.755Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T05:55:43.755Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method      : POST
2023-03-28T05:55:43.755Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"115", X-B3-TraceId:"f81fa4ea304b434db77add82f63e8f26", X-B3-SpanId:"f130dc84f4e9db08", X-B3-ParentSpanId:"55ea656296e58c08", X-B3-Sampled:"0", X-ONAP-RequestID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-RequestID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-TransactionID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-ECOMP-RequestID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9dcfdcb3-ed97-4ae1-8727-0cc4d24d4c75"]
2023-03-28T05:55:43.755Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":null,"instanceName":"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3","requestScope":"service"}
2023-03-28T05:55:43.755Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================
2023-03-28T05:55:43.967Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin==========================================
2023-03-28T05:55:43.968Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code  : 200 OK
2023-03-28T05:55:43.968Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text  : OK
2023-03-28T05:55:43.969Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers      : [x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 05:55:43 GMT", x-envoy-upstream-service-time:"166", server:"envoy"]
2023-03-28T05:55:43.969Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 
2023-03-28T05:55:43.969Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end=================================================
2023-03-28T05:55:43.970Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn
2023-03-28T05:55:43.992Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T05:55:43.992Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke
2023-03-28T05:55:43.993Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================
2023-03-28T05:55:43.993Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T05:55:43.993Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method      : GET
2023-03-28T05:55:43.994Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-RequestID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-TransactionID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-ECOMP-RequestID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"99195464-5847-4d4a-8d7d-31cec95948e4"]
2023-03-28T05:55:43.994Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 
2023-03-28T05:55:43.994Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================
2023-03-28T05:55:44.398Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin==========================================
2023-03-28T05:55:44.398Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code  : 200 OK
2023-03-28T05:55:44.399Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text  : OK
2023-03-28T05:55:44.399Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=112044C562CC5CCB3138BF81C919D47A; Path=/; HttpOnly", vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 05:55:44 GMT", x-envoy-upstream-service-time:"385", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:55:44.428Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: {
  "modelName" : "GR-API-DEFAULT",
  "description" : "Gr api service for VID to use for infra APIH orchestration",
  "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b",
  "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672",
  "created" : "2023-03-28 00:09:21.000",
  "modelVersion" : "1.0",
  "serviceType" : null,
  "serviceRole" : null,
  "serviceFunction" : null,
  "environmentContext" : null,
  "workloadContext" : null,
  "category" : null,
  "resourceOrder" : null,
  "distrobutionStatus" : null,
  "serviceArtifactList" : [ ],
  "serviceInfos" : [ ],
  "namingPolicy" : null,
  "onapGeneratedNaming" : null,
  "blueprintName" : null,
  "blueprintVersion" : null,
  "skipPostInstConf" : true,
  "controllerActor" : null,
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "recipes" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes"
    },
    "pnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations"
    },
    "collectionResourceCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations"
    },
    "vnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations"
    },
    "configurationCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations"
    },
    "networkCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations"
    },
    "allottedCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations"
    },
    "serviceProxyCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations"
    },
    "csar" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar"
    }
  }
}
2023-03-28T05:55:44.429Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end=================================================
2023-03-28T05:55:44.430Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn
2023-03-28T05:55:44.568Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance
2023-03-28T05:55:44.569Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||Invoke
2023-03-28T05:55:44.569Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||===========================request begin================================================
2023-03-28T05:55:44.569Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance
2023-03-28T05:55:44.570Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Method      : GET
2023-03-28T05:55:44.570Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-RequestID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-TransactionID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-ECOMP-RequestID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"bfff9444-1fd4-418b-a3b0-097b77378a6a"]
2023-03-28T05:55:44.570Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Request body: 
2023-03-28T05:55:44.570Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||==========================request end================================================
2023-03-28T05:55:44.648Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||============================response begin==========================================
2023-03-28T05:55:44.649Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status code  : 200 OK
2023-03-28T05:55:44.649Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status text  : OK
2023-03-28T05:55:44.649Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 05:55:44 GMT", x-envoy-upstream-service-time:"75", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:55:44.649Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Response body: {
  "id" : 531,
  "serviceModelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b",
  "action" : "createInstance",
  "description" : "Gr api recipe to create service-instance",
  "orchestrationUri" : "/mso/async/services/WorkflowActionBB",
  "paramXsd" : null,
  "recipeTimeout" : 180,
  "serviceTimeoutInterim" : null,
  "created" : "2023-03-28T00:09:21.000+00:00",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/531"
    },
    "serviceRecipe" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/531"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/531/service"
    }
  }
}
2023-03-28T05:55:44.650Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||=======================response end=================================================
2023-03-28T05:55:44.650Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||InvokeReturn
2023-03-28T05:55:44.664Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T05:55:44.665Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke
2023-03-28T05:55:44.665Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================
2023-03-28T05:55:44.665Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T05:55:44.665Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method      : GET
2023-03-28T05:55:44.666Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-RequestID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-TransactionID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-ECOMP-RequestID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9647ddfb-d4d3-425b-a280-621d9a1c50d6"]
2023-03-28T05:55:44.666Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 
2023-03-28T05:55:44.666Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================
2023-03-28T05:55:44.702Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin==========================================
2023-03-28T05:55:44.703Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code  : 200 OK
2023-03-28T05:55:44.703Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text  : OK
2023-03-28T05:55:44.703Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 05:55:44 GMT", x-envoy-upstream-service-time:"33", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:55:44.709Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: {
  "modelName" : "GR-API-DEFAULT",
  "description" : "Gr api service for VID to use for infra APIH orchestration",
  "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b",
  "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672",
  "created" : "2023-03-28 00:09:21.000",
  "modelVersion" : "1.0",
  "serviceType" : null,
  "serviceRole" : null,
  "serviceFunction" : null,
  "environmentContext" : null,
  "workloadContext" : null,
  "category" : null,
  "resourceOrder" : null,
  "distrobutionStatus" : null,
  "serviceArtifactList" : [ ],
  "serviceInfos" : [ ],
  "namingPolicy" : null,
  "onapGeneratedNaming" : null,
  "blueprintName" : null,
  "blueprintVersion" : null,
  "skipPostInstConf" : true,
  "controllerActor" : null,
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "recipes" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes"
    },
    "pnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations"
    },
    "collectionResourceCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations"
    },
    "vnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations"
    },
    "configurationCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations"
    },
    "networkCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations"
    },
    "allottedCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations"
    },
    "serviceProxyCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations"
    },
    "csar" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar"
    }
  }
}
2023-03-28T05:55:44.709Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end=================================================
2023-03-28T05:55:44.709Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn
2023-03-28T05:55:44.721Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T05:55:44.721Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke
2023-03-28T05:55:44.721Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================
2023-03-28T05:55:44.721Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T05:55:44.721Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method      : POST
2023-03-28T05:55:44.721Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers     : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"1851", X-B3-TraceId:"f81fa4ea304b434db77add82f63e8f26", X-B3-SpanId:"a81bb1248703058b", X-B3-ParentSpanId:"55ea656296e58c08", X-B3-Sampled:"0", X-ONAP-RequestID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-RequestID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-TransactionID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-ECOMP-RequestID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"fcc0016b-36e2-418b-9091-561c37101dee"]
2023-03-28T05:55:44.722Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"1c72fe6c-260f-468e-ba53-41fbdf3bb931","requestStatus":"IN_PROGRESS","startTime":1679982928578,"source":"VID","tenantId":"dbdab9c92e304927ab8038a443bd1883","requestBody":"{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n\t\t\t\"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\",\n\t\t\t\"modelName\": \"basic_network\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_network\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnw-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnw-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"f172de0c-4eef-4bf2-aaf8-a085c2a8fd2c\",\n\t\t\t\"owningEntityName\": \"basicnw-oe\"\n\t\t}\n\t}\n}","lastModifiedBy":"APIH","cloudRegion":"RegionOne","serviceInstanceName":"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3","requestScope":"service","requestAction":"createInstance","requestorId":"demo","requestUrl":"https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances","tenantName":"onap-daily-master-sm","cloudApiRequests":[],"requestURI":"1c72fe6c-260f-468e-ba53-41fbdf3bb931"}
2023-03-28T05:55:44.722Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================
2023-03-28T05:55:44.902Z|99cb90ac-b8f6-4fd8-aaea-40bffaaeb203|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:55:44.903Z|99cb90ac-b8f6-4fd8-aaea-40bffaaeb203|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:55:45.062Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin==========================================
2023-03-28T05:55:45.063Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code  : 201 CREATED
2023-03-28T05:55:45.064Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text  : Created
2023-03-28T05:55:45.064Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:55:44 GMT", x-envoy-upstream-service-time:"337", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:55:45.113Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: {
  "requestId" : "1c72fe6c-260f-468e-ba53-41fbdf3bb931",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T05:55:28.578+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n\t\t\t\"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\",\n\t\t\t\"modelName\": \"basic_network\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_network\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnw-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnw-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"f172de0c-4eef-4bf2-aaf8-a085c2a8fd2c\",\n\t\t\t\"owningEntityName\": \"basicnw-oe\"\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "APIH",
  "modifyTime" : "2023-03-28T05:55:44.671+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "1c72fe6c-260f-468e-ba53-41fbdf3bb931",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931"
    }
  }
}
2023-03-28T05:55:45.114Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end=================================================
2023-03-28T05:55:45.115Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn
2023-03-28T05:55:45.174Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T05:55:45.174Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke
2023-03-28T05:55:45.174Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================
2023-03-28T05:55:45.174Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T05:55:45.175Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method      : POST
2023-03-28T05:55:45.175Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers     : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"2258", X-B3-TraceId:"f81fa4ea304b434db77add82f63e8f26", X-B3-SpanId:"cdc0401e76ae09e0", X-B3-ParentSpanId:"55ea656296e58c08", X-B3-Sampled:"0", X-ONAP-RequestID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-RequestID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-TransactionID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-ECOMP-RequestID:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0a82580c-26de-4e2c-b7bb-5baebc779df8"]
2023-03-28T05:55:45.175Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelInvariantId\":\"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\"modelType\":\"service\",\"modelName\":\"basic_network\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"baa19d62-62c3-43ef-9567-048930744e84\",\"modelUuid\":\"baa19d62-62c3-43ef-9567-048930744e84\",\"modelInvariantUuid\":\"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\"},\"requestInfo\":{\"source\":\"VID\",\"instanceName\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"subscriberInfo\":{\"globalSubscriberId\":\"basicnw-customer\"},\"cloudConfiguration\":{\"tenantId\":\"dbdab9c92e304927ab8038a443bd1883\",\"cloudOwner\":\"basicnw-cloud-owner\",\"lcpCloudRegionId\":\"RegionOne\"},\"requestParameters\":{\"subscriptionServiceType\":\"basic_network\",\"aLaCarte\":true,\"usePreload\":true,\"testApi\":\"GR_API\"},\"project\":{\"projectName\":\"basicnw-project\"},\"owningEntity\":{\"owningEntityId\":\"f172de0c-4eef-4bf2-aaf8-a085c2a8fd2c\",\"owningEntityName\":\"basicnw-oe\"}}}","type":"String"},"requestId":{"value":"1c72fe6c-260f-468e-ba53-41fbdf3bb931","type":"String"},"mso-request-id":{"value":"1c72fe6c-260f-468e-ba53-41fbdf3bb931","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"createInstance","type":"String"},"serviceInstanceId":{"value":"","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}}
2023-03-28T05:55:45.175Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================
2023-03-28T05:55:46.519Z|5960906e-5b6c-4643-b0f1-b993ec6d5b81|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:55:46.520Z|5960906e-5b6c-4643-b0f1-b993ec6d5b81|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:55:48.233Z|0fb36f0c-f03c-419c-8cc3-a1c54a7e8cca|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:55:48.233Z|0fb36f0c-f03c-419c-8cc3-a1c54a7e8cca|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:55:48.876Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin==========================================
2023-03-28T05:55:48.877Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code  : 202 ACCEPTED
2023-03-28T05:55:48.877Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text  : Accepted
2023-03-28T05:55:48.878Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=CF6DD12F9C91D04BBB1FE38257677EB5; Path=/; HttpOnly", date:"Tue, 28 Mar 2023 05:55:48 GMT", x-onap-requestid:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", x-requestid:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", x-transactionid:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", x-ecomp-requestid:"1c72fe6c-260f-468e-ba53-41fbdf3bb931", x-onap-partnername:"UNKNOWN", x-invocationid:"0a82580c-26de-4e2c-b7bb-5baebc779df8", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", x-envoy-upstream-service-time:"3664", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:55:48.879Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"1c72fe6c-260f-468e-ba53-41fbdf3bb931\",\"instanceId\":\"9e5f414d-1a29-4cec-ae32-9d6edd72c39c\"}}","message":"Success","processInstanceID":"2e8e18e5-cd2d-11ed-8192-02f87d878986","variables":null,"messageCode":200}
2023-03-28T05:55:48.880Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end=================================================
2023-03-28T05:55:48.880Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn
2023-03-28T05:55:48.927Z|1c72fe6c-260f-468e-ba53-41fbdf3bb931|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:55:49.220Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:55:49.240Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931
2023-03-28T05:55:49.240Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|INFO|500||Invoke
2023-03-28T05:55:49.240Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||===========================request begin================================================
2023-03-28T05:55:49.241Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931
2023-03-28T05:55:49.241Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Method      : GET
2023-03-28T05:55:49.241Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"6a5338c8a96126c7043f09fedcc898dd", X-B3-SpanId:"5c9015eeea15c84a", X-B3-ParentSpanId:"232004ed46a159c0", X-B3-Sampled:"0", X-ONAP-RequestID:"08de8a74-c7af-445e-9308-c2c120f77b6e", X-RequestID:"08de8a74-c7af-445e-9308-c2c120f77b6e", X-TransactionID:"08de8a74-c7af-445e-9308-c2c120f77b6e", X-ECOMP-RequestID:"08de8a74-c7af-445e-9308-c2c120f77b6e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4cf65ee6-69a9-42c8-8127-9a1d5c21e1d7"]
2023-03-28T05:55:49.241Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Request body: 
2023-03-28T05:55:49.241Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||==========================request end================================================
2023-03-28T05:55:49.289Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||============================response begin==========================================
2023-03-28T05:55:49.289Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Status code  : 200 OK
2023-03-28T05:55:49.290Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Status text  : OK
2023-03-28T05:55:49.290Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:55:48 GMT", x-envoy-upstream-service-time:"42", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:55:49.292Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Response body: {
  "requestId" : "1c72fe6c-260f-468e-ba53-41fbdf3bb931",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T05:55:28.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n\t\t\t\"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\",\n\t\t\t\"modelName\": \"basic_network\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_network\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnw-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnw-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"f172de0c-4eef-4bf2-aaf8-a085c2a8fd2c\",\n\t\t\t\"owningEntityName\": \"basicnw-oe\"\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:55:48.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "serviceInstanceName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "1c72fe6c-260f-468e-ba53-41fbdf3bb931",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931"
    }
  }
}
2023-03-28T05:55:49.292Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||=======================response end=================================================
2023-03-28T05:55:49.292Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|INFO|500||InvokeReturn
2023-03-28T05:55:49.296Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false
2023-03-28T05:55:49.296Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:55:49.296Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:55:49.296Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false
2023-03-28T05:55:49.297Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:55:49.297Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"6a5338c8a96126c7043f09fedcc898dd", X-B3-SpanId:"147a4453ccb11b38", X-B3-ParentSpanId:"232004ed46a159c0", X-B3-Sampled:"0", X-ONAP-RequestID:"08de8a74-c7af-445e-9308-c2c120f77b6e", X-RequestID:"08de8a74-c7af-445e-9308-c2c120f77b6e", X-TransactionID:"08de8a74-c7af-445e-9308-c2c120f77b6e", X-ECOMP-RequestID:"08de8a74-c7af-445e-9308-c2c120f77b6e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"025802d6-9b1c-4804-bda7-fddfef1e5722"]
2023-03-28T05:55:49.297Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:55:49.297Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:55:49.365Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:55:49.366Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:55:49.366Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:55:49.367Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:55:49 GMT", x-envoy-upstream-service-time:"65", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:55:49.368Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:55:49.368Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:55:49.369Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:55:49.389Z|08de8a74-c7af-445e-9308-c2c120f77b6e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:55:49.544Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:55:49.547Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Checking if requestId: 8f0b43da-562d-4cbf-997e-b70055efff89 already exists in requestDb InfraActiveRequests table
2023-03-28T05:55:49.548Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89
2023-03-28T05:55:49.548Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|INFO|500||Invoke
2023-03-28T05:55:49.548Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||===========================request begin================================================
2023-03-28T05:55:49.549Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89
2023-03-28T05:55:49.549Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Method      : GET
2023-03-28T05:55:49.549Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"72b25a28a81092fea20159d1d14ef013", X-B3-SpanId:"4dce5cd8956afd06", X-B3-ParentSpanId:"285ff588c746b6bb", X-B3-Sampled:"0", X-ONAP-RequestID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-RequestID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-TransactionID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-ECOMP-RequestID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6dbc9800-766d-4ef0-b6d6-1aa0a1a7775d"]
2023-03-28T05:55:49.549Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Request body: 
2023-03-28T05:55:49.549Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||==========================request end================================================
2023-03-28T05:55:49.592Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||============================response begin==========================================
2023-03-28T05:55:49.593Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T05:55:49.593Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Status text  : Not Found
2023-03-28T05:55:49.593Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 05:55:49 GMT", x-envoy-upstream-service-time:"36", server:"envoy"]
2023-03-28T05:55:49.593Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Response body: 
2023-03-28T05:55:49.594Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||=======================response end=================================================
2023-03-28T05:55:49.594Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|INFO|404|Not Found|InvokeReturn
2023-03-28T05:55:49.617Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Running local validations
2023-03-28T05:55:49.625Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T05:55:49.653Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]}
2023-03-28T05:55:49.654Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|INFO|500||Invoke
2023-03-28T05:55:49.711Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|INFO|500||InvokeReturn
2023-03-28T05:55:49.711Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883 has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 05:55:48 GMT], server=[envoy], content-length=[607], x-envoy-upstream-service-time=[51], vertex-id=[168136], x-aai-txid=[0-aai-resources-230328-05:55:48:679-85547], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T05:55:49.713Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||{"tenant-id":"dbdab9c92e304927ab8038a443bd1883","tenant-name":"onap-daily-master-sm","tenant-context":"None","resource-version":"1679982465941","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicvm-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_vm"}]}]}}

2023-03-28T05:55:49.714Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Validating the Service Instance request
2023-03-28T05:55:49.714Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7
2023-03-28T05:55:49.716Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T05:55:49.717Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke
2023-03-28T05:55:49.717Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================
2023-03-28T05:55:49.717Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T05:55:49.717Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method      : POST
2023-03-28T05:55:49.717Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"110", X-B3-TraceId:"72b25a28a81092fea20159d1d14ef013", X-B3-SpanId:"801d44b841c9aee1", X-B3-ParentSpanId:"285ff588c746b6bb", X-B3-Sampled:"0", X-ONAP-RequestID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-RequestID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-TransactionID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-ECOMP-RequestID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f8034c1c-c418-47b3-965e-fd2a2657454c"]
2023-03-28T05:55:49.718Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":null,"instanceName":"basic_vm-dee67bf8-f774-47b0-9c7f-c62b30dfc295","requestScope":"service"}
2023-03-28T05:55:49.718Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================
2023-03-28T05:55:49.753Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin==========================================
2023-03-28T05:55:49.754Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code  : 200 OK
2023-03-28T05:55:49.754Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text  : OK
2023-03-28T05:55:49.754Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers      : [x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 05:55:49 GMT", x-envoy-upstream-service-time:"32", server:"envoy"]
2023-03-28T05:55:49.754Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 
2023-03-28T05:55:49.754Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end=================================================
2023-03-28T05:55:49.755Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn
2023-03-28T05:55:49.755Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T05:55:49.756Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke
2023-03-28T05:55:49.756Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================
2023-03-28T05:55:49.756Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T05:55:49.756Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method      : GET
2023-03-28T05:55:49.756Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-RequestID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-TransactionID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-ECOMP-RequestID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b9621049-f4b2-46c9-87f8-db1381064b5e"]
2023-03-28T05:55:49.757Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 
2023-03-28T05:55:49.757Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================
2023-03-28T05:55:49.806Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin==========================================
2023-03-28T05:55:49.806Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code  : 200 OK
2023-03-28T05:55:49.807Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text  : OK
2023-03-28T05:55:49.807Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 05:55:49 GMT", x-envoy-upstream-service-time:"43", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:55:49.808Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: {
  "modelName" : "GR-API-DEFAULT",
  "description" : "Gr api service for VID to use for infra APIH orchestration",
  "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b",
  "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672",
  "created" : "2023-03-28 00:09:21.000",
  "modelVersion" : "1.0",
  "serviceType" : null,
  "serviceRole" : null,
  "serviceFunction" : null,
  "environmentContext" : null,
  "workloadContext" : null,
  "category" : null,
  "resourceOrder" : null,
  "distrobutionStatus" : null,
  "serviceArtifactList" : [ ],
  "serviceInfos" : [ ],
  "namingPolicy" : null,
  "onapGeneratedNaming" : null,
  "blueprintName" : null,
  "blueprintVersion" : null,
  "skipPostInstConf" : true,
  "controllerActor" : null,
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "recipes" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes"
    },
    "pnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations"
    },
    "collectionResourceCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations"
    },
    "vnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations"
    },
    "configurationCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations"
    },
    "networkCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations"
    },
    "allottedCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations"
    },
    "serviceProxyCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations"
    },
    "csar" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar"
    }
  }
}
2023-03-28T05:55:49.808Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end=================================================
2023-03-28T05:55:49.809Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn
2023-03-28T05:55:49.840Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance
2023-03-28T05:55:49.841Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||Invoke
2023-03-28T05:55:49.841Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||===========================request begin================================================
2023-03-28T05:55:49.842Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance
2023-03-28T05:55:49.842Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Method      : GET
2023-03-28T05:55:49.843Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-RequestID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-TransactionID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-ECOMP-RequestID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d3445642-e833-46d0-acd3-00001d502443"]
2023-03-28T05:55:49.843Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Request body: 
2023-03-28T05:55:49.843Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||==========================request end================================================
2023-03-28T05:55:49.881Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||============================response begin==========================================
2023-03-28T05:55:49.883Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status code  : 200 OK
2023-03-28T05:55:49.884Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status text  : OK
2023-03-28T05:55:49.884Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 05:55:49 GMT", x-envoy-upstream-service-time:"34", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:55:49.885Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Response body: {
  "id" : 531,
  "serviceModelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b",
  "action" : "createInstance",
  "description" : "Gr api recipe to create service-instance",
  "orchestrationUri" : "/mso/async/services/WorkflowActionBB",
  "paramXsd" : null,
  "recipeTimeout" : 180,
  "serviceTimeoutInterim" : null,
  "created" : "2023-03-28T00:09:21.000+00:00",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/531"
    },
    "serviceRecipe" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/531"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/531/service"
    }
  }
}
2023-03-28T05:55:49.885Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||=======================response end=================================================
2023-03-28T05:55:49.886Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||InvokeReturn
2023-03-28T05:55:49.890Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T05:55:49.891Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke
2023-03-28T05:55:49.891Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================
2023-03-28T05:55:49.892Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T05:55:49.892Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method      : GET
2023-03-28T05:55:49.892Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-RequestID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-TransactionID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-ECOMP-RequestID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"83c7b39e-1093-4bb2-97f8-31ba7a2b2c1f"]
2023-03-28T05:55:49.893Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 
2023-03-28T05:55:49.893Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================
2023-03-28T05:55:49.924Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin==========================================
2023-03-28T05:55:49.925Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code  : 200 OK
2023-03-28T05:55:49.925Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text  : OK
2023-03-28T05:55:49.925Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 05:55:49 GMT", x-envoy-upstream-service-time:"27", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:55:49.926Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: {
  "modelName" : "GR-API-DEFAULT",
  "description" : "Gr api service for VID to use for infra APIH orchestration",
  "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b",
  "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672",
  "created" : "2023-03-28 00:09:21.000",
  "modelVersion" : "1.0",
  "serviceType" : null,
  "serviceRole" : null,
  "serviceFunction" : null,
  "environmentContext" : null,
  "workloadContext" : null,
  "category" : null,
  "resourceOrder" : null,
  "distrobutionStatus" : null,
  "serviceArtifactList" : [ ],
  "serviceInfos" : [ ],
  "namingPolicy" : null,
  "onapGeneratedNaming" : null,
  "blueprintName" : null,
  "blueprintVersion" : null,
  "skipPostInstConf" : true,
  "controllerActor" : null,
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "recipes" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes"
    },
    "pnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations"
    },
    "collectionResourceCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations"
    },
    "vnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations"
    },
    "configurationCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations"
    },
    "networkCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations"
    },
    "allottedCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations"
    },
    "serviceProxyCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations"
    },
    "csar" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar"
    }
  }
}
2023-03-28T05:55:49.927Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end=================================================
2023-03-28T05:55:49.927Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn
2023-03-28T05:55:49.932Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T05:55:49.933Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke
2023-03-28T05:55:49.933Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================
2023-03-28T05:55:49.933Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T05:55:49.933Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method      : POST
2023-03-28T05:55:49.933Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers     : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"1831", X-B3-TraceId:"72b25a28a81092fea20159d1d14ef013", X-B3-SpanId:"b914cbb7102a58cd", X-B3-ParentSpanId:"285ff588c746b6bb", X-B3-Sampled:"0", X-ONAP-RequestID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-RequestID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-TransactionID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-ECOMP-RequestID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1777eb53-994d-4a68-b5e0-adc2b488d032"]
2023-03-28T05:55:49.934Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"8f0b43da-562d-4cbf-997e-b70055efff89","requestStatus":"IN_PROGRESS","startTime":1679982949618,"source":"VID","tenantId":"dbdab9c92e304927ab8038a443bd1883","requestBody":"{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_vm-dee67bf8-f774-47b0-9c7f-c62b30dfc295\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n\t\t\t\"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\",\n\t\t\t\"modelName\": \"basic_vm\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_vm\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicvm-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicvm-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n\t\t\t\"owningEntityName\": \"basicvm-oe\"\n\t\t}\n\t}\n}","lastModifiedBy":"APIH","cloudRegion":"RegionOne","serviceInstanceName":"basic_vm-dee67bf8-f774-47b0-9c7f-c62b30dfc295","requestScope":"service","requestAction":"createInstance","requestorId":"demo","requestUrl":"https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances","tenantName":"onap-daily-master-sm","cloudApiRequests":[],"requestURI":"8f0b43da-562d-4cbf-997e-b70055efff89"}
2023-03-28T05:55:49.934Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================
2023-03-28T05:55:50.089Z|e4e10cf1-dc75-4764-a14f-c568def526f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:55:50.093Z|e4e10cf1-dc75-4764-a14f-c568def526f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:55:50.607Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin==========================================
2023-03-28T05:55:50.608Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code  : 201 CREATED
2023-03-28T05:55:50.609Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text  : Created
2023-03-28T05:55:50.609Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:55:50 GMT", x-envoy-upstream-service-time:"669", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:55:50.610Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: {
  "requestId" : "8f0b43da-562d-4cbf-997e-b70055efff89",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T05:55:49.618+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_vm-dee67bf8-f774-47b0-9c7f-c62b30dfc295\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n\t\t\t\"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\",\n\t\t\t\"modelName\": \"basic_vm\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_vm\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicvm-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicvm-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n\t\t\t\"owningEntityName\": \"basicvm-oe\"\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "APIH",
  "modifyTime" : "2023-03-28T05:55:50.385+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceName" : "basic_vm-dee67bf8-f774-47b0-9c7f-c62b30dfc295",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "8f0b43da-562d-4cbf-997e-b70055efff89",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89"
    }
  }
}
2023-03-28T05:55:50.610Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end=================================================
2023-03-28T05:55:50.611Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn
2023-03-28T05:55:50.625Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T05:55:50.626Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke
2023-03-28T05:55:50.626Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================
2023-03-28T05:55:50.627Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T05:55:50.627Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method      : POST
2023-03-28T05:55:50.627Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers     : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"2243", X-B3-TraceId:"72b25a28a81092fea20159d1d14ef013", X-B3-SpanId:"9e78bec16de8ec24", X-B3-ParentSpanId:"285ff588c746b6bb", X-B3-Sampled:"0", X-ONAP-RequestID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-RequestID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-TransactionID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-ECOMP-RequestID:"8f0b43da-562d-4cbf-997e-b70055efff89", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"85b5154d-c737-4980-9319-e587f1d3bd33"]
2023-03-28T05:55:50.627Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelInvariantId\":\"22d33c51-a0cb-43ff-b88c-056b90379b28\",\"modelType\":\"service\",\"modelName\":\"basic_vm\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"f13ca837-ae90-403c-9881-446f755d4bf8\",\"modelUuid\":\"f13ca837-ae90-403c-9881-446f755d4bf8\",\"modelInvariantUuid\":\"22d33c51-a0cb-43ff-b88c-056b90379b28\"},\"requestInfo\":{\"source\":\"VID\",\"instanceName\":\"basic_vm-dee67bf8-f774-47b0-9c7f-c62b30dfc295\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"subscriberInfo\":{\"globalSubscriberId\":\"basicvm-customer\"},\"cloudConfiguration\":{\"tenantId\":\"dbdab9c92e304927ab8038a443bd1883\",\"cloudOwner\":\"basicvm-cloud-owner\",\"lcpCloudRegionId\":\"RegionOne\"},\"requestParameters\":{\"subscriptionServiceType\":\"basic_vm\",\"aLaCarte\":true,\"usePreload\":true,\"testApi\":\"GR_API\"},\"project\":{\"projectName\":\"basicvm-project\"},\"owningEntity\":{\"owningEntityId\":\"e62ccc81-460c-4672-b718-69ca3f69db04\",\"owningEntityName\":\"basicvm-oe\"}}}","type":"String"},"requestId":{"value":"8f0b43da-562d-4cbf-997e-b70055efff89","type":"String"},"mso-request-id":{"value":"8f0b43da-562d-4cbf-997e-b70055efff89","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"createInstance","type":"String"},"serviceInstanceId":{"value":"","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}}
2023-03-28T05:55:50.627Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================
2023-03-28T05:55:51.139Z|3fd81003-4343-4532-9bd0-794e271b5a5d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:55:51.139Z|3fd81003-4343-4532-9bd0-794e271b5a5d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:55:51.657Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin==========================================
2023-03-28T05:55:51.658Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code  : 202 ACCEPTED
2023-03-28T05:55:51.658Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text  : Accepted
2023-03-28T05:55:51.658Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers      : [date:"Tue, 28 Mar 2023 05:55:51 GMT", x-onap-requestid:"8f0b43da-562d-4cbf-997e-b70055efff89", x-requestid:"8f0b43da-562d-4cbf-997e-b70055efff89", x-transactionid:"8f0b43da-562d-4cbf-997e-b70055efff89", x-ecomp-requestid:"8f0b43da-562d-4cbf-997e-b70055efff89", x-onap-partnername:"UNKNOWN", x-invocationid:"85b5154d-c737-4980-9319-e587f1d3bd33", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", x-envoy-upstream-service-time:"1021", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:55:51.659Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"8f0b43da-562d-4cbf-997e-b70055efff89\",\"instanceId\":\"cefa11bd-4f79-4840-b845-5400d47bb26e\"}}","message":"Success","processInstanceID":"316b95f8-cd2d-11ed-8192-02f87d878986","variables":null,"messageCode":200}
2023-03-28T05:55:51.659Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end=================================================
2023-03-28T05:55:51.659Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn
2023-03-28T05:55:51.667Z|8f0b43da-562d-4cbf-997e-b70055efff89|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:55:51.902Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:55:51.907Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89
2023-03-28T05:55:51.908Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|INFO|500||Invoke
2023-03-28T05:55:51.908Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||===========================request begin================================================
2023-03-28T05:55:51.908Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89
2023-03-28T05:55:51.908Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Method      : GET
2023-03-28T05:55:51.909Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"c95b994df687d02316606ddb494faabd", X-B3-SpanId:"21783844d5490ad2", X-B3-ParentSpanId:"cf78c6fb5bd47e82", X-B3-Sampled:"0", X-ONAP-RequestID:"b85d27a8-9491-4f7f-972a-09f461ce5668", X-RequestID:"b85d27a8-9491-4f7f-972a-09f461ce5668", X-TransactionID:"b85d27a8-9491-4f7f-972a-09f461ce5668", X-ECOMP-RequestID:"b85d27a8-9491-4f7f-972a-09f461ce5668", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f81444d5-e891-4a4b-93aa-d2cf8ac53c22"]
2023-03-28T05:55:51.909Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Request body: 
2023-03-28T05:55:51.909Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||==========================request end================================================
2023-03-28T05:55:51.948Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||============================response begin==========================================
2023-03-28T05:55:51.948Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Status code  : 200 OK
2023-03-28T05:55:51.949Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Status text  : OK
2023-03-28T05:55:51.950Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:55:51 GMT", x-envoy-upstream-service-time:"35", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:55:51.951Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Response body: {
  "requestId" : "8f0b43da-562d-4cbf-997e-b70055efff89",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T05:55:49.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_vm-dee67bf8-f774-47b0-9c7f-c62b30dfc295\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n\t\t\t\"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\",\n\t\t\t\"modelName\": \"basic_vm\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_vm\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicvm-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicvm-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n\t\t\t\"owningEntityName\": \"basicvm-oe\"\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:55:51.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "cefa11bd-4f79-4840-b845-5400d47bb26e",
  "serviceInstanceName" : "basic_vm-dee67bf8-f774-47b0-9c7f-c62b30dfc295",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "8f0b43da-562d-4cbf-997e-b70055efff89",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89"
    }
  }
}
2023-03-28T05:55:51.951Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||=======================response end=================================================
2023-03-28T05:55:51.952Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|INFO|500||InvokeReturn
2023-03-28T05:55:51.955Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false
2023-03-28T05:55:51.955Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:55:51.956Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:55:51.956Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false
2023-03-28T05:55:51.956Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:55:51.956Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"c95b994df687d02316606ddb494faabd", X-B3-SpanId:"d03d560070e762d4", X-B3-ParentSpanId:"cf78c6fb5bd47e82", X-B3-Sampled:"0", X-ONAP-RequestID:"b85d27a8-9491-4f7f-972a-09f461ce5668", X-RequestID:"b85d27a8-9491-4f7f-972a-09f461ce5668", X-TransactionID:"b85d27a8-9491-4f7f-972a-09f461ce5668", X-ECOMP-RequestID:"b85d27a8-9491-4f7f-972a-09f461ce5668", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b1abd101-5e3f-4fc6-a682-2dbaa190b851"]
2023-03-28T05:55:51.957Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:55:51.957Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:55:51.986Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:55:51.987Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:55:51.987Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:55:51.988Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:55:51 GMT", x-envoy-upstream-service-time:"25", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:55:51.989Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:55:51.990Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:55:51.990Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:55:52.007Z|b85d27a8-9491-4f7f-972a-09f461ce5668|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:55:54.938Z|9e910660-4bb5-40d2-b997-228c2e964b6b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:55:54.939Z|9e910660-4bb5-40d2-b997-228c2e964b6b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:55:56.118Z|719d17a5-4458-4a7c-a7b3-51ba1f7288df|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:55:56.119Z|719d17a5-4458-4a7c-a7b3-51ba1f7288df|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:55:56.547Z|10de212d-8df1-47df-8466-85373ad50e72|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:55:56.548Z|10de212d-8df1-47df-8466-85373ad50e72|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:55:58.264Z|546b567e-49b1-46e1-977f-5789d4fcd508|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:55:58.265Z|546b567e-49b1-46e1-977f-5789d4fcd508|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:55:59.660Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:55:59.669Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931
2023-03-28T05:55:59.669Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|INFO|500||Invoke
2023-03-28T05:55:59.670Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||===========================request begin================================================
2023-03-28T05:55:59.670Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931
2023-03-28T05:55:59.670Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Method      : GET
2023-03-28T05:55:59.670Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f5f8a17450be4e247d2d5e7d161f8ade", X-B3-SpanId:"81e2936db9486a6b", X-B3-ParentSpanId:"d0d575c11e53b787", X-B3-Sampled:"0", X-ONAP-RequestID:"4011ee58-d465-424f-8f09-0434afda2e8b", X-RequestID:"4011ee58-d465-424f-8f09-0434afda2e8b", X-TransactionID:"4011ee58-d465-424f-8f09-0434afda2e8b", X-ECOMP-RequestID:"4011ee58-d465-424f-8f09-0434afda2e8b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"58b517f2-e52a-4cec-a8b6-36466b86a6af"]
2023-03-28T05:55:59.670Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Request body: 
2023-03-28T05:55:59.671Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||==========================request end================================================
2023-03-28T05:55:59.714Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||============================response begin==========================================
2023-03-28T05:55:59.714Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Status code  : 200 OK
2023-03-28T05:55:59.716Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Status text  : OK
2023-03-28T05:55:59.719Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:55:59 GMT", x-envoy-upstream-service-time:"38", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:55:59.720Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Response body: {
  "requestId" : "1c72fe6c-260f-468e-ba53-41fbdf3bb931",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T05:55:28.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n\t\t\t\"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\",\n\t\t\t\"modelName\": \"basic_network\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_network\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnw-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnw-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"f172de0c-4eef-4bf2-aaf8-a085c2a8fd2c\",\n\t\t\t\"owningEntityName\": \"basicnw-oe\"\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:55:48.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "serviceInstanceName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "1c72fe6c-260f-468e-ba53-41fbdf3bb931",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931"
    }
  }
}
2023-03-28T05:55:59.720Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||=======================response end=================================================
2023-03-28T05:55:59.721Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|INFO|500||InvokeReturn
2023-03-28T05:55:59.723Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false
2023-03-28T05:55:59.723Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:55:59.723Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:55:59.724Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false
2023-03-28T05:55:59.724Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:55:59.724Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f5f8a17450be4e247d2d5e7d161f8ade", X-B3-SpanId:"b1318dc3d5013288", X-B3-ParentSpanId:"d0d575c11e53b787", X-B3-Sampled:"0", X-ONAP-RequestID:"4011ee58-d465-424f-8f09-0434afda2e8b", X-RequestID:"4011ee58-d465-424f-8f09-0434afda2e8b", X-TransactionID:"4011ee58-d465-424f-8f09-0434afda2e8b", X-ECOMP-RequestID:"4011ee58-d465-424f-8f09-0434afda2e8b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b6d0de3f-7cda-4f58-98a9-3a291bb3c3ed"]
2023-03-28T05:55:59.724Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:55:59.725Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:55:59.748Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:55:59.748Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:55:59.748Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:55:59.748Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:55:59 GMT", x-envoy-upstream-service-time:"20", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:55:59.749Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:55:59.749Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:55:59.749Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:55:59.760Z|4011ee58-d465-424f-8f09-0434afda2e8b|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:56:02.227Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:56:02.237Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89
2023-03-28T05:56:02.238Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|INFO|500||Invoke
2023-03-28T05:56:02.238Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:02.238Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89
2023-03-28T05:56:02.238Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Method      : GET
2023-03-28T05:56:02.238Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e499a82e5286035b99370ec54990fc49", X-B3-SpanId:"04d796031d3a00e8", X-B3-ParentSpanId:"4df3cf1eec441197", X-B3-Sampled:"0", X-ONAP-RequestID:"2bf925df-9352-43f3-b52f-3e5afb6e6722", X-RequestID:"2bf925df-9352-43f3-b52f-3e5afb6e6722", X-TransactionID:"2bf925df-9352-43f3-b52f-3e5afb6e6722", X-ECOMP-RequestID:"2bf925df-9352-43f3-b52f-3e5afb6e6722", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"de154aab-0f4a-4c0b-919a-42ca02c089d1"]
2023-03-28T05:56:02.239Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Request body: 
2023-03-28T05:56:02.239Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||==========================request end================================================
2023-03-28T05:56:02.276Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:02.276Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:02.276Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Status text  : OK
2023-03-28T05:56:02.276Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:02 GMT", x-envoy-upstream-service-time:"33", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:02.277Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Response body: {
  "requestId" : "8f0b43da-562d-4cbf-997e-b70055efff89",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T05:55:49.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_vm-dee67bf8-f774-47b0-9c7f-c62b30dfc295\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n\t\t\t\"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\",\n\t\t\t\"modelName\": \"basic_vm\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_vm\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicvm-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicvm-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n\t\t\t\"owningEntityName\": \"basicvm-oe\"\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:55:51.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "cefa11bd-4f79-4840-b845-5400d47bb26e",
  "serviceInstanceName" : "basic_vm-dee67bf8-f774-47b0-9c7f-c62b30dfc295",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "8f0b43da-562d-4cbf-997e-b70055efff89",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89"
    }
  }
}
2023-03-28T05:56:02.277Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:02.277Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|INFO|500||InvokeReturn
2023-03-28T05:56:02.279Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false
2023-03-28T05:56:02.279Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:56:02.279Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:02.279Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false
2023-03-28T05:56:02.279Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:56:02.279Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e499a82e5286035b99370ec54990fc49", X-B3-SpanId:"4d06200db1b0f456", X-B3-ParentSpanId:"4df3cf1eec441197", X-B3-Sampled:"0", X-ONAP-RequestID:"2bf925df-9352-43f3-b52f-3e5afb6e6722", X-RequestID:"2bf925df-9352-43f3-b52f-3e5afb6e6722", X-TransactionID:"2bf925df-9352-43f3-b52f-3e5afb6e6722", X-ECOMP-RequestID:"2bf925df-9352-43f3-b52f-3e5afb6e6722", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"22b921c8-9672-4589-b867-ff688e6a444d"]
2023-03-28T05:56:02.280Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:56:02.280Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:56:02.297Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:02.297Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:02.297Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:56:02.298Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:02 GMT", x-envoy-upstream-service-time:"15", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:02.298Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:56:02.298Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:02.299Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:56:02.313Z|2bf925df-9352-43f3-b52f-3e5afb6e6722|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:56:04.981Z|f8b8c374-94e7-4e50-a3a2-0bd60983d807|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:56:04.983Z|f8b8c374-94e7-4e50-a3a2-0bd60983d807|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:56:05.089Z|9ee19c34-2795-4eba-9966-013ea31cdfcf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:56:05.089Z|9ee19c34-2795-4eba-9966-013ea31cdfcf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:56:06.578Z|dfebda4e-9ae1-49e8-9cf5-51123505d036|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:56:06.579Z|dfebda4e-9ae1-49e8-9cf5-51123505d036|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:56:08.297Z|dc59a0ef-a7b0-4910-a977-5c424d3fa7fa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:56:08.298Z|dc59a0ef-a7b0-4910-a977-5c424d3fa7fa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:56:09.949Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:56:09.957Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931
2023-03-28T05:56:09.957Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|INFO|500||Invoke
2023-03-28T05:56:09.957Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:09.957Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931
2023-03-28T05:56:09.957Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Method      : GET
2023-03-28T05:56:09.958Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"3822c7fc463dd8557c746f6c2ac2aaa6", X-B3-SpanId:"cb8fe9e49ce44360", X-B3-ParentSpanId:"02f160a553740f6b", X-B3-Sampled:"0", X-ONAP-RequestID:"fb4a4de4-8882-4d31-b6b1-dd0d049bafe4", X-RequestID:"fb4a4de4-8882-4d31-b6b1-dd0d049bafe4", X-TransactionID:"fb4a4de4-8882-4d31-b6b1-dd0d049bafe4", X-ECOMP-RequestID:"fb4a4de4-8882-4d31-b6b1-dd0d049bafe4", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"cbd39e57-e63c-4c29-8ce2-fe6b4ccfdcd3"]
2023-03-28T05:56:09.958Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Request body: 
2023-03-28T05:56:09.958Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||==========================request end================================================
2023-03-28T05:56:10.003Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:10.004Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:10.004Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Status text  : OK
2023-03-28T05:56:10.005Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:09 GMT", x-envoy-upstream-service-time:"40", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:10.006Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Response body: {
  "requestId" : "1c72fe6c-260f-468e-ba53-41fbdf3bb931",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T05:55:28.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n\t\t\t\"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\",\n\t\t\t\"modelName\": \"basic_network\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_network\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnw-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnw-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"f172de0c-4eef-4bf2-aaf8-a085c2a8fd2c\",\n\t\t\t\"owningEntityName\": \"basicnw-oe\"\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:55:48.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "serviceInstanceName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "1c72fe6c-260f-468e-ba53-41fbdf3bb931",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931"
    }
  }
}
2023-03-28T05:56:10.007Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:10.008Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|INFO|500||InvokeReturn
2023-03-28T05:56:10.010Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false
2023-03-28T05:56:10.011Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:56:10.012Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:10.012Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false
2023-03-28T05:56:10.013Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:56:10.013Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"3822c7fc463dd8557c746f6c2ac2aaa6", X-B3-SpanId:"6d381ecaf8ad95cf", X-B3-ParentSpanId:"02f160a553740f6b", X-B3-Sampled:"0", X-ONAP-RequestID:"fb4a4de4-8882-4d31-b6b1-dd0d049bafe4", X-RequestID:"fb4a4de4-8882-4d31-b6b1-dd0d049bafe4", X-TransactionID:"fb4a4de4-8882-4d31-b6b1-dd0d049bafe4", X-ECOMP-RequestID:"fb4a4de4-8882-4d31-b6b1-dd0d049bafe4", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8e2c4f2f-bcaf-4a2d-9610-1f2c827cd07e"]
2023-03-28T05:56:10.014Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:56:10.014Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:56:10.035Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:10.036Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:10.036Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:56:10.036Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:09 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:10.037Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:56:10.037Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:10.037Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:56:10.051Z|fb4a4de4-8882-4d31-b6b1-dd0d049bafe4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:56:12.556Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:56:12.564Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89
2023-03-28T05:56:12.565Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|INFO|500||Invoke
2023-03-28T05:56:12.565Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:12.565Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89
2023-03-28T05:56:12.565Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Method      : GET
2023-03-28T05:56:12.565Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"a4a49072ef5824213fcf5e4e62b6d336", X-B3-SpanId:"97eaef2e988cca07", X-B3-ParentSpanId:"556d31aa8088d775", X-B3-Sampled:"0", X-ONAP-RequestID:"ab791133-4b7c-4ac7-b2c8-a5120001aff0", X-RequestID:"ab791133-4b7c-4ac7-b2c8-a5120001aff0", X-TransactionID:"ab791133-4b7c-4ac7-b2c8-a5120001aff0", X-ECOMP-RequestID:"ab791133-4b7c-4ac7-b2c8-a5120001aff0", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9f2a8287-fd10-4c44-b8e8-4892a8c2c09f"]
2023-03-28T05:56:12.565Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Request body: 
2023-03-28T05:56:12.565Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||==========================request end================================================
2023-03-28T05:56:12.608Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:12.609Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:12.609Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Status text  : OK
2023-03-28T05:56:12.609Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:11 GMT", x-envoy-upstream-service-time:"38", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:12.610Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Response body: {
  "requestId" : "8f0b43da-562d-4cbf-997e-b70055efff89",
  "requestStatus" : "ROLLED_BACK",
  "statusMessage" : "Exception in org.onap.so.bpmn.infrastructure.aai.tasks.AAICreateTasks.createServiceInstance ModelMapper configuration errors:\n\n1) A mapping already exists for org.onap.aai.domain.yang.ServiceInstance.setServiceType().\n\n1 error",
  "rollbackStatusMessage" : "Rollback has been completed successfully.",
  "flowStatus" : "All Rollback flows have completed successfully",
  "progress" : 100,
  "startTime" : "2023-03-28T05:55:49.000+00:00",
  "endTime" : "2023-03-28T05:56:11.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_vm-dee67bf8-f774-47b0-9c7f-c62b30dfc295\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n\t\t\t\"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\",\n\t\t\t\"modelName\": \"basic_vm\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_vm\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicvm-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicvm-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n\t\t\t\"owningEntityName\": \"basicvm-oe\"\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:56:11.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "cefa11bd-4f79-4840-b845-5400d47bb26e",
  "serviceInstanceName" : "basic_vm-dee67bf8-f774-47b0-9c7f-c62b30dfc295",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "extSystemErrorSource" : "UNKNOWN",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "8f0b43da-562d-4cbf-997e-b70055efff89",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89"
    }
  }
}
2023-03-28T05:56:12.610Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:12.610Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|INFO|500||InvokeReturn
2023-03-28T05:56:12.612Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false
2023-03-28T05:56:12.613Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:56:12.613Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:12.613Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false
2023-03-28T05:56:12.613Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:56:12.614Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"a4a49072ef5824213fcf5e4e62b6d336", X-B3-SpanId:"c7291e5e247f355e", X-B3-ParentSpanId:"556d31aa8088d775", X-B3-Sampled:"0", X-ONAP-RequestID:"ab791133-4b7c-4ac7-b2c8-a5120001aff0", X-RequestID:"ab791133-4b7c-4ac7-b2c8-a5120001aff0", X-TransactionID:"ab791133-4b7c-4ac7-b2c8-a5120001aff0", X-ECOMP-RequestID:"ab791133-4b7c-4ac7-b2c8-a5120001aff0", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e9f7d935-19dc-4feb-b784-2153fef79bba"]
2023-03-28T05:56:12.614Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:56:12.614Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:56:12.644Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:12.645Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:12.645Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:56:12.645Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:11 GMT", x-envoy-upstream-service-time:"27", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:12.648Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:56:12.649Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:12.649Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:56:12.663Z|ab791133-4b7c-4ac7-b2c8-a5120001aff0|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:56:12.849Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:56:12.855Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89
2023-03-28T05:56:12.856Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|INFO|500||Invoke
2023-03-28T05:56:12.856Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:12.856Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89
2023-03-28T05:56:12.856Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Method      : GET
2023-03-28T05:56:12.857Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"2ef2f1137a08ad2f8bbb91ca004a700f", X-B3-SpanId:"796745c3e8009874", X-B3-ParentSpanId:"5eb3d2d0c74ae0f9", X-B3-Sampled:"0", X-ONAP-RequestID:"55afa88e-500d-4e6b-988c-f5b96af9c29c", X-RequestID:"55afa88e-500d-4e6b-988c-f5b96af9c29c", X-TransactionID:"55afa88e-500d-4e6b-988c-f5b96af9c29c", X-ECOMP-RequestID:"55afa88e-500d-4e6b-988c-f5b96af9c29c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6825e9b8-32c1-4558-8582-08eda457ef9d"]
2023-03-28T05:56:12.857Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Request body: 
2023-03-28T05:56:12.857Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||==========================request end================================================
2023-03-28T05:56:12.894Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:12.895Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:12.895Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Status text  : OK
2023-03-28T05:56:12.896Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:11 GMT", x-envoy-upstream-service-time:"33", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:12.897Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Response body: {
  "requestId" : "8f0b43da-562d-4cbf-997e-b70055efff89",
  "requestStatus" : "ROLLED_BACK",
  "statusMessage" : "Exception in org.onap.so.bpmn.infrastructure.aai.tasks.AAICreateTasks.createServiceInstance ModelMapper configuration errors:\n\n1) A mapping already exists for org.onap.aai.domain.yang.ServiceInstance.setServiceType().\n\n1 error",
  "rollbackStatusMessage" : "Rollback has been completed successfully.",
  "flowStatus" : "All Rollback flows have completed successfully",
  "progress" : 100,
  "startTime" : "2023-03-28T05:55:49.000+00:00",
  "endTime" : "2023-03-28T05:56:11.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_vm-dee67bf8-f774-47b0-9c7f-c62b30dfc295\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n\t\t\t\"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\",\n\t\t\t\"modelName\": \"basic_vm\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_vm\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicvm-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicvm-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n\t\t\t\"owningEntityName\": \"basicvm-oe\"\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:56:11.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "cefa11bd-4f79-4840-b845-5400d47bb26e",
  "serviceInstanceName" : "basic_vm-dee67bf8-f774-47b0-9c7f-c62b30dfc295",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "extSystemErrorSource" : "UNKNOWN",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "8f0b43da-562d-4cbf-997e-b70055efff89",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89"
    }
  }
}
2023-03-28T05:56:12.898Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:12.899Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|INFO|500||InvokeReturn
2023-03-28T05:56:12.901Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false
2023-03-28T05:56:12.903Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:56:12.903Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:12.903Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false
2023-03-28T05:56:12.904Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:56:12.904Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"2ef2f1137a08ad2f8bbb91ca004a700f", X-B3-SpanId:"47d7c3c7a59e1905", X-B3-ParentSpanId:"5eb3d2d0c74ae0f9", X-B3-Sampled:"0", X-ONAP-RequestID:"55afa88e-500d-4e6b-988c-f5b96af9c29c", X-RequestID:"55afa88e-500d-4e6b-988c-f5b96af9c29c", X-TransactionID:"55afa88e-500d-4e6b-988c-f5b96af9c29c", X-ECOMP-RequestID:"55afa88e-500d-4e6b-988c-f5b96af9c29c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f228262c-c9da-4126-95ed-6eaeefe749e2"]
2023-03-28T05:56:12.905Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:56:12.905Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:56:12.927Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:12.928Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:12.928Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:56:12.929Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:11 GMT", x-envoy-upstream-service-time:"18", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:12.929Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:56:12.930Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:12.930Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:56:12.952Z|55afa88e-500d-4e6b-988c-f5b96af9c29c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:56:13.150Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:56:13.155Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89
2023-03-28T05:56:13.156Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|INFO|500||Invoke
2023-03-28T05:56:13.156Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:13.156Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89
2023-03-28T05:56:13.156Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Method      : GET
2023-03-28T05:56:13.156Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"22a40b1f5d5a28406c7ab946931c010d", X-B3-SpanId:"b4b9ec9f64be269a", X-B3-ParentSpanId:"b88347f029966a88", X-B3-Sampled:"0", X-ONAP-RequestID:"21d08801-e467-4d19-bd81-c9022822cfcd", X-RequestID:"21d08801-e467-4d19-bd81-c9022822cfcd", X-TransactionID:"21d08801-e467-4d19-bd81-c9022822cfcd", X-ECOMP-RequestID:"21d08801-e467-4d19-bd81-c9022822cfcd", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7956cbe8-c31b-4bd6-9ebd-84c9dbbadf70"]
2023-03-28T05:56:13.157Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Request body: 
2023-03-28T05:56:13.157Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||==========================request end================================================
2023-03-28T05:56:13.200Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:13.200Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:13.200Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Status text  : OK
2023-03-28T05:56:13.200Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:13 GMT", x-envoy-upstream-service-time:"40", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:13.202Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Response body: {
  "requestId" : "8f0b43da-562d-4cbf-997e-b70055efff89",
  "requestStatus" : "ROLLED_BACK",
  "statusMessage" : "Exception in org.onap.so.bpmn.infrastructure.aai.tasks.AAICreateTasks.createServiceInstance ModelMapper configuration errors:\n\n1) A mapping already exists for org.onap.aai.domain.yang.ServiceInstance.setServiceType().\n\n1 error",
  "rollbackStatusMessage" : "Rollback has been completed successfully.",
  "flowStatus" : "All Rollback flows have completed successfully",
  "progress" : 100,
  "startTime" : "2023-03-28T05:55:49.000+00:00",
  "endTime" : "2023-03-28T05:56:11.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_vm-dee67bf8-f774-47b0-9c7f-c62b30dfc295\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n\t\t\t\"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\",\n\t\t\t\"modelName\": \"basic_vm\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_vm\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicvm-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicvm-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n\t\t\t\"owningEntityName\": \"basicvm-oe\"\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:56:11.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "cefa11bd-4f79-4840-b845-5400d47bb26e",
  "serviceInstanceName" : "basic_vm-dee67bf8-f774-47b0-9c7f-c62b30dfc295",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "extSystemErrorSource" : "UNKNOWN",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "8f0b43da-562d-4cbf-997e-b70055efff89",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89"
    }
  }
}
2023-03-28T05:56:13.202Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:13.203Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|INFO|500||InvokeReturn
2023-03-28T05:56:13.204Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false
2023-03-28T05:56:13.205Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:56:13.205Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:13.205Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false
2023-03-28T05:56:13.205Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:56:13.205Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"22a40b1f5d5a28406c7ab946931c010d", X-B3-SpanId:"d29bc58b5b22ebe0", X-B3-ParentSpanId:"b88347f029966a88", X-B3-Sampled:"0", X-ONAP-RequestID:"21d08801-e467-4d19-bd81-c9022822cfcd", X-RequestID:"21d08801-e467-4d19-bd81-c9022822cfcd", X-TransactionID:"21d08801-e467-4d19-bd81-c9022822cfcd", X-ECOMP-RequestID:"21d08801-e467-4d19-bd81-c9022822cfcd", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"256a32e9-27f9-430d-90af-1646f5c3aded"]
2023-03-28T05:56:13.206Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:56:13.206Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:56:13.224Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:13.224Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:13.225Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:56:13.225Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:13 GMT", x-envoy-upstream-service-time:"15", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:13.225Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:56:13.226Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:13.226Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:56:13.238Z|21d08801-e467-4d19-bd81-c9022822cfcd|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:56:13.436Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:56:13.443Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89
2023-03-28T05:56:13.443Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|INFO|500||Invoke
2023-03-28T05:56:13.443Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:13.444Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89
2023-03-28T05:56:13.444Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Method      : GET
2023-03-28T05:56:13.444Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"fd048b42e3f702f29e5ecd619edab310", X-B3-SpanId:"8a1f187d91baa51b", X-B3-ParentSpanId:"3a75e3c0c08b789f", X-B3-Sampled:"0", X-ONAP-RequestID:"9291ce8f-6fa7-4f57-9976-87d827f39aa9", X-RequestID:"9291ce8f-6fa7-4f57-9976-87d827f39aa9", X-TransactionID:"9291ce8f-6fa7-4f57-9976-87d827f39aa9", X-ECOMP-RequestID:"9291ce8f-6fa7-4f57-9976-87d827f39aa9", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"61a2016b-e44e-497e-810d-2d3db02ee801"]
2023-03-28T05:56:13.444Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Request body: 
2023-03-28T05:56:13.444Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||==========================request end================================================
2023-03-28T05:56:13.480Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:13.481Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:13.481Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Status text  : OK
2023-03-28T05:56:13.481Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:13 GMT", x-envoy-upstream-service-time:"32", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:13.482Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Response body: {
  "requestId" : "8f0b43da-562d-4cbf-997e-b70055efff89",
  "requestStatus" : "ROLLED_BACK",
  "statusMessage" : "Exception in org.onap.so.bpmn.infrastructure.aai.tasks.AAICreateTasks.createServiceInstance ModelMapper configuration errors:\n\n1) A mapping already exists for org.onap.aai.domain.yang.ServiceInstance.setServiceType().\n\n1 error",
  "rollbackStatusMessage" : "Rollback has been completed successfully.",
  "flowStatus" : "All Rollback flows have completed successfully",
  "progress" : 100,
  "startTime" : "2023-03-28T05:55:49.000+00:00",
  "endTime" : "2023-03-28T05:56:11.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_vm-dee67bf8-f774-47b0-9c7f-c62b30dfc295\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n\t\t\t\"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\",\n\t\t\t\"modelName\": \"basic_vm\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_vm\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicvm-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicvm-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n\t\t\t\"owningEntityName\": \"basicvm-oe\"\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:56:11.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "cefa11bd-4f79-4840-b845-5400d47bb26e",
  "serviceInstanceName" : "basic_vm-dee67bf8-f774-47b0-9c7f-c62b30dfc295",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "extSystemErrorSource" : "UNKNOWN",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "8f0b43da-562d-4cbf-997e-b70055efff89",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89"
    }
  }
}
2023-03-28T05:56:13.482Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:13.483Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|INFO|500||InvokeReturn
2023-03-28T05:56:13.485Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false
2023-03-28T05:56:13.485Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:56:13.485Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:13.485Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false
2023-03-28T05:56:13.486Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:56:13.486Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"fd048b42e3f702f29e5ecd619edab310", X-B3-SpanId:"cefe54be991c0587", X-B3-ParentSpanId:"3a75e3c0c08b789f", X-B3-Sampled:"0", X-ONAP-RequestID:"9291ce8f-6fa7-4f57-9976-87d827f39aa9", X-RequestID:"9291ce8f-6fa7-4f57-9976-87d827f39aa9", X-TransactionID:"9291ce8f-6fa7-4f57-9976-87d827f39aa9", X-ECOMP-RequestID:"9291ce8f-6fa7-4f57-9976-87d827f39aa9", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1373abd8-e7e1-454c-8a5d-ad32f9739d7d"]
2023-03-28T05:56:13.486Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:56:13.486Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:56:13.506Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:13.507Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:13.507Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:56:13.507Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:13 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:13.508Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:56:13.508Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:13.508Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:56:13.526Z|9291ce8f-6fa7-4f57-9976-87d827f39aa9|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:56:13.717Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:56:13.723Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89
2023-03-28T05:56:13.723Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|INFO|500||Invoke
2023-03-28T05:56:13.723Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:13.723Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89
2023-03-28T05:56:13.724Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Method      : GET
2023-03-28T05:56:13.724Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"754e285a97e8b985aeb9abb21d9d739c", X-B3-SpanId:"3e577bebda4692c5", X-B3-ParentSpanId:"3167fe89a9844437", X-B3-Sampled:"0", X-ONAP-RequestID:"838f64ed-5125-4b82-9c3c-a1ad9d0a31f1", X-RequestID:"838f64ed-5125-4b82-9c3c-a1ad9d0a31f1", X-TransactionID:"838f64ed-5125-4b82-9c3c-a1ad9d0a31f1", X-ECOMP-RequestID:"838f64ed-5125-4b82-9c3c-a1ad9d0a31f1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2443907e-6abe-4565-81d1-d696328227c1"]
2023-03-28T05:56:13.724Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Request body: 
2023-03-28T05:56:13.724Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||==========================request end================================================
2023-03-28T05:56:13.761Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:13.761Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:13.761Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Status text  : OK
2023-03-28T05:56:13.761Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:13 GMT", x-envoy-upstream-service-time:"32", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:13.763Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||Response body: {
  "requestId" : "8f0b43da-562d-4cbf-997e-b70055efff89",
  "requestStatus" : "ROLLED_BACK",
  "statusMessage" : "Exception in org.onap.so.bpmn.infrastructure.aai.tasks.AAICreateTasks.createServiceInstance ModelMapper configuration errors:\n\n1) A mapping already exists for org.onap.aai.domain.yang.ServiceInstance.setServiceType().\n\n1 error",
  "rollbackStatusMessage" : "Rollback has been completed successfully.",
  "flowStatus" : "All Rollback flows have completed successfully",
  "progress" : 100,
  "startTime" : "2023-03-28T05:55:49.000+00:00",
  "endTime" : "2023-03-28T05:56:11.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_vm-dee67bf8-f774-47b0-9c7f-c62b30dfc295\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n\t\t\t\"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\",\n\t\t\t\"modelName\": \"basic_vm\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_vm\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicvm-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicvm-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n\t\t\t\"owningEntityName\": \"basicvm-oe\"\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:56:11.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "cefa11bd-4f79-4840-b845-5400d47bb26e",
  "serviceInstanceName" : "basic_vm-dee67bf8-f774-47b0-9c7f-c62b30dfc295",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "extSystemErrorSource" : "UNKNOWN",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "8f0b43da-562d-4cbf-997e-b70055efff89",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89"
    }
  }
}
2023-03-28T05:56:13.763Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:13.764Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/8f0b43da-562d-4cbf-997e-b70055efff89|INFO|500||InvokeReturn
2023-03-28T05:56:13.766Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false
2023-03-28T05:56:13.767Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:56:13.767Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:13.767Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false
2023-03-28T05:56:13.767Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:56:13.768Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"754e285a97e8b985aeb9abb21d9d739c", X-B3-SpanId:"326dcad7dcd30a8f", X-B3-ParentSpanId:"3167fe89a9844437", X-B3-Sampled:"0", X-ONAP-RequestID:"838f64ed-5125-4b82-9c3c-a1ad9d0a31f1", X-RequestID:"838f64ed-5125-4b82-9c3c-a1ad9d0a31f1", X-TransactionID:"838f64ed-5125-4b82-9c3c-a1ad9d0a31f1", X-ECOMP-RequestID:"838f64ed-5125-4b82-9c3c-a1ad9d0a31f1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"cf363ad9-fa30-4320-9d8d-bc8534984cdd"]
2023-03-28T05:56:13.768Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:56:13.768Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:56:13.795Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:13.795Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:13.796Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:56:13.796Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:13 GMT", x-envoy-upstream-service-time:"23", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:13.797Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:56:13.798Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:13.798Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=8f0b43da-562d-4cbf-997e-b70055efff89&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:56:13.814Z|838f64ed-5125-4b82-9c3c-a1ad9d0a31f1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/8f0b43da-562d-4cbf-997e-b70055efff89|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:56:15.017Z|cab5904d-cb0d-4d90-ab80-51e82b8035ca|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:56:15.019Z|cab5904d-cb0d-4d90-ab80-51e82b8035ca|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:56:16.608Z|0ef122d9-30bb-4fbd-9bc2-f348cdea7ec0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:56:16.609Z|0ef122d9-30bb-4fbd-9bc2-f348cdea7ec0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:56:18.330Z|239e429d-bbe1-400b-bbed-b57eb7ae5f7b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:56:18.331Z|239e429d-bbe1-400b-bbed-b57eb7ae5f7b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:56:20.089Z|66513b14-9160-4cf1-a0ef-fbeb6c8380a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:56:20.089Z|66513b14-9160-4cf1-a0ef-fbeb6c8380a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:56:20.255Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:56:20.263Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931
2023-03-28T05:56:20.264Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|INFO|500||Invoke
2023-03-28T05:56:20.264Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:20.264Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931
2023-03-28T05:56:20.264Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Method      : GET
2023-03-28T05:56:20.264Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f8875ac02dbae0fdc75cd7216909928a", X-B3-SpanId:"19ddc9f88d61fe8c", X-B3-ParentSpanId:"21434c9f1eea92d5", X-B3-Sampled:"0", X-ONAP-RequestID:"b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566", X-RequestID:"b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566", X-TransactionID:"b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566", X-ECOMP-RequestID:"b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"71491e02-353b-44b2-a871-24dbecee9ea7"]
2023-03-28T05:56:20.265Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Request body: 
2023-03-28T05:56:20.265Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||==========================request end================================================
2023-03-28T05:56:21.140Z|4e273f37-258a-4b26-a476-5e8e0410e8e5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:56:21.140Z|4e273f37-258a-4b26-a476-5e8e0410e8e5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:56:24.408Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:24.409Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:24.410Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Status text  : OK
2023-03-28T05:56:24.410Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:24 GMT", x-envoy-upstream-service-time:"4137", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:24.414Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Response body: {
  "requestId" : "1c72fe6c-260f-468e-ba53-41fbdf3bb931",
  "requestStatus" : "IN_PROGRESS",
  "flowStatus" : "Execution of AssignServiceInstanceBB has completed successfully, next invoking ActivateServiceInstanceBB (Execution Path progress: BBs completed = 1; BBs remaining = 1).",
  "progress" : 52,
  "startTime" : "2023-03-28T05:55:28.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n\t\t\t\"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\",\n\t\t\t\"modelName\": \"basic_network\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_network\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnw-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnw-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"f172de0c-4eef-4bf2-aaf8-a085c2a8fd2c\",\n\t\t\t\"owningEntityName\": \"basicnw-oe\"\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:56:13.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "serviceInstanceName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "1c72fe6c-260f-468e-ba53-41fbdf3bb931",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931"
    }
  }
}
2023-03-28T05:56:24.415Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:24.415Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|INFO|500||InvokeReturn
2023-03-28T05:56:24.417Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false
2023-03-28T05:56:24.417Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:56:24.417Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:24.417Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false
2023-03-28T05:56:24.418Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:56:24.418Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f8875ac02dbae0fdc75cd7216909928a", X-B3-SpanId:"35067f52a92c9a6a", X-B3-ParentSpanId:"21434c9f1eea92d5", X-B3-Sampled:"0", X-ONAP-RequestID:"b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566", X-RequestID:"b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566", X-TransactionID:"b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566", X-ECOMP-RequestID:"b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9dba632e-6291-4d8a-824e-fbc099246342"]
2023-03-28T05:56:24.418Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:56:24.418Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:56:24.439Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:24.439Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:24.439Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:56:24.439Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:24 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:24.440Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:56:24.441Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:24.441Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:56:24.498Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=1c72fe6c-260f-468e-ba53-41fbdf3bb931&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=1c72fe6c-260f-468e-ba53-41fbdf3bb931&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T05:56:24.498Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=1c72fe6c-260f-468e-ba53-41fbdf3bb931&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T05:56:24.499Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=1c72fe6c-260f-468e-ba53-41fbdf3bb931&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:24.499Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=1c72fe6c-260f-468e-ba53-41fbdf3bb931&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=1c72fe6c-260f-468e-ba53-41fbdf3bb931&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T05:56:24.499Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=1c72fe6c-260f-468e-ba53-41fbdf3bb931&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T05:56:24.499Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=1c72fe6c-260f-468e-ba53-41fbdf3bb931&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566", X-RequestID:"b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566", X-TransactionID:"b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566", X-ECOMP-RequestID:"b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ff900622-4ac0-4f81-860e-181b253bd386"]
2023-03-28T05:56:24.499Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=1c72fe6c-260f-468e-ba53-41fbdf3bb931&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T05:56:24.499Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=1c72fe6c-260f-468e-ba53-41fbdf3bb931&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T05:56:24.883Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=1c72fe6c-260f-468e-ba53-41fbdf3bb931&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:24.883Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=1c72fe6c-260f-468e-ba53-41fbdf3bb931&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:24.884Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=1c72fe6c-260f-468e-ba53-41fbdf3bb931&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T05:56:24.884Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=1c72fe6c-260f-468e-ba53-41fbdf3bb931&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=40B366F22B141FD88E9A1BEB509EDFA2; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"681", date:"Tue, 28 Mar 2023 05:56:24 GMT", x-envoy-upstream-service-time:"348", server:"envoy"]
2023-03-28T05:56:24.884Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=1c72fe6c-260f-468e-ba53-41fbdf3bb931&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"3e2fb6e8-cd2d-11ed-8192-02f87d878986","businessKey":"1c72fe6c-260f-468e-ba53-41fbdf3bb931","processDefinitionId":"SDNCHandler:1:e265a33b-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"SDNCHandler","processDefinitionName":"SDNC","processDefinitionVersion":1,"startTime":"2023-03-28T05:56:11.889+0000","endTime":"2023-03-28T05:56:13.337+0000","removalTime":null,"durationInMillis":1448,"startUserId":null,"startActivityId":"SDNC_Start","deleteReason":null,"rootProcessInstanceId":"2e8e18e5-cd2d-11ed-8192-02f87d878986","superProcessInstanceId":"3be6d7f9-cd2d-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}]
2023-03-28T05:56:24.885Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=1c72fe6c-260f-468e-ba53-41fbdf3bb931&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:24.885Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=1c72fe6c-260f-468e-ba53-41fbdf3bb931&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T05:56:24.917Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3e2fb6e8-cd2d-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3e2fb6e8-cd2d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T05:56:24.917Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3e2fb6e8-cd2d-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T05:56:24.918Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3e2fb6e8-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:24.918Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3e2fb6e8-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3e2fb6e8-cd2d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T05:56:24.918Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3e2fb6e8-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T05:56:24.918Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3e2fb6e8-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566", X-RequestID:"b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566", X-TransactionID:"b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566", X-ECOMP-RequestID:"b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7b4aa81e-77c8-4cf3-9bdd-79a6935ebad6"]
2023-03-28T05:56:24.918Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3e2fb6e8-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T05:56:24.918Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3e2fb6e8-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T05:56:25.051Z|a1667cbe-14fa-4550-90b1-76140eb2ec07|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:56:25.052Z|a1667cbe-14fa-4550-90b1-76140eb2ec07|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:56:25.155Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3e2fb6e8-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:25.156Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3e2fb6e8-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:25.156Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3e2fb6e8-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T05:56:25.157Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3e2fb6e8-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=1B4DA64B1DCCF1D6DF2667271FD8FB68; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"762", date:"Tue, 28 Mar 2023 05:56:24 GMT", x-envoy-upstream-service-time:"210", server:"envoy"]
2023-03-28T05:56:25.157Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3e2fb6e8-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"Call_SDNC:3e30c86b-cd2d-11ed-8192-02f87d878986","parentActivityInstanceId":"3e2fb6e8-cd2d-11ed-8192-02f87d878986","activityId":"Call_SDNC","activityName":"Call SDNC","activityType":"serviceTask","processDefinitionKey":"SDNCHandler","processDefinitionId":"SDNCHandler:1:e265a33b-ccfc-11ed-8192-02f87d878986","processInstanceId":"3e2fb6e8-cd2d-11ed-8192-02f87d878986","executionId":"3e2fb6e8-cd2d-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T05:56:11.896+0000","endTime":"2023-03-28T05:56:13.336+0000","durationInMillis":1440,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"2e8e18e5-cd2d-11ed-8192-02f87d878986"}]
2023-03-28T05:56:25.158Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3e2fb6e8-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:25.158Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3e2fb6e8-cd2d-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T05:56:25.170Z|b95738d3-72b5-4f2f-8ab6-1ae2d2cbf566|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:56:26.640Z|03723ed5-e587-4e63-8cc6-8382d6ef3c6e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:56:26.641Z|03723ed5-e587-4e63-8cc6-8382d6ef3c6e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:56:28.363Z|c60474e3-a66b-4f31-9bb1-339a93519fe6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:56:28.364Z|c60474e3-a66b-4f31-9bb1-339a93519fe6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:56:35.084Z|6734c344-c9c6-4e50-908b-78133fe640ef|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:56:35.085Z|6734c344-c9c6-4e50-908b-78133fe640ef|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:56:35.089Z|d2062d9f-a07e-4f5c-a898-ee0b4d5b0567|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:56:35.092Z|d2062d9f-a07e-4f5c-a898-ee0b4d5b0567|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:56:35.413Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:56:35.425Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931
2023-03-28T05:56:35.425Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|INFO|500||Invoke
2023-03-28T05:56:35.426Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:35.426Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931
2023-03-28T05:56:35.427Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Method      : GET
2023-03-28T05:56:35.427Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1cbfafe150c665af4402669719a29573", X-B3-SpanId:"3c9f5ba71d784fd6", X-B3-ParentSpanId:"908ea11d132cbbd0", X-B3-Sampled:"0", X-ONAP-RequestID:"66c9fc11-20b3-4119-bc97-edce6305ff1b", X-RequestID:"66c9fc11-20b3-4119-bc97-edce6305ff1b", X-TransactionID:"66c9fc11-20b3-4119-bc97-edce6305ff1b", X-ECOMP-RequestID:"66c9fc11-20b3-4119-bc97-edce6305ff1b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"47108387-c1f3-4348-8d21-f16664f6ec5e"]
2023-03-28T05:56:35.427Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Request body: 
2023-03-28T05:56:35.428Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||==========================request end================================================
2023-03-28T05:56:35.479Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:35.480Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:35.480Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Status text  : OK
2023-03-28T05:56:35.481Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:35 GMT", x-envoy-upstream-service-time:"46", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:35.481Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Response body: {
  "requestId" : "1c72fe6c-260f-468e-ba53-41fbdf3bb931",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T05:55:28.000+00:00",
  "endTime" : "2023-03-28T05:56:24.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n\t\t\t\"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\",\n\t\t\t\"modelName\": \"basic_network\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_network\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnw-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnw-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"f172de0c-4eef-4bf2-aaf8-a085c2a8fd2c\",\n\t\t\t\"owningEntityName\": \"basicnw-oe\"\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:56:24.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "serviceInstanceName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "1c72fe6c-260f-468e-ba53-41fbdf3bb931",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931"
    }
  }
}
2023-03-28T05:56:35.482Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:35.483Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|INFO|500||InvokeReturn
2023-03-28T05:56:35.485Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false
2023-03-28T05:56:35.486Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:56:35.486Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:35.487Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false
2023-03-28T05:56:35.487Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:56:35.487Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1cbfafe150c665af4402669719a29573", X-B3-SpanId:"88874deeb93223be", X-B3-ParentSpanId:"908ea11d132cbbd0", X-B3-Sampled:"0", X-ONAP-RequestID:"66c9fc11-20b3-4119-bc97-edce6305ff1b", X-RequestID:"66c9fc11-20b3-4119-bc97-edce6305ff1b", X-TransactionID:"66c9fc11-20b3-4119-bc97-edce6305ff1b", X-ECOMP-RequestID:"66c9fc11-20b3-4119-bc97-edce6305ff1b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e11949ee-f5d1-49de-b9c5-cace0c6b2222"]
2023-03-28T05:56:35.488Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:56:35.488Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:56:35.505Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:35.506Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:35.506Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:56:35.506Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:35 GMT", x-envoy-upstream-service-time:"13", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:35.507Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:56:35.507Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:35.507Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:56:35.521Z|66c9fc11-20b3-4119-bc97-edce6305ff1b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:56:35.697Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:56:35.703Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931
2023-03-28T05:56:35.703Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|INFO|500||Invoke
2023-03-28T05:56:35.703Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:35.703Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931
2023-03-28T05:56:35.703Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Method      : GET
2023-03-28T05:56:35.703Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"6f697e4ace0add120209990e11bb8418", X-B3-SpanId:"8c8ef2bd35378d4c", X-B3-ParentSpanId:"39ae6dd8f57aa4c4", X-B3-Sampled:"0", X-ONAP-RequestID:"5385a1b0-6b2c-46f3-a232-58b2fb173bb2", X-RequestID:"5385a1b0-6b2c-46f3-a232-58b2fb173bb2", X-TransactionID:"5385a1b0-6b2c-46f3-a232-58b2fb173bb2", X-ECOMP-RequestID:"5385a1b0-6b2c-46f3-a232-58b2fb173bb2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0aed5d67-4bab-42a3-9f7f-54b2b5b132fd"]
2023-03-28T05:56:35.704Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Request body: 
2023-03-28T05:56:35.704Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||==========================request end================================================
2023-03-28T05:56:35.740Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:35.740Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:35.741Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Status text  : OK
2023-03-28T05:56:35.741Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:35 GMT", x-envoy-upstream-service-time:"33", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:35.742Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Response body: {
  "requestId" : "1c72fe6c-260f-468e-ba53-41fbdf3bb931",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T05:55:28.000+00:00",
  "endTime" : "2023-03-28T05:56:24.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n\t\t\t\"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\",\n\t\t\t\"modelName\": \"basic_network\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_network\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnw-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnw-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"f172de0c-4eef-4bf2-aaf8-a085c2a8fd2c\",\n\t\t\t\"owningEntityName\": \"basicnw-oe\"\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:56:24.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "serviceInstanceName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "1c72fe6c-260f-468e-ba53-41fbdf3bb931",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931"
    }
  }
}
2023-03-28T05:56:35.742Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:35.742Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|INFO|500||InvokeReturn
2023-03-28T05:56:35.744Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false
2023-03-28T05:56:35.744Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:56:35.744Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:35.745Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false
2023-03-28T05:56:35.745Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:56:35.745Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"6f697e4ace0add120209990e11bb8418", X-B3-SpanId:"32e571eef215b957", X-B3-ParentSpanId:"39ae6dd8f57aa4c4", X-B3-Sampled:"0", X-ONAP-RequestID:"5385a1b0-6b2c-46f3-a232-58b2fb173bb2", X-RequestID:"5385a1b0-6b2c-46f3-a232-58b2fb173bb2", X-TransactionID:"5385a1b0-6b2c-46f3-a232-58b2fb173bb2", X-ECOMP-RequestID:"5385a1b0-6b2c-46f3-a232-58b2fb173bb2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"881855a3-8f85-47dd-975c-8b745aa2640d"]
2023-03-28T05:56:35.745Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:56:35.745Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:56:35.768Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:35.768Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:35.769Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:56:35.769Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:35 GMT", x-envoy-upstream-service-time:"19", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:35.769Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:56:35.770Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:35.770Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:56:35.785Z|5385a1b0-6b2c-46f3-a232-58b2fb173bb2|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:56:35.982Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:56:35.988Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931
2023-03-28T05:56:35.988Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|INFO|500||Invoke
2023-03-28T05:56:35.989Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:35.989Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931
2023-03-28T05:56:35.989Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Method      : GET
2023-03-28T05:56:35.989Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"9b6e2b0885bdcc4a595a1a67120dd847", X-B3-SpanId:"663beaa42ef7fa71", X-B3-ParentSpanId:"d7f34b140712e486", X-B3-Sampled:"0", X-ONAP-RequestID:"02a670a7-d370-4cb1-b33d-382f8cd4730f", X-RequestID:"02a670a7-d370-4cb1-b33d-382f8cd4730f", X-TransactionID:"02a670a7-d370-4cb1-b33d-382f8cd4730f", X-ECOMP-RequestID:"02a670a7-d370-4cb1-b33d-382f8cd4730f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5a44ff36-b5f2-4f59-99db-210a4594602c"]
2023-03-28T05:56:35.989Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Request body: 
2023-03-28T05:56:35.989Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||==========================request end================================================
2023-03-28T05:56:36.024Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:36.025Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:36.025Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Status text  : OK
2023-03-28T05:56:36.025Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:35 GMT", x-envoy-upstream-service-time:"32", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:36.026Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Response body: {
  "requestId" : "1c72fe6c-260f-468e-ba53-41fbdf3bb931",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T05:55:28.000+00:00",
  "endTime" : "2023-03-28T05:56:24.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n\t\t\t\"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\",\n\t\t\t\"modelName\": \"basic_network\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_network\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnw-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnw-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"f172de0c-4eef-4bf2-aaf8-a085c2a8fd2c\",\n\t\t\t\"owningEntityName\": \"basicnw-oe\"\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:56:24.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "serviceInstanceName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "1c72fe6c-260f-468e-ba53-41fbdf3bb931",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931"
    }
  }
}
2023-03-28T05:56:36.026Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:36.026Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|INFO|500||InvokeReturn
2023-03-28T05:56:36.027Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false
2023-03-28T05:56:36.028Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:56:36.028Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:36.028Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false
2023-03-28T05:56:36.028Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:56:36.028Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"9b6e2b0885bdcc4a595a1a67120dd847", X-B3-SpanId:"a255ec6834e3d653", X-B3-ParentSpanId:"d7f34b140712e486", X-B3-Sampled:"0", X-ONAP-RequestID:"02a670a7-d370-4cb1-b33d-382f8cd4730f", X-RequestID:"02a670a7-d370-4cb1-b33d-382f8cd4730f", X-TransactionID:"02a670a7-d370-4cb1-b33d-382f8cd4730f", X-ECOMP-RequestID:"02a670a7-d370-4cb1-b33d-382f8cd4730f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"309bb89c-3ab0-4cb8-b3ec-6257195a875e"]
2023-03-28T05:56:36.028Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:56:36.028Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:56:36.052Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:36.052Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:36.052Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:56:36.052Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:35 GMT", x-envoy-upstream-service-time:"20", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:36.053Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:56:36.054Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:36.054Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:56:36.065Z|02a670a7-d370-4cb1-b33d-382f8cd4730f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:56:36.279Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:56:36.285Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931
2023-03-28T05:56:36.286Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|INFO|500||Invoke
2023-03-28T05:56:36.286Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:36.286Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931
2023-03-28T05:56:36.286Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Method      : GET
2023-03-28T05:56:36.286Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"c1ea0370e4c705fdcbb24b43e732fda2", X-B3-SpanId:"66e89e7d739aec96", X-B3-ParentSpanId:"26f8a5289649ab4e", X-B3-Sampled:"0", X-ONAP-RequestID:"45ce141c-0bc8-43b1-9800-8d9b52aae76f", X-RequestID:"45ce141c-0bc8-43b1-9800-8d9b52aae76f", X-TransactionID:"45ce141c-0bc8-43b1-9800-8d9b52aae76f", X-ECOMP-RequestID:"45ce141c-0bc8-43b1-9800-8d9b52aae76f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"98694c9f-4729-4e7d-b36b-2fa462397e54"]
2023-03-28T05:56:36.287Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Request body: 
2023-03-28T05:56:36.287Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||==========================request end================================================
2023-03-28T05:56:36.323Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:36.324Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:36.324Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Status text  : OK
2023-03-28T05:56:36.324Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:35 GMT", x-envoy-upstream-service-time:"33", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:36.324Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Response body: {
  "requestId" : "1c72fe6c-260f-468e-ba53-41fbdf3bb931",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T05:55:28.000+00:00",
  "endTime" : "2023-03-28T05:56:24.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n\t\t\t\"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\",\n\t\t\t\"modelName\": \"basic_network\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_network\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnw-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnw-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"f172de0c-4eef-4bf2-aaf8-a085c2a8fd2c\",\n\t\t\t\"owningEntityName\": \"basicnw-oe\"\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:56:24.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "serviceInstanceName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "1c72fe6c-260f-468e-ba53-41fbdf3bb931",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931"
    }
  }
}
2023-03-28T05:56:36.324Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:36.325Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|INFO|500||InvokeReturn
2023-03-28T05:56:36.326Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false
2023-03-28T05:56:36.326Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:56:36.327Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:36.327Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false
2023-03-28T05:56:36.327Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:56:36.327Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"c1ea0370e4c705fdcbb24b43e732fda2", X-B3-SpanId:"2d17e953b548fcd0", X-B3-ParentSpanId:"26f8a5289649ab4e", X-B3-Sampled:"0", X-ONAP-RequestID:"45ce141c-0bc8-43b1-9800-8d9b52aae76f", X-RequestID:"45ce141c-0bc8-43b1-9800-8d9b52aae76f", X-TransactionID:"45ce141c-0bc8-43b1-9800-8d9b52aae76f", X-ECOMP-RequestID:"45ce141c-0bc8-43b1-9800-8d9b52aae76f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c0e8ca08-9780-4818-86c2-90c4b4cf2337"]
2023-03-28T05:56:36.327Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:56:36.327Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:56:36.348Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:36.348Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:36.348Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:56:36.348Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:35 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:36.349Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:56:36.349Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:36.349Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:56:36.366Z|45ce141c-0bc8-43b1-9800-8d9b52aae76f|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:56:36.533Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:56:36.539Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931
2023-03-28T05:56:36.539Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|INFO|500||Invoke
2023-03-28T05:56:36.540Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:36.540Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931
2023-03-28T05:56:36.540Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Method      : GET
2023-03-28T05:56:36.540Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"9a076db65b05d8ba563da19933785d70", X-B3-SpanId:"8022d82eac97259b", X-B3-ParentSpanId:"4d52d787112d9366", X-B3-Sampled:"0", X-ONAP-RequestID:"5b54cdc6-de10-41a7-9299-a657c3d15ef5", X-RequestID:"5b54cdc6-de10-41a7-9299-a657c3d15ef5", X-TransactionID:"5b54cdc6-de10-41a7-9299-a657c3d15ef5", X-ECOMP-RequestID:"5b54cdc6-de10-41a7-9299-a657c3d15ef5", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e6975a02-e5ec-4fb6-8b82-30f7cd42d4e7"]
2023-03-28T05:56:36.540Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Request body: 
2023-03-28T05:56:36.540Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||==========================request end================================================
2023-03-28T05:56:36.581Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:36.581Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:36.581Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Status text  : OK
2023-03-28T05:56:36.581Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:36 GMT", x-envoy-upstream-service-time:"36", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:36.582Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||Response body: {
  "requestId" : "1c72fe6c-260f-468e-ba53-41fbdf3bb931",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T05:55:28.000+00:00",
  "endTime" : "2023-03-28T05:56:24.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n\t\t\t\"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\",\n\t\t\t\"modelName\": \"basic_network\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_network\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicnw-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicnw-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"f172de0c-4eef-4bf2-aaf8-a085c2a8fd2c\",\n\t\t\t\"owningEntityName\": \"basicnw-oe\"\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:56:24.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "serviceInstanceName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "1c72fe6c-260f-468e-ba53-41fbdf3bb931",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931"
    }
  }
}
2023-03-28T05:56:36.583Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:36.583Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/1c72fe6c-260f-468e-ba53-41fbdf3bb931|INFO|500||InvokeReturn
2023-03-28T05:56:36.588Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false
2023-03-28T05:56:36.589Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:56:36.589Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:36.589Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false
2023-03-28T05:56:36.589Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:56:36.589Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"9a076db65b05d8ba563da19933785d70", X-B3-SpanId:"61bdb621d5729ad2", X-B3-ParentSpanId:"4d52d787112d9366", X-B3-Sampled:"0", X-ONAP-RequestID:"5b54cdc6-de10-41a7-9299-a657c3d15ef5", X-RequestID:"5b54cdc6-de10-41a7-9299-a657c3d15ef5", X-TransactionID:"5b54cdc6-de10-41a7-9299-a657c3d15ef5", X-ECOMP-RequestID:"5b54cdc6-de10-41a7-9299-a657c3d15ef5", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b845d629-3e63-4e44-a455-dd7847bd790e"]
2023-03-28T05:56:36.589Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:56:36.589Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:56:36.612Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:36.613Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:36.613Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:56:36.613Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:36 GMT", x-envoy-upstream-service-time:"21", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:36.616Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:56:36.617Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:36.617Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=1c72fe6c-260f-468e-ba53-41fbdf3bb931&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:56:36.626Z|5b54cdc6-de10-41a7-9299-a657c3d15ef5|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/1c72fe6c-260f-468e-ba53-41fbdf3bb931|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:56:36.670Z|e5bc3998-1ba6-4e03-a791-04eb7588862a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:56:36.671Z|e5bc3998-1ba6-4e03-a791-04eb7588862a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:56:38.396Z|aa1ecb23-84f3-452a-a76b-b01278f33602|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:56:38.397Z|aa1ecb23-84f3-452a-a76b-b01278f33602|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:56:40.367Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:56:40.369Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|||INFO|500||Checking if requestId: ce81addc-75ca-4b73-bab4-137511475ccc already exists in requestDb InfraActiveRequests table
2023-03-28T05:56:40.370Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc
2023-03-28T05:56:40.370Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|INFO|500||Invoke
2023-03-28T05:56:40.370Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:40.371Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc
2023-03-28T05:56:40.371Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Method      : GET
2023-03-28T05:56:40.371Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"27c015d83725e35a1f0176d08f2d83d5", X-B3-SpanId:"70bd25bc47d40e9e", X-B3-ParentSpanId:"8a4a1a961ddb42b2", X-B3-Sampled:"0", X-ONAP-RequestID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-RequestID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-TransactionID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-ECOMP-RequestID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"67594a51-7fcc-45e4-9e7b-2ecff95660c6"]
2023-03-28T05:56:40.371Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Request body: 
2023-03-28T05:56:40.371Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||==========================request end================================================
2023-03-28T05:56:40.412Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:40.413Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T05:56:40.413Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Status text  : Not Found
2023-03-28T05:56:40.413Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 05:56:40 GMT", x-envoy-upstream-service-time:"37", server:"envoy"]
2023-03-28T05:56:40.413Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Response body: 
2023-03-28T05:56:40.413Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:40.414Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|INFO|404|Not Found|InvokeReturn
2023-03-28T05:56:40.428Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|||INFO|500||Running local validations
2023-03-28T05:56:40.429Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|||DEBUG|500||Retrieving productFamilyName to put into requests db
2023-03-28T05:56:40.434Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T05:56:40.458Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/68899c2d-d5d8-40ff-9f1c-97dbc2695d9d|INFO|500||Invoke
2023-03-28T05:56:40.458Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/68899c2d-d5d8-40ff-9f1c-97dbc2695d9d|DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/service-design-and-creation/services/service/68899c2d-d5d8-40ff-9f1c-97dbc2695d9d with request headers:{Authorization=[***REDACTED***], X-RequestID=[ce81addc-75ca-4b73-bab4-137511475ccc], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[36cc7852-dfb3-4ed9-a474-d1e6bb87fab1], X-ECOMP-RequestID=[ce81addc-75ca-4b73-bab4-137511475ccc], X-TransactionId=[], X-ONAP-RequestID=[ce81addc-75ca-4b73-bab4-137511475ccc]}
2023-03-28T05:56:40.538Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/68899c2d-d5d8-40ff-9f1c-97dbc2695d9d|DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/services/service/68899c2d-d5d8-40ff-9f1c-97dbc2695d9d has http status code:404 and response headers:{date=[Tue, 28 Mar 2023 05:56:39 GMT], server=[envoy], content-length=[377], x-envoy-upstream-service-time=[46], x-aai-txid=[2-aai-resources-230328-05:56:39:487-15290], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T05:56:40.540Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/68899c2d-d5d8-40ff-9f1c-97dbc2695d9d|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","service-design-and-creation/services/service/68899c2d-d5d8-40ff-9f1c-97dbc2695d9d","Node Not Found:No Node of type service found at: service-design-and-creation/services/service/68899c2d-d5d8-40ff-9f1c-97dbc2695d9d","ERR.5.4.6114"]}}}

2023-03-28T05:56:40.540Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/68899c2d-d5d8-40ff-9f1c-97dbc2695d9d|INFO|404|Not Found|InvokeReturn
2023-03-28T05:56:40.551Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: http://aai.onap:80/aai/v24/service-design-and-creation/services/service/68899c2d-d5d8-40ff-9f1c-97dbc2695d9d
2023-03-28T05:56:40.552Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|||DEBUG|500||No Service found in A&AI ServiceId: 68899c2d-d5d8-40ff-9f1c-97dbc2695d9d
2023-03-28T05:56:40.555Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T05:56:40.582Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/service-design-and-creation/services/service/68899c2d-d5d8-40ff-9f1c-97dbc2695d9d with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]}
2023-03-28T05:56:40.583Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/68899c2d-d5d8-40ff-9f1c-97dbc2695d9d|INFO|500||Invoke
2023-03-28T05:56:40.614Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/68899c2d-d5d8-40ff-9f1c-97dbc2695d9d|INFO|404|Not Found|InvokeReturn
2023-03-28T05:56:40.614Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/services/service/68899c2d-d5d8-40ff-9f1c-97dbc2695d9d has http status code:404 and response headers:{date=[Tue, 28 Mar 2023 05:56:39 GMT], server=[envoy], content-length=[377], x-envoy-upstream-service-time=[28], x-aai-txid=[2-aai-resources-230328-05:56:39:603-19269], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T05:56:40.615Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","service-design-and-creation/services/service/68899c2d-d5d8-40ff-9f1c-97dbc2695d9d","Node Not Found:No Node of type service found at: service-design-and-creation/services/service/68899c2d-d5d8-40ff-9f1c-97dbc2695d9d","ERR.5.4.6114"]}}}

2023-03-28T05:56:40.617Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: http://aai.onap:80/aai/v24/service-design-and-creation/services/service/68899c2d-d5d8-40ff-9f1c-97dbc2695d9d
2023-03-28T05:56:40.617Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|||DEBUG|500||No Service found in A&AI ServiceId: 68899c2d-d5d8-40ff-9f1c-97dbc2695d9d
2023-03-28T05:56:40.620Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T05:56:40.641Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|INFO|500||Invoke
2023-03-28T05:56:40.642Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ce81addc-75ca-4b73-bab4-137511475ccc], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[ff41325b-d803-4412-a9aa-8534a1bb73e3], X-ECOMP-RequestID=[ce81addc-75ca-4b73-bab4-137511475ccc], X-TransactionId=[], X-ONAP-RequestID=[ce81addc-75ca-4b73-bab4-137511475ccc]}
2023-03-28T05:56:40.693Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883 has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 05:56:39 GMT], server=[envoy], content-length=[617], x-envoy-upstream-service-time=[47], vertex-id=[164016], x-aai-txid=[1-aai-resources-230328-05:56:39:664-25558], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T05:56:40.694Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|DEBUG|500||{"tenant-id":"dbdab9c92e304927ab8038a443bd1883","tenant-name":"onap-daily-master-sm","tenant-context":"None","resource-version":"1679982384190","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnw-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_network"}]}]}}

2023-03-28T05:56:40.694Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|INFO|500||InvokeReturn
2023-03-28T05:56:40.695Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|||DEBUG|500||Validating the Service Instance request
2023-03-28T05:56:40.695Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7
2023-03-28T05:56:40.697Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T05:56:40.697Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke
2023-03-28T05:56:40.697Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:40.697Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T05:56:40.697Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method      : POST
2023-03-28T05:56:40.698Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"177", X-B3-TraceId:"27c015d83725e35a1f0176d08f2d83d5", X-B3-SpanId:"cb962fda0286ff99", X-B3-ParentSpanId:"8a4a1a961ddb42b2", X-B3-Sampled:"0", X-ONAP-RequestID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-RequestID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-TransactionID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-ECOMP-RequestID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3d6c5a52-f83a-4dda-9e16-3337c561de7c"]
2023-03-28T05:56:40.698Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":{"serviceInstanceId":"9e5f414d-1a29-4cec-ae32-9d6edd72c39c"},"instanceName":"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0","requestScope":"network"}
2023-03-28T05:56:40.698Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================
2023-03-28T05:56:40.745Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:40.746Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:40.746Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text  : OK
2023-03-28T05:56:40.746Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers      : [x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 05:56:40 GMT", x-envoy-upstream-service-time:"44", server:"envoy"]
2023-03-28T05:56:40.746Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 
2023-03-28T05:56:40.747Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:40.747Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn
2023-03-28T05:56:40.748Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917
2023-03-28T05:56:40.748Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917|INFO|500||Invoke
2023-03-28T05:56:40.749Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:40.749Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917
2023-03-28T05:56:40.749Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917|DEBUG|500||Method      : GET
2023-03-28T05:56:40.749Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-RequestID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-TransactionID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-ECOMP-RequestID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"15af7f76-ec3a-4f50-9612-95ed5d963d29"]
2023-03-28T05:56:40.750Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917|DEBUG|500||Request body: 
2023-03-28T05:56:40.750Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917|DEBUG|500||==========================request end================================================
2023-03-28T05:56:40.857Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:40.858Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:40.859Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917|DEBUG|500||Status text  : OK
2023-03-28T05:56:40.859Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 05:56:40 GMT", x-envoy-upstream-service-time:"103", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:40.878Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917|DEBUG|500||Response body: {
  "modelCustomizationUUID" : "23a5224b-144f-4925-95ad-3b6fb3010917",
  "modelInstanceName" : "Generic NeutronNet",
  "created" : "2023-03-28T05:54:37.000+00:00",
  "networkTechnology" : "NEUTRON",
  "networkType" : "NEUTRON",
  "networkScope" : null,
  "networkRole" : null,
  "resourceInput" : null,
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917"
    },
    "networkResourceCustomization" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917"
    },
    "networkResource" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917/networkResource"
    }
  }
}
2023-03-28T05:56:40.878Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:40.879Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917|INFO|500||InvokeReturn
2023-03-28T05:56:40.901Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917/networkResource|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917/networkResource
2023-03-28T05:56:40.902Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917/networkResource|INFO|500||Invoke
2023-03-28T05:56:40.902Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917/networkResource|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:40.902Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917/networkResource|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917/networkResource
2023-03-28T05:56:40.902Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917/networkResource|DEBUG|500||Method      : GET
2023-03-28T05:56:40.902Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917/networkResource|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-RequestID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-TransactionID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-ECOMP-RequestID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f21e7700-9c8c-4c78-a56a-f34c5c2ff45c"]
2023-03-28T05:56:40.903Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917/networkResource|DEBUG|500||Request body: 
2023-03-28T05:56:40.903Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917/networkResource|DEBUG|500||==========================request end================================================
2023-03-28T05:56:40.997Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917/networkResource|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:40.998Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917/networkResource|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:40.998Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917/networkResource|DEBUG|500||Status text  : OK
2023-03-28T05:56:40.999Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917/networkResource|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", content-location:"http://so-catalog-db-adapter.onap:8082/networkResource/75383ecb-7901-4f5c-a494-d9d593a8d5ff", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 05:56:40 GMT", x-envoy-upstream-service-time:"92", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:41.000Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917/networkResource|DEBUG|500||Response body: {
  "modelUUID" : "75383ecb-7901-4f5c-a494-d9d593a8d5ff",
  "orchestrationMode" : "HEAT",
  "description" : "Generic NeutronNet",
  "neutronNetworkType" : "BASIC",
  "aicVersionMin" : "2.0",
  "aicVersionMax" : "3.0",
  "modelName" : "Generic NeutronNet",
  "modelInvariantUUID" : "d29d359d-e7f2-4e47-82d7-f803b9e570ef",
  "modelVersion" : "1.0",
  "toscaNodeType" : "org.openecomp.resource.vl.GenericNeutronNet",
  "category" : null,
  "subCategory" : null,
  "created" : "2023-03-28T05:54:37.000+00:00",
  "hibernateLazyInitializer" : { },
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/networkResource/75383ecb-7901-4f5c-a494-d9d593a8d5ff"
    },
    "networkResource" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/networkResource/75383ecb-7901-4f5c-a494-d9d593a8d5ff"
    },
    "heatTemplate" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/networkResource/75383ecb-7901-4f5c-a494-d9d593a8d5ff/heatTemplate"
    },
    "collectionNetworkResourceCustomization" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/networkResource/75383ecb-7901-4f5c-a494-d9d593a8d5ff/collectionNetworkResourceCustomization"
    },
    "networkResourceCustomization" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/networkResource/75383ecb-7901-4f5c-a494-d9d593a8d5ff/networkResourceCustomization"
    }
  }
}
2023-03-28T05:56:41.001Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917/networkResource|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:41.001Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkResourceCustomization/23a5224b-144f-4925-95ad-3b6fb3010917/networkResource|INFO|500||InvokeReturn
2023-03-28T05:56:41.019Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance
2023-03-28T05:56:41.020Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|INFO|500||Invoke
2023-03-28T05:56:41.020Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:41.020Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance
2023-03-28T05:56:41.021Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|DEBUG|500||Method      : GET
2023-03-28T05:56:41.021Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-RequestID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-TransactionID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-ECOMP-RequestID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"029777bd-36b9-45ce-926e-899a26a625a0"]
2023-03-28T05:56:41.021Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|DEBUG|500||Request body: 
2023-03-28T05:56:41.021Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|DEBUG|500||==========================request end================================================
2023-03-28T05:56:41.082Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:41.083Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T05:56:41.083Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|DEBUG|500||Status text  : Not Found
2023-03-28T05:56:41.083Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 05:56:40 GMT", x-envoy-upstream-service-time:"44", server:"envoy"]
2023-03-28T05:56:41.083Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|DEBUG|500||Response body: 
2023-03-28T05:56:41.083Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:41.084Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=Generic+NeutronNet&action=createInstance|INFO|404|Not Found|InvokeReturn
2023-03-28T05:56:41.084Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance
2023-03-28T05:56:41.084Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|INFO|500||Invoke
2023-03-28T05:56:41.085Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:41.085Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance
2023-03-28T05:56:41.085Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|DEBUG|500||Method      : GET
2023-03-28T05:56:41.085Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-RequestID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-TransactionID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-ECOMP-RequestID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a57c8c83-bb51-4427-9ae0-ec65bc7068ba"]
2023-03-28T05:56:41.085Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|DEBUG|500||Request body: 
2023-03-28T05:56:41.085Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|DEBUG|500||==========================request end================================================
2023-03-28T05:56:41.115Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:41.115Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:41.115Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|DEBUG|500||Status text  : OK
2023-03-28T05:56:41.115Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 05:56:40 GMT", x-envoy-upstream-service-time:"27", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:41.116Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|DEBUG|500||Response body: {
  "id" : 180,
  "action" : "createInstance",
  "description" : "Gr api recipe to create network",
  "orchestrationUri" : "/mso/async/services/WorkflowActionBB",
  "recipeTimeout" : 180,
  "versionStr" : "1.0",
  "serviceType" : null,
  "modelName" : "GR-API-DEFAULT",
  "paramXsd" : null,
  "created" : "2023-03-28T00:09:21.000+00:00",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/networkRecipe/180"
    },
    "networkRecipe" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/networkRecipe/180"
    }
  }
}
2023-03-28T05:56:41.116Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:41.116Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=createInstance|INFO|500||InvokeReturn
2023-03-28T05:56:41.125Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T05:56:41.125Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke
2023-03-28T05:56:41.125Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:41.125Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T05:56:41.125Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method      : POST
2023-03-28T05:56:41.125Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers     : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"2663", X-B3-TraceId:"27c015d83725e35a1f0176d08f2d83d5", X-B3-SpanId:"781bdf8d7094a6ed", X-B3-ParentSpanId:"8a4a1a961ddb42b2", X-B3-Sampled:"0", X-ONAP-RequestID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-RequestID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-TransactionID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-ECOMP-RequestID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d313f93c-1eb2-4e63-914c-a6059182fb1b"]
2023-03-28T05:56:41.126Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"ce81addc-75ca-4b73-bab4-137511475ccc","requestStatus":"IN_PROGRESS","startTime":1679983000429,"source":"VID","tenantId":"dbdab9c92e304927ab8038a443bd1883","requestBody":"{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"instanceName\": \"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\",\n            \"productFamilyId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\"\n        },\n        \"modelInfo\": {\n            \n    \"modelType\": \"network\",\n    \"modelInvariantId\": \"d29d359d-e7f2-4e47-82d7-f803b9e570ef\",\n    \"modelVersionId\": \"75383ecb-7901-4f5c-a494-d9d593a8d5ff\",\n    \"modelName\": \"Generic NeutronNet\",\n    \"modelVersion\": \"1.0\",\n    \"modelCustomizationId\": \"23a5224b-144f-4925-95ad-3b6fb3010917\",\n    \"modelCustomizationName\": \"Generic NeutronNet 0\"\n\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"aLaCarte\": true,\n            \"testApi\": \"GR_API\"\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"lineOfBusiness\": {\n            \"lineOfBusinessName\": \"basicnw-lob\"\n        },\n        \"platform\": {\n            \"platformName\": \"basicnw-platform\"\n        },\n        \"relatedInstanceList\": [{\n            \"relatedInstance\": {\n                \"instanceId\": \"9e5f414d-1a29-4cec-ae32-9d6edd72c39c\",\n                \"modelInfo\": {\n                    \"modelType\": \"service\",\n                    \"modelName\": \"basic_network\",\n                    \"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n                    \"modelVersion\": \"1.0\",\n                    \"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\"\n                }\n            }\n        }]\n    }\n}","lastModifiedBy":"APIH","cloudRegion":"RegionOne","serviceInstanceId":"9e5f414d-1a29-4cec-ae32-9d6edd72c39c","requestScope":"network","requestAction":"createInstance","networkName":"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0","networkType":"Generic NeutronNet","requestorId":"test","requestUrl":"https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks","tenantName":"onap-daily-master-sm","cloudApiRequests":[],"requestURI":"ce81addc-75ca-4b73-bab4-137511475ccc"}
2023-03-28T05:56:41.126Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================
2023-03-28T05:56:41.182Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:41.183Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code  : 201 CREATED
2023-03-28T05:56:41.183Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text  : Created
2023-03-28T05:56:41.183Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:40 GMT", x-envoy-upstream-service-time:"53", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:41.185Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: {
  "requestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T05:56:40.429+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"instanceName\": \"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\",\n            \"productFamilyId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\"\n        },\n        \"modelInfo\": {\n            \n    \"modelType\": \"network\",\n    \"modelInvariantId\": \"d29d359d-e7f2-4e47-82d7-f803b9e570ef\",\n    \"modelVersionId\": \"75383ecb-7901-4f5c-a494-d9d593a8d5ff\",\n    \"modelName\": \"Generic NeutronNet\",\n    \"modelVersion\": \"1.0\",\n    \"modelCustomizationId\": \"23a5224b-144f-4925-95ad-3b6fb3010917\",\n    \"modelCustomizationName\": \"Generic NeutronNet 0\"\n\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"aLaCarte\": true,\n            \"testApi\": \"GR_API\"\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"lineOfBusiness\": {\n            \"lineOfBusinessName\": \"basicnw-lob\"\n        },\n        \"platform\": {\n            \"platformName\": \"basicnw-platform\"\n        },\n        \"relatedInstanceList\": [{\n            \"relatedInstance\": {\n                \"instanceId\": \"9e5f414d-1a29-4cec-ae32-9d6edd72c39c\",\n                \"modelInfo\": {\n                    \"modelType\": \"service\",\n                    \"modelName\": \"basic_network\",\n                    \"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n                    \"modelVersion\": \"1.0\",\n                    \"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\"\n                }\n            }\n        }]\n    }\n}",
  "lastModifiedBy" : "APIH",
  "modifyTime" : "2023-03-28T05:56:40.961+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "requestScope" : "network",
  "requestAction" : "createInstance",
  "networkName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "networkType" : "Generic NeutronNet",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc"
    }
  }
}
2023-03-28T05:56:41.185Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:41.185Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn
2023-03-28T05:56:41.199Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T05:56:41.199Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke
2023-03-28T05:56:41.200Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:41.200Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T05:56:41.200Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method      : POST
2023-03-28T05:56:41.200Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers     : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"3007", X-B3-TraceId:"27c015d83725e35a1f0176d08f2d83d5", X-B3-SpanId:"2ebaf4af8c868757", X-B3-ParentSpanId:"8a4a1a961ddb42b2", X-B3-Sampled:"0", X-ONAP-RequestID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-RequestID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-TransactionID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-ECOMP-RequestID:"ce81addc-75ca-4b73-bab4-137511475ccc", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f7bede48-5fac-4471-b973-ca67c3d340a1"]
2023-03-28T05:56:41.200Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelCustomizationName\":\"Generic NeutronNet 0\",\"modelInvariantId\":\"d29d359d-e7f2-4e47-82d7-f803b9e570ef\",\"modelType\":\"network\",\"modelName\":\"Generic NeutronNet\",\"modelVersion\":\"1.0\",\"modelCustomizationUuid\":\"23a5224b-144f-4925-95ad-3b6fb3010917\",\"modelVersionId\":\"75383ecb-7901-4f5c-a494-d9d593a8d5ff\",\"modelCustomizationId\":\"23a5224b-144f-4925-95ad-3b6fb3010917\",\"modelUuid\":\"75383ecb-7901-4f5c-a494-d9d593a8d5ff\",\"modelInvariantUuid\":\"d29d359d-e7f2-4e47-82d7-f803b9e570ef\",\"modelInstanceName\":\"Generic NeutronNet 0\"},\"requestInfo\":{\"productFamilyId\":\"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\"source\":\"VID\",\"instanceName\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"suppressRollback\":false,\"requestorId\":\"test\"},\"relatedInstanceList\":[{\"relatedInstance\":{\"instanceId\":\"9e5f414d-1a29-4cec-ae32-9d6edd72c39c\",\"modelInfo\":{\"modelInvariantId\":\"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\"modelType\":\"service\",\"modelName\":\"basic_network\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"baa19d62-62c3-43ef-9567-048930744e84\",\"modelUuid\":\"baa19d62-62c3-43ef-9567-048930744e84\",\"modelInvariantUuid\":\"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\"}}}],\"cloudConfiguration\":{\"tenantId\":\"dbdab9c92e304927ab8038a443bd1883\",\"cloudOwner\":\"basicnw-cloud-owner\",\"lcpCloudRegionId\":\"RegionOne\"},\"requestParameters\":{\"aLaCarte\":true,\"testApi\":\"GR_API\"},\"platform\":{\"platformName\":\"basicnw-platform\"},\"lineOfBusiness\":{\"lineOfBusinessName\":\"basicnw-lob\"}},\"serviceInstanceId\":\"9e5f414d-1a29-4cec-ae32-9d6edd72c39c\"}","type":"String"},"requestId":{"value":"ce81addc-75ca-4b73-bab4-137511475ccc","type":"String"},"mso-request-id":{"value":"ce81addc-75ca-4b73-bab4-137511475ccc","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"createInstance","type":"String"},"serviceInstanceId":{"value":"9e5f414d-1a29-4cec-ae32-9d6edd72c39c","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"Generic NeutronNet","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"Generic NeutronNet","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}}
2023-03-28T05:56:41.200Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================
2023-03-28T05:56:42.226Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:42.227Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code  : 202 ACCEPTED
2023-03-28T05:56:42.227Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text  : Accepted
2023-03-28T05:56:42.227Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers      : [date:"Tue, 28 Mar 2023 05:56:42 GMT", x-onap-requestid:"ce81addc-75ca-4b73-bab4-137511475ccc", x-requestid:"ce81addc-75ca-4b73-bab4-137511475ccc", x-transactionid:"ce81addc-75ca-4b73-bab4-137511475ccc", x-ecomp-requestid:"ce81addc-75ca-4b73-bab4-137511475ccc", x-onap-partnername:"UNKNOWN", x-invocationid:"f7bede48-5fac-4471-b973-ca67c3d340a1", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", x-envoy-upstream-service-time:"1016", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:42.228Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"ce81addc-75ca-4b73-bab4-137511475ccc\",\"instanceId\":\"982e985e-5e74-401c-a9e8-37099855853a\"}}","message":"Success","processInstanceID":"4f8e4683-cd2d-11ed-8192-02f87d878986","variables":null,"messageCode":200}
2023-03-28T05:56:42.228Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:42.229Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn
2023-03-28T05:56:42.236Z|ce81addc-75ca-4b73-bab4-137511475ccc|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:56:42.485Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:56:42.492Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc
2023-03-28T05:56:42.493Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|INFO|500||Invoke
2023-03-28T05:56:42.494Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:42.494Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc
2023-03-28T05:56:42.494Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Method      : GET
2023-03-28T05:56:42.494Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"c48546d36ba88f40b2f6fe6239371ba1", X-B3-SpanId:"09bd872f8a108659", X-B3-ParentSpanId:"a83e9f7ee11933e1", X-B3-Sampled:"0", X-ONAP-RequestID:"f4ae46b7-858c-44a0-a763-762a3297686f", X-RequestID:"f4ae46b7-858c-44a0-a763-762a3297686f", X-TransactionID:"f4ae46b7-858c-44a0-a763-762a3297686f", X-ECOMP-RequestID:"f4ae46b7-858c-44a0-a763-762a3297686f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"84a9070f-7706-4fb7-9ddb-861848f830e5"]
2023-03-28T05:56:42.494Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Request body: 
2023-03-28T05:56:42.495Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||==========================request end================================================
2023-03-28T05:56:42.540Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:42.541Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:42.542Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Status text  : OK
2023-03-28T05:56:42.542Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:41 GMT", x-envoy-upstream-service-time:"43", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:42.543Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Response body: {
  "requestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T05:56:40.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"instanceName\": \"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\",\n            \"productFamilyId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\"\n        },\n        \"modelInfo\": {\n            \n    \"modelType\": \"network\",\n    \"modelInvariantId\": \"d29d359d-e7f2-4e47-82d7-f803b9e570ef\",\n    \"modelVersionId\": \"75383ecb-7901-4f5c-a494-d9d593a8d5ff\",\n    \"modelName\": \"Generic NeutronNet\",\n    \"modelVersion\": \"1.0\",\n    \"modelCustomizationId\": \"23a5224b-144f-4925-95ad-3b6fb3010917\",\n    \"modelCustomizationName\": \"Generic NeutronNet 0\"\n\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"aLaCarte\": true,\n            \"testApi\": \"GR_API\"\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"lineOfBusiness\": {\n            \"lineOfBusinessName\": \"basicnw-lob\"\n        },\n        \"platform\": {\n            \"platformName\": \"basicnw-platform\"\n        },\n        \"relatedInstanceList\": [{\n            \"relatedInstance\": {\n                \"instanceId\": \"9e5f414d-1a29-4cec-ae32-9d6edd72c39c\",\n                \"modelInfo\": {\n                    \"modelType\": \"service\",\n                    \"modelName\": \"basic_network\",\n                    \"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n                    \"modelVersion\": \"1.0\",\n                    \"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\"\n                }\n            }\n        }]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:56:41.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "requestScope" : "network",
  "requestAction" : "createInstance",
  "networkId" : "982e985e-5e74-401c-a9e8-37099855853a",
  "networkName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "networkType" : "Generic NeutronNet",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc"
    }
  }
}
2023-03-28T05:56:42.543Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:42.543Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|INFO|500||InvokeReturn
2023-03-28T05:56:42.546Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false
2023-03-28T05:56:42.547Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:56:42.547Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:42.548Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false
2023-03-28T05:56:42.548Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:56:42.548Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"c48546d36ba88f40b2f6fe6239371ba1", X-B3-SpanId:"73f509d0d011c60f", X-B3-ParentSpanId:"a83e9f7ee11933e1", X-B3-Sampled:"0", X-ONAP-RequestID:"f4ae46b7-858c-44a0-a763-762a3297686f", X-RequestID:"f4ae46b7-858c-44a0-a763-762a3297686f", X-TransactionID:"f4ae46b7-858c-44a0-a763-762a3297686f", X-ECOMP-RequestID:"f4ae46b7-858c-44a0-a763-762a3297686f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e23a4dfc-e49b-449a-b16c-74ab1a964b25"]
2023-03-28T05:56:42.549Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:56:42.549Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:56:42.572Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:42.573Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:42.573Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:56:42.573Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:41 GMT", x-envoy-upstream-service-time:"18", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:42.574Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:56:42.574Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:42.575Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:56:42.591Z|f4ae46b7-858c-44a0-a763-762a3297686f|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:56:45.116Z|b57ed05d-51ad-42a4-9a05-4a4b2f2532c6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:56:45.117Z|b57ed05d-51ad-42a4-9a05-4a4b2f2532c6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:56:46.702Z|7c27038b-f134-49f4-ad64-7931d204b97b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:56:46.703Z|7c27038b-f134-49f4-ad64-7931d204b97b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:56:48.428Z|e2b4f0ca-6530-4399-83a8-aef161857638|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:56:48.430Z|e2b4f0ca-6530-4399-83a8-aef161857638|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:56:50.089Z|c17b4200-76a9-46f4-8ce7-9f29235bc06a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:56:50.089Z|c17b4200-76a9-46f4-8ce7-9f29235bc06a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:56:51.141Z|33d8626f-db9c-4ebf-99a8-1c6b6d8b10e5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:56:51.141Z|33d8626f-db9c-4ebf-99a8-1c6b6d8b10e5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:56:52.815Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:56:52.824Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc
2023-03-28T05:56:52.825Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|INFO|500||Invoke
2023-03-28T05:56:52.825Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:52.825Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc
2023-03-28T05:56:52.825Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Method      : GET
2023-03-28T05:56:52.825Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1a78a9efa06c88f4bf7f0022cfdc9159", X-B3-SpanId:"ff4ed3d16332bafd", X-B3-ParentSpanId:"8d10d7ea83e14943", X-B3-Sampled:"0", X-ONAP-RequestID:"6b8759df-9f8a-4158-aee3-71d17876dfc3", X-RequestID:"6b8759df-9f8a-4158-aee3-71d17876dfc3", X-TransactionID:"6b8759df-9f8a-4158-aee3-71d17876dfc3", X-ECOMP-RequestID:"6b8759df-9f8a-4158-aee3-71d17876dfc3", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5a90c084-a274-4d25-bf85-e3d499024688"]
2023-03-28T05:56:52.825Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Request body: 
2023-03-28T05:56:52.825Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||==========================request end================================================
2023-03-28T05:56:52.868Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:52.869Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:52.870Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Status text  : OK
2023-03-28T05:56:52.870Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:52 GMT", x-envoy-upstream-service-time:"37", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:52.871Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Response body: {
  "requestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "requestStatus" : "IN_PROGRESS",
  "flowStatus" : "Execution of AssignNetworkBB has completed successfully, next invoking CreateNetworkBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).",
  "progress" : 36,
  "startTime" : "2023-03-28T05:56:40.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"instanceName\": \"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\",\n            \"productFamilyId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\"\n        },\n        \"modelInfo\": {\n            \n    \"modelType\": \"network\",\n    \"modelInvariantId\": \"d29d359d-e7f2-4e47-82d7-f803b9e570ef\",\n    \"modelVersionId\": \"75383ecb-7901-4f5c-a494-d9d593a8d5ff\",\n    \"modelName\": \"Generic NeutronNet\",\n    \"modelVersion\": \"1.0\",\n    \"modelCustomizationId\": \"23a5224b-144f-4925-95ad-3b6fb3010917\",\n    \"modelCustomizationName\": \"Generic NeutronNet 0\"\n\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"aLaCarte\": true,\n            \"testApi\": \"GR_API\"\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"lineOfBusiness\": {\n            \"lineOfBusinessName\": \"basicnw-lob\"\n        },\n        \"platform\": {\n            \"platformName\": \"basicnw-platform\"\n        },\n        \"relatedInstanceList\": [{\n            \"relatedInstance\": {\n                \"instanceId\": \"9e5f414d-1a29-4cec-ae32-9d6edd72c39c\",\n                \"modelInfo\": {\n                    \"modelType\": \"service\",\n                    \"modelName\": \"basic_network\",\n                    \"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n                    \"modelVersion\": \"1.0\",\n                    \"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\"\n                }\n            }\n        }]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:56:50.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "requestScope" : "network",
  "requestAction" : "createInstance",
  "networkId" : "982e985e-5e74-401c-a9e8-37099855853a",
  "networkName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "networkType" : "Generic NeutronNet",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc"
    }
  }
}
2023-03-28T05:56:52.872Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:52.872Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|INFO|500||InvokeReturn
2023-03-28T05:56:52.875Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false
2023-03-28T05:56:52.876Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:56:52.876Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:52.876Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false
2023-03-28T05:56:52.877Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:56:52.877Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1a78a9efa06c88f4bf7f0022cfdc9159", X-B3-SpanId:"80d757c6bdc55e30", X-B3-ParentSpanId:"8d10d7ea83e14943", X-B3-Sampled:"0", X-ONAP-RequestID:"6b8759df-9f8a-4158-aee3-71d17876dfc3", X-RequestID:"6b8759df-9f8a-4158-aee3-71d17876dfc3", X-TransactionID:"6b8759df-9f8a-4158-aee3-71d17876dfc3", X-ECOMP-RequestID:"6b8759df-9f8a-4158-aee3-71d17876dfc3", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"804defe0-951f-4e27-9f7b-1bde6c5511d1"]
2023-03-28T05:56:52.877Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:56:52.878Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:56:52.897Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:52.898Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:52.898Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:56:52.899Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:56:52 GMT", x-envoy-upstream-service-time:"15", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:56:52.899Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:56:52.900Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:52.900Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:56:52.933Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T05:56:52.933Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T05:56:52.933Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:52.933Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T05:56:52.933Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T05:56:52.934Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"6b8759df-9f8a-4158-aee3-71d17876dfc3", X-RequestID:"6b8759df-9f8a-4158-aee3-71d17876dfc3", X-TransactionID:"6b8759df-9f8a-4158-aee3-71d17876dfc3", X-ECOMP-RequestID:"6b8759df-9f8a-4158-aee3-71d17876dfc3", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3a5d3a13-db26-4ccc-957c-d9c1e740878d"]
2023-03-28T05:56:52.934Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T05:56:52.934Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T05:56:53.130Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:53.131Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:53.131Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T05:56:53.131Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=F421FD14EA1A4916CDF6CAFBFEB21562; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"681", date:"Tue, 28 Mar 2023 05:56:52 GMT", x-envoy-upstream-service-time:"193", server:"envoy"]
2023-03-28T05:56:53.131Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"52bec61b-cd2d-11ed-8192-02f87d878986","businessKey":"ce81addc-75ca-4b73-bab4-137511475ccc","processDefinitionId":"SDNCHandler:1:e265a33b-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"SDNCHandler","processDefinitionName":"SDNC","processDefinitionVersion":1,"startTime":"2023-03-28T05:56:46.381+0000","endTime":"2023-03-28T05:56:49.961+0000","removalTime":null,"durationInMillis":3580,"startUserId":null,"startActivityId":"SDNC_Start","deleteReason":null,"rootProcessInstanceId":"4f8e4683-cd2d-11ed-8192-02f87d878986","superProcessInstanceId":"50ac135f-cd2d-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}]
2023-03-28T05:56:53.132Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:53.132Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T05:56:53.151Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=52bec61b-cd2d-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=52bec61b-cd2d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T05:56:53.152Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=52bec61b-cd2d-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T05:56:53.152Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=52bec61b-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T05:56:53.152Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=52bec61b-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=52bec61b-cd2d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T05:56:53.152Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=52bec61b-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T05:56:53.152Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=52bec61b-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"6b8759df-9f8a-4158-aee3-71d17876dfc3", X-RequestID:"6b8759df-9f8a-4158-aee3-71d17876dfc3", X-TransactionID:"6b8759df-9f8a-4158-aee3-71d17876dfc3", X-ECOMP-RequestID:"6b8759df-9f8a-4158-aee3-71d17876dfc3", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d750fbe5-de1c-472c-a256-534b44686628"]
2023-03-28T05:56:53.152Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=52bec61b-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T05:56:53.152Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=52bec61b-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T05:56:53.291Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=52bec61b-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T05:56:53.292Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=52bec61b-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T05:56:53.292Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=52bec61b-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T05:56:53.293Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=52bec61b-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=5DC2AF06A03CE7FE9760E5D7FCFDEA7E; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"762", date:"Tue, 28 Mar 2023 05:56:52 GMT", x-envoy-upstream-service-time:"136", server:"envoy"]
2023-03-28T05:56:53.293Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=52bec61b-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"Call_SDNC:52bfb08e-cd2d-11ed-8192-02f87d878986","parentActivityInstanceId":"52bec61b-cd2d-11ed-8192-02f87d878986","activityId":"Call_SDNC","activityName":"Call SDNC","activityType":"serviceTask","processDefinitionKey":"SDNCHandler","processDefinitionId":"SDNCHandler:1:e265a33b-ccfc-11ed-8192-02f87d878986","processInstanceId":"52bec61b-cd2d-11ed-8192-02f87d878986","executionId":"52bec61b-cd2d-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T05:56:46.387+0000","endTime":"2023-03-28T05:56:49.960+0000","durationInMillis":3573,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"4f8e4683-cd2d-11ed-8192-02f87d878986"}]
2023-03-28T05:56:53.293Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=52bec61b-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T05:56:53.294Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=52bec61b-cd2d-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T05:56:53.303Z|6b8759df-9f8a-4158-aee3-71d17876dfc3|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:56:55.146Z|98eaeb28-d1ea-44c1-b775-52b91b1a6ed5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:56:55.147Z|98eaeb28-d1ea-44c1-b775-52b91b1a6ed5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:56:56.117Z|693a4a81-6c12-489e-a9b7-97c94fb37dae|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:56:56.117Z|693a4a81-6c12-489e-a9b7-97c94fb37dae|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:56:56.734Z|2210ec17-6103-41db-9b16-70c04c340647|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:56:56.735Z|2210ec17-6103-41db-9b16-70c04c340647|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:56:58.463Z|b70a2e89-5aa0-463b-8d27-46432fa2156a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:56:58.464Z|b70a2e89-5aa0-463b-8d27-46432fa2156a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:57:03.503Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:57:03.512Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc
2023-03-28T05:57:03.512Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|INFO|500||Invoke
2023-03-28T05:57:03.513Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:03.513Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc
2023-03-28T05:57:03.513Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Method      : GET
2023-03-28T05:57:03.514Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"578aeded72157b56b08ea473af2f1c98", X-B3-SpanId:"7d68f7cbeb49248e", X-B3-ParentSpanId:"172f20a255f81114", X-B3-Sampled:"0", X-ONAP-RequestID:"d046048b-ad50-4d86-a308-c6e776368673", X-RequestID:"d046048b-ad50-4d86-a308-c6e776368673", X-TransactionID:"d046048b-ad50-4d86-a308-c6e776368673", X-ECOMP-RequestID:"d046048b-ad50-4d86-a308-c6e776368673", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2ff5989a-c298-494a-8c49-483ab5c95efc"]
2023-03-28T05:57:03.514Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Request body: 
2023-03-28T05:57:03.514Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||==========================request end================================================
2023-03-28T05:57:03.561Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:03.561Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:03.562Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Status text  : OK
2023-03-28T05:57:03.562Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:57:03 GMT", x-envoy-upstream-service-time:"41", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:57:03.563Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Response body: {
  "requestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "requestStatus" : "IN_PROGRESS",
  "flowStatus" : "Execution of AssignNetworkBB has completed successfully, next invoking CreateNetworkBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).",
  "progress" : 36,
  "startTime" : "2023-03-28T05:56:40.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"instanceName\": \"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\",\n            \"productFamilyId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\"\n        },\n        \"modelInfo\": {\n            \n    \"modelType\": \"network\",\n    \"modelInvariantId\": \"d29d359d-e7f2-4e47-82d7-f803b9e570ef\",\n    \"modelVersionId\": \"75383ecb-7901-4f5c-a494-d9d593a8d5ff\",\n    \"modelName\": \"Generic NeutronNet\",\n    \"modelVersion\": \"1.0\",\n    \"modelCustomizationId\": \"23a5224b-144f-4925-95ad-3b6fb3010917\",\n    \"modelCustomizationName\": \"Generic NeutronNet 0\"\n\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"aLaCarte\": true,\n            \"testApi\": \"GR_API\"\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"lineOfBusiness\": {\n            \"lineOfBusinessName\": \"basicnw-lob\"\n        },\n        \"platform\": {\n            \"platformName\": \"basicnw-platform\"\n        },\n        \"relatedInstanceList\": [{\n            \"relatedInstance\": {\n                \"instanceId\": \"9e5f414d-1a29-4cec-ae32-9d6edd72c39c\",\n                \"modelInfo\": {\n                    \"modelType\": \"service\",\n                    \"modelName\": \"basic_network\",\n                    \"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n                    \"modelVersion\": \"1.0\",\n                    \"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\"\n                }\n            }\n        }]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:56:50.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "requestScope" : "network",
  "requestAction" : "createInstance",
  "networkId" : "982e985e-5e74-401c-a9e8-37099855853a",
  "networkName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "networkType" : "Generic NeutronNet",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc"
    }
  }
}
2023-03-28T05:57:03.563Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:03.564Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|INFO|500||InvokeReturn
2023-03-28T05:57:03.566Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false
2023-03-28T05:57:03.567Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:57:03.567Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:03.567Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false
2023-03-28T05:57:03.567Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:57:03.568Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"578aeded72157b56b08ea473af2f1c98", X-B3-SpanId:"d96f7487c3b2ff9a", X-B3-ParentSpanId:"172f20a255f81114", X-B3-Sampled:"0", X-ONAP-RequestID:"d046048b-ad50-4d86-a308-c6e776368673", X-RequestID:"d046048b-ad50-4d86-a308-c6e776368673", X-TransactionID:"d046048b-ad50-4d86-a308-c6e776368673", X-ECOMP-RequestID:"d046048b-ad50-4d86-a308-c6e776368673", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8e8f49b1-5944-4881-b39c-c654a2fb2408"]
2023-03-28T05:57:03.568Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:57:03.568Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:57:03.588Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:03.588Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:03.589Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:57:03.589Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:57:03 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:57:03.590Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:57:03.591Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:03.591Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:57:03.621Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T05:57:03.622Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T05:57:03.622Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:03.622Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T05:57:03.622Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T05:57:03.623Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"d046048b-ad50-4d86-a308-c6e776368673", X-RequestID:"d046048b-ad50-4d86-a308-c6e776368673", X-TransactionID:"d046048b-ad50-4d86-a308-c6e776368673", X-ECOMP-RequestID:"d046048b-ad50-4d86-a308-c6e776368673", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5090447c-e76c-4dc7-820c-d81434859742"]
2023-03-28T05:57:03.623Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T05:57:03.623Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T05:57:03.788Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:03.789Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:03.789Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T05:57:03.789Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=A69780AA9D16C77B2CED474C84709530; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"688", date:"Tue, 28 Mar 2023 05:57:03 GMT", x-envoy-upstream-service-time:"155", server:"envoy"]
2023-03-28T05:57:03.790Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"56da421a-cd2d-11ed-8192-02f87d878986","businessKey":"ce81addc-75ca-4b73-bab4-137511475ccc","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T05:56:53.272+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"4f8e4683-cd2d-11ed-8192-02f87d878986","superProcessInstanceId":"56d81f03-cd2d-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}]
2023-03-28T05:57:03.790Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:03.790Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T05:57:03.828Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T05:57:03.829Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T05:57:03.829Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:03.830Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T05:57:03.830Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T05:57:03.830Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"d046048b-ad50-4d86-a308-c6e776368673", X-RequestID:"d046048b-ad50-4d86-a308-c6e776368673", X-TransactionID:"d046048b-ad50-4d86-a308-c6e776368673", X-ECOMP-RequestID:"d046048b-ad50-4d86-a308-c6e776368673", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"69266539-0594-43ac-abbe-8632de3168a7"]
2023-03-28T05:57:03.831Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T05:57:03.831Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T05:57:03.988Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:03.988Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:03.989Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T05:57:03.989Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=2DC69C9AF14F4B197F7C8EC9A59AFBB8; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"775", date:"Tue, 28 Mar 2023 05:57:03 GMT", x-envoy-upstream-service-time:"152", server:"envoy"]
2023-03-28T05:57:03.989Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"StartEvent_1:56da4221-cd2d-11ed-8192-02f87d878986","parentActivityInstanceId":"56da421a-cd2d-11ed-8192-02f87d878986","activityId":"StartEvent_1","activityName":null,"activityType":"startEvent","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"56da421a-cd2d-11ed-8192-02f87d878986","executionId":"56da421a-cd2d-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T05:56:53.272+0000","endTime":"2023-03-28T05:56:53.273+0000","durationInMillis":1,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"4f8e4683-cd2d-11ed-8192-02f87d878986"}]
2023-03-28T05:57:03.989Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:03.989Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T05:57:03.995Z|d046048b-ad50-4d86-a308-c6e776368673|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:57:05.089Z|1c80e7d5-27fa-4ea4-a605-dcf4507925ed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:57:05.089Z|1c80e7d5-27fa-4ea4-a605-dcf4507925ed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:57:05.180Z|e9adfea8-1c97-4a00-8f35-66e21dea1e19|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:57:05.181Z|e9adfea8-1c97-4a00-8f35-66e21dea1e19|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:57:06.768Z|b894134c-f621-47a6-b36f-e2f091ee6861|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:57:06.769Z|b894134c-f621-47a6-b36f-e2f091ee6861|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:57:08.493Z|e98d6264-d2a0-4311-a567-a7afb26ea6cd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:57:08.494Z|e98d6264-d2a0-4311-a567-a7afb26ea6cd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:57:14.211Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:57:14.219Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc
2023-03-28T05:57:14.220Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|INFO|500||Invoke
2023-03-28T05:57:14.220Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:14.220Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc
2023-03-28T05:57:14.220Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Method      : GET
2023-03-28T05:57:14.220Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"6b9398ad19d00277bf2ef3acf92c5ffb", X-B3-SpanId:"a989cce8dc63cc63", X-B3-ParentSpanId:"d8d7c12cfef4a287", X-B3-Sampled:"0", X-ONAP-RequestID:"22b34d10-acfe-40d8-aabc-66a8cf42f772", X-RequestID:"22b34d10-acfe-40d8-aabc-66a8cf42f772", X-TransactionID:"22b34d10-acfe-40d8-aabc-66a8cf42f772", X-ECOMP-RequestID:"22b34d10-acfe-40d8-aabc-66a8cf42f772", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c8e3d8ae-7f56-4fdd-bc89-308d68124d2a"]
2023-03-28T05:57:14.220Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Request body: 
2023-03-28T05:57:14.221Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||==========================request end================================================
2023-03-28T05:57:14.260Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:14.260Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:14.260Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Status text  : OK
2023-03-28T05:57:14.261Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:57:14 GMT", x-envoy-upstream-service-time:"34", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:57:14.262Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Response body: {
  "requestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "requestStatus" : "IN_PROGRESS",
  "flowStatus" : "Execution of AssignNetworkBB has completed successfully, next invoking CreateNetworkBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).",
  "progress" : 36,
  "startTime" : "2023-03-28T05:56:40.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"instanceName\": \"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\",\n            \"productFamilyId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\"\n        },\n        \"modelInfo\": {\n            \n    \"modelType\": \"network\",\n    \"modelInvariantId\": \"d29d359d-e7f2-4e47-82d7-f803b9e570ef\",\n    \"modelVersionId\": \"75383ecb-7901-4f5c-a494-d9d593a8d5ff\",\n    \"modelName\": \"Generic NeutronNet\",\n    \"modelVersion\": \"1.0\",\n    \"modelCustomizationId\": \"23a5224b-144f-4925-95ad-3b6fb3010917\",\n    \"modelCustomizationName\": \"Generic NeutronNet 0\"\n\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"aLaCarte\": true,\n            \"testApi\": \"GR_API\"\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"lineOfBusiness\": {\n            \"lineOfBusinessName\": \"basicnw-lob\"\n        },\n        \"platform\": {\n            \"platformName\": \"basicnw-platform\"\n        },\n        \"relatedInstanceList\": [{\n            \"relatedInstance\": {\n                \"instanceId\": \"9e5f414d-1a29-4cec-ae32-9d6edd72c39c\",\n                \"modelInfo\": {\n                    \"modelType\": \"service\",\n                    \"modelName\": \"basic_network\",\n                    \"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n                    \"modelVersion\": \"1.0\",\n                    \"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\"\n                }\n            }\n        }]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:56:50.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "requestScope" : "network",
  "requestAction" : "createInstance",
  "networkId" : "982e985e-5e74-401c-a9e8-37099855853a",
  "networkName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "networkType" : "Generic NeutronNet",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc"
    }
  }
}
2023-03-28T05:57:14.262Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:14.263Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|INFO|500||InvokeReturn
2023-03-28T05:57:14.264Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false
2023-03-28T05:57:14.265Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:57:14.265Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:14.265Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false
2023-03-28T05:57:14.265Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:57:14.265Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"6b9398ad19d00277bf2ef3acf92c5ffb", X-B3-SpanId:"13a10cba780391a8", X-B3-ParentSpanId:"d8d7c12cfef4a287", X-B3-Sampled:"0", X-ONAP-RequestID:"22b34d10-acfe-40d8-aabc-66a8cf42f772", X-RequestID:"22b34d10-acfe-40d8-aabc-66a8cf42f772", X-TransactionID:"22b34d10-acfe-40d8-aabc-66a8cf42f772", X-ECOMP-RequestID:"22b34d10-acfe-40d8-aabc-66a8cf42f772", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9aff9aeb-6956-4a58-b12f-ffcca5484dec"]
2023-03-28T05:57:14.265Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:57:14.266Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:57:14.280Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:14.281Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:14.281Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:57:14.281Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:57:14 GMT", x-envoy-upstream-service-time:"12", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:57:14.282Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:57:14.282Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:14.282Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:57:14.305Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T05:57:14.305Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T05:57:14.305Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:14.305Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T05:57:14.305Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T05:57:14.306Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"22b34d10-acfe-40d8-aabc-66a8cf42f772", X-RequestID:"22b34d10-acfe-40d8-aabc-66a8cf42f772", X-TransactionID:"22b34d10-acfe-40d8-aabc-66a8cf42f772", X-ECOMP-RequestID:"22b34d10-acfe-40d8-aabc-66a8cf42f772", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"fe591812-3518-4038-96ee-732cddfa28b0"]
2023-03-28T05:57:14.306Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T05:57:14.306Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T05:57:14.499Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:14.500Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:14.501Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T05:57:14.501Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=2A36E5EEC1B56DF6E738912DDA3EE83B; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"688", date:"Tue, 28 Mar 2023 05:57:14 GMT", x-envoy-upstream-service-time:"189", server:"envoy"]
2023-03-28T05:57:14.502Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"56da421a-cd2d-11ed-8192-02f87d878986","businessKey":"ce81addc-75ca-4b73-bab4-137511475ccc","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T05:56:53.272+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"4f8e4683-cd2d-11ed-8192-02f87d878986","superProcessInstanceId":"56d81f03-cd2d-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}]
2023-03-28T05:57:14.502Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:14.503Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T05:57:14.525Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T05:57:14.525Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T05:57:14.526Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:14.526Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T05:57:14.526Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T05:57:14.526Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"22b34d10-acfe-40d8-aabc-66a8cf42f772", X-RequestID:"22b34d10-acfe-40d8-aabc-66a8cf42f772", X-TransactionID:"22b34d10-acfe-40d8-aabc-66a8cf42f772", X-ECOMP-RequestID:"22b34d10-acfe-40d8-aabc-66a8cf42f772", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3d809fbd-2449-414e-aa57-1e2da857073d"]
2023-03-28T05:57:14.526Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T05:57:14.527Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T05:57:14.675Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:14.676Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:14.676Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T05:57:14.677Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=369CC9F8C4DD5EC044D4E2C9FD6B5349; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"775", date:"Tue, 28 Mar 2023 05:57:14 GMT", x-envoy-upstream-service-time:"144", server:"envoy"]
2023-03-28T05:57:14.678Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"StartEvent_1:56da4221-cd2d-11ed-8192-02f87d878986","parentActivityInstanceId":"56da421a-cd2d-11ed-8192-02f87d878986","activityId":"StartEvent_1","activityName":null,"activityType":"startEvent","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"56da421a-cd2d-11ed-8192-02f87d878986","executionId":"56da421a-cd2d-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T05:56:53.272+0000","endTime":"2023-03-28T05:56:53.273+0000","durationInMillis":1,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"4f8e4683-cd2d-11ed-8192-02f87d878986"}]
2023-03-28T05:57:14.678Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:14.679Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T05:57:14.688Z|22b34d10-acfe-40d8-aabc-66a8cf42f772|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:57:15.213Z|11df3414-bf45-4846-b562-595c6adc0952|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:57:15.214Z|11df3414-bf45-4846-b562-595c6adc0952|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:57:16.801Z|256de9eb-b4cc-4ad9-9aa8-2fb5f623833a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:57:16.802Z|256de9eb-b4cc-4ad9-9aa8-2fb5f623833a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:57:18.526Z|1e382a79-4b3a-43cb-88d3-0a634ce2dae9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:57:18.527Z|1e382a79-4b3a-43cb-88d3-0a634ce2dae9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:57:20.089Z|e0c22cf9-5d15-4857-94ae-1ddcbeee8a7d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:57:20.092Z|e0c22cf9-5d15-4857-94ae-1ddcbeee8a7d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:57:21.142Z|1377139e-252c-4fd1-9aa7-465117a70042|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:57:21.142Z|1377139e-252c-4fd1-9aa7-465117a70042|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:57:24.912Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:57:24.919Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc
2023-03-28T05:57:24.920Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|INFO|500||Invoke
2023-03-28T05:57:24.920Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:24.920Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc
2023-03-28T05:57:24.920Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Method      : GET
2023-03-28T05:57:24.921Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"51c96464caad056762fd9f511d20a9f6", X-B3-SpanId:"c4f20934a25ea867", X-B3-ParentSpanId:"fc5b3545538dbc0d", X-B3-Sampled:"0", X-ONAP-RequestID:"bc274cb2-10c9-43d1-a440-796a600d39f4", X-RequestID:"bc274cb2-10c9-43d1-a440-796a600d39f4", X-TransactionID:"bc274cb2-10c9-43d1-a440-796a600d39f4", X-ECOMP-RequestID:"bc274cb2-10c9-43d1-a440-796a600d39f4", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ba2e9a47-f3fe-4a7e-8d2c-7d0e4a336f2f"]
2023-03-28T05:57:24.921Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Request body: 
2023-03-28T05:57:24.921Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||==========================request end================================================
2023-03-28T05:57:24.958Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:24.959Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:24.959Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Status text  : OK
2023-03-28T05:57:24.959Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:57:24 GMT", x-envoy-upstream-service-time:"33", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:57:24.960Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Response body: {
  "requestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "requestStatus" : "IN_PROGRESS",
  "flowStatus" : "Execution of AssignNetworkBB has completed successfully, next invoking CreateNetworkBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).",
  "progress" : 36,
  "startTime" : "2023-03-28T05:56:40.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"instanceName\": \"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\",\n            \"productFamilyId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\"\n        },\n        \"modelInfo\": {\n            \n    \"modelType\": \"network\",\n    \"modelInvariantId\": \"d29d359d-e7f2-4e47-82d7-f803b9e570ef\",\n    \"modelVersionId\": \"75383ecb-7901-4f5c-a494-d9d593a8d5ff\",\n    \"modelName\": \"Generic NeutronNet\",\n    \"modelVersion\": \"1.0\",\n    \"modelCustomizationId\": \"23a5224b-144f-4925-95ad-3b6fb3010917\",\n    \"modelCustomizationName\": \"Generic NeutronNet 0\"\n\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"aLaCarte\": true,\n            \"testApi\": \"GR_API\"\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"lineOfBusiness\": {\n            \"lineOfBusinessName\": \"basicnw-lob\"\n        },\n        \"platform\": {\n            \"platformName\": \"basicnw-platform\"\n        },\n        \"relatedInstanceList\": [{\n            \"relatedInstance\": {\n                \"instanceId\": \"9e5f414d-1a29-4cec-ae32-9d6edd72c39c\",\n                \"modelInfo\": {\n                    \"modelType\": \"service\",\n                    \"modelName\": \"basic_network\",\n                    \"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n                    \"modelVersion\": \"1.0\",\n                    \"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\"\n                }\n            }\n        }]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:56:50.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "requestScope" : "network",
  "requestAction" : "createInstance",
  "networkId" : "982e985e-5e74-401c-a9e8-37099855853a",
  "networkName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "networkType" : "Generic NeutronNet",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc"
    }
  }
}
2023-03-28T05:57:24.960Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:24.960Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|INFO|500||InvokeReturn
2023-03-28T05:57:24.962Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false
2023-03-28T05:57:24.962Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:57:24.962Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:24.962Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false
2023-03-28T05:57:24.963Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:57:24.963Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"51c96464caad056762fd9f511d20a9f6", X-B3-SpanId:"f1f6a1e0eaf802a0", X-B3-ParentSpanId:"fc5b3545538dbc0d", X-B3-Sampled:"0", X-ONAP-RequestID:"bc274cb2-10c9-43d1-a440-796a600d39f4", X-RequestID:"bc274cb2-10c9-43d1-a440-796a600d39f4", X-TransactionID:"bc274cb2-10c9-43d1-a440-796a600d39f4", X-ECOMP-RequestID:"bc274cb2-10c9-43d1-a440-796a600d39f4", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"fac35711-f633-4978-a73e-842b1b31bbd3"]
2023-03-28T05:57:24.963Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:57:24.963Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:57:24.980Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:24.981Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:24.981Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:57:24.981Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:57:24 GMT", x-envoy-upstream-service-time:"14", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:57:24.981Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:57:24.981Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:24.982Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:57:25.002Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T05:57:25.003Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T05:57:25.003Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:25.003Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T05:57:25.004Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T05:57:25.004Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"bc274cb2-10c9-43d1-a440-796a600d39f4", X-RequestID:"bc274cb2-10c9-43d1-a440-796a600d39f4", X-TransactionID:"bc274cb2-10c9-43d1-a440-796a600d39f4", X-ECOMP-RequestID:"bc274cb2-10c9-43d1-a440-796a600d39f4", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5c8dcf2c-4638-4d10-8fd2-5a3770bb7ebd"]
2023-03-28T05:57:25.004Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T05:57:25.004Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T05:57:25.152Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:25.153Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:25.154Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T05:57:25.154Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=B1EB8519A4A33D1CF3C3CB8F53727AF8; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"688", date:"Tue, 28 Mar 2023 05:57:24 GMT", x-envoy-upstream-service-time:"144", server:"envoy"]
2023-03-28T05:57:25.154Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"56da421a-cd2d-11ed-8192-02f87d878986","businessKey":"ce81addc-75ca-4b73-bab4-137511475ccc","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T05:56:53.272+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"4f8e4683-cd2d-11ed-8192-02f87d878986","superProcessInstanceId":"56d81f03-cd2d-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}]
2023-03-28T05:57:25.155Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:25.155Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T05:57:25.175Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T05:57:25.175Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T05:57:25.175Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:25.176Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T05:57:25.176Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T05:57:25.176Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"bc274cb2-10c9-43d1-a440-796a600d39f4", X-RequestID:"bc274cb2-10c9-43d1-a440-796a600d39f4", X-TransactionID:"bc274cb2-10c9-43d1-a440-796a600d39f4", X-ECOMP-RequestID:"bc274cb2-10c9-43d1-a440-796a600d39f4", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a31cfc93-5278-4756-a640-71091474aa53"]
2023-03-28T05:57:25.176Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T05:57:25.176Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T05:57:25.250Z|3a348413-d512-443c-b5fe-7ac8285957a2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:57:25.251Z|3a348413-d512-443c-b5fe-7ac8285957a2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:57:25.424Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:25.425Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:25.425Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T05:57:25.426Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=6A388683AB9A75F87F36313684A56E80; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"775", date:"Tue, 28 Mar 2023 05:57:24 GMT", x-envoy-upstream-service-time:"243", server:"envoy"]
2023-03-28T05:57:25.427Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"StartEvent_1:56da4221-cd2d-11ed-8192-02f87d878986","parentActivityInstanceId":"56da421a-cd2d-11ed-8192-02f87d878986","activityId":"StartEvent_1","activityName":null,"activityType":"startEvent","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"56da421a-cd2d-11ed-8192-02f87d878986","executionId":"56da421a-cd2d-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T05:56:53.272+0000","endTime":"2023-03-28T05:56:53.273+0000","durationInMillis":1,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"4f8e4683-cd2d-11ed-8192-02f87d878986"}]
2023-03-28T05:57:25.428Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:25.428Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T05:57:25.437Z|bc274cb2-10c9-43d1-a440-796a600d39f4|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:57:26.835Z|9a51ae11-aa7d-427e-8408-58946bbb6cb9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:57:26.836Z|9a51ae11-aa7d-427e-8408-58946bbb6cb9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:57:28.558Z|628cf291-4027-4932-afb0-3b2e2778880d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:57:28.559Z|628cf291-4027-4932-afb0-3b2e2778880d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:57:35.089Z|4ec43447-8705-4149-880c-093b724f905f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:57:35.090Z|4ec43447-8705-4149-880c-093b724f905f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:57:35.284Z|11bced34-e1b6-41c9-b002-379479f8b709|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:57:35.285Z|11bced34-e1b6-41c9-b002-379479f8b709|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:57:35.644Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:57:35.653Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc
2023-03-28T05:57:35.653Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|INFO|500||Invoke
2023-03-28T05:57:35.653Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:35.653Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc
2023-03-28T05:57:35.654Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Method      : GET
2023-03-28T05:57:35.654Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"9593701a5bc7e9946ea5c439338df02c", X-B3-SpanId:"8042f00f30ea7fec", X-B3-ParentSpanId:"f208790e328ca480", X-B3-Sampled:"0", X-ONAP-RequestID:"96e5d72d-76aa-4176-be3b-27e759111310", X-RequestID:"96e5d72d-76aa-4176-be3b-27e759111310", X-TransactionID:"96e5d72d-76aa-4176-be3b-27e759111310", X-ECOMP-RequestID:"96e5d72d-76aa-4176-be3b-27e759111310", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"cffb8e6b-ae8a-4b04-9433-ce8b8b88f7d8"]
2023-03-28T05:57:35.654Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Request body: 
2023-03-28T05:57:35.654Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||==========================request end================================================
2023-03-28T05:57:35.690Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:35.691Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:35.691Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Status text  : OK
2023-03-28T05:57:35.692Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:57:35 GMT", x-envoy-upstream-service-time:"32", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:57:35.692Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Response body: {
  "requestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "requestStatus" : "IN_PROGRESS",
  "resourceStatusMessage" : "The new network was successfully created in the cloud",
  "flowStatus" : "Execution of AssignNetworkBB has completed successfully, next invoking CreateNetworkBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).",
  "progress" : 36,
  "startTime" : "2023-03-28T05:56:40.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"instanceName\": \"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\",\n            \"productFamilyId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\"\n        },\n        \"modelInfo\": {\n            \n    \"modelType\": \"network\",\n    \"modelInvariantId\": \"d29d359d-e7f2-4e47-82d7-f803b9e570ef\",\n    \"modelVersionId\": \"75383ecb-7901-4f5c-a494-d9d593a8d5ff\",\n    \"modelName\": \"Generic NeutronNet\",\n    \"modelVersion\": \"1.0\",\n    \"modelCustomizationId\": \"23a5224b-144f-4925-95ad-3b6fb3010917\",\n    \"modelCustomizationName\": \"Generic NeutronNet 0\"\n\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"aLaCarte\": true,\n            \"testApi\": \"GR_API\"\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"lineOfBusiness\": {\n            \"lineOfBusinessName\": \"basicnw-lob\"\n        },\n        \"platform\": {\n            \"platformName\": \"basicnw-platform\"\n        },\n        \"relatedInstanceList\": [{\n            \"relatedInstance\": {\n                \"instanceId\": \"9e5f414d-1a29-4cec-ae32-9d6edd72c39c\",\n                \"modelInfo\": {\n                    \"modelType\": \"service\",\n                    \"modelName\": \"basic_network\",\n                    \"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n                    \"modelVersion\": \"1.0\",\n                    \"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\"\n                }\n            }\n        }]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:57:32.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "requestScope" : "network",
  "requestAction" : "createInstance",
  "networkId" : "982e985e-5e74-401c-a9e8-37099855853a",
  "networkName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "networkType" : "Generic NeutronNet",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
    "cloudIdentifier" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
    "requestBody" : "{\"parameters\":{\"shared\":\"false\",\"network_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\"},\"environment\":null}",
    "created" : "2023-03-28T05:57:28.000+00:00"
  } ],
  "requestURI" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc"
    }
  }
}
2023-03-28T05:57:35.693Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:35.693Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|INFO|500||InvokeReturn
2023-03-28T05:57:35.697Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false
2023-03-28T05:57:35.697Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:57:35.697Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:35.697Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false
2023-03-28T05:57:35.698Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:57:35.698Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"9593701a5bc7e9946ea5c439338df02c", X-B3-SpanId:"fd5f4e29215b4ff5", X-B3-ParentSpanId:"f208790e328ca480", X-B3-Sampled:"0", X-ONAP-RequestID:"96e5d72d-76aa-4176-be3b-27e759111310", X-RequestID:"96e5d72d-76aa-4176-be3b-27e759111310", X-TransactionID:"96e5d72d-76aa-4176-be3b-27e759111310", X-ECOMP-RequestID:"96e5d72d-76aa-4176-be3b-27e759111310", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9e439bee-1361-4f79-8a0b-3d60f3d3fd45"]
2023-03-28T05:57:35.698Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:57:35.698Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:57:35.730Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:35.730Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:35.730Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:57:35.731Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:57:35 GMT", x-envoy-upstream-service-time:"28", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:57:35.731Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 11,
  "soRequestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "groupingId" : "c52c47ef-6a15-4cc8-b6b1-5847b58e0c88",
  "name" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "value" : "{\"outputs\":[{\"description\":\"Openstack subnet identifier\",\"output_value\":null,\"output_key\":\"subnet_id_1429fd04-a2af-48f5-9d62-b2239b56b280\"},{\"description\":\"Openstack network identifier\",\"output_value\":\"ad7d270c-462c-46e1-be86-6a2a486a1dd7\",\"output_key\":\"network_id\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0/c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE started\",\"stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"updated_time\":null,\"creation_time\":1679983051000,\"stack_status\":\"CREATE_IN_PROGRESS\",\"id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"c814279841ee4b538b93f233b778768a\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"network_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"shared\":\"False\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T05:57:34.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T05:57:35.731Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:35.732Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:57:35.759Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T05:57:35.760Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T05:57:35.760Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:35.760Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T05:57:35.760Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T05:57:35.760Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"96e5d72d-76aa-4176-be3b-27e759111310", X-RequestID:"96e5d72d-76aa-4176-be3b-27e759111310", X-TransactionID:"96e5d72d-76aa-4176-be3b-27e759111310", X-ECOMP-RequestID:"96e5d72d-76aa-4176-be3b-27e759111310", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"78421aca-7ebd-4d71-b09c-c0a34a05ace4"]
2023-03-28T05:57:35.760Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T05:57:35.760Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T05:57:35.920Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:35.920Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:35.921Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T05:57:35.921Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=E336252E1ED97618EB643E6F632043BF; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"688", date:"Tue, 28 Mar 2023 05:57:35 GMT", x-envoy-upstream-service-time:"151", server:"envoy"]
2023-03-28T05:57:35.921Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"56da421a-cd2d-11ed-8192-02f87d878986","businessKey":"ce81addc-75ca-4b73-bab4-137511475ccc","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T05:56:53.272+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"4f8e4683-cd2d-11ed-8192-02f87d878986","superProcessInstanceId":"56d81f03-cd2d-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}]
2023-03-28T05:57:35.921Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:35.922Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T05:57:35.939Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T05:57:35.939Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T05:57:35.939Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:35.940Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T05:57:35.940Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T05:57:35.940Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"96e5d72d-76aa-4176-be3b-27e759111310", X-RequestID:"96e5d72d-76aa-4176-be3b-27e759111310", X-TransactionID:"96e5d72d-76aa-4176-be3b-27e759111310", X-ECOMP-RequestID:"96e5d72d-76aa-4176-be3b-27e759111310", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d52afc01-a3c8-4ecc-a13f-f48a9e5f3299"]
2023-03-28T05:57:35.940Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T05:57:35.940Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T05:57:36.091Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:36.092Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:36.092Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T05:57:36.093Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=2DCD3D4E5A7B367FBEC5345D7C6FBF2E; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"812", date:"Tue, 28 Mar 2023 05:57:35 GMT", x-envoy-upstream-service-time:"148", server:"envoy"]
2023-03-28T05:57:36.093Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:6ea03a12-cd2d-11ed-8192-02f87d878986","parentActivityInstanceId":"56da421a-cd2d-11ed-8192-02f87d878986","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"56da421a-cd2d-11ed-8192-02f87d878986","executionId":"56da421a-cd2d-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T05:57:33.157+0000","endTime":"2023-03-28T05:57:33.172+0000","durationInMillis":15,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"4f8e4683-cd2d-11ed-8192-02f87d878986"}]
2023-03-28T05:57:36.093Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:36.093Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T05:57:36.101Z|96e5d72d-76aa-4176-be3b-27e759111310|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:57:36.871Z|c0e94546-ae52-404b-96f2-5481cca1ed82|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:57:36.872Z|c0e94546-ae52-404b-96f2-5481cca1ed82|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:57:38.590Z|505050ed-b999-4258-b1ad-19658a2470de|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:57:38.591Z|505050ed-b999-4258-b1ad-19658a2470de|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:57:45.319Z|f7e76492-5c81-4c74-ac61-fdf3dc22e70d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:57:45.319Z|f7e76492-5c81-4c74-ac61-fdf3dc22e70d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:57:46.294Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:57:46.305Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc
2023-03-28T05:57:46.306Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|INFO|500||Invoke
2023-03-28T05:57:46.306Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:46.307Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc
2023-03-28T05:57:46.307Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Method      : GET
2023-03-28T05:57:46.307Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"460b86233ad9ac6ada71479da60091d4", X-B3-SpanId:"3c5b1425ee9add03", X-B3-ParentSpanId:"8bb1cfe85d77a857", X-B3-Sampled:"0", X-ONAP-RequestID:"d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9", X-RequestID:"d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9", X-TransactionID:"d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9", X-ECOMP-RequestID:"d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"718137f9-2a34-4a8d-8e39-83411524bee8"]
2023-03-28T05:57:46.308Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Request body: 
2023-03-28T05:57:46.308Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||==========================request end================================================
2023-03-28T05:57:46.352Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:46.353Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:46.353Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Status text  : OK
2023-03-28T05:57:46.353Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:57:46 GMT", x-envoy-upstream-service-time:"38", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:57:46.354Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Response body: {
  "requestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "requestStatus" : "IN_PROGRESS",
  "resourceStatusMessage" : "The new network was successfully created in the cloud",
  "flowStatus" : "Execution of AssignNetworkBB has completed successfully, next invoking CreateNetworkBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).",
  "progress" : 36,
  "startTime" : "2023-03-28T05:56:40.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"instanceName\": \"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\",\n            \"productFamilyId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\"\n        },\n        \"modelInfo\": {\n            \n    \"modelType\": \"network\",\n    \"modelInvariantId\": \"d29d359d-e7f2-4e47-82d7-f803b9e570ef\",\n    \"modelVersionId\": \"75383ecb-7901-4f5c-a494-d9d593a8d5ff\",\n    \"modelName\": \"Generic NeutronNet\",\n    \"modelVersion\": \"1.0\",\n    \"modelCustomizationId\": \"23a5224b-144f-4925-95ad-3b6fb3010917\",\n    \"modelCustomizationName\": \"Generic NeutronNet 0\"\n\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"aLaCarte\": true,\n            \"testApi\": \"GR_API\"\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"lineOfBusiness\": {\n            \"lineOfBusinessName\": \"basicnw-lob\"\n        },\n        \"platform\": {\n            \"platformName\": \"basicnw-platform\"\n        },\n        \"relatedInstanceList\": [{\n            \"relatedInstance\": {\n                \"instanceId\": \"9e5f414d-1a29-4cec-ae32-9d6edd72c39c\",\n                \"modelInfo\": {\n                    \"modelType\": \"service\",\n                    \"modelName\": \"basic_network\",\n                    \"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n                    \"modelVersion\": \"1.0\",\n                    \"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\"\n                }\n            }\n        }]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:57:32.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "requestScope" : "network",
  "requestAction" : "createInstance",
  "networkId" : "982e985e-5e74-401c-a9e8-37099855853a",
  "networkName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "networkType" : "Generic NeutronNet",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
    "cloudIdentifier" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
    "requestBody" : "{\"parameters\":{\"shared\":\"false\",\"network_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\"},\"environment\":null}",
    "created" : "2023-03-28T05:57:28.000+00:00"
  } ],
  "requestURI" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc"
    }
  }
}
2023-03-28T05:57:46.354Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:46.354Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|INFO|500||InvokeReturn
2023-03-28T05:57:46.355Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false
2023-03-28T05:57:46.356Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:57:46.356Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:46.356Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false
2023-03-28T05:57:46.356Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:57:46.356Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"460b86233ad9ac6ada71479da60091d4", X-B3-SpanId:"08cd8fe2f3383a1d", X-B3-ParentSpanId:"8bb1cfe85d77a857", X-B3-Sampled:"0", X-ONAP-RequestID:"d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9", X-RequestID:"d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9", X-TransactionID:"d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9", X-ECOMP-RequestID:"d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"eeeaf625-f7ea-4747-b678-1b47f78b0ee0"]
2023-03-28T05:57:46.356Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:57:46.357Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:57:46.380Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:46.380Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:46.380Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:57:46.380Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:57:46 GMT", x-envoy-upstream-service-time:"21", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:57:46.381Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 11,
  "soRequestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "groupingId" : "c52c47ef-6a15-4cc8-b6b1-5847b58e0c88",
  "name" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "value" : "{\"outputs\":[{\"description\":\"Openstack subnet identifier\",\"output_value\":null,\"output_key\":\"subnet_id_1429fd04-a2af-48f5-9d62-b2239b56b280\"},{\"description\":\"Openstack network identifier\",\"output_value\":\"ad7d270c-462c-46e1-be86-6a2a486a1dd7\",\"output_key\":\"network_id\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0/c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE started\",\"stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"updated_time\":null,\"creation_time\":1679983051000,\"stack_status\":\"CREATE_IN_PROGRESS\",\"id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"c814279841ee4b538b93f233b778768a\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"network_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"shared\":\"False\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T05:57:34.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T05:57:46.382Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:46.382Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:57:46.402Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T05:57:46.403Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T05:57:46.403Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:46.403Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T05:57:46.403Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T05:57:46.403Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9", X-RequestID:"d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9", X-TransactionID:"d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9", X-ECOMP-RequestID:"d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b7fa38f0-3b2c-4144-9069-a022728ed1ce"]
2023-03-28T05:57:46.403Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T05:57:46.403Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T05:57:46.559Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:46.560Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:46.560Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T05:57:46.560Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=3824A66A2F3C957DB52324F3250ECDFF; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"688", date:"Tue, 28 Mar 2023 05:57:46 GMT", x-envoy-upstream-service-time:"151", server:"envoy"]
2023-03-28T05:57:46.561Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"56da421a-cd2d-11ed-8192-02f87d878986","businessKey":"ce81addc-75ca-4b73-bab4-137511475ccc","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T05:56:53.272+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"4f8e4683-cd2d-11ed-8192-02f87d878986","superProcessInstanceId":"56d81f03-cd2d-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}]
2023-03-28T05:57:46.561Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:46.561Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ce81addc-75ca-4b73-bab4-137511475ccc&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T05:57:46.589Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T05:57:46.590Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T05:57:46.590Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:46.590Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T05:57:46.590Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T05:57:46.590Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9", X-RequestID:"d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9", X-TransactionID:"d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9", X-ECOMP-RequestID:"d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"81d7e70e-9c01-4394-9ff0-4b37a05ee345"]
2023-03-28T05:57:46.590Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T05:57:46.590Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T05:57:46.735Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:46.736Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:46.736Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T05:57:46.737Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=8025E1729CDCD8B8EF0F2AFD2B3BDA01; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"812", date:"Tue, 28 Mar 2023 05:57:46 GMT", x-envoy-upstream-service-time:"141", server:"envoy"]
2023-03-28T05:57:46.737Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:6ea03a12-cd2d-11ed-8192-02f87d878986","parentActivityInstanceId":"56da421a-cd2d-11ed-8192-02f87d878986","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"56da421a-cd2d-11ed-8192-02f87d878986","executionId":"56da421a-cd2d-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T05:57:33.157+0000","endTime":"2023-03-28T05:57:33.172+0000","durationInMillis":15,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"4f8e4683-cd2d-11ed-8192-02f87d878986"}]
2023-03-28T05:57:46.738Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:46.738Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=56da421a-cd2d-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T05:57:46.747Z|d0a87c80-69a3-4eb7-9c4b-4c59b610b6c9|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:57:46.906Z|98353fd6-9590-41b1-9a3f-bd801febd157|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:57:46.907Z|98353fd6-9590-41b1-9a3f-bd801febd157|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:57:48.623Z|d7568a0c-55ba-4ba4-83a2-b5fa00cbca44|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:57:48.624Z|d7568a0c-55ba-4ba4-83a2-b5fa00cbca44|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:57:50.089Z|8c5fc79f-b5e4-4db3-a0a2-0761dff81ea4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:57:50.089Z|8c5fc79f-b5e4-4db3-a0a2-0761dff81ea4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:57:51.146Z|b62f9e75-eb09-4f4f-8ce1-23319e77c528|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:57:51.146Z|b62f9e75-eb09-4f4f-8ce1-23319e77c528|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:57:55.351Z|e88dbbc1-4109-4128-85a8-7599d14647e7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:57:55.352Z|e88dbbc1-4109-4128-85a8-7599d14647e7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:57:56.133Z|4282d054-6cc0-4c2d-936e-cfad0ba811db|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:57:56.133Z|4282d054-6cc0-4c2d-936e-cfad0ba811db|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:57:56.943Z|df846296-2743-4c27-b5ff-f852605aae8c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:57:56.945Z|df846296-2743-4c27-b5ff-f852605aae8c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:57:56.960Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:57:56.968Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc
2023-03-28T05:57:56.969Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|INFO|500||Invoke
2023-03-28T05:57:56.969Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:56.969Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc
2023-03-28T05:57:56.970Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Method      : GET
2023-03-28T05:57:56.970Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8fbde100982266d383b72b0a975cced0", X-B3-SpanId:"ce7c255fa9d7a6dc", X-B3-ParentSpanId:"091685a08e3475c8", X-B3-Sampled:"0", X-ONAP-RequestID:"7f89df62-fda2-4040-86f6-e3a2260d8e25", X-RequestID:"7f89df62-fda2-4040-86f6-e3a2260d8e25", X-TransactionID:"7f89df62-fda2-4040-86f6-e3a2260d8e25", X-ECOMP-RequestID:"7f89df62-fda2-4040-86f6-e3a2260d8e25", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"11120223-35c9-4ed7-9e38-43d55567963f"]
2023-03-28T05:57:56.970Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Request body: 
2023-03-28T05:57:56.970Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||==========================request end================================================
2023-03-28T05:57:57.010Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:57.011Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:57.011Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Status text  : OK
2023-03-28T05:57:57.012Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:57:55 GMT", x-envoy-upstream-service-time:"35", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:57:57.013Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Response body: {
  "requestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The new network was successfully created in the cloud",
  "statusMessage" : "ALaCarte-Network-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T05:56:40.000+00:00",
  "endTime" : "2023-03-28T05:57:54.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"instanceName\": \"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\",\n            \"productFamilyId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\"\n        },\n        \"modelInfo\": {\n            \n    \"modelType\": \"network\",\n    \"modelInvariantId\": \"d29d359d-e7f2-4e47-82d7-f803b9e570ef\",\n    \"modelVersionId\": \"75383ecb-7901-4f5c-a494-d9d593a8d5ff\",\n    \"modelName\": \"Generic NeutronNet\",\n    \"modelVersion\": \"1.0\",\n    \"modelCustomizationId\": \"23a5224b-144f-4925-95ad-3b6fb3010917\",\n    \"modelCustomizationName\": \"Generic NeutronNet 0\"\n\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"aLaCarte\": true,\n            \"testApi\": \"GR_API\"\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"lineOfBusiness\": {\n            \"lineOfBusinessName\": \"basicnw-lob\"\n        },\n        \"platform\": {\n            \"platformName\": \"basicnw-platform\"\n        },\n        \"relatedInstanceList\": [{\n            \"relatedInstance\": {\n                \"instanceId\": \"9e5f414d-1a29-4cec-ae32-9d6edd72c39c\",\n                \"modelInfo\": {\n                    \"modelType\": \"service\",\n                    \"modelName\": \"basic_network\",\n                    \"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n                    \"modelVersion\": \"1.0\",\n                    \"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\"\n                }\n            }\n        }]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:57:54.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "requestScope" : "network",
  "requestAction" : "createInstance",
  "networkId" : "982e985e-5e74-401c-a9e8-37099855853a",
  "networkName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "networkType" : "Generic NeutronNet",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
    "cloudIdentifier" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
    "requestBody" : "{\"parameters\":{\"shared\":\"false\",\"network_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\"},\"environment\":null}",
    "created" : "2023-03-28T05:57:28.000+00:00"
  } ],
  "requestURI" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc"
    }
  }
}
2023-03-28T05:57:57.013Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:57.013Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|INFO|500||InvokeReturn
2023-03-28T05:57:57.016Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false
2023-03-28T05:57:57.017Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:57:57.017Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:57.017Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false
2023-03-28T05:57:57.018Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:57:57.018Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8fbde100982266d383b72b0a975cced0", X-B3-SpanId:"90750b9a9ec242f5", X-B3-ParentSpanId:"091685a08e3475c8", X-B3-Sampled:"0", X-ONAP-RequestID:"7f89df62-fda2-4040-86f6-e3a2260d8e25", X-RequestID:"7f89df62-fda2-4040-86f6-e3a2260d8e25", X-TransactionID:"7f89df62-fda2-4040-86f6-e3a2260d8e25", X-ECOMP-RequestID:"7f89df62-fda2-4040-86f6-e3a2260d8e25", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"31626d83-3e61-4f61-aa0e-5d4119ebe724"]
2023-03-28T05:57:57.019Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:57:57.019Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:57:57.040Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:57.041Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:57.041Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:57:57.041Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:57:55 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:57:57.042Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 11,
  "soRequestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "groupingId" : "c52c47ef-6a15-4cc8-b6b1-5847b58e0c88",
  "name" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "value" : "{\"outputs\":[{\"description\":\"Openstack subnet identifier\",\"output_value\":\"a161e4bb-5e0b-4f4b-aeff-6be5d4ee6489\",\"output_key\":\"subnet_id_1429fd04-a2af-48f5-9d62-b2239b56b280\"},{\"description\":\"Openstack network identifier\",\"output_value\":\"ad7d270c-462c-46e1-be86-6a2a486a1dd7\",\"output_key\":\"network_id\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0/c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"updated_time\":null,\"creation_time\":1679983051000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"c814279841ee4b538b93f233b778768a\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"network_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"shared\":\"False\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T05:57:34.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T05:57:57.043Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:57.043Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:57:57.056Z|7f89df62-fda2-4040-86f6-e3a2260d8e25|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:57:57.253Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:57:57.258Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc
2023-03-28T05:57:57.258Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|INFO|500||Invoke
2023-03-28T05:57:57.258Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:57.258Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc
2023-03-28T05:57:57.258Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Method      : GET
2023-03-28T05:57:57.259Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"25cde62c798bc90ea036824097bdd041", X-B3-SpanId:"0364b502c805e383", X-B3-ParentSpanId:"4361d96f4601e495", X-B3-Sampled:"0", X-ONAP-RequestID:"61a7a11b-4f4d-42f5-8629-04092172332e", X-RequestID:"61a7a11b-4f4d-42f5-8629-04092172332e", X-TransactionID:"61a7a11b-4f4d-42f5-8629-04092172332e", X-ECOMP-RequestID:"61a7a11b-4f4d-42f5-8629-04092172332e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9f3046ae-797f-48a8-8d75-c29180a79ff2"]
2023-03-28T05:57:57.259Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Request body: 
2023-03-28T05:57:57.259Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||==========================request end================================================
2023-03-28T05:57:57.291Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:57.291Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:57.291Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Status text  : OK
2023-03-28T05:57:57.291Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:57:57 GMT", x-envoy-upstream-service-time:"29", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:57:57.293Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Response body: {
  "requestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The new network was successfully created in the cloud",
  "statusMessage" : "ALaCarte-Network-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T05:56:40.000+00:00",
  "endTime" : "2023-03-28T05:57:54.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"instanceName\": \"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\",\n            \"productFamilyId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\"\n        },\n        \"modelInfo\": {\n            \n    \"modelType\": \"network\",\n    \"modelInvariantId\": \"d29d359d-e7f2-4e47-82d7-f803b9e570ef\",\n    \"modelVersionId\": \"75383ecb-7901-4f5c-a494-d9d593a8d5ff\",\n    \"modelName\": \"Generic NeutronNet\",\n    \"modelVersion\": \"1.0\",\n    \"modelCustomizationId\": \"23a5224b-144f-4925-95ad-3b6fb3010917\",\n    \"modelCustomizationName\": \"Generic NeutronNet 0\"\n\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"aLaCarte\": true,\n            \"testApi\": \"GR_API\"\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"lineOfBusiness\": {\n            \"lineOfBusinessName\": \"basicnw-lob\"\n        },\n        \"platform\": {\n            \"platformName\": \"basicnw-platform\"\n        },\n        \"relatedInstanceList\": [{\n            \"relatedInstance\": {\n                \"instanceId\": \"9e5f414d-1a29-4cec-ae32-9d6edd72c39c\",\n                \"modelInfo\": {\n                    \"modelType\": \"service\",\n                    \"modelName\": \"basic_network\",\n                    \"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n                    \"modelVersion\": \"1.0\",\n                    \"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\"\n                }\n            }\n        }]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:57:54.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "requestScope" : "network",
  "requestAction" : "createInstance",
  "networkId" : "982e985e-5e74-401c-a9e8-37099855853a",
  "networkName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "networkType" : "Generic NeutronNet",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
    "cloudIdentifier" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
    "requestBody" : "{\"parameters\":{\"shared\":\"false\",\"network_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\"},\"environment\":null}",
    "created" : "2023-03-28T05:57:28.000+00:00"
  } ],
  "requestURI" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc"
    }
  }
}
2023-03-28T05:57:57.293Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:57.293Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|INFO|500||InvokeReturn
2023-03-28T05:57:57.295Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false
2023-03-28T05:57:57.295Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:57:57.295Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:57.296Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false
2023-03-28T05:57:57.296Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:57:57.296Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"25cde62c798bc90ea036824097bdd041", X-B3-SpanId:"e47f9191b438e5d0", X-B3-ParentSpanId:"4361d96f4601e495", X-B3-Sampled:"0", X-ONAP-RequestID:"61a7a11b-4f4d-42f5-8629-04092172332e", X-RequestID:"61a7a11b-4f4d-42f5-8629-04092172332e", X-TransactionID:"61a7a11b-4f4d-42f5-8629-04092172332e", X-ECOMP-RequestID:"61a7a11b-4f4d-42f5-8629-04092172332e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f9912757-30a0-4484-85e0-9647e225bf88"]
2023-03-28T05:57:57.296Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:57:57.296Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:57:57.313Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:57.313Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:57.313Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:57:57.313Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:57:57 GMT", x-envoy-upstream-service-time:"14", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:57:57.314Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 11,
  "soRequestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "groupingId" : "c52c47ef-6a15-4cc8-b6b1-5847b58e0c88",
  "name" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "value" : "{\"outputs\":[{\"description\":\"Openstack subnet identifier\",\"output_value\":\"a161e4bb-5e0b-4f4b-aeff-6be5d4ee6489\",\"output_key\":\"subnet_id_1429fd04-a2af-48f5-9d62-b2239b56b280\"},{\"description\":\"Openstack network identifier\",\"output_value\":\"ad7d270c-462c-46e1-be86-6a2a486a1dd7\",\"output_key\":\"network_id\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0/c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"updated_time\":null,\"creation_time\":1679983051000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"c814279841ee4b538b93f233b778768a\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"network_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"shared\":\"False\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T05:57:34.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T05:57:57.314Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:57.314Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:57:57.322Z|61a7a11b-4f4d-42f5-8629-04092172332e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:57:57.529Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:57:57.534Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc
2023-03-28T05:57:57.535Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|INFO|500||Invoke
2023-03-28T05:57:57.535Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:57.535Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc
2023-03-28T05:57:57.535Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Method      : GET
2023-03-28T05:57:57.536Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d8078b6ada6358983fb2ca619f96f213", X-B3-SpanId:"169d385b68a2324f", X-B3-ParentSpanId:"d6d5b20a3c5029a8", X-B3-Sampled:"0", X-ONAP-RequestID:"752eccd4-8a76-4716-8b88-ff31c4649bc5", X-RequestID:"752eccd4-8a76-4716-8b88-ff31c4649bc5", X-TransactionID:"752eccd4-8a76-4716-8b88-ff31c4649bc5", X-ECOMP-RequestID:"752eccd4-8a76-4716-8b88-ff31c4649bc5", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5858344e-5ae0-47dc-85ef-4cbf3fb07369"]
2023-03-28T05:57:57.536Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Request body: 
2023-03-28T05:57:57.536Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||==========================request end================================================
2023-03-28T05:57:57.575Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:57.576Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:57.576Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Status text  : OK
2023-03-28T05:57:57.576Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:57:57 GMT", x-envoy-upstream-service-time:"36", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:57:57.577Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Response body: {
  "requestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The new network was successfully created in the cloud",
  "statusMessage" : "ALaCarte-Network-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T05:56:40.000+00:00",
  "endTime" : "2023-03-28T05:57:54.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"instanceName\": \"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\",\n            \"productFamilyId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\"\n        },\n        \"modelInfo\": {\n            \n    \"modelType\": \"network\",\n    \"modelInvariantId\": \"d29d359d-e7f2-4e47-82d7-f803b9e570ef\",\n    \"modelVersionId\": \"75383ecb-7901-4f5c-a494-d9d593a8d5ff\",\n    \"modelName\": \"Generic NeutronNet\",\n    \"modelVersion\": \"1.0\",\n    \"modelCustomizationId\": \"23a5224b-144f-4925-95ad-3b6fb3010917\",\n    \"modelCustomizationName\": \"Generic NeutronNet 0\"\n\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"aLaCarte\": true,\n            \"testApi\": \"GR_API\"\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"lineOfBusiness\": {\n            \"lineOfBusinessName\": \"basicnw-lob\"\n        },\n        \"platform\": {\n            \"platformName\": \"basicnw-platform\"\n        },\n        \"relatedInstanceList\": [{\n            \"relatedInstance\": {\n                \"instanceId\": \"9e5f414d-1a29-4cec-ae32-9d6edd72c39c\",\n                \"modelInfo\": {\n                    \"modelType\": \"service\",\n                    \"modelName\": \"basic_network\",\n                    \"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n                    \"modelVersion\": \"1.0\",\n                    \"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\"\n                }\n            }\n        }]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:57:54.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "requestScope" : "network",
  "requestAction" : "createInstance",
  "networkId" : "982e985e-5e74-401c-a9e8-37099855853a",
  "networkName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "networkType" : "Generic NeutronNet",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
    "cloudIdentifier" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
    "requestBody" : "{\"parameters\":{\"shared\":\"false\",\"network_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\"},\"environment\":null}",
    "created" : "2023-03-28T05:57:28.000+00:00"
  } ],
  "requestURI" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc"
    }
  }
}
2023-03-28T05:57:57.577Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:57.577Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|INFO|500||InvokeReturn
2023-03-28T05:57:57.579Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false
2023-03-28T05:57:57.580Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:57:57.580Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:57.580Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false
2023-03-28T05:57:57.580Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:57:57.580Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d8078b6ada6358983fb2ca619f96f213", X-B3-SpanId:"3c2b39340011232e", X-B3-ParentSpanId:"d6d5b20a3c5029a8", X-B3-Sampled:"0", X-ONAP-RequestID:"752eccd4-8a76-4716-8b88-ff31c4649bc5", X-RequestID:"752eccd4-8a76-4716-8b88-ff31c4649bc5", X-TransactionID:"752eccd4-8a76-4716-8b88-ff31c4649bc5", X-ECOMP-RequestID:"752eccd4-8a76-4716-8b88-ff31c4649bc5", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"eb07c5c2-6a72-496b-a543-3271319e0520"]
2023-03-28T05:57:57.580Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:57:57.581Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:57:57.601Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:57.602Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:57.602Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:57:57.602Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:57:57 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:57:57.603Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 11,
  "soRequestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "groupingId" : "c52c47ef-6a15-4cc8-b6b1-5847b58e0c88",
  "name" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "value" : "{\"outputs\":[{\"description\":\"Openstack subnet identifier\",\"output_value\":\"a161e4bb-5e0b-4f4b-aeff-6be5d4ee6489\",\"output_key\":\"subnet_id_1429fd04-a2af-48f5-9d62-b2239b56b280\"},{\"description\":\"Openstack network identifier\",\"output_value\":\"ad7d270c-462c-46e1-be86-6a2a486a1dd7\",\"output_key\":\"network_id\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0/c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"updated_time\":null,\"creation_time\":1679983051000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"c814279841ee4b538b93f233b778768a\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"network_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"shared\":\"False\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T05:57:34.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T05:57:57.603Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:57.604Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:57:57.614Z|752eccd4-8a76-4716-8b88-ff31c4649bc5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:57:57.794Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:57:57.800Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc
2023-03-28T05:57:57.800Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|INFO|500||Invoke
2023-03-28T05:57:57.801Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:57.801Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc
2023-03-28T05:57:57.801Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Method      : GET
2023-03-28T05:57:57.801Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"dd0f5df1859fdc40e6fdc66f3f87561b", X-B3-SpanId:"9cae5e78f133c524", X-B3-ParentSpanId:"44f6ebb480c54516", X-B3-Sampled:"0", X-ONAP-RequestID:"2586d1e8-6426-4075-b0e3-87f547bfdfcf", X-RequestID:"2586d1e8-6426-4075-b0e3-87f547bfdfcf", X-TransactionID:"2586d1e8-6426-4075-b0e3-87f547bfdfcf", X-ECOMP-RequestID:"2586d1e8-6426-4075-b0e3-87f547bfdfcf", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6c68af88-3e2e-4934-9cee-a01ddfed13a3"]
2023-03-28T05:57:57.801Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Request body: 
2023-03-28T05:57:57.801Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||==========================request end================================================
2023-03-28T05:57:57.844Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:57.845Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:57.845Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Status text  : OK
2023-03-28T05:57:57.845Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:57:57 GMT", x-envoy-upstream-service-time:"36", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:57:57.846Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Response body: {
  "requestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The new network was successfully created in the cloud",
  "statusMessage" : "ALaCarte-Network-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T05:56:40.000+00:00",
  "endTime" : "2023-03-28T05:57:54.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"instanceName\": \"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\",\n            \"productFamilyId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\"\n        },\n        \"modelInfo\": {\n            \n    \"modelType\": \"network\",\n    \"modelInvariantId\": \"d29d359d-e7f2-4e47-82d7-f803b9e570ef\",\n    \"modelVersionId\": \"75383ecb-7901-4f5c-a494-d9d593a8d5ff\",\n    \"modelName\": \"Generic NeutronNet\",\n    \"modelVersion\": \"1.0\",\n    \"modelCustomizationId\": \"23a5224b-144f-4925-95ad-3b6fb3010917\",\n    \"modelCustomizationName\": \"Generic NeutronNet 0\"\n\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"aLaCarte\": true,\n            \"testApi\": \"GR_API\"\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"lineOfBusiness\": {\n            \"lineOfBusinessName\": \"basicnw-lob\"\n        },\n        \"platform\": {\n            \"platformName\": \"basicnw-platform\"\n        },\n        \"relatedInstanceList\": [{\n            \"relatedInstance\": {\n                \"instanceId\": \"9e5f414d-1a29-4cec-ae32-9d6edd72c39c\",\n                \"modelInfo\": {\n                    \"modelType\": \"service\",\n                    \"modelName\": \"basic_network\",\n                    \"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n                    \"modelVersion\": \"1.0\",\n                    \"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\"\n                }\n            }\n        }]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:57:54.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "requestScope" : "network",
  "requestAction" : "createInstance",
  "networkId" : "982e985e-5e74-401c-a9e8-37099855853a",
  "networkName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "networkType" : "Generic NeutronNet",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
    "cloudIdentifier" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
    "requestBody" : "{\"parameters\":{\"shared\":\"false\",\"network_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\"},\"environment\":null}",
    "created" : "2023-03-28T05:57:28.000+00:00"
  } ],
  "requestURI" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc"
    }
  }
}
2023-03-28T05:57:57.846Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:57.846Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|INFO|500||InvokeReturn
2023-03-28T05:57:57.850Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false
2023-03-28T05:57:57.851Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:57:57.851Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:57.852Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false
2023-03-28T05:57:57.852Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:57:57.852Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"dd0f5df1859fdc40e6fdc66f3f87561b", X-B3-SpanId:"59b9154960e404aa", X-B3-ParentSpanId:"44f6ebb480c54516", X-B3-Sampled:"0", X-ONAP-RequestID:"2586d1e8-6426-4075-b0e3-87f547bfdfcf", X-RequestID:"2586d1e8-6426-4075-b0e3-87f547bfdfcf", X-TransactionID:"2586d1e8-6426-4075-b0e3-87f547bfdfcf", X-ECOMP-RequestID:"2586d1e8-6426-4075-b0e3-87f547bfdfcf", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6750e0e5-2aad-498a-a6ee-118344879836"]
2023-03-28T05:57:57.853Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:57:57.853Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:57:57.870Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:57.870Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:57.871Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:57:57.871Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:57:57 GMT", x-envoy-upstream-service-time:"13", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:57:57.872Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 11,
  "soRequestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "groupingId" : "c52c47ef-6a15-4cc8-b6b1-5847b58e0c88",
  "name" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "value" : "{\"outputs\":[{\"description\":\"Openstack subnet identifier\",\"output_value\":\"a161e4bb-5e0b-4f4b-aeff-6be5d4ee6489\",\"output_key\":\"subnet_id_1429fd04-a2af-48f5-9d62-b2239b56b280\"},{\"description\":\"Openstack network identifier\",\"output_value\":\"ad7d270c-462c-46e1-be86-6a2a486a1dd7\",\"output_key\":\"network_id\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0/c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"updated_time\":null,\"creation_time\":1679983051000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"c814279841ee4b538b93f233b778768a\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"network_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"shared\":\"False\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T05:57:34.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T05:57:57.872Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:57.873Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:57:57.885Z|2586d1e8-6426-4075-b0e3-87f547bfdfcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:57:58.087Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:57:58.092Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc
2023-03-28T05:57:58.092Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|INFO|500||Invoke
2023-03-28T05:57:58.092Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:58.093Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc
2023-03-28T05:57:58.093Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Method      : GET
2023-03-28T05:57:58.093Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"de522e8ddee491c76753d56db2908acf", X-B3-SpanId:"c456acff2633832f", X-B3-ParentSpanId:"eecb8ebeec431755", X-B3-Sampled:"0", X-ONAP-RequestID:"5c2b3042-6427-45aa-8043-814cd0365a43", X-RequestID:"5c2b3042-6427-45aa-8043-814cd0365a43", X-TransactionID:"5c2b3042-6427-45aa-8043-814cd0365a43", X-ECOMP-RequestID:"5c2b3042-6427-45aa-8043-814cd0365a43", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"37e28f63-6234-4f34-aa67-827e6bfc5831"]
2023-03-28T05:57:58.093Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Request body: 
2023-03-28T05:57:58.093Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||==========================request end================================================
2023-03-28T05:57:58.137Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:58.138Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:58.138Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Status text  : OK
2023-03-28T05:57:58.138Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:57:57 GMT", x-envoy-upstream-service-time:"41", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:57:58.140Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||Response body: {
  "requestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The new network was successfully created in the cloud",
  "statusMessage" : "ALaCarte-Network-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T05:56:40.000+00:00",
  "endTime" : "2023-03-28T05:57:54.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"instanceName\": \"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\",\n            \"productFamilyId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\"\n        },\n        \"modelInfo\": {\n            \n    \"modelType\": \"network\",\n    \"modelInvariantId\": \"d29d359d-e7f2-4e47-82d7-f803b9e570ef\",\n    \"modelVersionId\": \"75383ecb-7901-4f5c-a494-d9d593a8d5ff\",\n    \"modelName\": \"Generic NeutronNet\",\n    \"modelVersion\": \"1.0\",\n    \"modelCustomizationId\": \"23a5224b-144f-4925-95ad-3b6fb3010917\",\n    \"modelCustomizationName\": \"Generic NeutronNet 0\"\n\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"aLaCarte\": true,\n            \"testApi\": \"GR_API\"\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"lineOfBusiness\": {\n            \"lineOfBusinessName\": \"basicnw-lob\"\n        },\n        \"platform\": {\n            \"platformName\": \"basicnw-platform\"\n        },\n        \"relatedInstanceList\": [{\n            \"relatedInstance\": {\n                \"instanceId\": \"9e5f414d-1a29-4cec-ae32-9d6edd72c39c\",\n                \"modelInfo\": {\n                    \"modelType\": \"service\",\n                    \"modelName\": \"basic_network\",\n                    \"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n                    \"modelVersion\": \"1.0\",\n                    \"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\"\n                }\n            }\n        }]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:57:54.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "requestScope" : "network",
  "requestAction" : "createInstance",
  "networkId" : "982e985e-5e74-401c-a9e8-37099855853a",
  "networkName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "networkType" : "Generic NeutronNet",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
    "cloudIdentifier" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
    "requestBody" : "{\"parameters\":{\"shared\":\"false\",\"network_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\"},\"environment\":null}",
    "created" : "2023-03-28T05:57:28.000+00:00"
  } ],
  "requestURI" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc"
    }
  }
}
2023-03-28T05:57:58.141Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:58.141Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ce81addc-75ca-4b73-bab4-137511475ccc|INFO|500||InvokeReturn
2023-03-28T05:57:58.142Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false
2023-03-28T05:57:58.142Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:57:58.143Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:57:58.143Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false
2023-03-28T05:57:58.143Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:57:58.143Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"de522e8ddee491c76753d56db2908acf", X-B3-SpanId:"86b896eaa9199c13", X-B3-ParentSpanId:"eecb8ebeec431755", X-B3-Sampled:"0", X-ONAP-RequestID:"5c2b3042-6427-45aa-8043-814cd0365a43", X-RequestID:"5c2b3042-6427-45aa-8043-814cd0365a43", X-TransactionID:"5c2b3042-6427-45aa-8043-814cd0365a43", X-ECOMP-RequestID:"5c2b3042-6427-45aa-8043-814cd0365a43", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8babf1a1-d4d0-47ac-93ac-2b08e26b3db6"]
2023-03-28T05:57:58.143Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:57:58.143Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:57:58.165Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:57:58.165Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:57:58.166Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:57:58.166Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:57:57 GMT", x-envoy-upstream-service-time:"19", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:57:58.169Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 11,
  "soRequestId" : "ce81addc-75ca-4b73-bab4-137511475ccc",
  "groupingId" : "c52c47ef-6a15-4cc8-b6b1-5847b58e0c88",
  "name" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "value" : "{\"outputs\":[{\"description\":\"Openstack subnet identifier\",\"output_value\":\"a161e4bb-5e0b-4f4b-aeff-6be5d4ee6489\",\"output_key\":\"subnet_id_1429fd04-a2af-48f5-9d62-b2239b56b280\"},{\"description\":\"Openstack network identifier\",\"output_value\":\"ad7d270c-462c-46e1-be86-6a2a486a1dd7\",\"output_key\":\"network_id\"}],\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0/c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"updated_time\":null,\"creation_time\":1679983051000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"c814279841ee4b538b93f233b778768a\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"network_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"shared\":\"False\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T05:57:34.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T05:57:58.169Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:57:58.170Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ce81addc-75ca-4b73-bab4-137511475ccc&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:57:58.183Z|5c2b3042-6427-45aa-8043-814cd0365a43|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ce81addc-75ca-4b73-bab4-137511475ccc|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:57:58.655Z|16b723c1-466b-4c6e-91ca-22da6bd27f8e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:57:58.656Z|16b723c1-466b-4c6e-91ca-22da6bd27f8e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:58:05.089Z|c1b2caef-4de1-4ced-a639-3c3cccf8b812|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:58:05.093Z|c1b2caef-4de1-4ced-a639-3c3cccf8b812|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:58:05.384Z|e9c553dd-4749-4b4d-97e9-977311272faf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:58:05.385Z|e9c553dd-4749-4b4d-97e9-977311272faf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:58:06.990Z|8f6e801d-fd09-4135-bc03-766bb75ece91|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:58:06.991Z|8f6e801d-fd09-4135-bc03-766bb75ece91|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:58:08.690Z|b07b8fe2-98ea-49dc-90a3-a20d822db156|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:58:08.692Z|b07b8fe2-98ea-49dc-90a3-a20d822db156|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:58:09.356Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:58:09.360Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|||INFO|500||Checking if requestId: 61095305-7b67-44d4-97c3-9a5ebeb81d45 already exists in requestDb InfraActiveRequests table
2023-03-28T05:58:09.361Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45
2023-03-28T05:58:09.362Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|INFO|500||Invoke
2023-03-28T05:58:09.362Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||===========================request begin================================================
2023-03-28T05:58:09.362Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45
2023-03-28T05:58:09.362Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Method      : GET
2023-03-28T05:58:09.362Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"b236d089872602e321b35368cdcec606", X-B3-SpanId:"030f31f5905af240", X-B3-ParentSpanId:"d70d7a7f54d6cd86", X-B3-Sampled:"0", X-ONAP-RequestID:"61095305-7b67-44d4-97c3-9a5ebeb81d45", X-RequestID:"61095305-7b67-44d4-97c3-9a5ebeb81d45", X-TransactionID:"61095305-7b67-44d4-97c3-9a5ebeb81d45", X-ECOMP-RequestID:"61095305-7b67-44d4-97c3-9a5ebeb81d45", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3ecdf5e9-c422-4c32-9b64-fd3d7a2cc6e5"]
2023-03-28T05:58:09.362Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Request body: 
2023-03-28T05:58:09.363Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||==========================request end================================================
2023-03-28T05:58:09.405Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||============================response begin==========================================
2023-03-28T05:58:09.405Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T05:58:09.405Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Status text  : Not Found
2023-03-28T05:58:09.406Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 05:58:09 GMT", x-envoy-upstream-service-time:"38", server:"envoy"]
2023-03-28T05:58:09.406Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Response body: 
2023-03-28T05:58:09.406Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||=======================response end=================================================
2023-03-28T05:58:09.406Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|INFO|404|Not Found|InvokeReturn
2023-03-28T05:58:09.423Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|||INFO|500||Running local validations
2023-03-28T05:58:10.800Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T05:58:10.836Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/network/l3-networks/l3-network/982e985e-5e74-401c-a9e8-37099855853a/related-to/vf-modules?resultIndex=0&resultSize=1&format=count with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]}
2023-03-28T05:58:10.837Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/network/l3-networks/l3-network/982e985e-5e74-401c-a9e8-37099855853a/related-to/vf-modules?resultIndex=0&resultSize=1&format=count|INFO|500||Invoke
2023-03-28T05:58:10.941Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/network/l3-networks/l3-network/982e985e-5e74-401c-a9e8-37099855853a/related-to/vf-modules?resultIndex=0&resultSize=1&format=count|INFO|404|Not Found|InvokeReturn
2023-03-28T05:58:10.942Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/network/l3-networks/l3-network/982e985e-5e74-401c-a9e8-37099855853a/related-to/vf-modules?resultIndex=0&resultSize=1&format=count has http status code:404 and response headers:{date=[Tue, 28 Mar 2023 05:58:09 GMT], server=[envoy], content-length=[395], x-envoy-upstream-service-time=[83], x-aai-txid=[1-aai-resources-230328-05:58:09:869-49566], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T05:58:10.943Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","network/l3-networks/l3-network/982e985e-5e74-401c-a9e8-37099855853a/related-to/vf-modules","Node Not Found:No Node of type vf-module found at: network/l3-networks/l3-network/982e985e-5e74-401c-a9e8-37099855853a/related-to/vf-modules","ERR.5.4.6114"]}}}

2023-03-28T05:58:10.946Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: http://aai.onap:80/aai/v24/network/l3-networks/l3-network/982e985e-5e74-401c-a9e8-37099855853a/related-to/vf-modules?resultIndex=0&resultSize=1&format=count
2023-03-28T05:58:10.951Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T05:58:10.973Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]}
2023-03-28T05:58:10.973Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|INFO|500||Invoke
2023-03-28T05:58:11.071Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|INFO|500||InvokeReturn
2023-03-28T05:58:11.072Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicnw-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883 has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 05:58:09 GMT], server=[envoy], content-length=[1070], x-envoy-upstream-service-time=[74], vertex-id=[164016], x-aai-txid=[1-aai-resources-230328-05:58:09:994-81237], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T05:58:11.073Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|||DEBUG|500||{"tenant-id":"dbdab9c92e304927ab8038a443bd1883","tenant-name":"onap-daily-master-sm","tenant-context":"None","resource-version":"1679983003539","relationship-list":{"relationship":[{"related-to":"l3-network","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/network/l3-networks/l3-network/982e985e-5e74-401c-a9e8-37099855853a","relationship-data":[{"relationship-key":"l3-network.network-id","relationship-value":"982e985e-5e74-401c-a9e8-37099855853a"}],"related-to-property":[{"property-key":"l3-network.network-name","property-value":"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0"}]},{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicnw-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_network"}]}]}}

2023-03-28T05:58:11.074Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|||DEBUG|500||Validating the Service Instance request
2023-03-28T05:58:11.074Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7
2023-03-28T05:58:11.075Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T05:58:11.076Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke
2023-03-28T05:58:11.076Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================
2023-03-28T05:58:11.076Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T05:58:11.076Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method      : POST
2023-03-28T05:58:11.076Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"182", X-B3-TraceId:"b236d089872602e321b35368cdcec606", X-B3-SpanId:"bf4935dca458f9b7", X-B3-ParentSpanId:"d70d7a7f54d6cd86", X-B3-Sampled:"0", X-ONAP-RequestID:"61095305-7b67-44d4-97c3-9a5ebeb81d45", X-RequestID:"61095305-7b67-44d4-97c3-9a5ebeb81d45", X-TransactionID:"61095305-7b67-44d4-97c3-9a5ebeb81d45", X-ECOMP-RequestID:"61095305-7b67-44d4-97c3-9a5ebeb81d45", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e56b3ef8-3200-4a9e-8e45-3ec7013bb60d"]
2023-03-28T05:58:11.077Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":{"networkInstanceId":"982e985e-5e74-401c-a9e8-37099855853a","serviceInstanceId":"9e5f414d-1a29-4cec-ae32-9d6edd72c39c"},"instanceName":null,"requestScope":"network"}
2023-03-28T05:58:11.077Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================
2023-03-28T05:58:11.120Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin==========================================
2023-03-28T05:58:11.120Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code  : 200 OK
2023-03-28T05:58:11.121Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text  : OK
2023-03-28T05:58:11.121Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers      : [x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 05:58:10 GMT", x-envoy-upstream-service-time:"39", server:"envoy"]
2023-03-28T05:58:11.121Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 
2023-03-28T05:58:11.121Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end=================================================
2023-03-28T05:58:11.122Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn
2023-03-28T05:58:11.123Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance
2023-03-28T05:58:11.123Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|INFO|500||Invoke
2023-03-28T05:58:11.123Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||===========================request begin================================================
2023-03-28T05:58:11.123Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance
2023-03-28T05:58:11.123Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Method      : GET
2023-03-28T05:58:11.124Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"61095305-7b67-44d4-97c3-9a5ebeb81d45", X-RequestID:"61095305-7b67-44d4-97c3-9a5ebeb81d45", X-TransactionID:"61095305-7b67-44d4-97c3-9a5ebeb81d45", X-ECOMP-RequestID:"61095305-7b67-44d4-97c3-9a5ebeb81d45", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c35571ed-ffa6-44c4-a81e-4764beada234"]
2023-03-28T05:58:11.124Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Request body: 
2023-03-28T05:58:11.124Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||==========================request end================================================
2023-03-28T05:58:11.169Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||============================response begin==========================================
2023-03-28T05:58:11.170Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Status code  : 200 OK
2023-03-28T05:58:11.170Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Status text  : OK
2023-03-28T05:58:11.171Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 05:58:10 GMT", x-envoy-upstream-service-time:"40", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:58:11.171Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Response body: {
  "id" : 186,
  "action" : "deleteInstance",
  "description" : "Gr api recipe to delete network",
  "orchestrationUri" : "/mso/async/services/WorkflowActionBB",
  "recipeTimeout" : 180,
  "versionStr" : "1.0",
  "serviceType" : null,
  "modelName" : "GR-API-DEFAULT",
  "paramXsd" : null,
  "created" : "2023-03-28T00:09:21.000+00:00",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/networkRecipe/186"
    },
    "networkRecipe" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/networkRecipe/186"
    }
  }
}
2023-03-28T05:58:11.172Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||=======================response end=================================================
2023-03-28T05:58:11.172Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/networkRecipe/search/findFirstByModelNameAndAction?modelName=GR-API-DEFAULT&action=deleteInstance|INFO|500||InvokeReturn
2023-03-28T05:58:11.185Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T05:58:11.186Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke
2023-03-28T05:58:11.187Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================
2023-03-28T05:58:11.187Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T05:58:11.187Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method      : POST
2023-03-28T05:58:11.187Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers     : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"1253", X-B3-TraceId:"b236d089872602e321b35368cdcec606", X-B3-SpanId:"67b676942fa46680", X-B3-ParentSpanId:"d70d7a7f54d6cd86", X-B3-Sampled:"0", X-ONAP-RequestID:"61095305-7b67-44d4-97c3-9a5ebeb81d45", X-RequestID:"61095305-7b67-44d4-97c3-9a5ebeb81d45", X-TransactionID:"61095305-7b67-44d4-97c3-9a5ebeb81d45", X-ECOMP-RequestID:"61095305-7b67-44d4-97c3-9a5ebeb81d45", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0efe21c0-06ff-433d-a4d6-e292fd50005e"]
2023-03-28T05:58:11.188Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"61095305-7b67-44d4-97c3-9a5ebeb81d45","requestStatus":"IN_PROGRESS","startTime":1679983090946,"source":"VID","tenantId":"dbdab9c92e304927ab8038a443bd1883","requestBody":"{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"network\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}","lastModifiedBy":"APIH","cloudRegion":"RegionOne","serviceInstanceId":"9e5f414d-1a29-4cec-ae32-9d6edd72c39c","requestScope":"network","requestAction":"deleteInstance","networkId":"982e985e-5e74-401c-a9e8-37099855853a","networkType":"","requestorId":"demo","requestUrl":"https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a","tenantName":"onap-daily-master-sm","cloudApiRequests":[],"requestURI":"61095305-7b67-44d4-97c3-9a5ebeb81d45"}
2023-03-28T05:58:11.188Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================
2023-03-28T05:58:11.236Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin==========================================
2023-03-28T05:58:11.237Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code  : 201 CREATED
2023-03-28T05:58:11.237Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text  : Created
2023-03-28T05:58:11.237Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:58:10 GMT", x-envoy-upstream-service-time:"45", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:58:11.238Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: {
  "requestId" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T05:58:10.946+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"network\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "APIH",
  "modifyTime" : "2023-03-28T05:58:11.022+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "requestScope" : "network",
  "requestAction" : "deleteInstance",
  "networkId" : "982e985e-5e74-401c-a9e8-37099855853a",
  "networkType" : "",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45"
    }
  }
}
2023-03-28T05:58:11.239Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end=================================================
2023-03-28T05:58:11.239Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn
2023-03-28T05:58:11.257Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T05:58:11.257Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke
2023-03-28T05:58:11.257Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================
2023-03-28T05:58:11.257Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T05:58:11.258Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method      : POST
2023-03-28T05:58:11.258Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers     : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"1873", X-B3-TraceId:"b236d089872602e321b35368cdcec606", X-B3-SpanId:"1e3b1d3ff77aaa66", X-B3-ParentSpanId:"d70d7a7f54d6cd86", X-B3-Sampled:"0", X-ONAP-RequestID:"61095305-7b67-44d4-97c3-9a5ebeb81d45", X-RequestID:"61095305-7b67-44d4-97c3-9a5ebeb81d45", X-TransactionID:"61095305-7b67-44d4-97c3-9a5ebeb81d45", X-ECOMP-RequestID:"61095305-7b67-44d4-97c3-9a5ebeb81d45", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a16f9733-9d98-4441-9aff-e0159c85135d"]
2023-03-28T05:58:11.258Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelType\":\"network\"},\"requestInfo\":{\"source\":\"VID\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"cloudConfiguration\":{\"tenantId\":\"dbdab9c92e304927ab8038a443bd1883\",\"cloudOwner\":\"basicnw-cloud-owner\",\"lcpCloudRegionId\":\"RegionOne\"},\"requestParameters\":{\"aLaCarte\":true,\"testApi\":\"GR_API\"}},\"serviceInstanceId\":\"9e5f414d-1a29-4cec-ae32-9d6edd72c39c\",\"networkInstanceId\":\"982e985e-5e74-401c-a9e8-37099855853a\"}","type":"String"},"requestId":{"value":"61095305-7b67-44d4-97c3-9a5ebeb81d45","type":"String"},"mso-request-id":{"value":"61095305-7b67-44d4-97c3-9a5ebeb81d45","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"deleteInstance","type":"String"},"serviceInstanceId":{"value":"9e5f414d-1a29-4cec-ae32-9d6edd72c39c","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"982e985e-5e74-401c-a9e8-37099855853a","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}}
2023-03-28T05:58:11.258Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================
2023-03-28T05:58:12.337Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin==========================================
2023-03-28T05:58:12.338Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code  : 202 ACCEPTED
2023-03-28T05:58:12.338Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text  : Accepted
2023-03-28T05:58:12.339Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers      : [date:"Tue, 28 Mar 2023 05:58:12 GMT", x-onap-requestid:"61095305-7b67-44d4-97c3-9a5ebeb81d45", x-requestid:"61095305-7b67-44d4-97c3-9a5ebeb81d45", x-transactionid:"61095305-7b67-44d4-97c3-9a5ebeb81d45", x-ecomp-requestid:"61095305-7b67-44d4-97c3-9a5ebeb81d45", x-onap-partnername:"UNKNOWN", x-invocationid:"a16f9733-9d98-4441-9aff-e0159c85135d", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", x-envoy-upstream-service-time:"1074", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:58:12.339Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"61095305-7b67-44d4-97c3-9a5ebeb81d45\",\"instanceId\":\"982e985e-5e74-401c-a9e8-37099855853a\"}}","message":"Success","processInstanceID":"854530fb-cd2d-11ed-8192-02f87d878986","variables":null,"messageCode":200}
2023-03-28T05:58:12.340Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end=================================================
2023-03-28T05:58:12.340Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn
2023-03-28T05:58:12.347Z|61095305-7b67-44d4-97c3-9a5ebeb81d45|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:58:12.583Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:58:12.590Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45
2023-03-28T05:58:12.591Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|INFO|500||Invoke
2023-03-28T05:58:12.591Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||===========================request begin================================================
2023-03-28T05:58:12.591Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45
2023-03-28T05:58:12.592Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Method      : GET
2023-03-28T05:58:12.592Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"ee322a1d4e0fcf975c90ab21843f8e62", X-B3-SpanId:"65c0917c8ef63edb", X-B3-ParentSpanId:"2babd34613d9e507", X-B3-Sampled:"0", X-ONAP-RequestID:"df781b2d-7aa1-4b20-a8ba-5baa5885dfe3", X-RequestID:"df781b2d-7aa1-4b20-a8ba-5baa5885dfe3", X-TransactionID:"df781b2d-7aa1-4b20-a8ba-5baa5885dfe3", X-ECOMP-RequestID:"df781b2d-7aa1-4b20-a8ba-5baa5885dfe3", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"10cc19d0-77bb-4b6d-be30-2f4fb343a9ac"]
2023-03-28T05:58:12.592Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Request body: 
2023-03-28T05:58:12.592Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||==========================request end================================================
2023-03-28T05:58:12.636Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||============================response begin==========================================
2023-03-28T05:58:12.637Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Status code  : 200 OK
2023-03-28T05:58:12.637Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Status text  : OK
2023-03-28T05:58:12.638Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:58:12 GMT", x-envoy-upstream-service-time:"40", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:58:12.638Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Response body: {
  "requestId" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T05:58:10.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"network\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:58:11.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "requestScope" : "network",
  "requestAction" : "deleteInstance",
  "networkId" : "982e985e-5e74-401c-a9e8-37099855853a",
  "networkName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "networkType" : "",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45"
    }
  }
}
2023-03-28T05:58:12.638Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||=======================response end=================================================
2023-03-28T05:58:12.639Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|INFO|500||InvokeReturn
2023-03-28T05:58:12.640Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false
2023-03-28T05:58:12.641Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:58:12.641Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:58:12.641Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false
2023-03-28T05:58:12.642Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:58:12.642Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"ee322a1d4e0fcf975c90ab21843f8e62", X-B3-SpanId:"5d92573c944a4e56", X-B3-ParentSpanId:"2babd34613d9e507", X-B3-Sampled:"0", X-ONAP-RequestID:"df781b2d-7aa1-4b20-a8ba-5baa5885dfe3", X-RequestID:"df781b2d-7aa1-4b20-a8ba-5baa5885dfe3", X-TransactionID:"df781b2d-7aa1-4b20-a8ba-5baa5885dfe3", X-ECOMP-RequestID:"df781b2d-7aa1-4b20-a8ba-5baa5885dfe3", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"bcbd7d49-4b1d-41f5-99e7-ce4041a520a2"]
2023-03-28T05:58:12.642Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:58:12.642Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:58:12.669Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:58:12.670Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:58:12.670Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:58:12.671Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:58:12 GMT", x-envoy-upstream-service-time:"22", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:58:12.672Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:58:12.672Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:58:12.673Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:58:12.686Z|df781b2d-7aa1-4b20-a8ba-5baa5885dfe3|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:58:15.419Z|d23fa0d0-4646-4ca9-977a-8666bb37c429|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:58:15.420Z|d23fa0d0-4646-4ca9-977a-8666bb37c429|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:58:17.026Z|9b5e45b0-be0a-4eb8-9813-735744fb3f1d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:58:17.027Z|9b5e45b0-be0a-4eb8-9813-735744fb3f1d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:58:18.730Z|99ac0f8a-8844-4d7b-896c-c3168a6b3431|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:58:18.731Z|99ac0f8a-8844-4d7b-896c-c3168a6b3431|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:58:20.091Z|7d009012-aec9-4e06-a61b-2a060affab22|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:58:20.094Z|7d009012-aec9-4e06-a61b-2a060affab22|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:58:21.149Z|44c5d4b3-19e9-4f2a-8444-79f4327a4ac4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:58:21.152Z|44c5d4b3-19e9-4f2a-8444-79f4327a4ac4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:58:22.888Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:58:22.895Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45
2023-03-28T05:58:22.896Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|INFO|500||Invoke
2023-03-28T05:58:22.896Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||===========================request begin================================================
2023-03-28T05:58:22.896Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45
2023-03-28T05:58:22.897Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Method      : GET
2023-03-28T05:58:22.897Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"bcde2a6f8a5a961c49db4d78b78334a4", X-B3-SpanId:"b5e0d2246e3d53e0", X-B3-ParentSpanId:"d4e40eba5adb4dfa", X-B3-Sampled:"0", X-ONAP-RequestID:"5c4e9cb4-6ace-4923-8ab4-e2d8747242b0", X-RequestID:"5c4e9cb4-6ace-4923-8ab4-e2d8747242b0", X-TransactionID:"5c4e9cb4-6ace-4923-8ab4-e2d8747242b0", X-ECOMP-RequestID:"5c4e9cb4-6ace-4923-8ab4-e2d8747242b0", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0c1d9e39-025e-4503-871e-c2d0c5cfa00d"]
2023-03-28T05:58:22.897Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Request body: 
2023-03-28T05:58:22.897Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||==========================request end================================================
2023-03-28T05:58:22.940Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||============================response begin==========================================
2023-03-28T05:58:22.940Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Status code  : 200 OK
2023-03-28T05:58:22.941Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Status text  : OK
2023-03-28T05:58:22.941Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:58:22 GMT", x-envoy-upstream-service-time:"38", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:58:22.942Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Response body: {
  "requestId" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "requestStatus" : "IN_PROGRESS",
  "flowStatus" : "Execution of DeactivateNetworkBB has completed successfully, next invoking DeleteNetworkBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).",
  "progress" : 36,
  "startTime" : "2023-03-28T05:58:10.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"network\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:58:14.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "requestScope" : "network",
  "requestAction" : "deleteInstance",
  "networkId" : "982e985e-5e74-401c-a9e8-37099855853a",
  "networkName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "networkType" : "",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45"
    }
  }
}
2023-03-28T05:58:22.942Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||=======================response end=================================================
2023-03-28T05:58:22.942Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|INFO|500||InvokeReturn
2023-03-28T05:58:22.943Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false
2023-03-28T05:58:22.944Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:58:22.944Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:58:22.944Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false
2023-03-28T05:58:22.945Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:58:22.945Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"bcde2a6f8a5a961c49db4d78b78334a4", X-B3-SpanId:"edfa1390bcc7dac3", X-B3-ParentSpanId:"d4e40eba5adb4dfa", X-B3-Sampled:"0", X-ONAP-RequestID:"5c4e9cb4-6ace-4923-8ab4-e2d8747242b0", X-RequestID:"5c4e9cb4-6ace-4923-8ab4-e2d8747242b0", X-TransactionID:"5c4e9cb4-6ace-4923-8ab4-e2d8747242b0", X-ECOMP-RequestID:"5c4e9cb4-6ace-4923-8ab4-e2d8747242b0", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0a0d9794-6f6e-4fb5-a214-73adf05e976b"]
2023-03-28T05:58:22.945Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:58:22.945Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:58:22.966Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:58:22.966Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:58:22.966Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:58:22.966Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:58:22 GMT", x-envoy-upstream-service-time:"16", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:58:22.967Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:58:22.967Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:58:22.967Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:58:23.001Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T05:58:23.001Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T05:58:23.002Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T05:58:23.002Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T05:58:23.002Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T05:58:23.002Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"5c4e9cb4-6ace-4923-8ab4-e2d8747242b0", X-RequestID:"5c4e9cb4-6ace-4923-8ab4-e2d8747242b0", X-TransactionID:"5c4e9cb4-6ace-4923-8ab4-e2d8747242b0", X-ECOMP-RequestID:"5c4e9cb4-6ace-4923-8ab4-e2d8747242b0", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d5db6c74-237a-4e84-bff3-773d21a95fc8"]
2023-03-28T05:58:23.002Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T05:58:23.003Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T05:58:25.453Z|3a6eb03e-1820-4ac5-854e-632625bbb738|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:58:25.453Z|3a6eb03e-1820-4ac5-854e-632625bbb738|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:58:27.061Z|fe021bf5-f8f1-46bb-95a8-069e219a1065|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:58:27.061Z|fe021bf5-f8f1-46bb-95a8-069e219a1065|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:58:27.843Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T05:58:27.844Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T05:58:27.845Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T05:58:27.845Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=9B3F2BEBE846E888FE5E3A4102843488; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"688", date:"Tue, 28 Mar 2023 05:58:27 GMT", x-envoy-upstream-service-time:"4832", server:"envoy"]
2023-03-28T05:58:27.846Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"888010db-cd2d-11ed-8192-02f87d878986","businessKey":"61095305-7b67-44d4-97c3-9a5ebeb81d45","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T05:58:16.567+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"854530fb-cd2d-11ed-8192-02f87d878986","superProcessInstanceId":"887e62f4-cd2d-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}]
2023-03-28T05:58:27.846Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T05:58:27.847Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T05:58:27.884Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=888010db-cd2d-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=888010db-cd2d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T05:58:27.885Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=888010db-cd2d-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T05:58:27.885Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=888010db-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T05:58:27.885Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=888010db-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=888010db-cd2d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T05:58:27.886Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=888010db-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T05:58:27.886Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=888010db-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"5c4e9cb4-6ace-4923-8ab4-e2d8747242b0", X-RequestID:"5c4e9cb4-6ace-4923-8ab4-e2d8747242b0", X-TransactionID:"5c4e9cb4-6ace-4923-8ab4-e2d8747242b0", X-ECOMP-RequestID:"5c4e9cb4-6ace-4923-8ab4-e2d8747242b0", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ac621b6c-ad63-4dfe-bbe1-d5d1100ebf74"]
2023-03-28T05:58:27.886Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=888010db-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T05:58:27.886Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=888010db-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T05:58:28.126Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=888010db-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T05:58:28.127Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=888010db-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T05:58:28.128Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=888010db-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T05:58:28.128Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=888010db-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=35802C41E016C315BF082A2DDE3AA954; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"775", date:"Tue, 28 Mar 2023 05:58:27 GMT", x-envoy-upstream-service-time:"235", server:"envoy"]
2023-03-28T05:58:28.129Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=888010db-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"StartEvent_1:888010e2-cd2d-11ed-8192-02f87d878986","parentActivityInstanceId":"888010db-cd2d-11ed-8192-02f87d878986","activityId":"StartEvent_1","activityName":null,"activityType":"startEvent","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"888010db-cd2d-11ed-8192-02f87d878986","executionId":"888010db-cd2d-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T05:58:16.567+0000","endTime":"2023-03-28T05:58:16.567+0000","durationInMillis":0,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"854530fb-cd2d-11ed-8192-02f87d878986"}]
2023-03-28T05:58:28.129Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=888010db-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T05:58:28.129Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=888010db-cd2d-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T05:58:28.143Z|5c4e9cb4-6ace-4923-8ab4-e2d8747242b0|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:58:28.764Z|b4d6fc73-4822-4121-a570-5a0a5bb11c34|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:58:28.765Z|b4d6fc73-4822-4121-a570-5a0a5bb11c34|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:58:35.089Z|b6907237-3aae-4099-a32c-562f5df52b91|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:58:35.089Z|b6907237-3aae-4099-a32c-562f5df52b91|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:58:35.494Z|cb0bf7ea-48d9-4ced-ab07-15a98f6c2b23|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:58:35.495Z|cb0bf7ea-48d9-4ced-ab07-15a98f6c2b23|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:58:37.092Z|d3244f49-1fa0-4a43-bb83-d5171ba8fdca|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:58:37.093Z|d3244f49-1fa0-4a43-bb83-d5171ba8fdca|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:58:38.350Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:58:38.358Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45
2023-03-28T05:58:38.359Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|INFO|500||Invoke
2023-03-28T05:58:38.360Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||===========================request begin================================================
2023-03-28T05:58:38.360Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45
2023-03-28T05:58:38.361Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Method      : GET
2023-03-28T05:58:38.362Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"c89b49fa31ecd753d065654f9ffc5358", X-B3-SpanId:"55d4933229efc2d5", X-B3-ParentSpanId:"810c95e09c3f81d2", X-B3-Sampled:"0", X-ONAP-RequestID:"328a5ca7-db4a-43f0-abff-e61c0465185c", X-RequestID:"328a5ca7-db4a-43f0-abff-e61c0465185c", X-TransactionID:"328a5ca7-db4a-43f0-abff-e61c0465185c", X-ECOMP-RequestID:"328a5ca7-db4a-43f0-abff-e61c0465185c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"fc24c4a5-a64a-410d-aedb-715f9b01b363"]
2023-03-28T05:58:38.362Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Request body: 
2023-03-28T05:58:38.363Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||==========================request end================================================
2023-03-28T05:58:38.408Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||============================response begin==========================================
2023-03-28T05:58:38.408Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Status code  : 200 OK
2023-03-28T05:58:38.409Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Status text  : OK
2023-03-28T05:58:38.410Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:58:38 GMT", x-envoy-upstream-service-time:"39", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:58:38.411Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Response body: {
  "requestId" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "requestStatus" : "IN_PROGRESS",
  "resourceStatusMessage" : "The network was successfully deleted in the cloud",
  "flowStatus" : "Execution of DeleteNetworkBB has completed successfully, next invoking UnassignNetworkBB (Execution Path progress: BBs completed = 2; BBs remaining = 1).",
  "progress" : 68,
  "startTime" : "2023-03-28T05:58:10.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"network\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:58:35.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "requestScope" : "network",
  "requestAction" : "deleteInstance",
  "networkId" : "982e985e-5e74-401c-a9e8-37099855853a",
  "networkName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "networkType" : "",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a",
  "extSystemErrorSource" : "UNKNOWN",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45"
    }
  }
}
2023-03-28T05:58:38.411Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||=======================response end=================================================
2023-03-28T05:58:38.412Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|INFO|500||InvokeReturn
2023-03-28T05:58:38.414Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false
2023-03-28T05:58:38.415Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:58:38.416Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:58:38.416Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false
2023-03-28T05:58:38.417Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:58:38.418Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"c89b49fa31ecd753d065654f9ffc5358", X-B3-SpanId:"4714a51d6a2a61ef", X-B3-ParentSpanId:"810c95e09c3f81d2", X-B3-Sampled:"0", X-ONAP-RequestID:"328a5ca7-db4a-43f0-abff-e61c0465185c", X-RequestID:"328a5ca7-db4a-43f0-abff-e61c0465185c", X-TransactionID:"328a5ca7-db4a-43f0-abff-e61c0465185c", X-ECOMP-RequestID:"328a5ca7-db4a-43f0-abff-e61c0465185c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"26547b6d-4d20-4441-a81b-400e992dd152"]
2023-03-28T05:58:38.419Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:58:38.419Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:58:38.441Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:58:38.442Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:58:38.442Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:58:38.442Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:58:38 GMT", x-envoy-upstream-service-time:"19", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:58:38.443Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 17,
  "soRequestId" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "groupingId" : "c52c47ef-6a15-4cc8-b6b1-5847b58e0c88",
  "name" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "value" : "{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0/c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"updated_time\":1679983109000,\"creation_time\":1679983051000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"c814279841ee4b538b93f233b778768a\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"network_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"shared\":\"False\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T05:58:30.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T05:58:38.443Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:58:38.444Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:58:38.464Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T05:58:38.465Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T05:58:38.465Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T05:58:38.465Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T05:58:38.466Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T05:58:38.466Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"328a5ca7-db4a-43f0-abff-e61c0465185c", X-RequestID:"328a5ca7-db4a-43f0-abff-e61c0465185c", X-TransactionID:"328a5ca7-db4a-43f0-abff-e61c0465185c", X-ECOMP-RequestID:"328a5ca7-db4a-43f0-abff-e61c0465185c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8b908d28-2d09-4d91-befa-08ebcee689de"]
2023-03-28T05:58:38.466Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T05:58:38.466Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T05:58:38.626Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T05:58:38.627Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T05:58:38.627Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T05:58:38.627Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=69FDFA8B75FA7705D10483FBEF3F277A; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"681", date:"Tue, 28 Mar 2023 05:58:38 GMT", x-envoy-upstream-service-time:"156", server:"envoy"]
2023-03-28T05:58:38.628Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"92a4326f-cd2d-11ed-8192-02f87d878986","businessKey":"61095305-7b67-44d4-97c3-9a5ebeb81d45","processDefinitionId":"SDNCHandler:1:e265a33b-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"SDNCHandler","processDefinitionName":"SDNC","processDefinitionVersion":1,"startTime":"2023-03-28T05:58:33.581+0000","endTime":"2023-03-28T05:58:34.900+0000","removalTime":null,"durationInMillis":1319,"startUserId":null,"startActivityId":"SDNC_Start","deleteReason":null,"rootProcessInstanceId":"854530fb-cd2d-11ed-8192-02f87d878986","superProcessInstanceId":"928e6040-cd2d-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}]
2023-03-28T05:58:38.628Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T05:58:38.628Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T05:58:38.652Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T05:58:38.653Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T05:58:38.653Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T05:58:38.653Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T05:58:38.653Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T05:58:38.654Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"328a5ca7-db4a-43f0-abff-e61c0465185c", X-RequestID:"328a5ca7-db4a-43f0-abff-e61c0465185c", X-TransactionID:"328a5ca7-db4a-43f0-abff-e61c0465185c", X-ECOMP-RequestID:"328a5ca7-db4a-43f0-abff-e61c0465185c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"789dfc31-8694-4e2c-b7cb-c9ff8efc5989"]
2023-03-28T05:58:38.654Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T05:58:38.654Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T05:58:38.795Z|c54a4df8-266c-4dd5-bd2a-9c7db2b43e52|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:58:38.795Z|c54a4df8-266c-4dd5-bd2a-9c7db2b43e52|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:58:38.798Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T05:58:38.799Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T05:58:38.799Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T05:58:38.799Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=A58D2B959267E7B8EA4D260F3E5358AD; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"762", date:"Tue, 28 Mar 2023 05:58:38 GMT", x-envoy-upstream-service-time:"140", server:"envoy"]
2023-03-28T05:58:38.800Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"Call_SDNC:92a4cec2-cd2d-11ed-8192-02f87d878986","parentActivityInstanceId":"92a4326f-cd2d-11ed-8192-02f87d878986","activityId":"Call_SDNC","activityName":"Call SDNC","activityType":"serviceTask","processDefinitionKey":"SDNCHandler","processDefinitionId":"SDNCHandler:1:e265a33b-ccfc-11ed-8192-02f87d878986","processInstanceId":"92a4326f-cd2d-11ed-8192-02f87d878986","executionId":"92a4326f-cd2d-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T05:58:33.585+0000","endTime":"2023-03-28T05:58:34.899+0000","durationInMillis":1314,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"854530fb-cd2d-11ed-8192-02f87d878986"}]
2023-03-28T05:58:38.801Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T05:58:38.801Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T05:58:38.809Z|328a5ca7-db4a-43f0-abff-e61c0465185c|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:58:45.528Z|ce2bc375-7e88-4654-a83c-c84f91c51f0c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:58:45.528Z|ce2bc375-7e88-4654-a83c-c84f91c51f0c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:58:47.122Z|85dd9bb8-efc6-4c79-8517-9671c20e8a6c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:58:47.124Z|85dd9bb8-efc6-4c79-8517-9671c20e8a6c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:58:48.828Z|63dfc1e6-4705-4f23-ae12-a40e905ed360|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:58:48.829Z|63dfc1e6-4705-4f23-ae12-a40e905ed360|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:58:49.001Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:58:49.010Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45
2023-03-28T05:58:49.010Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|INFO|500||Invoke
2023-03-28T05:58:49.010Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||===========================request begin================================================
2023-03-28T05:58:49.010Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45
2023-03-28T05:58:49.010Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Method      : GET
2023-03-28T05:58:49.010Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"2878830bc4ec645bd96393ec24342546", X-B3-SpanId:"f45d51a760700caf", X-B3-ParentSpanId:"1f332ac37897825c", X-B3-Sampled:"0", X-ONAP-RequestID:"8b763417-68c0-4d98-a500-c2ccf626177b", X-RequestID:"8b763417-68c0-4d98-a500-c2ccf626177b", X-TransactionID:"8b763417-68c0-4d98-a500-c2ccf626177b", X-ECOMP-RequestID:"8b763417-68c0-4d98-a500-c2ccf626177b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"13b0865e-d0da-41f3-b241-cf58a5cd9885"]
2023-03-28T05:58:49.011Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Request body: 
2023-03-28T05:58:49.011Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||==========================request end================================================
2023-03-28T05:58:49.056Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||============================response begin==========================================
2023-03-28T05:58:49.057Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Status code  : 200 OK
2023-03-28T05:58:49.057Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Status text  : OK
2023-03-28T05:58:49.058Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:58:48 GMT", x-envoy-upstream-service-time:"39", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:58:49.058Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Response body: {
  "requestId" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "requestStatus" : "IN_PROGRESS",
  "resourceStatusMessage" : "The network was successfully deleted in the cloud",
  "flowStatus" : "Execution of DeleteNetworkBB has completed successfully, next invoking UnassignNetworkBB (Execution Path progress: BBs completed = 2; BBs remaining = 1).",
  "progress" : 68,
  "startTime" : "2023-03-28T05:58:10.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"network\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:58:35.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "requestScope" : "network",
  "requestAction" : "deleteInstance",
  "networkId" : "982e985e-5e74-401c-a9e8-37099855853a",
  "networkName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "networkType" : "",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a",
  "extSystemErrorSource" : "UNKNOWN",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45"
    }
  }
}
2023-03-28T05:58:49.059Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||=======================response end=================================================
2023-03-28T05:58:49.059Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|INFO|500||InvokeReturn
2023-03-28T05:58:49.064Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false
2023-03-28T05:58:49.065Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:58:49.065Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:58:49.065Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false
2023-03-28T05:58:49.066Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:58:49.066Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"2878830bc4ec645bd96393ec24342546", X-B3-SpanId:"78915393f3fda6d6", X-B3-ParentSpanId:"1f332ac37897825c", X-B3-Sampled:"0", X-ONAP-RequestID:"8b763417-68c0-4d98-a500-c2ccf626177b", X-RequestID:"8b763417-68c0-4d98-a500-c2ccf626177b", X-TransactionID:"8b763417-68c0-4d98-a500-c2ccf626177b", X-ECOMP-RequestID:"8b763417-68c0-4d98-a500-c2ccf626177b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"610206f1-9ef6-4e3d-ac91-2bf75d4ae3dc"]
2023-03-28T05:58:49.066Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:58:49.067Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:58:49.087Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:58:49.087Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:58:49.087Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:58:49.087Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:58:48 GMT", x-envoy-upstream-service-time:"16", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:58:49.088Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 17,
  "soRequestId" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "groupingId" : "c52c47ef-6a15-4cc8-b6b1-5847b58e0c88",
  "name" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "value" : "{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0/c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"updated_time\":1679983109000,\"creation_time\":1679983051000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"c814279841ee4b538b93f233b778768a\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"network_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"shared\":\"False\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T05:58:30.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T05:58:49.088Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:58:49.088Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:58:49.109Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T05:58:49.109Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T05:58:49.109Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T05:58:49.110Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T05:58:49.110Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T05:58:49.110Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"8b763417-68c0-4d98-a500-c2ccf626177b", X-RequestID:"8b763417-68c0-4d98-a500-c2ccf626177b", X-TransactionID:"8b763417-68c0-4d98-a500-c2ccf626177b", X-ECOMP-RequestID:"8b763417-68c0-4d98-a500-c2ccf626177b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1c752c47-6a6c-4360-b299-399dc9f7d124"]
2023-03-28T05:58:49.110Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T05:58:49.110Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T05:58:49.252Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T05:58:49.253Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T05:58:49.254Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T05:58:49.255Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=964AD9956E48F0A01704AA91DCB470A1; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"681", date:"Tue, 28 Mar 2023 05:58:49 GMT", x-envoy-upstream-service-time:"138", server:"envoy"]
2023-03-28T05:58:49.256Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"92a4326f-cd2d-11ed-8192-02f87d878986","businessKey":"61095305-7b67-44d4-97c3-9a5ebeb81d45","processDefinitionId":"SDNCHandler:1:e265a33b-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"SDNCHandler","processDefinitionName":"SDNC","processDefinitionVersion":1,"startTime":"2023-03-28T05:58:33.581+0000","endTime":"2023-03-28T05:58:34.900+0000","removalTime":null,"durationInMillis":1319,"startUserId":null,"startActivityId":"SDNC_Start","deleteReason":null,"rootProcessInstanceId":"854530fb-cd2d-11ed-8192-02f87d878986","superProcessInstanceId":"928e6040-cd2d-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}]
2023-03-28T05:58:49.256Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T05:58:49.256Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=61095305-7b67-44d4-97c3-9a5ebeb81d45&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T05:58:49.282Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T05:58:49.283Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T05:58:49.283Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T05:58:49.284Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T05:58:49.284Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T05:58:49.284Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"8b763417-68c0-4d98-a500-c2ccf626177b", X-RequestID:"8b763417-68c0-4d98-a500-c2ccf626177b", X-TransactionID:"8b763417-68c0-4d98-a500-c2ccf626177b", X-ECOMP-RequestID:"8b763417-68c0-4d98-a500-c2ccf626177b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"99f0c9e3-53e2-42f5-ad16-c6a827352fe9"]
2023-03-28T05:58:49.284Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T05:58:49.285Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T05:58:49.446Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T05:58:49.447Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T05:58:49.447Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T05:58:49.448Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=4134C860946F0CA2B6B2D61B7CE7F38F; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"762", date:"Tue, 28 Mar 2023 05:58:49 GMT", x-envoy-upstream-service-time:"157", server:"envoy"]
2023-03-28T05:58:49.448Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"Call_SDNC:92a4cec2-cd2d-11ed-8192-02f87d878986","parentActivityInstanceId":"92a4326f-cd2d-11ed-8192-02f87d878986","activityId":"Call_SDNC","activityName":"Call SDNC","activityType":"serviceTask","processDefinitionKey":"SDNCHandler","processDefinitionId":"SDNCHandler:1:e265a33b-ccfc-11ed-8192-02f87d878986","processInstanceId":"92a4326f-cd2d-11ed-8192-02f87d878986","executionId":"92a4326f-cd2d-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T05:58:33.585+0000","endTime":"2023-03-28T05:58:34.899+0000","durationInMillis":1314,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"854530fb-cd2d-11ed-8192-02f87d878986"}]
2023-03-28T05:58:49.448Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T05:58:49.449Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=92a4326f-cd2d-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T05:58:49.457Z|8b763417-68c0-4d98-a500-c2ccf626177b|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:58:50.089Z|76a01ab9-dd38-424b-bef2-deb9c4583a2f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:58:50.093Z|76a01ab9-dd38-424b-bef2-deb9c4583a2f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:58:51.153Z|ec6f1b3d-f4af-4ff3-9570-dcebddcdedae|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:58:51.153Z|ec6f1b3d-f4af-4ff3-9570-dcebddcdedae|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:58:55.559Z|a527f526-0e9f-4964-9a91-0c2ef4c92567|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:58:55.559Z|a527f526-0e9f-4964-9a91-0c2ef4c92567|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:58:56.117Z|75ec9417-cd12-4a75-9ff5-0b7174ad7692|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:58:56.117Z|75ec9417-cd12-4a75-9ff5-0b7174ad7692|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:58:57.152Z|5cabe3c1-f4a4-4b17-b866-6ba88d3fedd8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:58:57.153Z|5cabe3c1-f4a4-4b17-b866-6ba88d3fedd8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:58:58.863Z|0681712a-2f5b-4d02-8372-2421a4a3b8c8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:58:58.863Z|0681712a-2f5b-4d02-8372-2421a4a3b8c8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:58:59.666Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:58:59.674Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45
2023-03-28T05:58:59.674Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|INFO|500||Invoke
2023-03-28T05:58:59.674Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||===========================request begin================================================
2023-03-28T05:58:59.675Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45
2023-03-28T05:58:59.675Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Method      : GET
2023-03-28T05:58:59.675Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"b97895f8b0a66de17ada35292e179678", X-B3-SpanId:"14a9fcfd4ba0594f", X-B3-ParentSpanId:"a6cdbbe31f859f70", X-B3-Sampled:"0", X-ONAP-RequestID:"56fe8117-b119-4063-bb51-55b90e6fe079", X-RequestID:"56fe8117-b119-4063-bb51-55b90e6fe079", X-TransactionID:"56fe8117-b119-4063-bb51-55b90e6fe079", X-ECOMP-RequestID:"56fe8117-b119-4063-bb51-55b90e6fe079", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9a2bd96d-881d-4aa7-be46-1990b2d0d26b"]
2023-03-28T05:58:59.675Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Request body: 
2023-03-28T05:58:59.675Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||==========================request end================================================
2023-03-28T05:58:59.721Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||============================response begin==========================================
2023-03-28T05:58:59.721Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Status code  : 200 OK
2023-03-28T05:58:59.722Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Status text  : OK
2023-03-28T05:58:59.722Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:58:59 GMT", x-envoy-upstream-service-time:"41", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:58:59.723Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Response body: {
  "requestId" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The network was successfully deleted in the cloud",
  "statusMessage" : "ALaCarte-Network-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "retryStatusMessage" : "Retry 1/5 will be started in PT10S",
  "progress" : 100,
  "startTime" : "2023-03-28T05:58:10.000+00:00",
  "endTime" : "2023-03-28T05:58:51.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"network\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:58:52.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "requestScope" : "network",
  "requestAction" : "deleteInstance",
  "networkId" : "982e985e-5e74-401c-a9e8-37099855853a",
  "networkName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "networkType" : "",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a",
  "extSystemErrorSource" : "UNKNOWN",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45"
    }
  }
}
2023-03-28T05:58:59.723Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||=======================response end=================================================
2023-03-28T05:58:59.723Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|INFO|500||InvokeReturn
2023-03-28T05:58:59.727Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false
2023-03-28T05:58:59.727Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:58:59.728Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:58:59.728Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false
2023-03-28T05:58:59.728Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:58:59.728Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"b97895f8b0a66de17ada35292e179678", X-B3-SpanId:"6791da4d42afc433", X-B3-ParentSpanId:"a6cdbbe31f859f70", X-B3-Sampled:"0", X-ONAP-RequestID:"56fe8117-b119-4063-bb51-55b90e6fe079", X-RequestID:"56fe8117-b119-4063-bb51-55b90e6fe079", X-TransactionID:"56fe8117-b119-4063-bb51-55b90e6fe079", X-ECOMP-RequestID:"56fe8117-b119-4063-bb51-55b90e6fe079", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ae3ec89f-c780-44ad-b607-3938e3f99c5c"]
2023-03-28T05:58:59.729Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:58:59.729Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:58:59.754Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:58:59.755Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:58:59.755Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:58:59.756Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:58:59 GMT", x-envoy-upstream-service-time:"22", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:58:59.756Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 17,
  "soRequestId" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "groupingId" : "c52c47ef-6a15-4cc8-b6b1-5847b58e0c88",
  "name" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "value" : "{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0/c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"updated_time\":1679983109000,\"creation_time\":1679983051000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"c814279841ee4b538b93f233b778768a\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"network_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"shared\":\"False\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T05:58:30.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T05:58:59.756Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:58:59.756Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:58:59.767Z|56fe8117-b119-4063-bb51-55b90e6fe079|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:58:59.948Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:58:59.953Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45
2023-03-28T05:58:59.954Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|INFO|500||Invoke
2023-03-28T05:58:59.954Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||===========================request begin================================================
2023-03-28T05:58:59.954Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45
2023-03-28T05:58:59.954Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Method      : GET
2023-03-28T05:58:59.954Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f47096c67403a66a302b48de3e8e7f11", X-B3-SpanId:"004803245067716b", X-B3-ParentSpanId:"c2d998b86f134eb1", X-B3-Sampled:"0", X-ONAP-RequestID:"62eb72b3-4356-4889-a070-666a6d555922", X-RequestID:"62eb72b3-4356-4889-a070-666a6d555922", X-TransactionID:"62eb72b3-4356-4889-a070-666a6d555922", X-ECOMP-RequestID:"62eb72b3-4356-4889-a070-666a6d555922", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"33f7c2ac-9654-4885-b3a5-c00bc2799166"]
2023-03-28T05:58:59.954Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Request body: 
2023-03-28T05:58:59.955Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||==========================request end================================================
2023-03-28T05:58:59.992Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||============================response begin==========================================
2023-03-28T05:58:59.993Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Status code  : 200 OK
2023-03-28T05:58:59.993Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Status text  : OK
2023-03-28T05:58:59.993Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:58:59 GMT", x-envoy-upstream-service-time:"35", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:58:59.993Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Response body: {
  "requestId" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The network was successfully deleted in the cloud",
  "statusMessage" : "ALaCarte-Network-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "retryStatusMessage" : "Retry 1/5 will be started in PT10S",
  "progress" : 100,
  "startTime" : "2023-03-28T05:58:10.000+00:00",
  "endTime" : "2023-03-28T05:58:51.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"network\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:58:52.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "requestScope" : "network",
  "requestAction" : "deleteInstance",
  "networkId" : "982e985e-5e74-401c-a9e8-37099855853a",
  "networkName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "networkType" : "",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a",
  "extSystemErrorSource" : "UNKNOWN",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45"
    }
  }
}
2023-03-28T05:58:59.994Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||=======================response end=================================================
2023-03-28T05:58:59.994Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|INFO|500||InvokeReturn
2023-03-28T05:58:59.995Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false
2023-03-28T05:58:59.995Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:58:59.995Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:58:59.996Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false
2023-03-28T05:58:59.996Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:58:59.996Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f47096c67403a66a302b48de3e8e7f11", X-B3-SpanId:"5dcda7f511257a60", X-B3-ParentSpanId:"c2d998b86f134eb1", X-B3-Sampled:"0", X-ONAP-RequestID:"62eb72b3-4356-4889-a070-666a6d555922", X-RequestID:"62eb72b3-4356-4889-a070-666a6d555922", X-TransactionID:"62eb72b3-4356-4889-a070-666a6d555922", X-ECOMP-RequestID:"62eb72b3-4356-4889-a070-666a6d555922", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"896a00d9-a7fd-450e-a15d-fe3492c66cab"]
2023-03-28T05:58:59.996Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:58:59.996Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:59:00.022Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:00.023Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:59:00.023Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:59:00.024Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:58:59 GMT", x-envoy-upstream-service-time:"23", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:59:00.024Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 17,
  "soRequestId" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "groupingId" : "c52c47ef-6a15-4cc8-b6b1-5847b58e0c88",
  "name" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "value" : "{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0/c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"updated_time\":1679983109000,\"creation_time\":1679983051000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"c814279841ee4b538b93f233b778768a\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"network_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"shared\":\"False\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T05:58:30.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T05:59:00.024Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:00.025Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:59:00.034Z|62eb72b3-4356-4889-a070-666a6d555922|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:59:00.226Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:59:00.231Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45
2023-03-28T05:59:00.231Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|INFO|500||Invoke
2023-03-28T05:59:00.231Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:00.231Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45
2023-03-28T05:59:00.231Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Method      : GET
2023-03-28T05:59:00.232Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"cf7e59849f3c15363256a002ac0fc332", X-B3-SpanId:"bb1dcaaa98390d4c", X-B3-ParentSpanId:"390538be7fe5e4f0", X-B3-Sampled:"0", X-ONAP-RequestID:"e0d24304-c0c1-4308-86d5-80833adf4a50", X-RequestID:"e0d24304-c0c1-4308-86d5-80833adf4a50", X-TransactionID:"e0d24304-c0c1-4308-86d5-80833adf4a50", X-ECOMP-RequestID:"e0d24304-c0c1-4308-86d5-80833adf4a50", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4a367218-fcab-44a6-ab6c-506b32f0538d"]
2023-03-28T05:59:00.232Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Request body: 
2023-03-28T05:59:00.232Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||==========================request end================================================
2023-03-28T05:59:00.267Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:00.267Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Status code  : 200 OK
2023-03-28T05:59:00.267Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Status text  : OK
2023-03-28T05:59:00.267Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:58:59 GMT", x-envoy-upstream-service-time:"33", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:59:00.268Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Response body: {
  "requestId" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The network was successfully deleted in the cloud",
  "statusMessage" : "ALaCarte-Network-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "retryStatusMessage" : "Retry 1/5 will be started in PT10S",
  "progress" : 100,
  "startTime" : "2023-03-28T05:58:10.000+00:00",
  "endTime" : "2023-03-28T05:58:51.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"network\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:58:52.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "requestScope" : "network",
  "requestAction" : "deleteInstance",
  "networkId" : "982e985e-5e74-401c-a9e8-37099855853a",
  "networkName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "networkType" : "",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a",
  "extSystemErrorSource" : "UNKNOWN",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45"
    }
  }
}
2023-03-28T05:59:00.269Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:00.269Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|INFO|500||InvokeReturn
2023-03-28T05:59:00.270Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false
2023-03-28T05:59:00.270Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:59:00.270Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:00.271Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false
2023-03-28T05:59:00.271Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:59:00.271Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"cf7e59849f3c15363256a002ac0fc332", X-B3-SpanId:"978b689cbf43fb86", X-B3-ParentSpanId:"390538be7fe5e4f0", X-B3-Sampled:"0", X-ONAP-RequestID:"e0d24304-c0c1-4308-86d5-80833adf4a50", X-RequestID:"e0d24304-c0c1-4308-86d5-80833adf4a50", X-TransactionID:"e0d24304-c0c1-4308-86d5-80833adf4a50", X-ECOMP-RequestID:"e0d24304-c0c1-4308-86d5-80833adf4a50", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"aea4d266-b51e-4920-bd2e-d3f15b956eaa"]
2023-03-28T05:59:00.271Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:59:00.271Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:59:00.292Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:00.293Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:59:00.293Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:59:00.294Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:58:59 GMT", x-envoy-upstream-service-time:"19", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:59:00.294Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 17,
  "soRequestId" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "groupingId" : "c52c47ef-6a15-4cc8-b6b1-5847b58e0c88",
  "name" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "value" : "{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0/c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"updated_time\":1679983109000,\"creation_time\":1679983051000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"c814279841ee4b538b93f233b778768a\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"network_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"shared\":\"False\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T05:58:30.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T05:59:00.295Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:00.295Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:59:00.305Z|e0d24304-c0c1-4308-86d5-80833adf4a50|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:59:00.504Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:59:00.509Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45
2023-03-28T05:59:00.509Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|INFO|500||Invoke
2023-03-28T05:59:00.509Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:00.509Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45
2023-03-28T05:59:00.510Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Method      : GET
2023-03-28T05:59:00.510Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e1cb544a567f8f0c7d834d6abcf8e1fe", X-B3-SpanId:"9befafc5a76be8c4", X-B3-ParentSpanId:"e2165549fa663718", X-B3-Sampled:"0", X-ONAP-RequestID:"473aad4a-365e-4e39-bd12-dcb33051984e", X-RequestID:"473aad4a-365e-4e39-bd12-dcb33051984e", X-TransactionID:"473aad4a-365e-4e39-bd12-dcb33051984e", X-ECOMP-RequestID:"473aad4a-365e-4e39-bd12-dcb33051984e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"27bc3689-7565-4d40-b15b-2c403a2eb9ed"]
2023-03-28T05:59:00.510Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Request body: 
2023-03-28T05:59:00.510Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||==========================request end================================================
2023-03-28T05:59:00.547Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:00.547Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Status code  : 200 OK
2023-03-28T05:59:00.547Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Status text  : OK
2023-03-28T05:59:00.547Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:58:59 GMT", x-envoy-upstream-service-time:"33", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:59:00.548Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Response body: {
  "requestId" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The network was successfully deleted in the cloud",
  "statusMessage" : "ALaCarte-Network-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "retryStatusMessage" : "Retry 1/5 will be started in PT10S",
  "progress" : 100,
  "startTime" : "2023-03-28T05:58:10.000+00:00",
  "endTime" : "2023-03-28T05:58:51.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"network\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:58:52.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "requestScope" : "network",
  "requestAction" : "deleteInstance",
  "networkId" : "982e985e-5e74-401c-a9e8-37099855853a",
  "networkName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "networkType" : "",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a",
  "extSystemErrorSource" : "UNKNOWN",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45"
    }
  }
}
2023-03-28T05:59:00.549Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:00.549Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|INFO|500||InvokeReturn
2023-03-28T05:59:00.551Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false
2023-03-28T05:59:00.551Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:59:00.551Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:00.551Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false
2023-03-28T05:59:00.551Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:59:00.551Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e1cb544a567f8f0c7d834d6abcf8e1fe", X-B3-SpanId:"38e21de258848379", X-B3-ParentSpanId:"e2165549fa663718", X-B3-Sampled:"0", X-ONAP-RequestID:"473aad4a-365e-4e39-bd12-dcb33051984e", X-RequestID:"473aad4a-365e-4e39-bd12-dcb33051984e", X-TransactionID:"473aad4a-365e-4e39-bd12-dcb33051984e", X-ECOMP-RequestID:"473aad4a-365e-4e39-bd12-dcb33051984e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2de3880f-bf33-463b-b4b5-638b4f37824f"]
2023-03-28T05:59:00.552Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:59:00.552Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:59:00.576Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:00.576Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:59:00.576Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:59:00.576Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:58:59 GMT", x-envoy-upstream-service-time:"21", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:59:00.578Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 17,
  "soRequestId" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "groupingId" : "c52c47ef-6a15-4cc8-b6b1-5847b58e0c88",
  "name" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "value" : "{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0/c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"updated_time\":1679983109000,\"creation_time\":1679983051000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"c814279841ee4b538b93f233b778768a\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"network_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"shared\":\"False\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T05:58:30.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T05:59:00.578Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:00.579Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:59:00.586Z|473aad4a-365e-4e39-bd12-dcb33051984e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:59:00.765Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:59:00.770Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45
2023-03-28T05:59:00.770Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|INFO|500||Invoke
2023-03-28T05:59:00.771Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:00.771Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45
2023-03-28T05:59:00.771Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Method      : GET
2023-03-28T05:59:00.771Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1c6968222e42dd94d1b16e9737bbfb69", X-B3-SpanId:"75d2c34c6e436a22", X-B3-ParentSpanId:"321d5f7f34302645", X-B3-Sampled:"0", X-ONAP-RequestID:"8eb76711-4425-4ba0-aa20-5250473d3cca", X-RequestID:"8eb76711-4425-4ba0-aa20-5250473d3cca", X-TransactionID:"8eb76711-4425-4ba0-aa20-5250473d3cca", X-ECOMP-RequestID:"8eb76711-4425-4ba0-aa20-5250473d3cca", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a775d38b-58b7-43fd-b7c6-d1f54f734cff"]
2023-03-28T05:59:00.771Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Request body: 
2023-03-28T05:59:00.771Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||==========================request end================================================
2023-03-28T05:59:00.812Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:00.812Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Status code  : 200 OK
2023-03-28T05:59:00.812Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Status text  : OK
2023-03-28T05:59:00.812Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:59:00 GMT", x-envoy-upstream-service-time:"37", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:59:00.816Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||Response body: {
  "requestId" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The network was successfully deleted in the cloud",
  "statusMessage" : "ALaCarte-Network-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "retryStatusMessage" : "Retry 1/5 will be started in PT10S",
  "progress" : 100,
  "startTime" : "2023-03-28T05:58:10.000+00:00",
  "endTime" : "2023-03-28T05:58:51.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"network\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicnw-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:58:52.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "requestScope" : "network",
  "requestAction" : "deleteInstance",
  "networkId" : "982e985e-5e74-401c-a9e8-37099855853a",
  "networkName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "networkType" : "",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/networks/982e985e-5e74-401c-a9e8-37099855853a",
  "extSystemErrorSource" : "UNKNOWN",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45"
    }
  }
}
2023-03-28T05:59:00.816Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:00.816Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/61095305-7b67-44d4-97c3-9a5ebeb81d45|INFO|500||InvokeReturn
2023-03-28T05:59:00.817Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false
2023-03-28T05:59:00.818Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:59:00.818Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:00.818Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false
2023-03-28T05:59:00.818Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:59:00.818Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1c6968222e42dd94d1b16e9737bbfb69", X-B3-SpanId:"13d30c13479d8364", X-B3-ParentSpanId:"321d5f7f34302645", X-B3-Sampled:"0", X-ONAP-RequestID:"8eb76711-4425-4ba0-aa20-5250473d3cca", X-RequestID:"8eb76711-4425-4ba0-aa20-5250473d3cca", X-TransactionID:"8eb76711-4425-4ba0-aa20-5250473d3cca", X-ECOMP-RequestID:"8eb76711-4425-4ba0-aa20-5250473d3cca", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"bf56e877-6a5f-426e-989b-1c8a91e08944"]
2023-03-28T05:59:00.818Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:59:00.819Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:59:00.839Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:00.840Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:59:00.840Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:59:00.840Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:59:00 GMT", x-envoy-upstream-service-time:"18", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:59:00.841Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 17,
  "soRequestId" : "61095305-7b67-44d4-97c3-9a5ebeb81d45",
  "groupingId" : "c52c47ef-6a15-4cc8-b6b1-5847b58e0c88",
  "name" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0",
  "value" : "{\"outputs\":null,\"description\":\"A simple Neutron network\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0/c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"updated_time\":1679983109000,\"creation_time\":1679983051000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"template_description\":\"A simple Neutron network\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"c814279841ee4b538b93f233b778768a\",\"timeout_mins\":10,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"c52c47ef-6a15-4cc8-b6b1-5847b58e0c88\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"network_name\":\"basic_network-db7c0dff-404e-49df-957b-6b27da5660d3_net_0\",\"shared\":\"False\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T05:58:30.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T05:59:00.842Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:00.842Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=61095305-7b67-44d4-97c3-9a5ebeb81d45&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:59:00.850Z|8eb76711-4425-4ba0-aa20-5250473d3cca|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/61095305-7b67-44d4-97c3-9a5ebeb81d45|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:59:01.554Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:59:01.555Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|||INFO|500||Checking if requestId: 08831ce3-412c-4d50-8d35-88acaf5b6e64 already exists in requestDb InfraActiveRequests table
2023-03-28T05:59:01.556Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64
2023-03-28T05:59:01.556Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|INFO|500||Invoke
2023-03-28T05:59:01.557Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:01.557Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64
2023-03-28T05:59:01.557Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Method      : GET
2023-03-28T05:59:01.557Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"ec9b008b1fbf7b1c438f1f30df4de423", X-B3-SpanId:"2950df42220d0833", X-B3-ParentSpanId:"2e92bdbe942ba94f", X-B3-Sampled:"0", X-ONAP-RequestID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-RequestID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-TransactionID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-ECOMP-RequestID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"513b887c-960b-41bb-8d97-fab27ec0cd67"]
2023-03-28T05:59:01.557Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Request body: 
2023-03-28T05:59:01.557Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||==========================request end================================================
2023-03-28T05:59:01.595Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:01.596Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T05:59:01.596Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Status text  : Not Found
2023-03-28T05:59:01.596Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 05:59:00 GMT", x-envoy-upstream-service-time:"34", server:"envoy"]
2023-03-28T05:59:01.596Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Response body: 
2023-03-28T05:59:01.596Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:01.596Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|INFO|404|Not Found|InvokeReturn
2023-03-28T05:59:01.608Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|||INFO|500||Running local validations
2023-03-28T05:59:01.675Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T05:59:01.699Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c?format=pathed|INFO|500||Invoke
2023-03-28T05:59:01.700Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c?format=pathed|DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c?format=pathed with request headers:{Authorization=[***REDACTED***], X-RequestID=[08831ce3-412c-4d50-8d35-88acaf5b6e64], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[3c7cb639-f330-428b-81a0-045eb6c7f8d9], X-ECOMP-RequestID=[08831ce3-412c-4d50-8d35-88acaf5b6e64], X-TransactionId=[], X-ONAP-RequestID=[08831ce3-412c-4d50-8d35-88acaf5b6e64]}
2023-03-28T05:59:01.744Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c?format=pathed|DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c?format=pathed has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 05:59:00 GMT], server=[envoy], content-length=[251], x-envoy-upstream-service-time=[35], vertex-id=[184520], x-aai-txid=[0-aai-resources-230328-05:59:00:727-78912], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T05:59:01.745Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c?format=pathed|DEBUG|500||{"results":[{"resource-type":"service-instance","resource-link":"/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c"}]}

2023-03-28T05:59:01.746Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c?format=pathed|INFO|500||InvokeReturn
2023-03-28T05:59:01.759Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T05:59:01.785Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]}
2023-03-28T05:59:01.785Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count|INFO|500||Invoke
2023-03-28T05:59:01.825Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count|INFO|404|Not Found|InvokeReturn
2023-03-28T05:59:01.826Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count has http status code:404 and response headers:{date=[Tue, 28 Mar 2023 05:59:00 GMT], server=[envoy], content-length=[613], x-envoy-upstream-service-time=[35], x-aai-txid=[0-aai-resources-230328-05:59:00:807-95593], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T05:59:01.827Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/related-to/generic-vnfs","Node Not Found:No Node of type generic-vnf found at: business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/related-to/generic-vnfs","ERR.5.4.6114"]}}}

2023-03-28T05:59:01.831Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: http://aai.onap:80/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count
2023-03-28T05:59:01.840Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T05:59:01.864Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c?format=pathed|INFO|500||Invoke
2023-03-28T05:59:01.865Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c?format=pathed|DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c?format=pathed with request headers:{Authorization=[***REDACTED***], X-RequestID=[08831ce3-412c-4d50-8d35-88acaf5b6e64], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[75519b02-6034-4e13-81f1-f9804db4e002], X-ECOMP-RequestID=[08831ce3-412c-4d50-8d35-88acaf5b6e64], X-TransactionId=[], X-ONAP-RequestID=[08831ce3-412c-4d50-8d35-88acaf5b6e64]}
2023-03-28T05:59:01.904Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c?format=pathed|DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c?format=pathed has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 05:59:00 GMT], server=[envoy], content-length=[251], x-envoy-upstream-service-time=[36], vertex-id=[184520], x-aai-txid=[1-aai-resources-230328-05:59:00:885-70608], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T05:59:01.905Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c?format=pathed|DEBUG|500||{"results":[{"resource-type":"service-instance","resource-link":"/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c"}]}

2023-03-28T05:59:01.906Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c?format=pathed|INFO|500||InvokeReturn
2023-03-28T05:59:01.916Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T05:59:01.950Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/related-to/l3-networks?resultIndex=0&resultSize=1&format=count with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]}
2023-03-28T05:59:01.950Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/related-to/l3-networks?resultIndex=0&resultSize=1&format=count|INFO|500||Invoke
2023-03-28T05:59:01.994Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/related-to/l3-networks?resultIndex=0&resultSize=1&format=count|INFO|404|Not Found|InvokeReturn
2023-03-28T05:59:01.994Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/related-to/l3-networks?resultIndex=0&resultSize=1&format=count has http status code:404 and response headers:{date=[Tue, 28 Mar 2023 05:59:00 GMT], server=[envoy], content-length=[610], x-envoy-upstream-service-time=[39], x-aai-txid=[0-aai-resources-230328-05:59:00:973-94535], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T05:59:01.995Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/related-to/l3-networks","Node Not Found:No Node of type l3-network found at: business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/related-to/l3-networks","ERR.5.4.6114"]}}}

2023-03-28T05:59:01.998Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: http://aai.onap:80/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/related-to/l3-networks?resultIndex=0&resultSize=1&format=count
2023-03-28T05:59:02.007Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T05:59:02.025Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c?format=pathed|INFO|500||Invoke
2023-03-28T05:59:02.025Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c?format=pathed|DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c?format=pathed with request headers:{Authorization=[***REDACTED***], X-RequestID=[08831ce3-412c-4d50-8d35-88acaf5b6e64], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[18dc38d9-975d-4676-a9e5-dd9d984b1ec3], X-ECOMP-RequestID=[08831ce3-412c-4d50-8d35-88acaf5b6e64], X-TransactionId=[], X-ONAP-RequestID=[08831ce3-412c-4d50-8d35-88acaf5b6e64]}
2023-03-28T05:59:02.068Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c?format=pathed|DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c?format=pathed has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 05:59:01 GMT], server=[envoy], content-length=[251], x-envoy-upstream-service-time=[40], vertex-id=[184520], x-aai-txid=[2-aai-resources-230328-05:59:01:047-23488], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T05:59:02.070Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c?format=pathed|DEBUG|500||{"results":[{"resource-type":"service-instance","resource-link":"/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c"}]}

2023-03-28T05:59:02.070Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c?format=pathed|INFO|500||InvokeReturn
2023-03-28T05:59:02.078Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T05:59:02.101Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/related-to/configurations?resultIndex=0&resultSize=1&format=count|INFO|500||Invoke
2023-03-28T05:59:02.102Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/related-to/configurations?resultIndex=0&resultSize=1&format=count|DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/related-to/configurations?resultIndex=0&resultSize=1&format=count with request headers:{Authorization=[***REDACTED***], X-RequestID=[08831ce3-412c-4d50-8d35-88acaf5b6e64], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[1778a214-73c5-45da-90ee-b1f499cedd2d], X-ECOMP-RequestID=[08831ce3-412c-4d50-8d35-88acaf5b6e64], X-TransactionId=[], X-ONAP-RequestID=[08831ce3-412c-4d50-8d35-88acaf5b6e64]}
2023-03-28T05:59:02.174Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/related-to/configurations?resultIndex=0&resultSize=1&format=count|DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/related-to/configurations?resultIndex=0&resultSize=1&format=count has http status code:404 and response headers:{date=[Tue, 28 Mar 2023 05:59:01 GMT], server=[envoy], content-length=[619], x-envoy-upstream-service-time=[69], x-aai-txid=[2-aai-resources-230328-05:59:01:123-73700], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T05:59:02.175Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/related-to/configurations?resultIndex=0&resultSize=1&format=count|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/related-to/configurations","Node Not Found:No Node of type configuration found at: business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/related-to/configurations","ERR.5.4.6114"]}}}

2023-03-28T05:59:02.176Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/related-to/configurations?resultIndex=0&resultSize=1&format=count|INFO|404|Not Found|InvokeReturn
2023-03-28T05:59:02.177Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: http://aai.onap:80/aai/v24/business/customers/customer/basicnw-customer/service-subscriptions/service-subscription/basic_network/service-instances/service-instance/9e5f414d-1a29-4cec-ae32-9d6edd72c39c/related-to/configurations?resultIndex=0&resultSize=1&format=count
2023-03-28T05:59:02.178Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|||DEBUG|500||Validating the Service Instance request
2023-03-28T05:59:02.178Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7
2023-03-28T05:59:02.178Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T05:59:02.179Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke
2023-03-28T05:59:02.179Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:02.179Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T05:59:02.179Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method      : POST
2023-03-28T05:59:02.179Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"123", X-B3-TraceId:"ec9b008b1fbf7b1c438f1f30df4de423", X-B3-SpanId:"f897374ed847eceb", X-B3-ParentSpanId:"2e92bdbe942ba94f", X-B3-Sampled:"0", X-ONAP-RequestID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-RequestID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-TransactionID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-ECOMP-RequestID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"edbb6bc8-f93d-4b64-b630-e819f87c4899"]
2023-03-28T05:59:02.179Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":{"serviceInstanceId":"9e5f414d-1a29-4cec-ae32-9d6edd72c39c"},"instanceName":null,"requestScope":"service"}
2023-03-28T05:59:02.180Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================
2023-03-28T05:59:02.223Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:02.223Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code  : 200 OK
2023-03-28T05:59:02.224Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text  : OK
2023-03-28T05:59:02.224Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers      : [x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 05:59:02 GMT", x-envoy-upstream-service-time:"40", server:"envoy"]
2023-03-28T05:59:02.224Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 
2023-03-28T05:59:02.224Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:02.224Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn
2023-03-28T05:59:02.225Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T05:59:02.225Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke
2023-03-28T05:59:02.226Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:02.226Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T05:59:02.226Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method      : GET
2023-03-28T05:59:02.226Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-RequestID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-TransactionID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-ECOMP-RequestID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"fe7e3bb1-74fc-4396-a418-fd79afb03e2f"]
2023-03-28T05:59:02.226Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 
2023-03-28T05:59:02.227Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================
2023-03-28T05:59:02.274Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:02.274Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code  : 200 OK
2023-03-28T05:59:02.275Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text  : OK
2023-03-28T05:59:02.275Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 05:59:02 GMT", x-envoy-upstream-service-time:"43", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:59:02.275Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: {
  "modelName" : "GR-API-DEFAULT",
  "description" : "Gr api service for VID to use for infra APIH orchestration",
  "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b",
  "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672",
  "created" : "2023-03-28 00:09:21.000",
  "modelVersion" : "1.0",
  "serviceType" : null,
  "serviceRole" : null,
  "serviceFunction" : null,
  "environmentContext" : null,
  "workloadContext" : null,
  "category" : null,
  "resourceOrder" : null,
  "distrobutionStatus" : null,
  "serviceArtifactList" : [ ],
  "serviceInfos" : [ ],
  "namingPolicy" : null,
  "onapGeneratedNaming" : null,
  "blueprintName" : null,
  "blueprintVersion" : null,
  "skipPostInstConf" : true,
  "controllerActor" : null,
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "recipes" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes"
    },
    "pnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations"
    },
    "collectionResourceCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations"
    },
    "vnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations"
    },
    "configurationCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations"
    },
    "networkCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations"
    },
    "allottedCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations"
    },
    "serviceProxyCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations"
    },
    "csar" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar"
    }
  }
}
2023-03-28T05:59:02.276Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:02.276Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn
2023-03-28T05:59:02.280Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance
2023-03-28T05:59:02.280Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|INFO|500||Invoke
2023-03-28T05:59:02.280Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:02.281Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance
2023-03-28T05:59:02.281Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Method      : GET
2023-03-28T05:59:02.281Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-RequestID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-TransactionID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-ECOMP-RequestID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9d3371af-8a86-4d24-b0af-d2e9951f78b6"]
2023-03-28T05:59:02.282Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Request body: 
2023-03-28T05:59:02.283Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||==========================request end================================================
2023-03-28T05:59:02.309Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:02.310Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Status code  : 200 OK
2023-03-28T05:59:02.311Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Status text  : OK
2023-03-28T05:59:02.311Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 05:59:02 GMT", x-envoy-upstream-service-time:"23", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:59:02.312Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Response body: {
  "id" : 537,
  "serviceModelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b",
  "action" : "deleteInstance",
  "description" : "Gr api recipe to delete service-instance",
  "orchestrationUri" : "/mso/async/services/WorkflowActionBB",
  "paramXsd" : null,
  "recipeTimeout" : 180,
  "serviceTimeoutInterim" : null,
  "created" : "2023-03-28T00:09:21.000+00:00",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/537"
    },
    "serviceRecipe" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/537"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/537/service"
    }
  }
}
2023-03-28T05:59:02.312Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:02.312Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|INFO|500||InvokeReturn
2023-03-28T05:59:02.316Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T05:59:02.316Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke
2023-03-28T05:59:02.317Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:02.317Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T05:59:02.317Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method      : GET
2023-03-28T05:59:02.318Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-RequestID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-TransactionID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-ECOMP-RequestID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ad89ab91-8665-4676-aa6b-0e46566513e6"]
2023-03-28T05:59:02.318Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 
2023-03-28T05:59:02.318Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================
2023-03-28T05:59:02.355Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:02.355Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code  : 200 OK
2023-03-28T05:59:02.355Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text  : OK
2023-03-28T05:59:02.356Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 05:59:02 GMT", x-envoy-upstream-service-time:"33", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:59:02.356Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: {
  "modelName" : "GR-API-DEFAULT",
  "description" : "Gr api service for VID to use for infra APIH orchestration",
  "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b",
  "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672",
  "created" : "2023-03-28 00:09:21.000",
  "modelVersion" : "1.0",
  "serviceType" : null,
  "serviceRole" : null,
  "serviceFunction" : null,
  "environmentContext" : null,
  "workloadContext" : null,
  "category" : null,
  "resourceOrder" : null,
  "distrobutionStatus" : null,
  "serviceArtifactList" : [ ],
  "serviceInfos" : [ ],
  "namingPolicy" : null,
  "onapGeneratedNaming" : null,
  "blueprintName" : null,
  "blueprintVersion" : null,
  "skipPostInstConf" : true,
  "controllerActor" : null,
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "recipes" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes"
    },
    "pnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations"
    },
    "collectionResourceCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations"
    },
    "vnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations"
    },
    "configurationCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations"
    },
    "networkCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations"
    },
    "allottedCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations"
    },
    "serviceProxyCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations"
    },
    "csar" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar"
    }
  }
}
2023-03-28T05:59:02.356Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:02.356Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn
2023-03-28T05:59:02.360Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T05:59:02.361Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke
2023-03-28T05:59:02.361Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:02.361Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T05:59:02.361Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method      : POST
2023-03-28T05:59:02.361Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers     : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"1049", X-B3-TraceId:"ec9b008b1fbf7b1c438f1f30df4de423", X-B3-SpanId:"7e34330550523c63", X-B3-ParentSpanId:"2e92bdbe942ba94f", X-B3-Sampled:"0", X-ONAP-RequestID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-RequestID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-TransactionID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-ECOMP-RequestID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d41773bc-d794-4c27-b8b1-b1f2645ffd48"]
2023-03-28T05:59:02.361Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"08831ce3-412c-4d50-8d35-88acaf5b6e64","requestStatus":"IN_PROGRESS","startTime":1679983142178,"source":"VID","requestBody":"{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_network\",\n            \"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t}\n\t}\n}","lastModifiedBy":"APIH","serviceInstanceId":"9e5f414d-1a29-4cec-ae32-9d6edd72c39c","requestScope":"service","requestAction":"deleteInstance","requestorId":"demo","requestUrl":"https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c","cloudApiRequests":[],"requestURI":"08831ce3-412c-4d50-8d35-88acaf5b6e64"}
2023-03-28T05:59:02.361Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================
2023-03-28T05:59:02.403Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:02.403Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code  : 201 CREATED
2023-03-28T05:59:02.403Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text  : Created
2023-03-28T05:59:02.403Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:59:02 GMT", x-envoy-upstream-service-time:"38", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:59:02.406Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: {
  "requestId" : "08831ce3-412c-4d50-8d35-88acaf5b6e64",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T05:59:02.178+00:00",
  "source" : "VID",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_network\",\n            \"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "APIH",
  "modifyTime" : "2023-03-28T05:59:02.186+00:00",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "requestScope" : "service",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "cloudApiRequests" : [ ],
  "requestURI" : "08831ce3-412c-4d50-8d35-88acaf5b6e64",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64"
    }
  }
}
2023-03-28T05:59:02.406Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:02.406Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn
2023-03-28T05:59:02.411Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T05:59:02.412Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke
2023-03-28T05:59:02.412Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:02.412Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T05:59:02.412Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method      : POST
2023-03-28T05:59:02.412Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers     : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"1877", X-B3-TraceId:"ec9b008b1fbf7b1c438f1f30df4de423", X-B3-SpanId:"cea3ed03c6f3cace", X-B3-ParentSpanId:"2e92bdbe942ba94f", X-B3-Sampled:"0", X-ONAP-RequestID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-RequestID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-TransactionID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-ECOMP-RequestID:"08831ce3-412c-4d50-8d35-88acaf5b6e64", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7c21ed42-cad7-4cae-9db3-1de48a4dd7cc"]
2023-03-28T05:59:02.412Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelInvariantId\":\"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\"modelType\":\"service\",\"modelName\":\"basic_network\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"baa19d62-62c3-43ef-9567-048930744e84\",\"modelUuid\":\"baa19d62-62c3-43ef-9567-048930744e84\",\"modelInvariantUuid\":\"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\"},\"requestInfo\":{\"source\":\"VID\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"requestParameters\":{\"aLaCarte\":true,\"testApi\":\"GR_API\"}},\"serviceInstanceId\":\"9e5f414d-1a29-4cec-ae32-9d6edd72c39c\"}","type":"String"},"requestId":{"value":"08831ce3-412c-4d50-8d35-88acaf5b6e64","type":"String"},"mso-request-id":{"value":"08831ce3-412c-4d50-8d35-88acaf5b6e64","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"deleteInstance","type":"String"},"serviceInstanceId":{"value":"9e5f414d-1a29-4cec-ae32-9d6edd72c39c","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}}
2023-03-28T05:59:02.413Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================
2023-03-28T05:59:03.427Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:03.428Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code  : 202 ACCEPTED
2023-03-28T05:59:03.429Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text  : Accepted
2023-03-28T05:59:03.429Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers      : [date:"Tue, 28 Mar 2023 05:59:03 GMT", x-onap-requestid:"08831ce3-412c-4d50-8d35-88acaf5b6e64", x-requestid:"08831ce3-412c-4d50-8d35-88acaf5b6e64", x-transactionid:"08831ce3-412c-4d50-8d35-88acaf5b6e64", x-ecomp-requestid:"08831ce3-412c-4d50-8d35-88acaf5b6e64", x-onap-partnername:"UNKNOWN", x-invocationid:"7c21ed42-cad7-4cae-9db3-1de48a4dd7cc", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", x-envoy-upstream-service-time:"1010", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:59:03.430Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"08831ce3-412c-4d50-8d35-88acaf5b6e64\",\"instanceId\":\"9e5f414d-1a29-4cec-ae32-9d6edd72c39c\"}}","message":"Success","processInstanceID":"a3b936b1-cd2d-11ed-8192-02f87d878986","variables":null,"messageCode":200}
2023-03-28T05:59:03.430Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:03.431Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn
2023-03-28T05:59:03.437Z|08831ce3-412c-4d50-8d35-88acaf5b6e64|http-nio-8080-exec-6|onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:59:03.638Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:59:03.646Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64
2023-03-28T05:59:03.647Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|INFO|500||Invoke
2023-03-28T05:59:03.647Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:03.647Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64
2023-03-28T05:59:03.648Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Method      : GET
2023-03-28T05:59:03.648Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"7f13e1b4a1c247c8d8b92c7490a4d0f8", X-B3-SpanId:"b8c7fbbd4e73b68a", X-B3-ParentSpanId:"a2f8ce2c9a0c65f4", X-B3-Sampled:"0", X-ONAP-RequestID:"ec6d777a-1094-48c5-b97b-104e689eadc0", X-RequestID:"ec6d777a-1094-48c5-b97b-104e689eadc0", X-TransactionID:"ec6d777a-1094-48c5-b97b-104e689eadc0", X-ECOMP-RequestID:"ec6d777a-1094-48c5-b97b-104e689eadc0", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b1a6976c-bc0c-46ff-9f2c-d9d277ad684d"]
2023-03-28T05:59:03.648Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Request body: 
2023-03-28T05:59:03.649Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||==========================request end================================================
2023-03-28T05:59:03.682Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:03.683Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Status code  : 200 OK
2023-03-28T05:59:03.683Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Status text  : OK
2023-03-28T05:59:03.684Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:59:03 GMT", x-envoy-upstream-service-time:"29", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:59:03.685Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Response body: {
  "requestId" : "08831ce3-412c-4d50-8d35-88acaf5b6e64",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T05:59:02.000+00:00",
  "source" : "VID",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_network\",\n            \"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:59:02.000+00:00",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "serviceInstanceName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3",
  "requestScope" : "service",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "cloudApiRequests" : [ ],
  "requestURI" : "08831ce3-412c-4d50-8d35-88acaf5b6e64",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64"
    }
  }
}
2023-03-28T05:59:03.685Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:03.686Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|INFO|500||InvokeReturn
2023-03-28T05:59:03.688Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false
2023-03-28T05:59:03.688Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:59:03.689Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:03.689Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false
2023-03-28T05:59:03.690Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:59:03.690Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"7f13e1b4a1c247c8d8b92c7490a4d0f8", X-B3-SpanId:"1cc42697e0a83095", X-B3-ParentSpanId:"a2f8ce2c9a0c65f4", X-B3-Sampled:"0", X-ONAP-RequestID:"ec6d777a-1094-48c5-b97b-104e689eadc0", X-RequestID:"ec6d777a-1094-48c5-b97b-104e689eadc0", X-TransactionID:"ec6d777a-1094-48c5-b97b-104e689eadc0", X-ECOMP-RequestID:"ec6d777a-1094-48c5-b97b-104e689eadc0", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"73561f8a-aab7-4c86-9570-05588514b281"]
2023-03-28T05:59:03.691Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:59:03.691Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:59:03.713Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:03.714Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:59:03.715Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:59:03.715Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:59:03 GMT", x-envoy-upstream-service-time:"19", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:59:03.716Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:59:03.717Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:03.717Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:59:03.729Z|ec6d777a-1094-48c5-b97b-104e689eadc0|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:59:05.089Z|862020ad-0e92-4a71-b3f4-b5f526f63f23|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:59:05.089Z|862020ad-0e92-4a71-b3f4-b5f526f63f23|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:59:05.590Z|f0f8620a-3d2a-4c63-a7d8-e989a9d18f98|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:59:05.591Z|f0f8620a-3d2a-4c63-a7d8-e989a9d18f98|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:59:07.185Z|daa1272d-77e2-40a9-9c56-ad2a32de2b6f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:59:07.186Z|daa1272d-77e2-40a9-9c56-ad2a32de2b6f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:59:08.893Z|023c4800-de93-4933-a23a-7ccc6c2ea628|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:59:08.894Z|023c4800-de93-4933-a23a-7ccc6c2ea628|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:59:13.928Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:59:13.936Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64
2023-03-28T05:59:13.936Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|INFO|500||Invoke
2023-03-28T05:59:13.936Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:13.936Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64
2023-03-28T05:59:13.936Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Method      : GET
2023-03-28T05:59:13.936Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d606603547d5c8a0b8e49fbbd92d42b7", X-B3-SpanId:"cf7fc0d20f8e2323", X-B3-ParentSpanId:"e64e6caa89aeb346", X-B3-Sampled:"0", X-ONAP-RequestID:"73725f28-013f-43ac-80c9-08d888325347", X-RequestID:"73725f28-013f-43ac-80c9-08d888325347", X-TransactionID:"73725f28-013f-43ac-80c9-08d888325347", X-ECOMP-RequestID:"73725f28-013f-43ac-80c9-08d888325347", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"25973329-ef3f-4f55-8639-6970b83bde67"]
2023-03-28T05:59:13.937Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Request body: 
2023-03-28T05:59:13.937Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||==========================request end================================================
2023-03-28T05:59:13.980Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:13.980Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Status code  : 200 OK
2023-03-28T05:59:13.980Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Status text  : OK
2023-03-28T05:59:13.980Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:59:13 GMT", x-envoy-upstream-service-time:"38", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:59:13.981Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Response body: {
  "requestId" : "08831ce3-412c-4d50-8d35-88acaf5b6e64",
  "requestStatus" : "IN_PROGRESS",
  "flowStatus" : "Execution of DeactivateServiceInstanceBB has completed successfully, next invoking UnassignServiceInstanceBB (Execution Path progress: BBs completed = 1; BBs remaining = 1).",
  "progress" : 52,
  "startTime" : "2023-03-28T05:59:02.000+00:00",
  "source" : "VID",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_network\",\n            \"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:59:04.000+00:00",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "serviceInstanceName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3",
  "requestScope" : "service",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "cloudApiRequests" : [ ],
  "requestURI" : "08831ce3-412c-4d50-8d35-88acaf5b6e64",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64"
    }
  }
}
2023-03-28T05:59:13.981Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:13.981Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|INFO|500||InvokeReturn
2023-03-28T05:59:13.982Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false
2023-03-28T05:59:13.983Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:59:13.983Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:13.983Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false
2023-03-28T05:59:13.983Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:59:13.983Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d606603547d5c8a0b8e49fbbd92d42b7", X-B3-SpanId:"08b01b8b908aa812", X-B3-ParentSpanId:"e64e6caa89aeb346", X-B3-Sampled:"0", X-ONAP-RequestID:"73725f28-013f-43ac-80c9-08d888325347", X-RequestID:"73725f28-013f-43ac-80c9-08d888325347", X-TransactionID:"73725f28-013f-43ac-80c9-08d888325347", X-ECOMP-RequestID:"73725f28-013f-43ac-80c9-08d888325347", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b5b60dbd-331d-46ef-99da-a56f56648e14"]
2023-03-28T05:59:13.983Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:59:13.984Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:59:14.005Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:14.005Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:59:14.005Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:59:14.006Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:59:13 GMT", x-envoy-upstream-service-time:"19", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:59:14.006Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:59:14.006Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:14.006Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:59:14.026Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=08831ce3-412c-4d50-8d35-88acaf5b6e64&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=08831ce3-412c-4d50-8d35-88acaf5b6e64&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T05:59:14.027Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=08831ce3-412c-4d50-8d35-88acaf5b6e64&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T05:59:14.027Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=08831ce3-412c-4d50-8d35-88acaf5b6e64&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:14.027Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=08831ce3-412c-4d50-8d35-88acaf5b6e64&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=08831ce3-412c-4d50-8d35-88acaf5b6e64&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T05:59:14.027Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=08831ce3-412c-4d50-8d35-88acaf5b6e64&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T05:59:14.028Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=08831ce3-412c-4d50-8d35-88acaf5b6e64&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"73725f28-013f-43ac-80c9-08d888325347", X-RequestID:"73725f28-013f-43ac-80c9-08d888325347", X-TransactionID:"73725f28-013f-43ac-80c9-08d888325347", X-ECOMP-RequestID:"73725f28-013f-43ac-80c9-08d888325347", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e33d921f-8ad7-4889-8d78-c2a81622c95b"]
2023-03-28T05:59:14.028Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=08831ce3-412c-4d50-8d35-88acaf5b6e64&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T05:59:14.028Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=08831ce3-412c-4d50-8d35-88acaf5b6e64&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T05:59:14.232Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=08831ce3-412c-4d50-8d35-88acaf5b6e64&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:14.232Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=08831ce3-412c-4d50-8d35-88acaf5b6e64&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T05:59:14.232Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=08831ce3-412c-4d50-8d35-88acaf5b6e64&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T05:59:14.233Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=08831ce3-412c-4d50-8d35-88acaf5b6e64&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=E856022B2BC88B9996C6CDABBAA1C33D; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"680", date:"Tue, 28 Mar 2023 05:59:14 GMT", x-envoy-upstream-service-time:"192", server:"envoy"]
2023-03-28T05:59:14.233Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=08831ce3-412c-4d50-8d35-88acaf5b6e64&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"a49761af-cd2d-11ed-8192-02f87d878986","businessKey":"08831ce3-412c-4d50-8d35-88acaf5b6e64","processDefinitionId":"SDNCHandler:1:e265a33b-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"SDNCHandler","processDefinitionName":"SDNC","processDefinitionVersion":1,"startTime":"2023-03-28T05:59:03.696+0000","endTime":"2023-03-28T05:59:04.078+0000","removalTime":null,"durationInMillis":382,"startUserId":null,"startActivityId":"SDNC_Start","deleteReason":null,"rootProcessInstanceId":"a3b936b1-cd2d-11ed-8192-02f87d878986","superProcessInstanceId":"a495dadd-cd2d-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}]
2023-03-28T05:59:14.233Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=08831ce3-412c-4d50-8d35-88acaf5b6e64&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:14.233Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=08831ce3-412c-4d50-8d35-88acaf5b6e64&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T05:59:14.258Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a49761af-cd2d-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a49761af-cd2d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T05:59:14.258Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a49761af-cd2d-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T05:59:14.259Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a49761af-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:14.259Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a49761af-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a49761af-cd2d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T05:59:14.259Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a49761af-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T05:59:14.259Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a49761af-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"73725f28-013f-43ac-80c9-08d888325347", X-RequestID:"73725f28-013f-43ac-80c9-08d888325347", X-TransactionID:"73725f28-013f-43ac-80c9-08d888325347", X-ECOMP-RequestID:"73725f28-013f-43ac-80c9-08d888325347", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5848b1e9-e940-4a69-9948-c632edd614b2"]
2023-03-28T05:59:14.259Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a49761af-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T05:59:14.259Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a49761af-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T05:59:14.413Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a49761af-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:14.414Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a49761af-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T05:59:14.415Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a49761af-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T05:59:14.415Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a49761af-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=35AF26DC3EDCA543A2FF04BF2AFC23F4; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"761", date:"Tue, 28 Mar 2023 05:59:14 GMT", x-envoy-upstream-service-time:"149", server:"envoy"]
2023-03-28T05:59:14.415Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a49761af-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"Call_SDNC:a4982512-cd2d-11ed-8192-02f87d878986","parentActivityInstanceId":"a49761af-cd2d-11ed-8192-02f87d878986","activityId":"Call_SDNC","activityName":"Call SDNC","activityType":"serviceTask","processDefinitionKey":"SDNCHandler","processDefinitionId":"SDNCHandler:1:e265a33b-ccfc-11ed-8192-02f87d878986","processInstanceId":"a49761af-cd2d-11ed-8192-02f87d878986","executionId":"a49761af-cd2d-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T05:59:03.701+0000","endTime":"2023-03-28T05:59:04.077+0000","durationInMillis":376,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"a3b936b1-cd2d-11ed-8192-02f87d878986"}]
2023-03-28T05:59:14.416Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a49761af-cd2d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:14.416Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=a49761af-cd2d-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T05:59:14.423Z|73725f28-013f-43ac-80c9-08d888325347|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:59:15.623Z|0fb7ce6a-16dd-473f-8306-3cd1c9d9b403|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:59:15.624Z|0fb7ce6a-16dd-473f-8306-3cd1c9d9b403|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:59:17.217Z|528fae90-84f0-424d-8f55-6e4e6a944af6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:59:17.218Z|528fae90-84f0-424d-8f55-6e4e6a944af6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:59:18.929Z|3b8881dd-3fd9-4f48-8bd3-0feb8b04bbbe|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:59:18.929Z|3b8881dd-3fd9-4f48-8bd3-0feb8b04bbbe|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:59:20.089Z|16dd3e83-3fac-4019-81af-a980732fd128|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:59:20.089Z|16dd3e83-3fac-4019-81af-a980732fd128|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:59:21.154Z|c0b1fe6c-0430-4a53-a6fc-bdc14ae924fc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:59:21.154Z|c0b1fe6c-0430-4a53-a6fc-bdc14ae924fc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:59:24.644Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:59:24.655Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64
2023-03-28T05:59:24.656Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|INFO|500||Invoke
2023-03-28T05:59:24.656Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:24.656Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64
2023-03-28T05:59:24.656Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Method      : GET
2023-03-28T05:59:24.656Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"07cc1d7fdb57d9f2683c8a731ebc8bf9", X-B3-SpanId:"31dca41340347d7a", X-B3-ParentSpanId:"c4deea914dd10e8e", X-B3-Sampled:"0", X-ONAP-RequestID:"08a808b1-60a9-4cd8-b426-a74eafea5d8c", X-RequestID:"08a808b1-60a9-4cd8-b426-a74eafea5d8c", X-TransactionID:"08a808b1-60a9-4cd8-b426-a74eafea5d8c", X-ECOMP-RequestID:"08a808b1-60a9-4cd8-b426-a74eafea5d8c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d5ffa170-bde9-49e5-8956-926b98b9c962"]
2023-03-28T05:59:24.656Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Request body: 
2023-03-28T05:59:24.656Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||==========================request end================================================
2023-03-28T05:59:24.703Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:24.704Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Status code  : 200 OK
2023-03-28T05:59:24.704Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Status text  : OK
2023-03-28T05:59:24.704Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:59:24 GMT", x-envoy-upstream-service-time:"42", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:59:24.704Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Response body: {
  "requestId" : "08831ce3-412c-4d50-8d35-88acaf5b6e64",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Service-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T05:59:02.000+00:00",
  "endTime" : "2023-03-28T05:59:14.000+00:00",
  "source" : "VID",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_network\",\n            \"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:59:14.000+00:00",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "serviceInstanceName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3",
  "requestScope" : "service",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "cloudApiRequests" : [ ],
  "requestURI" : "08831ce3-412c-4d50-8d35-88acaf5b6e64",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64"
    }
  }
}
2023-03-28T05:59:24.704Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:24.705Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|INFO|500||InvokeReturn
2023-03-28T05:59:24.706Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false
2023-03-28T05:59:24.706Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:59:24.706Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:24.706Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false
2023-03-28T05:59:24.707Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:59:24.707Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"07cc1d7fdb57d9f2683c8a731ebc8bf9", X-B3-SpanId:"ec49d115e92d02fe", X-B3-ParentSpanId:"c4deea914dd10e8e", X-B3-Sampled:"0", X-ONAP-RequestID:"08a808b1-60a9-4cd8-b426-a74eafea5d8c", X-RequestID:"08a808b1-60a9-4cd8-b426-a74eafea5d8c", X-TransactionID:"08a808b1-60a9-4cd8-b426-a74eafea5d8c", X-ECOMP-RequestID:"08a808b1-60a9-4cd8-b426-a74eafea5d8c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"63758c7a-8680-4e3a-85b2-9366b2c41e72"]
2023-03-28T05:59:24.707Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:59:24.707Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:59:24.729Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:24.729Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:59:24.730Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:59:24.730Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:59:24 GMT", x-envoy-upstream-service-time:"19", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:59:24.734Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:59:24.734Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:24.734Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:59:24.744Z|08a808b1-60a9-4cd8-b426-a74eafea5d8c|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:59:24.923Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:59:24.928Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64
2023-03-28T05:59:24.929Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|INFO|500||Invoke
2023-03-28T05:59:24.929Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:24.929Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64
2023-03-28T05:59:24.929Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Method      : GET
2023-03-28T05:59:24.929Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1d7cde938b3cbbbec27c191b237aeec8", X-B3-SpanId:"7ce41839b94414d2", X-B3-ParentSpanId:"baafdc93d0c69d23", X-B3-Sampled:"0", X-ONAP-RequestID:"aa4d4f29-ef73-4e86-9f17-0b66e95cd059", X-RequestID:"aa4d4f29-ef73-4e86-9f17-0b66e95cd059", X-TransactionID:"aa4d4f29-ef73-4e86-9f17-0b66e95cd059", X-ECOMP-RequestID:"aa4d4f29-ef73-4e86-9f17-0b66e95cd059", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9c83fb35-9f84-4a50-a893-b67739ad50b1"]
2023-03-28T05:59:24.929Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Request body: 
2023-03-28T05:59:24.930Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||==========================request end================================================
2023-03-28T05:59:24.962Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:24.963Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Status code  : 200 OK
2023-03-28T05:59:24.963Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Status text  : OK
2023-03-28T05:59:24.963Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:59:24 GMT", x-envoy-upstream-service-time:"29", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:59:24.964Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Response body: {
  "requestId" : "08831ce3-412c-4d50-8d35-88acaf5b6e64",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Service-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T05:59:02.000+00:00",
  "endTime" : "2023-03-28T05:59:14.000+00:00",
  "source" : "VID",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_network\",\n            \"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:59:14.000+00:00",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "serviceInstanceName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3",
  "requestScope" : "service",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "cloudApiRequests" : [ ],
  "requestURI" : "08831ce3-412c-4d50-8d35-88acaf5b6e64",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64"
    }
  }
}
2023-03-28T05:59:24.964Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:24.964Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|INFO|500||InvokeReturn
2023-03-28T05:59:24.965Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false
2023-03-28T05:59:24.966Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:59:24.966Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:24.966Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false
2023-03-28T05:59:24.966Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:59:24.966Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1d7cde938b3cbbbec27c191b237aeec8", X-B3-SpanId:"26d56a14f5d0b35c", X-B3-ParentSpanId:"baafdc93d0c69d23", X-B3-Sampled:"0", X-ONAP-RequestID:"aa4d4f29-ef73-4e86-9f17-0b66e95cd059", X-RequestID:"aa4d4f29-ef73-4e86-9f17-0b66e95cd059", X-TransactionID:"aa4d4f29-ef73-4e86-9f17-0b66e95cd059", X-ECOMP-RequestID:"aa4d4f29-ef73-4e86-9f17-0b66e95cd059", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3a352df1-ab8f-4414-be90-c4dba4af4bc8"]
2023-03-28T05:59:24.966Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:59:24.967Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:59:24.984Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:24.985Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:59:24.985Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:59:24.985Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:59:24 GMT", x-envoy-upstream-service-time:"15", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:59:24.985Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:59:24.986Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:24.986Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:59:24.992Z|aa4d4f29-ef73-4e86-9f17-0b66e95cd059|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:59:25.182Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:59:25.189Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64
2023-03-28T05:59:25.190Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|INFO|500||Invoke
2023-03-28T05:59:25.190Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:25.191Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64
2023-03-28T05:59:25.191Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Method      : GET
2023-03-28T05:59:25.191Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"be2f46d717a226ecacf895361351f2cb", X-B3-SpanId:"16e3158e36f4f5ff", X-B3-ParentSpanId:"689c560d5ac841fb", X-B3-Sampled:"0", X-ONAP-RequestID:"315cac76-4f16-4762-8665-c75266a3d7a1", X-RequestID:"315cac76-4f16-4762-8665-c75266a3d7a1", X-TransactionID:"315cac76-4f16-4762-8665-c75266a3d7a1", X-ECOMP-RequestID:"315cac76-4f16-4762-8665-c75266a3d7a1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1c919413-2028-4415-8b1c-2d8386839a52"]
2023-03-28T05:59:25.192Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Request body: 
2023-03-28T05:59:25.192Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||==========================request end================================================
2023-03-28T05:59:25.225Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:25.226Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Status code  : 200 OK
2023-03-28T05:59:25.227Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Status text  : OK
2023-03-28T05:59:25.227Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:59:24 GMT", x-envoy-upstream-service-time:"30", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:59:25.228Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Response body: {
  "requestId" : "08831ce3-412c-4d50-8d35-88acaf5b6e64",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Service-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T05:59:02.000+00:00",
  "endTime" : "2023-03-28T05:59:14.000+00:00",
  "source" : "VID",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_network\",\n            \"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:59:14.000+00:00",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "serviceInstanceName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3",
  "requestScope" : "service",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "cloudApiRequests" : [ ],
  "requestURI" : "08831ce3-412c-4d50-8d35-88acaf5b6e64",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64"
    }
  }
}
2023-03-28T05:59:25.229Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:25.229Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|INFO|500||InvokeReturn
2023-03-28T05:59:25.231Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false
2023-03-28T05:59:25.232Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:59:25.232Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:25.232Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false
2023-03-28T05:59:25.232Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:59:25.233Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"be2f46d717a226ecacf895361351f2cb", X-B3-SpanId:"a82829cd1facad3a", X-B3-ParentSpanId:"689c560d5ac841fb", X-B3-Sampled:"0", X-ONAP-RequestID:"315cac76-4f16-4762-8665-c75266a3d7a1", X-RequestID:"315cac76-4f16-4762-8665-c75266a3d7a1", X-TransactionID:"315cac76-4f16-4762-8665-c75266a3d7a1", X-ECOMP-RequestID:"315cac76-4f16-4762-8665-c75266a3d7a1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"bf766bf1-c349-4341-ae06-cc95243b9e54"]
2023-03-28T05:59:25.233Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:59:25.233Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:59:25.252Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:25.253Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:59:25.253Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:59:25.254Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:59:24 GMT", x-envoy-upstream-service-time:"16", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:59:25.256Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:59:25.257Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:25.257Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:59:25.268Z|315cac76-4f16-4762-8665-c75266a3d7a1|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:59:25.461Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|||INFO|500||Entering
2023-03-28T05:59:25.467Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64
2023-03-28T05:59:25.467Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|INFO|500||Invoke
2023-03-28T05:59:25.468Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:25.468Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64
2023-03-28T05:59:25.468Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Method      : GET
2023-03-28T05:59:25.468Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"6b119f49ceb9a116a24077ff2cf75116", X-B3-SpanId:"914b2b987715afaa", X-B3-ParentSpanId:"584f226e5e961486", X-B3-Sampled:"0", X-ONAP-RequestID:"8888f369-e2cb-4aa7-ac58-835ed65c8a8f", X-RequestID:"8888f369-e2cb-4aa7-ac58-835ed65c8a8f", X-TransactionID:"8888f369-e2cb-4aa7-ac58-835ed65c8a8f", X-ECOMP-RequestID:"8888f369-e2cb-4aa7-ac58-835ed65c8a8f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f5fb2f26-4d57-474d-a67d-20c5c8e302eb"]
2023-03-28T05:59:25.469Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Request body: 
2023-03-28T05:59:25.469Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||==========================request end================================================
2023-03-28T05:59:25.497Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:25.497Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Status code  : 200 OK
2023-03-28T05:59:25.498Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Status text  : OK
2023-03-28T05:59:25.498Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:59:24 GMT", x-envoy-upstream-service-time:"25", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:59:25.499Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||Response body: {
  "requestId" : "08831ce3-412c-4d50-8d35-88acaf5b6e64",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Service-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T05:59:02.000+00:00",
  "endTime" : "2023-03-28T05:59:14.000+00:00",
  "source" : "VID",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_network\",\n            \"modelInvariantId\": \"68899c2d-d5d8-40ff-9f1c-97dbc2695d9d\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"baa19d62-62c3-43ef-9567-048930744e84\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T05:59:14.000+00:00",
  "serviceInstanceId" : "9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "serviceInstanceName" : "basic_network-db7c0dff-404e-49df-957b-6b27da5660d3",
  "requestScope" : "service",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/9e5f414d-1a29-4cec-ae32-9d6edd72c39c",
  "cloudApiRequests" : [ ],
  "requestURI" : "08831ce3-412c-4d50-8d35-88acaf5b6e64",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64"
    }
  }
}
2023-03-28T05:59:25.499Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:25.499Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/08831ce3-412c-4d50-8d35-88acaf5b6e64|INFO|500||InvokeReturn
2023-03-28T05:59:25.501Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false
2023-03-28T05:59:25.501Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T05:59:25.501Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T05:59:25.501Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false
2023-03-28T05:59:25.502Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T05:59:25.502Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"6b119f49ceb9a116a24077ff2cf75116", X-B3-SpanId:"0d4358a4a2e58fcf", X-B3-ParentSpanId:"584f226e5e961486", X-B3-Sampled:"0", X-ONAP-RequestID:"8888f369-e2cb-4aa7-ac58-835ed65c8a8f", X-RequestID:"8888f369-e2cb-4aa7-ac58-835ed65c8a8f", X-TransactionID:"8888f369-e2cb-4aa7-ac58-835ed65c8a8f", X-ECOMP-RequestID:"8888f369-e2cb-4aa7-ac58-835ed65c8a8f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5d191a03-99fd-462a-8d53-68cd25e8fd8e"]
2023-03-28T05:59:25.502Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T05:59:25.502Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T05:59:25.524Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T05:59:25.524Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T05:59:25.525Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T05:59:25.525Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 05:59:24 GMT", x-envoy-upstream-service-time:"19", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T05:59:25.528Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T05:59:25.528Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T05:59:25.528Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=08831ce3-412c-4d50-8d35-88acaf5b6e64&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T05:59:25.538Z|8888f369-e2cb-4aa7-ac58-835ed65c8a8f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/08831ce3-412c-4d50-8d35-88acaf5b6e64|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T05:59:25.652Z|199044c5-9865-4141-847d-6bf9192c2118|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:59:25.653Z|199044c5-9865-4141-847d-6bf9192c2118|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:59:27.250Z|3e81cfa5-69b5-4381-9c94-b9a38ac45648|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:59:27.251Z|3e81cfa5-69b5-4381-9c94-b9a38ac45648|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:59:28.958Z|0cb0554c-dedf-4ef6-aa5b-7fa8608aaf45|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:59:28.959Z|0cb0554c-dedf-4ef6-aa5b-7fa8608aaf45|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:59:35.089Z|777b7c9f-c365-4776-8a87-c6f9d10a569f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:59:35.093Z|777b7c9f-c365-4776-8a87-c6f9d10a569f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:59:35.696Z|652a2396-263d-4b4b-af4b-36bc3784eebf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:59:35.697Z|652a2396-263d-4b4b-af4b-36bc3784eebf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:59:37.280Z|ea15a9bc-bac6-42d3-bdf7-1eb34cefc02f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:59:37.281Z|ea15a9bc-bac6-42d3-bdf7-1eb34cefc02f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:59:38.986Z|cf635b0b-fe57-4616-8637-5e5e2f4246d1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:59:38.987Z|cf635b0b-fe57-4616-8637-5e5e2f4246d1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:59:45.725Z|08d47e49-9c61-4bb7-9f33-d7db6cb9984c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:59:45.726Z|08d47e49-9c61-4bb7-9f33-d7db6cb9984c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:59:47.311Z|112272e4-f61c-4776-a871-25c0341d5b52|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:59:47.312Z|112272e4-f61c-4776-a871-25c0341d5b52|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:59:49.018Z|1ef10dea-d3af-4464-a6b7-a717a259679c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:59:49.019Z|1ef10dea-d3af-4464-a6b7-a717a259679c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:59:50.089Z|0fbbe566-1d5f-4a0f-b246-f7fd5d0d37c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:59:50.089Z|0fbbe566-1d5f-4a0f-b246-f7fd5d0d37c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:59:51.155Z|b05cc7a5-14e3-4878-98b7-dbc2cb6bd995|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T05:59:51.156Z|b05cc7a5-14e3-4878-98b7-dbc2cb6bd995|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T05:59:55.756Z|984b1bc4-2683-4b8e-af49-82b4cb58ba0f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:59:55.757Z|984b1bc4-2683-4b8e-af49-82b4cb58ba0f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:59:56.116Z|c0b01992-4de3-47a8-a9ef-1badd62a0c2c|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T05:59:56.116Z|c0b01992-4de3-47a8-a9ef-1badd62a0c2c|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T05:59:57.344Z|fe20e166-7309-4f16-bff3-37baa7ef3fdc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:59:57.345Z|fe20e166-7309-4f16-bff3-37baa7ef3fdc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T05:59:59.050Z|329bc854-127e-4524-8d4e-094ad1ab0822|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T05:59:59.051Z|329bc854-127e-4524-8d4e-094ad1ab0822|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:00:05.089Z|8a6a41ee-a2f6-4e3b-b0a4-2087a3d51c71|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:00:05.089Z|8a6a41ee-a2f6-4e3b-b0a4-2087a3d51c71|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:00:05.789Z|db5d4288-7bf0-4f72-bfb9-7ea5d06101be|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:00:05.790Z|db5d4288-7bf0-4f72-bfb9-7ea5d06101be|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:00:07.370Z|d5fd1ea6-62ff-4e10-b5bd-39d9bc7412eb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:00:07.370Z|d5fd1ea6-62ff-4e10-b5bd-39d9bc7412eb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:00:09.082Z|80a45056-6ad9-4eb2-b939-6a9aae64e59f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:00:09.083Z|80a45056-6ad9-4eb2-b939-6a9aae64e59f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:00:15.824Z|63241239-1415-4fa1-aa84-85bf7d75d3d4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:00:15.825Z|63241239-1415-4fa1-aa84-85bf7d75d3d4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:00:17.400Z|2bb73e98-d912-4519-88ca-38fd331d2446|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:00:17.400Z|2bb73e98-d912-4519-88ca-38fd331d2446|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:00:19.113Z|bd5fe523-640d-4317-8798-3fbced0bb976|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:00:19.114Z|bd5fe523-640d-4317-8798-3fbced0bb976|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:00:20.089Z|eac1d5ce-abc3-4b48-baa3-7d4fba7abccb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:00:20.093Z|eac1d5ce-abc3-4b48-baa3-7d4fba7abccb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:00:21.156Z|a853e983-acdb-4130-9a68-4949afb3ec4f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:00:21.156Z|a853e983-acdb-4130-9a68-4949afb3ec4f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:00:25.850Z|5be571d7-8488-4292-b6b2-a8250ac819ac|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:00:25.851Z|5be571d7-8488-4292-b6b2-a8250ac819ac|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:00:27.430Z|c64891d0-a0af-448e-a66c-bf44ed0cac1d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:00:27.431Z|c64891d0-a0af-448e-a66c-bf44ed0cac1d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:00:29.146Z|d5fc3761-3675-42b5-8842-08d977324a5f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:00:29.147Z|d5fc3761-3675-42b5-8842-08d977324a5f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:00:35.089Z|074b6756-8441-4462-8fa9-e66a999e1f98|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:00:35.089Z|074b6756-8441-4462-8fa9-e66a999e1f98|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:00:35.885Z|fa375397-ff66-44c8-ae89-97a82eb21a40|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:00:35.886Z|fa375397-ff66-44c8-ae89-97a82eb21a40|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:00:37.460Z|c7f24e82-2f73-419f-980d-6a1f9bfbe6da|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:00:37.460Z|c7f24e82-2f73-419f-980d-6a1f9bfbe6da|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:00:39.179Z|4893832f-ce4f-42d9-b30c-5ebc90517698|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:00:39.180Z|4893832f-ce4f-42d9-b30c-5ebc90517698|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:00:45.916Z|b5b99590-87e6-4835-9f8d-8fe47fe61b8c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:00:45.917Z|b5b99590-87e6-4835-9f8d-8fe47fe61b8c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:00:47.490Z|8b4c49e0-dd37-4d30-b660-dee1bf78fddb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:00:47.491Z|8b4c49e0-dd37-4d30-b660-dee1bf78fddb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:00:49.211Z|726dd676-6404-46d7-96d3-ca029ab8303a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:00:49.212Z|726dd676-6404-46d7-96d3-ca029ab8303a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:00:50.089Z|03fcaa15-ce4f-4455-a8d3-b63720e2925a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:00:50.090Z|03fcaa15-ce4f-4455-a8d3-b63720e2925a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:00:51.157Z|cf326b5b-8efc-4d9e-95fc-92d03e73b7ba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:00:51.158Z|cf326b5b-8efc-4d9e-95fc-92d03e73b7ba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:00:55.951Z|029c7743-1cd0-4067-a1f2-f6b00357d9ff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:00:55.952Z|029c7743-1cd0-4067-a1f2-f6b00357d9ff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:00:56.116Z|b9a6e700-03de-45ff-99f1-9b06e30337d6|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:00:56.116Z|b9a6e700-03de-45ff-99f1-9b06e30337d6|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:00:57.522Z|347e4cd9-3d57-4dd1-8034-a388f003581e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:00:57.523Z|347e4cd9-3d57-4dd1-8034-a388f003581e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:00:59.245Z|5791050c-29d8-4bc6-b815-b731c2fbbbc7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:00:59.246Z|5791050c-29d8-4bc6-b815-b731c2fbbbc7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:01:05.089Z|996352a3-00a9-4e05-9332-85534a856e18|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:01:05.093Z|996352a3-00a9-4e05-9332-85534a856e18|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:01:05.983Z|925210ca-b8cb-4267-820d-a38315ae1689|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:01:05.984Z|925210ca-b8cb-4267-820d-a38315ae1689|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:01:07.555Z|52783a63-b92c-4d13-8e20-bc74bb2a450c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:01:07.556Z|52783a63-b92c-4d13-8e20-bc74bb2a450c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:01:09.278Z|f3b272b7-1df9-40e0-b185-1a5ed25bdaa1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:01:09.278Z|f3b272b7-1df9-40e0-b185-1a5ed25bdaa1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:01:16.026Z|9cf00e73-08dd-4da2-b5b0-10b5007eb413|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:01:16.027Z|9cf00e73-08dd-4da2-b5b0-10b5007eb413|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:01:17.590Z|53032ccf-f763-4627-90ca-7bd81adf545c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:01:17.591Z|53032ccf-f763-4627-90ca-7bd81adf545c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:01:19.312Z|9b2c2c06-4670-4229-97ba-ee8d08c41059|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:01:19.313Z|9b2c2c06-4670-4229-97ba-ee8d08c41059|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:01:20.089Z|1468978c-f3c5-4447-8def-0a6de765f508|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:01:20.090Z|1468978c-f3c5-4447-8def-0a6de765f508|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:01:21.158Z|bc47ebf3-ec25-4e7c-ae6d-9b6d468d19ec|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:01:21.159Z|bc47ebf3-ec25-4e7c-ae6d-9b6d468d19ec|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:01:26.059Z|34baacd8-e1a3-4a4f-a1c7-8b18f1cc7eab|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:01:26.060Z|34baacd8-e1a3-4a4f-a1c7-8b18f1cc7eab|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:01:27.639Z|ec7c1c64-d7b4-4b73-82cd-995243936220|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:01:27.646Z|ec7c1c64-d7b4-4b73-82cd-995243936220|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:01:29.346Z|20711c6d-9f34-426b-a8d4-22ac51b07e2e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:01:29.347Z|20711c6d-9f34-426b-a8d4-22ac51b07e2e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:01:35.089Z|40ce6f61-8666-4c98-a73c-31798e9dba7f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:01:35.090Z|40ce6f61-8666-4c98-a73c-31798e9dba7f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:01:36.090Z|cd1dd152-6340-494c-8649-c0e8a7f404cd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:01:36.091Z|cd1dd152-6340-494c-8649-c0e8a7f404cd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:01:37.683Z|5519a298-dbc5-46b4-ba55-a2d26b8c8327|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:01:37.684Z|5519a298-dbc5-46b4-ba55-a2d26b8c8327|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:01:39.371Z|02910b66-f704-42b1-84b9-a8a051191512|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:01:39.372Z|02910b66-f704-42b1-84b9-a8a051191512|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:01:46.126Z|6f26cb7c-5828-4472-ba4d-0fcff17bb6f8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:01:46.127Z|6f26cb7c-5828-4472-ba4d-0fcff17bb6f8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:01:47.715Z|c802aaa1-a87c-43a8-87ad-be6c23fc27df|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:01:47.718Z|c802aaa1-a87c-43a8-87ad-be6c23fc27df|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:01:49.401Z|1fe9e53c-5fe9-4f92-9379-414ee279eaa0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:01:49.402Z|1fe9e53c-5fe9-4f92-9379-414ee279eaa0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:01:50.089Z|006b8afa-367e-4672-87ef-f5e8adfd26b3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:01:50.093Z|006b8afa-367e-4672-87ef-f5e8adfd26b3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:01:51.160Z|f45a9d0f-4c9d-4a83-b936-77bd31603640|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:01:51.160Z|f45a9d0f-4c9d-4a83-b936-77bd31603640|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:01:56.116Z|156767f6-2019-4c6c-a6eb-621d641aceae|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:01:56.117Z|156767f6-2019-4c6c-a6eb-621d641aceae|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:01:56.155Z|846bb8e4-4db6-4f1d-88ec-85d846a026b6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:01:56.156Z|846bb8e4-4db6-4f1d-88ec-85d846a026b6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:01:57.748Z|9531732c-7e40-48cd-98bc-3ca2c53116aa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:01:57.749Z|9531732c-7e40-48cd-98bc-3ca2c53116aa|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:01:59.433Z|741accdf-ebfe-47b4-8a70-f45f09489b03|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:01:59.434Z|741accdf-ebfe-47b4-8a70-f45f09489b03|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:02:05.089Z|689ea082-9d1f-41a9-b33a-08430ab86b24|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:02:05.089Z|689ea082-9d1f-41a9-b33a-08430ab86b24|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:02:06.188Z|64e0e5a5-6376-481a-86d7-18293c0dd79f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:02:06.188Z|64e0e5a5-6376-481a-86d7-18293c0dd79f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:02:07.781Z|6c52063c-00a1-4da4-b4aa-4c99f313c5aa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:02:07.782Z|6c52063c-00a1-4da4-b4aa-4c99f313c5aa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:02:09.465Z|3245474c-d326-431d-87a9-6fdc992f9283|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:02:09.466Z|3245474c-d326-431d-87a9-6fdc992f9283|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:02:16.220Z|323176a7-73bb-47a1-82ca-c000fad60723|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:02:16.220Z|323176a7-73bb-47a1-82ca-c000fad60723|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:02:17.813Z|aa5d882e-b40a-4c6d-9380-81d39a94afd0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:02:17.814Z|aa5d882e-b40a-4c6d-9380-81d39a94afd0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:02:19.495Z|a7a1e755-623c-43fd-b38e-62568cd306e1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:02:19.496Z|a7a1e755-623c-43fd-b38e-62568cd306e1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:02:20.089Z|40611c5a-4514-4359-bbad-1f4da120134c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:02:20.089Z|40611c5a-4514-4359-bbad-1f4da120134c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:02:21.161Z|0fa99301-b13b-4118-aae5-12eca4a911b1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:02:21.161Z|0fa99301-b13b-4118-aae5-12eca4a911b1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:02:26.249Z|702e0716-ac52-4f9c-9bf4-5a52f5ee559c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:02:26.250Z|702e0716-ac52-4f9c-9bf4-5a52f5ee559c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:02:27.845Z|a7332fc0-4976-4b60-9bd1-1ff75cc11ceb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:02:27.845Z|a7332fc0-4976-4b60-9bd1-1ff75cc11ceb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:02:29.528Z|f2663c73-a877-4752-9e30-4a0434e6c025|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:02:29.530Z|f2663c73-a877-4752-9e30-4a0434e6c025|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:02:35.089Z|dd79c80e-5a53-4246-8f97-7d8eeef36b73|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:02:35.093Z|dd79c80e-5a53-4246-8f97-7d8eeef36b73|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:02:36.280Z|168d41ba-c284-4451-a2ef-74ace146a4a3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:02:36.281Z|168d41ba-c284-4451-a2ef-74ace146a4a3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:02:37.877Z|520e1979-e435-4aab-8f49-2dcf3c41923b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:02:37.878Z|520e1979-e435-4aab-8f49-2dcf3c41923b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:02:39.565Z|8199e70b-b33e-444c-b95f-d09f8fbf9eab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:02:39.566Z|8199e70b-b33e-444c-b95f-d09f8fbf9eab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:02:46.313Z|7cb121a3-e324-4fe3-a897-b1d034717569|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:02:46.314Z|7cb121a3-e324-4fe3-a897-b1d034717569|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:02:47.910Z|a5720389-b08f-48e0-9536-2b304345bb3d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:02:47.911Z|a5720389-b08f-48e0-9536-2b304345bb3d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:02:49.597Z|a1c65171-b85b-4f6b-af74-c64b4f875a3f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:02:49.598Z|a1c65171-b85b-4f6b-af74-c64b4f875a3f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:02:50.089Z|b18db1fc-bc40-4f23-ad30-5c0b6ea8390e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:02:50.089Z|b18db1fc-bc40-4f23-ad30-5c0b6ea8390e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:02:51.162Z|81138813-ffe1-4f08-8a2f-8865a88b7a09|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:02:51.163Z|81138813-ffe1-4f08-8a2f-8865a88b7a09|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:02:56.116Z|8099c090-1b50-4660-811e-52a10d07cff6|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:02:56.117Z|8099c090-1b50-4660-811e-52a10d07cff6|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:02:56.352Z|3ebc4977-e4f5-435e-8789-36985a3bde00|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:02:56.352Z|3ebc4977-e4f5-435e-8789-36985a3bde00|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:02:57.940Z|c19e0e5b-35ef-48eb-9a6d-492f659b61a3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:02:57.940Z|c19e0e5b-35ef-48eb-9a6d-492f659b61a3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:02:59.631Z|78d4c7c3-1a3d-4ac4-82cd-50d21a42ad66|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:02:59.632Z|78d4c7c3-1a3d-4ac4-82cd-50d21a42ad66|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:03:05.089Z|9eba2894-ca9d-4a4a-b0b5-ed8af49fb168|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:03:05.090Z|9eba2894-ca9d-4a4a-b0b5-ed8af49fb168|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:03:06.382Z|9d6ea9df-70d1-4857-9876-b899dc3873cb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:03:06.383Z|9d6ea9df-70d1-4857-9876-b899dc3873cb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:03:07.972Z|bef78eca-e999-4e92-a076-7f4a46cadb53|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:03:07.973Z|bef78eca-e999-4e92-a076-7f4a46cadb53|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:03:09.663Z|739814e7-789f-4ba7-ba03-5301d5a4d1d4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:03:09.663Z|739814e7-789f-4ba7-ba03-5301d5a4d1d4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:03:16.413Z|fb3aefaa-84c3-41e0-b1c3-858eff36eedf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:03:16.413Z|fb3aefaa-84c3-41e0-b1c3-858eff36eedf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:03:18.005Z|2e28f90c-a85e-4bdf-bfc8-6549674cba66|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:03:18.006Z|2e28f90c-a85e-4bdf-bfc8-6549674cba66|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:03:19.692Z|d0f4e5b0-9f9d-4148-ac05-2823262482b8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:03:19.693Z|d0f4e5b0-9f9d-4148-ac05-2823262482b8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:03:20.089Z|0de8355c-bf3b-41aa-92c3-d0563ced899e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:03:20.093Z|0de8355c-bf3b-41aa-92c3-d0563ced899e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:03:21.164Z|be8054ca-8cc5-42f0-9041-9862b80aaf9e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:03:21.164Z|be8054ca-8cc5-42f0-9041-9862b80aaf9e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:03:26.454Z|1d8df705-bea2-4994-8621-d717690d7fc1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:03:26.455Z|1d8df705-bea2-4994-8621-d717690d7fc1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:03:28.031Z|755ef621-a604-4075-ab23-85dacebf36a4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:03:28.032Z|755ef621-a604-4075-ab23-85dacebf36a4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:03:29.722Z|b488297e-311d-46fa-adee-eb6b611b8cf9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:03:29.722Z|b488297e-311d-46fa-adee-eb6b611b8cf9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:03:35.089Z|b152a2c6-2892-487d-b058-38e70d140cfa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:03:35.089Z|b152a2c6-2892-487d-b058-38e70d140cfa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:03:36.486Z|8765d142-5f8c-4527-b6c7-5f8b512a02bb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:03:36.486Z|8765d142-5f8c-4527-b6c7-5f8b512a02bb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:03:38.064Z|cb36ae9f-7bb6-4c3b-98c8-35861f109b0d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:03:38.064Z|cb36ae9f-7bb6-4c3b-98c8-35861f109b0d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:03:39.749Z|7fb184c1-4ec8-462d-aac2-4e57b480f228|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:03:39.750Z|7fb184c1-4ec8-462d-aac2-4e57b480f228|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:03:46.517Z|86bea1b2-1ecd-490d-a067-d2362d8a27f7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:03:46.518Z|86bea1b2-1ecd-490d-a067-d2362d8a27f7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:03:48.095Z|71a00b8c-7194-42ca-8c03-e86e1ef0d384|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:03:48.095Z|71a00b8c-7194-42ca-8c03-e86e1ef0d384|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:03:49.778Z|39e8c38f-0162-48ba-b265-2b49dec05083|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:03:49.779Z|39e8c38f-0162-48ba-b265-2b49dec05083|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:03:50.089Z|4babc1ad-d4c0-477b-a4ad-df24af57b3c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:03:50.089Z|4babc1ad-d4c0-477b-a4ad-df24af57b3c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:03:51.165Z|7c5296a8-d772-4c1e-9f44-fedf02ed5c39|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:03:51.165Z|7c5296a8-d772-4c1e-9f44-fedf02ed5c39|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:03:56.116Z|10e2e8ae-fdb1-47eb-a10f-c71bafe74ac2|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:03:56.116Z|10e2e8ae-fdb1-47eb-a10f-c71bafe74ac2|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:03:56.551Z|3604e838-9f2c-40d0-a41b-5bf80388f78d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:03:56.551Z|3604e838-9f2c-40d0-a41b-5bf80388f78d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:03:58.126Z|3ec31877-dc3e-40fa-b856-92b3ad3d8a16|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:03:58.127Z|3ec31877-dc3e-40fa-b856-92b3ad3d8a16|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:03:59.802Z|63f11144-3026-4415-9bbe-7de4e0a96081|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:03:59.803Z|63f11144-3026-4415-9bbe-7de4e0a96081|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:04:05.089Z|f45ef8fd-3e5c-4047-8192-590c51644c56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:04:05.089Z|f45ef8fd-3e5c-4047-8192-590c51644c56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:04:06.582Z|ae180294-3801-4fbb-a3b2-800e0e3e5867|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:04:06.583Z|ae180294-3801-4fbb-a3b2-800e0e3e5867|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:04:08.157Z|5c20e600-8d9e-480c-bf8b-16cc15131d34|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:04:08.158Z|5c20e600-8d9e-480c-bf8b-16cc15131d34|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:04:09.833Z|22c9a637-550a-488d-96ca-a550c7194b22|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:04:09.834Z|22c9a637-550a-488d-96ca-a550c7194b22|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:04:16.614Z|1aaa7d45-0c2d-4a4a-bf51-3187fe71df82|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:04:16.615Z|1aaa7d45-0c2d-4a4a-bf51-3187fe71df82|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:04:18.189Z|22e23d79-a283-4adc-bd58-2bfd92e805c7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:04:18.190Z|22e23d79-a283-4adc-bd58-2bfd92e805c7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:04:19.865Z|3ba9fbaa-1c4e-438f-a85d-7db1c1e7cf52|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:04:19.866Z|3ba9fbaa-1c4e-438f-a85d-7db1c1e7cf52|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:04:20.089Z|4395d15d-0535-4924-9473-f581481e4ade|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:04:20.090Z|4395d15d-0535-4924-9473-f581481e4ade|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:04:21.166Z|f7866949-3c1c-4f26-b0cb-11d0d0bf6f7e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:04:21.167Z|f7866949-3c1c-4f26-b0cb-11d0d0bf6f7e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:04:26.646Z|45596c92-4976-434c-a790-feef1f0ffc71|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:04:26.646Z|45596c92-4976-434c-a790-feef1f0ffc71|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:04:28.219Z|6b55a22d-ba81-402f-bf01-e432b390949a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:04:28.220Z|6b55a22d-ba81-402f-bf01-e432b390949a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:04:29.895Z|dba130b7-a7d8-46dc-b07f-1a966922263a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:04:29.896Z|dba130b7-a7d8-46dc-b07f-1a966922263a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:04:35.089Z|d84e1eff-2ebf-44e6-9f75-66a0c149bd33|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:04:35.090Z|d84e1eff-2ebf-44e6-9f75-66a0c149bd33|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:04:36.678Z|6f93f0e8-2566-4c9d-a567-4fc5183d5f6d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:04:36.679Z|6f93f0e8-2566-4c9d-a567-4fc5183d5f6d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:04:38.246Z|472177db-94e3-4588-a009-9f6050a2409d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:04:38.246Z|472177db-94e3-4588-a009-9f6050a2409d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:04:39.926Z|5ce761d2-ad89-4817-8b72-4c25f87bf1d6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:04:39.926Z|5ce761d2-ad89-4817-8b72-4c25f87bf1d6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:04:46.720Z|dc68aad8-7dee-4830-bbf0-16e90ec4fd48|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:04:46.722Z|dc68aad8-7dee-4830-bbf0-16e90ec4fd48|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:04:48.277Z|8c6453a2-71a9-4735-a649-f9dda18401fe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:04:48.278Z|8c6453a2-71a9-4735-a649-f9dda18401fe|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:04:49.955Z|92fe52f3-3f4e-4fab-a02a-873c08919394|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:04:49.956Z|92fe52f3-3f4e-4fab-a02a-873c08919394|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:04:50.089Z|e952d3c3-7572-44c0-a3ee-a7c0c905095a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:04:50.090Z|e952d3c3-7572-44c0-a3ee-a7c0c905095a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:04:51.168Z|09cf1f39-bbff-46be-b62e-9186583cfe5c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:04:51.169Z|09cf1f39-bbff-46be-b62e-9186583cfe5c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:04:56.115Z|7e0d9f32-fc8a-451c-a793-e35baf1c330d|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:04:56.116Z|7e0d9f32-fc8a-451c-a793-e35baf1c330d|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:04:56.755Z|54da4e7f-9f8e-4bb5-bea3-b6cc1f3f5bac|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:04:56.756Z|54da4e7f-9f8e-4bb5-bea3-b6cc1f3f5bac|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:04:58.309Z|4acbef55-44fb-4749-a8c6-84512a44db7d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:04:58.310Z|4acbef55-44fb-4749-a8c6-84512a44db7d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:04:59.988Z|b7fe5b79-3a99-404e-a9a4-148f141ec3b3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:04:59.989Z|b7fe5b79-3a99-404e-a9a4-148f141ec3b3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:05:05.089Z|aad1bad4-cd5c-477c-b3dd-ba8ffb14b394|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:05:05.089Z|aad1bad4-cd5c-477c-b3dd-ba8ffb14b394|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:05:06.788Z|b6c1cbc1-dbdf-49ce-9830-acf5d049f9cd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:05:06.789Z|b6c1cbc1-dbdf-49ce-9830-acf5d049f9cd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:05:08.344Z|47c41da7-bfa9-459e-97ed-bed22390609a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:05:08.345Z|47c41da7-bfa9-459e-97ed-bed22390609a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:05:10.019Z|ce00f63d-10b3-4514-bddf-40509d8b9766|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:05:10.019Z|ce00f63d-10b3-4514-bddf-40509d8b9766|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:05:16.862Z|cfda449c-39c7-44c2-b0b0-cdeeee4087dd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:05:16.864Z|cfda449c-39c7-44c2-b0b0-cdeeee4087dd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:05:18.377Z|929e0dd7-659b-4d58-96f5-4ace98c788db|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:05:18.378Z|929e0dd7-659b-4d58-96f5-4ace98c788db|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:05:20.047Z|d055541f-fd6d-4530-bcb9-7c4e89ca3100|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:05:20.048Z|d055541f-fd6d-4530-bcb9-7c4e89ca3100|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:05:20.089Z|d6a931e7-9907-4ad3-b1e9-dbc7c3eee822|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:05:20.089Z|d6a931e7-9907-4ad3-b1e9-dbc7c3eee822|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:05:21.170Z|755df55f-caee-4379-96e7-2309ad75462d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:05:21.170Z|755df55f-caee-4379-96e7-2309ad75462d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:05:26.904Z|5cb6b2cc-f5fc-4daf-b581-2deec28a7132|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:05:26.905Z|5cb6b2cc-f5fc-4daf-b581-2deec28a7132|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:05:28.408Z|8bed884f-e23e-4f9f-bd3b-9c64077e7ade|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:05:28.409Z|8bed884f-e23e-4f9f-bd3b-9c64077e7ade|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:05:30.077Z|0031e048-24d8-4c46-8416-1a80bab95d8a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:05:30.079Z|0031e048-24d8-4c46-8416-1a80bab95d8a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:05:35.089Z|acdafc00-8e93-4319-8552-368fce56b160|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:05:35.093Z|acdafc00-8e93-4319-8552-368fce56b160|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:05:36.935Z|580b9897-95e0-4a05-b57b-2c0e9af66c96|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:05:36.936Z|580b9897-95e0-4a05-b57b-2c0e9af66c96|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:05:38.439Z|08bdc960-b0b3-4243-8d16-0a895a97a22d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:05:38.440Z|08bdc960-b0b3-4243-8d16-0a895a97a22d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:05:40.109Z|fcfc81ac-b3e6-4112-a862-0f76cb03b865|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:05:40.109Z|fcfc81ac-b3e6-4112-a862-0f76cb03b865|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:05:46.965Z|b16875c7-3429-4ba8-a243-7319a4731b2a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:05:46.965Z|b16875c7-3429-4ba8-a243-7319a4731b2a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:05:48.508Z|dceeb27c-4c64-42fc-8e68-08f925031758|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:05:48.509Z|dceeb27c-4c64-42fc-8e68-08f925031758|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:05:50.090Z|6bffc0f1-3a01-4ddf-a09a-de4ada683031|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:05:50.090Z|6bffc0f1-3a01-4ddf-a09a-de4ada683031|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:05:50.141Z|1649f2cb-12c4-4ac4-9551-df6831e78380|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:05:50.141Z|1649f2cb-12c4-4ac4-9551-df6831e78380|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:05:51.171Z|c2cdb43a-8d77-4afe-a34d-ba0ba94c26f9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:05:51.171Z|c2cdb43a-8d77-4afe-a34d-ba0ba94c26f9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:05:56.117Z|8e160ad7-1f83-4be9-9cb5-587177886ca4|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:05:56.118Z|8e160ad7-1f83-4be9-9cb5-587177886ca4|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:05:56.997Z|c5d82e09-b322-4253-bce4-1ddd4dc91df8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:05:56.998Z|c5d82e09-b322-4253-bce4-1ddd4dc91df8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:05:58.543Z|9c5a9d19-14ec-4df6-9b9a-bf27cb4fb90e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:05:58.544Z|9c5a9d19-14ec-4df6-9b9a-bf27cb4fb90e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:06:00.169Z|312b0946-5c51-4727-ae2c-b84072515211|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:06:00.170Z|312b0946-5c51-4727-ae2c-b84072515211|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:06:05.089Z|e1652f92-655b-4831-a689-ef128cc5ba03|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:06:05.089Z|e1652f92-655b-4831-a689-ef128cc5ba03|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:06:07.027Z|a3011a1b-cb84-4cd8-9c82-32a912c2f3d3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:06:07.027Z|a3011a1b-cb84-4cd8-9c82-32a912c2f3d3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:06:08.575Z|4150a2b9-801a-47d4-9367-93147b2509fa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:06:08.576Z|4150a2b9-801a-47d4-9367-93147b2509fa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:06:10.201Z|323fd70f-0448-4f0c-ba57-064b19e1df68|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:06:10.201Z|323fd70f-0448-4f0c-ba57-064b19e1df68|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:06:17.062Z|890c439b-cf0a-4383-9bd7-52c843ea5b1c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:06:17.062Z|890c439b-cf0a-4383-9bd7-52c843ea5b1c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:06:18.609Z|4e192879-33cc-4a5e-b67a-e837b99d8479|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:06:18.610Z|4e192879-33cc-4a5e-b67a-e837b99d8479|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:06:20.089Z|1f93c496-6279-4ea1-932c-db62ba852ab7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:06:20.094Z|1f93c496-6279-4ea1-932c-db62ba852ab7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:06:20.233Z|a9bc5679-7464-48e3-9ae2-827c611e498f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:06:20.233Z|a9bc5679-7464-48e3-9ae2-827c611e498f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:06:21.172Z|ffe3ced6-ca62-4155-adf1-3ca41c183646|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:06:21.172Z|ffe3ced6-ca62-4155-adf1-3ca41c183646|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:06:27.094Z|e56b6ad0-b3c7-44bb-94d0-58de55ba27c9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:06:27.095Z|e56b6ad0-b3c7-44bb-94d0-58de55ba27c9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:06:28.643Z|eea39988-d854-40cb-87eb-dd706b430416|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:06:28.644Z|eea39988-d854-40cb-87eb-dd706b430416|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:06:30.263Z|1c0453bf-ef25-49a2-8f0f-01f245c61a87|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:06:30.263Z|1c0453bf-ef25-49a2-8f0f-01f245c61a87|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:06:35.089Z|227d5547-a74b-4ef1-bb49-8506a01362c7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:06:35.090Z|227d5547-a74b-4ef1-bb49-8506a01362c7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:06:37.125Z|410bad7f-2821-4ba9-be21-ff47b4c103ce|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:06:37.125Z|410bad7f-2821-4ba9-be21-ff47b4c103ce|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:06:38.676Z|31083c4a-3df5-403a-a999-e2c0745d8394|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:06:38.677Z|31083c4a-3df5-403a-a999-e2c0745d8394|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:06:40.287Z|85e56876-9b5c-46f9-8ae3-a7d9b0e4d13b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:06:40.288Z|85e56876-9b5c-46f9-8ae3-a7d9b0e4d13b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:06:44.306Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:06:44.308Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Checking if requestId: c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2 already exists in requestDb InfraActiveRequests table
2023-03-28T06:06:44.310Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2
2023-03-28T06:06:44.311Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|INFO|500||Invoke
2023-03-28T06:06:44.311Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||===========================request begin================================================
2023-03-28T06:06:44.311Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2
2023-03-28T06:06:44.311Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Method      : GET
2023-03-28T06:06:44.311Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"35d698df5f5679d0ec319d23e16fadb8", X-B3-SpanId:"9729a3987aed1d8f", X-B3-ParentSpanId:"065976c2651adea0", X-B3-Sampled:"0", X-ONAP-RequestID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-RequestID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-TransactionID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-ECOMP-RequestID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a16afb19-820b-4347-bf2d-289584817f83"]
2023-03-28T06:06:44.311Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Request body: 
2023-03-28T06:06:44.311Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||==========================request end================================================
2023-03-28T06:06:44.352Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||============================response begin==========================================
2023-03-28T06:06:44.352Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T06:06:44.353Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Status text  : Not Found
2023-03-28T06:06:44.353Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 06:06:44 GMT", x-envoy-upstream-service-time:"35", server:"envoy"]
2023-03-28T06:06:44.354Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Response body: 
2023-03-28T06:06:44.354Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||=======================response end=================================================
2023-03-28T06:06:44.354Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|INFO|404|Not Found|InvokeReturn
2023-03-28T06:06:44.371Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Running local validations
2023-03-28T06:06:44.377Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T06:06:44.397Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]}
2023-03-28T06:06:44.397Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|INFO|500||Invoke
2023-03-28T06:06:44.457Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|INFO|500||InvokeReturn
2023-03-28T06:06:44.458Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883 has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 06:06:43 GMT], server=[envoy], content-length=[607], x-envoy-upstream-service-time=[49], vertex-id=[168136], x-aai-txid=[0-aai-resources-230328-06:06:43:425-78898], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T06:06:44.459Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||{"tenant-id":"dbdab9c92e304927ab8038a443bd1883","tenant-name":"onap-daily-master-sm","tenant-context":"None","resource-version":"1679983602178","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicvm-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_vm"}]}]}}

2023-03-28T06:06:44.461Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Validating the Service Instance request
2023-03-28T06:06:44.462Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7
2023-03-28T06:06:44.464Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T06:06:44.464Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke
2023-03-28T06:06:44.465Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================
2023-03-28T06:06:44.465Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T06:06:44.465Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method      : POST
2023-03-28T06:06:44.466Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"110", X-B3-TraceId:"35d698df5f5679d0ec319d23e16fadb8", X-B3-SpanId:"869346c9f0271c08", X-B3-ParentSpanId:"065976c2651adea0", X-B3-Sampled:"0", X-ONAP-RequestID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-RequestID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-TransactionID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-ECOMP-RequestID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f5e33aa2-f2f1-4ac3-95b5-33ac12cc3b1f"]
2023-03-28T06:06:44.466Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":null,"instanceName":"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b","requestScope":"service"}
2023-03-28T06:06:44.467Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================
2023-03-28T06:06:44.502Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin==========================================
2023-03-28T06:06:44.503Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code  : 200 OK
2023-03-28T06:06:44.503Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text  : OK
2023-03-28T06:06:44.503Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers      : [x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 06:06:44 GMT", x-envoy-upstream-service-time:"31", server:"envoy"]
2023-03-28T06:06:44.504Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 
2023-03-28T06:06:44.504Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end=================================================
2023-03-28T06:06:44.504Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn
2023-03-28T06:06:44.505Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T06:06:44.506Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke
2023-03-28T06:06:44.506Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================
2023-03-28T06:06:44.507Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T06:06:44.507Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method      : GET
2023-03-28T06:06:44.507Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-RequestID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-TransactionID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-ECOMP-RequestID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"916f66be-0de9-4f90-82ee-365bc4423eb2"]
2023-03-28T06:06:44.507Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 
2023-03-28T06:06:44.508Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================
2023-03-28T06:06:44.566Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin==========================================
2023-03-28T06:06:44.567Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code  : 200 OK
2023-03-28T06:06:44.567Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text  : OK
2023-03-28T06:06:44.568Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 06:06:44 GMT", x-envoy-upstream-service-time:"53", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:06:44.570Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: {
  "modelName" : "GR-API-DEFAULT",
  "description" : "Gr api service for VID to use for infra APIH orchestration",
  "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b",
  "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672",
  "created" : "2023-03-28 00:09:21.000",
  "modelVersion" : "1.0",
  "serviceType" : null,
  "serviceRole" : null,
  "serviceFunction" : null,
  "environmentContext" : null,
  "workloadContext" : null,
  "category" : null,
  "resourceOrder" : null,
  "distrobutionStatus" : null,
  "serviceArtifactList" : [ ],
  "serviceInfos" : [ ],
  "namingPolicy" : null,
  "onapGeneratedNaming" : null,
  "blueprintName" : null,
  "blueprintVersion" : null,
  "skipPostInstConf" : true,
  "controllerActor" : null,
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "recipes" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes"
    },
    "pnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations"
    },
    "collectionResourceCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations"
    },
    "vnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations"
    },
    "configurationCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations"
    },
    "networkCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations"
    },
    "allottedCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations"
    },
    "serviceProxyCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations"
    },
    "csar" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar"
    }
  }
}
2023-03-28T06:06:44.571Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end=================================================
2023-03-28T06:06:44.571Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn
2023-03-28T06:06:44.580Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance
2023-03-28T06:06:44.580Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||Invoke
2023-03-28T06:06:44.580Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||===========================request begin================================================
2023-03-28T06:06:44.580Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance
2023-03-28T06:06:44.580Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Method      : GET
2023-03-28T06:06:44.581Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-RequestID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-TransactionID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-ECOMP-RequestID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"fe9087f4-bcc4-46bb-856d-b14176be674e"]
2023-03-28T06:06:44.581Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Request body: 
2023-03-28T06:06:44.581Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||==========================request end================================================
2023-03-28T06:06:44.616Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||============================response begin==========================================
2023-03-28T06:06:44.616Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status code  : 200 OK
2023-03-28T06:06:44.616Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status text  : OK
2023-03-28T06:06:44.617Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 06:06:44 GMT", x-envoy-upstream-service-time:"31", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:06:44.618Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Response body: {
  "id" : 531,
  "serviceModelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b",
  "action" : "createInstance",
  "description" : "Gr api recipe to create service-instance",
  "orchestrationUri" : "/mso/async/services/WorkflowActionBB",
  "paramXsd" : null,
  "recipeTimeout" : 180,
  "serviceTimeoutInterim" : null,
  "created" : "2023-03-28T00:09:21.000+00:00",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/531"
    },
    "serviceRecipe" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/531"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/531/service"
    }
  }
}
2023-03-28T06:06:44.619Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||=======================response end=================================================
2023-03-28T06:06:44.619Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||InvokeReturn
2023-03-28T06:06:44.621Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T06:06:44.621Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke
2023-03-28T06:06:44.621Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================
2023-03-28T06:06:44.621Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T06:06:44.622Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method      : GET
2023-03-28T06:06:44.622Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-RequestID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-TransactionID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-ECOMP-RequestID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"06991a28-ac1a-4499-ac1a-8c78d51e2f7f"]
2023-03-28T06:06:44.622Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 
2023-03-28T06:06:44.622Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================
2023-03-28T06:06:44.657Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin==========================================
2023-03-28T06:06:44.658Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code  : 200 OK
2023-03-28T06:06:44.658Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text  : OK
2023-03-28T06:06:44.658Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 06:06:44 GMT", x-envoy-upstream-service-time:"32", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:06:44.658Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: {
  "modelName" : "GR-API-DEFAULT",
  "description" : "Gr api service for VID to use for infra APIH orchestration",
  "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b",
  "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672",
  "created" : "2023-03-28 00:09:21.000",
  "modelVersion" : "1.0",
  "serviceType" : null,
  "serviceRole" : null,
  "serviceFunction" : null,
  "environmentContext" : null,
  "workloadContext" : null,
  "category" : null,
  "resourceOrder" : null,
  "distrobutionStatus" : null,
  "serviceArtifactList" : [ ],
  "serviceInfos" : [ ],
  "namingPolicy" : null,
  "onapGeneratedNaming" : null,
  "blueprintName" : null,
  "blueprintVersion" : null,
  "skipPostInstConf" : true,
  "controllerActor" : null,
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "recipes" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes"
    },
    "pnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations"
    },
    "collectionResourceCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations"
    },
    "vnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations"
    },
    "configurationCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations"
    },
    "networkCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations"
    },
    "allottedCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations"
    },
    "serviceProxyCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations"
    },
    "csar" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar"
    }
  }
}
2023-03-28T06:06:44.659Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end=================================================
2023-03-28T06:06:44.659Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn
2023-03-28T06:06:44.666Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T06:06:44.667Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke
2023-03-28T06:06:44.667Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================
2023-03-28T06:06:44.668Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T06:06:44.668Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method      : POST
2023-03-28T06:06:44.668Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers     : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"1831", X-B3-TraceId:"35d698df5f5679d0ec319d23e16fadb8", X-B3-SpanId:"bbfb6322c3f9c7ef", X-B3-ParentSpanId:"065976c2651adea0", X-B3-Sampled:"0", X-ONAP-RequestID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-RequestID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-TransactionID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-ECOMP-RequestID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f9c78c85-7aae-40bb-9c92-3f73c0517bb0"]
2023-03-28T06:06:44.668Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2","requestStatus":"IN_PROGRESS","startTime":1679983604372,"source":"VID","tenantId":"dbdab9c92e304927ab8038a443bd1883","requestBody":"{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n\t\t\t\"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\",\n\t\t\t\"modelName\": \"basic_vm\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_vm\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicvm-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicvm-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n\t\t\t\"owningEntityName\": \"basicvm-oe\"\n\t\t}\n\t}\n}","lastModifiedBy":"APIH","cloudRegion":"RegionOne","serviceInstanceName":"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b","requestScope":"service","requestAction":"createInstance","requestorId":"demo","requestUrl":"https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances","tenantName":"onap-daily-master-sm","cloudApiRequests":[],"requestURI":"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2"}
2023-03-28T06:06:44.668Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================
2023-03-28T06:06:44.717Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin==========================================
2023-03-28T06:06:44.718Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code  : 201 CREATED
2023-03-28T06:06:44.718Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text  : Created
2023-03-28T06:06:44.719Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:06:44 GMT", x-envoy-upstream-service-time:"45", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:06:44.719Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: {
  "requestId" : "c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T06:06:44.372+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n\t\t\t\"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\",\n\t\t\t\"modelName\": \"basic_vm\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_vm\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicvm-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicvm-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n\t\t\t\"owningEntityName\": \"basicvm-oe\"\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "APIH",
  "modifyTime" : "2023-03-28T06:06:44.498+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2"
    }
  }
}
2023-03-28T06:06:44.720Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end=================================================
2023-03-28T06:06:44.720Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn
2023-03-28T06:06:44.736Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T06:06:44.736Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke
2023-03-28T06:06:44.736Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================
2023-03-28T06:06:44.736Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T06:06:44.737Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method      : POST
2023-03-28T06:06:44.737Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers     : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"2243", X-B3-TraceId:"35d698df5f5679d0ec319d23e16fadb8", X-B3-SpanId:"6b325078b133351a", X-B3-ParentSpanId:"065976c2651adea0", X-B3-Sampled:"0", X-ONAP-RequestID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-RequestID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-TransactionID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-ECOMP-RequestID:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a714fa4d-d18e-4fe6-a21b-6637dc3a38ef"]
2023-03-28T06:06:44.737Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelInvariantId\":\"22d33c51-a0cb-43ff-b88c-056b90379b28\",\"modelType\":\"service\",\"modelName\":\"basic_vm\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"f13ca837-ae90-403c-9881-446f755d4bf8\",\"modelUuid\":\"f13ca837-ae90-403c-9881-446f755d4bf8\",\"modelInvariantUuid\":\"22d33c51-a0cb-43ff-b88c-056b90379b28\"},\"requestInfo\":{\"source\":\"VID\",\"instanceName\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"subscriberInfo\":{\"globalSubscriberId\":\"basicvm-customer\"},\"cloudConfiguration\":{\"tenantId\":\"dbdab9c92e304927ab8038a443bd1883\",\"cloudOwner\":\"basicvm-cloud-owner\",\"lcpCloudRegionId\":\"RegionOne\"},\"requestParameters\":{\"subscriptionServiceType\":\"basic_vm\",\"aLaCarte\":true,\"usePreload\":true,\"testApi\":\"GR_API\"},\"project\":{\"projectName\":\"basicvm-project\"},\"owningEntity\":{\"owningEntityId\":\"e62ccc81-460c-4672-b718-69ca3f69db04\",\"owningEntityName\":\"basicvm-oe\"}}}","type":"String"},"requestId":{"value":"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2","type":"String"},"mso-request-id":{"value":"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"createInstance","type":"String"},"serviceInstanceId":{"value":"","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}}
2023-03-28T06:06:44.737Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================
2023-03-28T06:06:45.762Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin==========================================
2023-03-28T06:06:45.763Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code  : 202 ACCEPTED
2023-03-28T06:06:45.763Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text  : Accepted
2023-03-28T06:06:45.764Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers      : [date:"Tue, 28 Mar 2023 06:06:45 GMT", x-onap-requestid:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", x-requestid:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", x-transactionid:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", x-ecomp-requestid:"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2", x-onap-partnername:"UNKNOWN", x-invocationid:"a714fa4d-d18e-4fe6-a21b-6637dc3a38ef", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", x-envoy-upstream-service-time:"1020", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:06:45.764Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2\",\"instanceId\":\"1a23bea9-596a-44fe-a0bd-45ec40a92293\"}}","message":"Success","processInstanceID":"b74cd95d-cd2e-11ed-8192-02f87d878986","variables":null,"messageCode":200}
2023-03-28T06:06:45.764Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end=================================================
2023-03-28T06:06:45.765Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn
2023-03-28T06:06:45.771Z|c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:06:46.036Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:06:46.041Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2
2023-03-28T06:06:46.041Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|INFO|500||Invoke
2023-03-28T06:06:46.042Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||===========================request begin================================================
2023-03-28T06:06:46.042Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2
2023-03-28T06:06:46.042Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Method      : GET
2023-03-28T06:06:46.042Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d2d6fb5f7321e764403ed89d9f87e73c", X-B3-SpanId:"ab39938d0519cb7d", X-B3-ParentSpanId:"75300342c9eac3bc", X-B3-Sampled:"0", X-ONAP-RequestID:"9f6cb94a-1927-474e-8a42-de29ddc6900c", X-RequestID:"9f6cb94a-1927-474e-8a42-de29ddc6900c", X-TransactionID:"9f6cb94a-1927-474e-8a42-de29ddc6900c", X-ECOMP-RequestID:"9f6cb94a-1927-474e-8a42-de29ddc6900c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2201c094-f1fc-419e-b214-7b8fde4dca67"]
2023-03-28T06:06:46.042Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Request body: 
2023-03-28T06:06:46.042Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||==========================request end================================================
2023-03-28T06:06:46.085Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||============================response begin==========================================
2023-03-28T06:06:46.085Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:06:46.086Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Status text  : OK
2023-03-28T06:06:46.086Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:06:45 GMT", x-envoy-upstream-service-time:"39", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:06:46.087Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Response body: {
  "requestId" : "c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T06:06:44.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n\t\t\t\"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\",\n\t\t\t\"modelName\": \"basic_vm\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_vm\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicvm-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicvm-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n\t\t\t\"owningEntityName\": \"basicvm-oe\"\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:06:44.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "serviceInstanceName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2"
    }
  }
}
2023-03-28T06:06:46.087Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||=======================response end=================================================
2023-03-28T06:06:46.088Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|INFO|500||InvokeReturn
2023-03-28T06:06:46.089Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false
2023-03-28T06:06:46.090Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:06:46.090Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:06:46.090Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false
2023-03-28T06:06:46.090Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:06:46.091Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d2d6fb5f7321e764403ed89d9f87e73c", X-B3-SpanId:"5aab1734b0a7eb8e", X-B3-ParentSpanId:"75300342c9eac3bc", X-B3-Sampled:"0", X-ONAP-RequestID:"9f6cb94a-1927-474e-8a42-de29ddc6900c", X-RequestID:"9f6cb94a-1927-474e-8a42-de29ddc6900c", X-TransactionID:"9f6cb94a-1927-474e-8a42-de29ddc6900c", X-ECOMP-RequestID:"9f6cb94a-1927-474e-8a42-de29ddc6900c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e537ce36-fffe-4fc9-a3ef-dac74e1d8687"]
2023-03-28T06:06:46.091Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:06:46.092Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:06:46.116Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:06:46.117Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:06:46.118Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:06:46.118Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:06:45 GMT", x-envoy-upstream-service-time:"19", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:06:46.119Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T06:06:46.119Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:06:46.120Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:06:46.132Z|9f6cb94a-1927-474e-8a42-de29ddc6900c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:06:47.157Z|f7c7990f-1d53-4464-9749-7a05a1af4a71|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:06:47.157Z|f7c7990f-1d53-4464-9749-7a05a1af4a71|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:06:48.706Z|ac4aee8c-c96c-42de-a8a8-e82822bb7d42|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:06:48.707Z|ac4aee8c-c96c-42de-a8a8-e82822bb7d42|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:06:50.089Z|d2a486ad-10a7-4dc7-9ebc-17a85114b10d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:06:50.089Z|d2a486ad-10a7-4dc7-9ebc-17a85114b10d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:06:50.317Z|e3b44644-d0cc-424f-9e6f-0a2fd750cf81|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:06:50.318Z|e3b44644-d0cc-424f-9e6f-0a2fd750cf81|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:06:51.173Z|58a29e3f-909e-47b0-b4b0-69f26d1fa197|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:06:51.173Z|58a29e3f-909e-47b0-b4b0-69f26d1fa197|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:06:56.115Z|ed8aa855-7b15-4109-bc02-671bf397883d|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:06:56.116Z|ed8aa855-7b15-4109-bc02-671bf397883d|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:06:56.344Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:06:56.349Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2
2023-03-28T06:06:56.350Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|INFO|500||Invoke
2023-03-28T06:06:56.350Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||===========================request begin================================================
2023-03-28T06:06:56.351Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2
2023-03-28T06:06:56.351Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Method      : GET
2023-03-28T06:06:56.351Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f21b597d3764b8b06855c91eb5c5b59c", X-B3-SpanId:"b45fa3e7a9e5147f", X-B3-ParentSpanId:"77569f0e01c51f3b", X-B3-Sampled:"0", X-ONAP-RequestID:"838dd134-be46-4e09-b831-d346550ff372", X-RequestID:"838dd134-be46-4e09-b831-d346550ff372", X-TransactionID:"838dd134-be46-4e09-b831-d346550ff372", X-ECOMP-RequestID:"838dd134-be46-4e09-b831-d346550ff372", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"19b47052-6ab7-49eb-ae05-ef69c0b489c7"]
2023-03-28T06:06:56.351Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Request body: 
2023-03-28T06:06:56.352Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||==========================request end================================================
2023-03-28T06:06:56.385Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||============================response begin==========================================
2023-03-28T06:06:56.386Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:06:56.386Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Status text  : OK
2023-03-28T06:06:56.386Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:06:55 GMT", x-envoy-upstream-service-time:"29", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:06:56.387Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Response body: {
  "requestId" : "c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:06:44.000+00:00",
  "endTime" : "2023-03-28T06:06:50.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n\t\t\t\"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\",\n\t\t\t\"modelName\": \"basic_vm\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_vm\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicvm-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicvm-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n\t\t\t\"owningEntityName\": \"basicvm-oe\"\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:06:50.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "serviceInstanceName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2"
    }
  }
}
2023-03-28T06:06:56.387Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||=======================response end=================================================
2023-03-28T06:06:56.387Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|INFO|500||InvokeReturn
2023-03-28T06:06:56.389Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false
2023-03-28T06:06:56.389Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:06:56.389Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:06:56.389Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false
2023-03-28T06:06:56.390Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:06:56.390Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f21b597d3764b8b06855c91eb5c5b59c", X-B3-SpanId:"0e65c3131422b374", X-B3-ParentSpanId:"77569f0e01c51f3b", X-B3-Sampled:"0", X-ONAP-RequestID:"838dd134-be46-4e09-b831-d346550ff372", X-RequestID:"838dd134-be46-4e09-b831-d346550ff372", X-TransactionID:"838dd134-be46-4e09-b831-d346550ff372", X-ECOMP-RequestID:"838dd134-be46-4e09-b831-d346550ff372", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f10ab910-b2f8-47fe-8896-e3ab69547146"]
2023-03-28T06:06:56.390Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:06:56.390Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:06:56.413Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:06:56.414Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:06:56.414Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:06:56.414Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:06:55 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:06:56.414Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T06:06:56.414Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:06:56.415Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:06:56.422Z|838dd134-be46-4e09-b831-d346550ff372|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:06:56.610Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:06:56.616Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2
2023-03-28T06:06:56.616Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|INFO|500||Invoke
2023-03-28T06:06:56.617Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||===========================request begin================================================
2023-03-28T06:06:56.617Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2
2023-03-28T06:06:56.617Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Method      : GET
2023-03-28T06:06:56.617Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"aa4e28bfa0b09c05411685f07a33c6c0", X-B3-SpanId:"eab80bdbd0522c1f", X-B3-ParentSpanId:"d2615f995a5ea853", X-B3-Sampled:"0", X-ONAP-RequestID:"0ad086e9-246a-461d-9087-6527a3a02a88", X-RequestID:"0ad086e9-246a-461d-9087-6527a3a02a88", X-TransactionID:"0ad086e9-246a-461d-9087-6527a3a02a88", X-ECOMP-RequestID:"0ad086e9-246a-461d-9087-6527a3a02a88", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b71f6787-04ef-4dd9-828c-b491f6f3a736"]
2023-03-28T06:06:56.617Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Request body: 
2023-03-28T06:06:56.617Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||==========================request end================================================
2023-03-28T06:06:56.649Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||============================response begin==========================================
2023-03-28T06:06:56.650Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:06:56.650Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Status text  : OK
2023-03-28T06:06:56.650Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:06:55 GMT", x-envoy-upstream-service-time:"29", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:06:56.650Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Response body: {
  "requestId" : "c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:06:44.000+00:00",
  "endTime" : "2023-03-28T06:06:50.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n\t\t\t\"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\",\n\t\t\t\"modelName\": \"basic_vm\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_vm\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicvm-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicvm-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n\t\t\t\"owningEntityName\": \"basicvm-oe\"\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:06:50.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "serviceInstanceName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2"
    }
  }
}
2023-03-28T06:06:56.651Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||=======================response end=================================================
2023-03-28T06:06:56.651Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|INFO|500||InvokeReturn
2023-03-28T06:06:56.652Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false
2023-03-28T06:06:56.653Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:06:56.653Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:06:56.653Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false
2023-03-28T06:06:56.653Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:06:56.653Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"aa4e28bfa0b09c05411685f07a33c6c0", X-B3-SpanId:"b50241fca151a270", X-B3-ParentSpanId:"d2615f995a5ea853", X-B3-Sampled:"0", X-ONAP-RequestID:"0ad086e9-246a-461d-9087-6527a3a02a88", X-RequestID:"0ad086e9-246a-461d-9087-6527a3a02a88", X-TransactionID:"0ad086e9-246a-461d-9087-6527a3a02a88", X-ECOMP-RequestID:"0ad086e9-246a-461d-9087-6527a3a02a88", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"df6ff4f2-8b8d-4eb1-8f4e-3e6a17841dd7"]
2023-03-28T06:06:56.653Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:06:56.654Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:06:56.671Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:06:56.672Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:06:56.672Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:06:56.672Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:06:55 GMT", x-envoy-upstream-service-time:"15", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:06:56.672Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T06:06:56.672Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:06:56.672Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:06:56.684Z|0ad086e9-246a-461d-9087-6527a3a02a88|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:06:56.869Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:06:56.874Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2
2023-03-28T06:06:56.875Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|INFO|500||Invoke
2023-03-28T06:06:56.875Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||===========================request begin================================================
2023-03-28T06:06:56.875Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2
2023-03-28T06:06:56.875Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Method      : GET
2023-03-28T06:06:56.875Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"c0758c035b2a58fca769f373216e7c6e", X-B3-SpanId:"97970e70713a0078", X-B3-ParentSpanId:"8845e0866bbb9ba6", X-B3-Sampled:"0", X-ONAP-RequestID:"f4374f48-56b0-45c9-a0a1-29e769df98bd", X-RequestID:"f4374f48-56b0-45c9-a0a1-29e769df98bd", X-TransactionID:"f4374f48-56b0-45c9-a0a1-29e769df98bd", X-ECOMP-RequestID:"f4374f48-56b0-45c9-a0a1-29e769df98bd", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"564750e2-0a37-4c52-960a-ce8fa7dfc5bd"]
2023-03-28T06:06:56.875Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Request body: 
2023-03-28T06:06:56.876Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||==========================request end================================================
2023-03-28T06:06:56.914Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||============================response begin==========================================
2023-03-28T06:06:56.915Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:06:56.915Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Status text  : OK
2023-03-28T06:06:56.915Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:06:55 GMT", x-envoy-upstream-service-time:"36", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:06:56.916Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Response body: {
  "requestId" : "c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:06:44.000+00:00",
  "endTime" : "2023-03-28T06:06:50.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n\t\t\t\"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\",\n\t\t\t\"modelName\": \"basic_vm\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_vm\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicvm-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicvm-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n\t\t\t\"owningEntityName\": \"basicvm-oe\"\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:06:50.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "serviceInstanceName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2"
    }
  }
}
2023-03-28T06:06:56.916Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||=======================response end=================================================
2023-03-28T06:06:56.916Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|INFO|500||InvokeReturn
2023-03-28T06:06:56.917Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false
2023-03-28T06:06:56.918Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:06:56.918Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:06:56.918Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false
2023-03-28T06:06:56.918Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:06:56.918Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"c0758c035b2a58fca769f373216e7c6e", X-B3-SpanId:"4dea4f26f0c152b3", X-B3-ParentSpanId:"8845e0866bbb9ba6", X-B3-Sampled:"0", X-ONAP-RequestID:"f4374f48-56b0-45c9-a0a1-29e769df98bd", X-RequestID:"f4374f48-56b0-45c9-a0a1-29e769df98bd", X-TransactionID:"f4374f48-56b0-45c9-a0a1-29e769df98bd", X-ECOMP-RequestID:"f4374f48-56b0-45c9-a0a1-29e769df98bd", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e34f903d-b204-4f93-a002-11dd87bc46b1"]
2023-03-28T06:06:56.918Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:06:56.918Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:06:56.940Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:06:56.940Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:06:56.941Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:06:56.941Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:06:55 GMT", x-envoy-upstream-service-time:"18", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:06:56.941Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T06:06:56.941Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:06:56.942Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:06:56.949Z|f4374f48-56b0-45c9-a0a1-29e769df98bd|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:06:57.126Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:06:57.132Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2
2023-03-28T06:06:57.132Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|INFO|500||Invoke
2023-03-28T06:06:57.132Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||===========================request begin================================================
2023-03-28T06:06:57.132Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2
2023-03-28T06:06:57.133Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Method      : GET
2023-03-28T06:06:57.133Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"a05c97024cb0ac50a9315e02c4b2b133", X-B3-SpanId:"74ac33a8de8c11e8", X-B3-ParentSpanId:"9595b5feaf00cbe6", X-B3-Sampled:"0", X-ONAP-RequestID:"c2788dd2-8cba-4359-9935-c6e505f112e7", X-RequestID:"c2788dd2-8cba-4359-9935-c6e505f112e7", X-TransactionID:"c2788dd2-8cba-4359-9935-c6e505f112e7", X-ECOMP-RequestID:"c2788dd2-8cba-4359-9935-c6e505f112e7", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6945c3cf-020c-400d-968d-c303fc2f5988"]
2023-03-28T06:06:57.133Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Request body: 
2023-03-28T06:06:57.133Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||==========================request end================================================
2023-03-28T06:06:57.164Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||============================response begin==========================================
2023-03-28T06:06:57.165Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:06:57.165Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Status text  : OK
2023-03-28T06:06:57.165Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:06:56 GMT", x-envoy-upstream-service-time:"28", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:06:57.165Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Response body: {
  "requestId" : "c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:06:44.000+00:00",
  "endTime" : "2023-03-28T06:06:50.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n\t\t\t\"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\",\n\t\t\t\"modelName\": \"basic_vm\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_vm\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicvm-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicvm-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n\t\t\t\"owningEntityName\": \"basicvm-oe\"\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:06:50.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "serviceInstanceName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2"
    }
  }
}
2023-03-28T06:06:57.165Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||=======================response end=================================================
2023-03-28T06:06:57.166Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|INFO|500||InvokeReturn
2023-03-28T06:06:57.167Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false
2023-03-28T06:06:57.167Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:06:57.167Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:06:57.168Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false
2023-03-28T06:06:57.168Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:06:57.168Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"a05c97024cb0ac50a9315e02c4b2b133", X-B3-SpanId:"11a125d7d6bc7fea", X-B3-ParentSpanId:"9595b5feaf00cbe6", X-B3-Sampled:"0", X-ONAP-RequestID:"c2788dd2-8cba-4359-9935-c6e505f112e7", X-RequestID:"c2788dd2-8cba-4359-9935-c6e505f112e7", X-TransactionID:"c2788dd2-8cba-4359-9935-c6e505f112e7", X-ECOMP-RequestID:"c2788dd2-8cba-4359-9935-c6e505f112e7", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1c01a93c-cb4d-4f59-b40e-7a3330cc6aee"]
2023-03-28T06:06:57.168Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:06:57.168Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:06:57.186Z|10bd5ffd-974d-4c9f-ba7e-7c06e38a75bd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:06:57.186Z|10bd5ffd-974d-4c9f-ba7e-7c06e38a75bd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:06:57.190Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:06:57.190Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:06:57.190Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:06:57.191Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:06:56 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:06:57.191Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T06:06:57.191Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:06:57.192Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:06:57.204Z|c2788dd2-8cba-4359-9935-c6e505f112e7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:06:57.388Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:06:57.394Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2
2023-03-28T06:06:57.394Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|INFO|500||Invoke
2023-03-28T06:06:57.394Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||===========================request begin================================================
2023-03-28T06:06:57.394Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2
2023-03-28T06:06:57.394Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Method      : GET
2023-03-28T06:06:57.394Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"a548929239170c26d892d1524980584e", X-B3-SpanId:"396240f45ce1bbc6", X-B3-ParentSpanId:"c767d06a52a679bc", X-B3-Sampled:"0", X-ONAP-RequestID:"9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6", X-RequestID:"9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6", X-TransactionID:"9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6", X-ECOMP-RequestID:"9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"49dd6d0e-613a-4740-9e70-fee3c4cb5099"]
2023-03-28T06:06:57.395Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Request body: 
2023-03-28T06:06:57.395Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||==========================request end================================================
2023-03-28T06:06:57.430Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||============================response begin==========================================
2023-03-28T06:06:57.431Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:06:57.431Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Status text  : OK
2023-03-28T06:06:57.431Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:06:56 GMT", x-envoy-upstream-service-time:"31", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:06:57.432Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||Response body: {
  "requestId" : "c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Service-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:06:44.000+00:00",
  "endTime" : "2023-03-28T06:06:50.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n\t\t\t\"source\": \"VID\",\n\t\t\t\"suppressRollback\": false,\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n\t\t\t\"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\",\n\t\t\t\"modelName\": \"basic_vm\",\n\t\t\t\"modelVersion\": \"1.0\"\n\t\t},\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n\t\t\"requestParameters\": {\n\t\t\t\"userParams\": [\n                \n\t\t\t],\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"subscriptionServiceType\": \"basic_vm\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\"subscriberInfo\": {\n\t\t\t\"globalSubscriberId\": \"basicvm-customer\"\n\t\t},\n\t\t\"project\": {\n\t\t\t\"projectName\": \"basicvm-project\"\n\t\t},\n\t\t\"owningEntity\": {\n\t\t\t\"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n\t\t\t\"owningEntityName\": \"basicvm-oe\"\n\t\t}\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:06:50.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "serviceInstanceName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2"
    }
  }
}
2023-03-28T06:06:57.432Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|DEBUG|500||=======================response end=================================================
2023-03-28T06:06:57.432Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|INFO|500||InvokeReturn
2023-03-28T06:06:57.435Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false
2023-03-28T06:06:57.435Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:06:57.435Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:06:57.436Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false
2023-03-28T06:06:57.436Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:06:57.436Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"a548929239170c26d892d1524980584e", X-B3-SpanId:"9387c0ed83ac62f9", X-B3-ParentSpanId:"c767d06a52a679bc", X-B3-Sampled:"0", X-ONAP-RequestID:"9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6", X-RequestID:"9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6", X-TransactionID:"9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6", X-ECOMP-RequestID:"9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"40413ecf-106c-4f11-9ada-d2dbe312939f"]
2023-03-28T06:06:57.436Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:06:57.436Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:06:57.454Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:06:57.455Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:06:57.455Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:06:57.455Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:06:56 GMT", x-envoy-upstream-service-time:"15", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:06:57.456Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T06:06:57.457Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:06:57.457Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:06:57.465Z|9a3c1d9d-afd6-44cd-ad97-730ac20fc7e6|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/c7fc7133-0cf9-45aa-9d73-52b78eb1e2c2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:06:58.739Z|6fda317c-1e83-42f9-bb69-149b6fbf4e50|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:06:58.739Z|6fda317c-1e83-42f9-bb69-149b6fbf4e50|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:06:59.377Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:06:59.379Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|||INFO|500||Checking if requestId: e29c3d47-ca30-4089-8db5-bb6362a6a974 already exists in requestDb InfraActiveRequests table
2023-03-28T06:06:59.380Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974
2023-03-28T06:06:59.380Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|INFO|500||Invoke
2023-03-28T06:06:59.380Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||===========================request begin================================================
2023-03-28T06:06:59.380Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974
2023-03-28T06:06:59.380Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Method      : GET
2023-03-28T06:06:59.380Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"c2cfa665dac6f0b3a7b014979ca6da37", X-B3-SpanId:"65ec16a39f060216", X-B3-ParentSpanId:"f6160208c103cf95", X-B3-Sampled:"0", X-ONAP-RequestID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-RequestID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-TransactionID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-ECOMP-RequestID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"884d5055-045c-452c-9ea5-355b95ec6f90"]
2023-03-28T06:06:59.381Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Request body: 
2023-03-28T06:06:59.381Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||==========================request end================================================
2023-03-28T06:06:59.421Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||============================response begin==========================================
2023-03-28T06:06:59.421Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T06:06:59.422Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Status text  : Not Found
2023-03-28T06:06:59.422Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 06:06:59 GMT", x-envoy-upstream-service-time:"37", server:"envoy"]
2023-03-28T06:06:59.422Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Response body: 
2023-03-28T06:06:59.422Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||=======================response end=================================================
2023-03-28T06:06:59.422Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|INFO|404|Not Found|InvokeReturn
2023-03-28T06:06:59.435Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|||INFO|500||Running local validations
2023-03-28T06:06:59.435Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|||DEBUG|500||Retrieving productFamilyName to put into requests db
2023-03-28T06:06:59.438Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T06:06:59.478Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/22d33c51-a0cb-43ff-b88c-056b90379b28|INFO|500||Invoke
2023-03-28T06:06:59.479Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/22d33c51-a0cb-43ff-b88c-056b90379b28|DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/service-design-and-creation/services/service/22d33c51-a0cb-43ff-b88c-056b90379b28 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e29c3d47-ca30-4089-8db5-bb6362a6a974], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[316918e8-ea18-49b1-aecd-7136c02a3875], X-ECOMP-RequestID=[e29c3d47-ca30-4089-8db5-bb6362a6a974], X-TransactionId=[], X-ONAP-RequestID=[e29c3d47-ca30-4089-8db5-bb6362a6a974]}
2023-03-28T06:06:59.515Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/22d33c51-a0cb-43ff-b88c-056b90379b28|DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/services/service/22d33c51-a0cb-43ff-b88c-056b90379b28 has http status code:404 and response headers:{date=[Tue, 28 Mar 2023 06:06:58 GMT], server=[envoy], content-length=[377], x-envoy-upstream-service-time=[34], x-aai-txid=[2-aai-resources-230328-06:06:58:500-15604], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T06:06:59.518Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/22d33c51-a0cb-43ff-b88c-056b90379b28|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","service-design-and-creation/services/service/22d33c51-a0cb-43ff-b88c-056b90379b28","Node Not Found:No Node of type service found at: service-design-and-creation/services/service/22d33c51-a0cb-43ff-b88c-056b90379b28","ERR.5.4.6114"]}}}

2023-03-28T06:06:59.519Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/22d33c51-a0cb-43ff-b88c-056b90379b28|INFO|404|Not Found|InvokeReturn
2023-03-28T06:06:59.523Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: http://aai.onap:80/aai/v24/service-design-and-creation/services/service/22d33c51-a0cb-43ff-b88c-056b90379b28
2023-03-28T06:06:59.523Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|||DEBUG|500||No Service found in A&AI ServiceId: 22d33c51-a0cb-43ff-b88c-056b90379b28
2023-03-28T06:06:59.528Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T06:06:59.546Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/22d33c51-a0cb-43ff-b88c-056b90379b28|INFO|500||Invoke
2023-03-28T06:06:59.546Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/22d33c51-a0cb-43ff-b88c-056b90379b28|DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/service-design-and-creation/services/service/22d33c51-a0cb-43ff-b88c-056b90379b28 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e29c3d47-ca30-4089-8db5-bb6362a6a974], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[33da3570-1a93-4d37-8c05-16a4251e52d8], X-ECOMP-RequestID=[e29c3d47-ca30-4089-8db5-bb6362a6a974], X-TransactionId=[], X-ONAP-RequestID=[e29c3d47-ca30-4089-8db5-bb6362a6a974]}
2023-03-28T06:06:59.577Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/22d33c51-a0cb-43ff-b88c-056b90379b28|DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/services/service/22d33c51-a0cb-43ff-b88c-056b90379b28 has http status code:404 and response headers:{date=[Tue, 28 Mar 2023 06:06:58 GMT], server=[envoy], content-length=[377], x-envoy-upstream-service-time=[28], x-aai-txid=[2-aai-resources-230328-06:06:58:567-53698], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T06:06:59.578Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/22d33c51-a0cb-43ff-b88c-056b90379b28|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","service-design-and-creation/services/service/22d33c51-a0cb-43ff-b88c-056b90379b28","Node Not Found:No Node of type service found at: service-design-and-creation/services/service/22d33c51-a0cb-43ff-b88c-056b90379b28","ERR.5.4.6114"]}}}

2023-03-28T06:06:59.579Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/22d33c51-a0cb-43ff-b88c-056b90379b28|INFO|404|Not Found|InvokeReturn
2023-03-28T06:06:59.581Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: http://aai.onap:80/aai/v24/service-design-and-creation/services/service/22d33c51-a0cb-43ff-b88c-056b90379b28
2023-03-28T06:06:59.581Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|||DEBUG|500||No Service found in A&AI ServiceId: 22d33c51-a0cb-43ff-b88c-056b90379b28
2023-03-28T06:06:59.585Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T06:06:59.604Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|INFO|500||Invoke
2023-03-28T06:06:59.604Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e29c3d47-ca30-4089-8db5-bb6362a6a974], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[d1b81293-24fe-4d11-ac6c-6f4d23c0f5b6], X-ECOMP-RequestID=[e29c3d47-ca30-4089-8db5-bb6362a6a974], X-TransactionId=[], X-ONAP-RequestID=[e29c3d47-ca30-4089-8db5-bb6362a6a974]}
2023-03-28T06:06:59.654Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883 has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 06:06:58 GMT], server=[envoy], content-length=[607], x-envoy-upstream-service-time=[46], vertex-id=[168136], x-aai-txid=[1-aai-resources-230328-06:06:58:625-26609], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T06:06:59.655Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|DEBUG|500||{"tenant-id":"dbdab9c92e304927ab8038a443bd1883","tenant-name":"onap-daily-master-sm","tenant-context":"None","resource-version":"1679983602178","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicvm-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_vm"}]}]}}

2023-03-28T06:06:59.655Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|INFO|500||InvokeReturn
2023-03-28T06:06:59.656Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|||DEBUG|500||Validating the Service Instance request
2023-03-28T06:06:59.656Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7
2023-03-28T06:06:59.658Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T06:06:59.658Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke
2023-03-28T06:06:59.658Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================
2023-03-28T06:06:59.658Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T06:06:59.658Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method      : POST
2023-03-28T06:06:59.658Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"168", X-B3-TraceId:"c2cfa665dac6f0b3a7b014979ca6da37", X-B3-SpanId:"b4519149ae4d28ee", X-B3-ParentSpanId:"f6160208c103cf95", X-B3-Sampled:"0", X-ONAP-RequestID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-RequestID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-TransactionID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-ECOMP-RequestID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d9e3ee84-3554-4fbe-a645-29a8fb370384"]
2023-03-28T06:06:59.659Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":{"serviceInstanceId":"1a23bea9-596a-44fe-a0bd-45ec40a92293"},"instanceName":"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0","requestScope":"vnf"}
2023-03-28T06:06:59.659Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================
2023-03-28T06:06:59.701Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin==========================================
2023-03-28T06:06:59.702Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code  : 200 OK
2023-03-28T06:06:59.702Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text  : OK
2023-03-28T06:06:59.702Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers      : [x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 06:06:59 GMT", x-envoy-upstream-service-time:"39", server:"envoy"]
2023-03-28T06:06:59.703Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 
2023-03-28T06:06:59.703Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end=================================================
2023-03-28T06:06:59.703Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn
2023-03-28T06:06:59.704Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=42b32958-f457-419a-b9ad-9d83f09d3632|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=42b32958-f457-419a-b9ad-9d83f09d3632
2023-03-28T06:06:59.705Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=42b32958-f457-419a-b9ad-9d83f09d3632|INFO|500||Invoke
2023-03-28T06:06:59.705Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=42b32958-f457-419a-b9ad-9d83f09d3632|DEBUG|500||===========================request begin================================================
2023-03-28T06:06:59.705Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=42b32958-f457-419a-b9ad-9d83f09d3632|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=42b32958-f457-419a-b9ad-9d83f09d3632
2023-03-28T06:06:59.705Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=42b32958-f457-419a-b9ad-9d83f09d3632|DEBUG|500||Method      : GET
2023-03-28T06:06:59.706Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=42b32958-f457-419a-b9ad-9d83f09d3632|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-RequestID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-TransactionID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-ECOMP-RequestID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"94a98de2-f3aa-484e-a1dd-05913c127a31"]
2023-03-28T06:06:59.706Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=42b32958-f457-419a-b9ad-9d83f09d3632|DEBUG|500||Request body: 
2023-03-28T06:06:59.706Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=42b32958-f457-419a-b9ad-9d83f09d3632|DEBUG|500||==========================request end================================================
2023-03-28T06:06:59.865Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=42b32958-f457-419a-b9ad-9d83f09d3632|DEBUG|500||============================response begin==========================================
2023-03-28T06:06:59.866Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=42b32958-f457-419a-b9ad-9d83f09d3632|DEBUG|500||Status code  : 200 OK
2023-03-28T06:06:59.866Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=42b32958-f457-419a-b9ad-9d83f09d3632|DEBUG|500||Status text  : OK
2023-03-28T06:06:59.867Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=42b32958-f457-419a-b9ad-9d83f09d3632|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 06:06:59 GMT", x-envoy-upstream-service-time:"154", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:06:59.869Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=42b32958-f457-419a-b9ad-9d83f09d3632|DEBUG|500||Response body: {
  "_embedded" : {
    "vnfResourceCustomization" : [ {
      "id" : 4,
      "modelCustomizationUUID" : "42b32958-f457-419a-b9ad-9d83f09d3632",
      "modelInstanceName" : "basic_vm 0",
      "created" : "2023-03-28 05:55:22.000",
      "minInstances" : null,
      "maxInstances" : null,
      "availabilityZoneMaxCount" : null,
      "nfFunction" : null,
      "nfType" : null,
      "nfRole" : null,
      "nfNamingCode" : null,
      "multiStageDesign" : "false",
      "resourceInput" : "{\\\"skip_post_instantiation_configuration\\\":\\\"true\\\",\\\"nf_naming\\\":\\\"true\\\",\\\"multi_stage_design\\\":\\\"false\\\",\\\"controller_actor\\\":\\\"SO-REF-DATA\\\",\\\"availability_zone_max_count\\\":\\\"1\\\"}",
      "blueprintName" : null,
      "blueprintVersion" : null,
      "skipPostInstConf" : true,
      "vnfcInstanceGroupOrder" : null,
      "nfDataValid" : false,
      "controllerActor" : "SO-REF-DATA",
      "creationTimestamp" : "2023-03-28T05:55:22.000+00:00",
      "_links" : {
        "self" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/4"
        },
        "vnfResourceCustomization" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/4"
        },
        "vnfResources" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/4/vnfResources"
        },
        "service" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/4/service"
        },
        "vfModuleCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/4/vfModuleCustomizations"
        },
        "vnfcInstanceGroupCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/4/vnfcInstanceGroupCustomizations"
        }
      }
    } ]
  },
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=42b32958-f457-419a-b9ad-9d83f09d3632"
    }
  }
}
2023-03-28T06:06:59.869Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=42b32958-f457-419a-b9ad-9d83f09d3632|DEBUG|500||=======================response end=================================================
2023-03-28T06:06:59.870Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/search/findByModelCustomizationUUID?MODEL_CUSTOMIZATION_UUID=42b32958-f457-419a-b9ad-9d83f09d3632|INFO|500||InvokeReturn
2023-03-28T06:06:59.902Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/4/vnfResources|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/4/vnfResources
2023-03-28T06:06:59.903Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/4/vnfResources|INFO|500||Invoke
2023-03-28T06:06:59.903Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/4/vnfResources|DEBUG|500||===========================request begin================================================
2023-03-28T06:06:59.903Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/4/vnfResources|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/4/vnfResources
2023-03-28T06:06:59.903Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/4/vnfResources|DEBUG|500||Method      : GET
2023-03-28T06:06:59.903Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/4/vnfResources|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-RequestID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-TransactionID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-ECOMP-RequestID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"308b2a28-809a-4123-8cc0-ead040f88241"]
2023-03-28T06:06:59.904Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/4/vnfResources|DEBUG|500||Request body: 
2023-03-28T06:06:59.904Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/4/vnfResources|DEBUG|500||==========================request end================================================
2023-03-28T06:06:59.954Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/4/vnfResources|DEBUG|500||============================response begin==========================================
2023-03-28T06:06:59.955Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/4/vnfResources|DEBUG|500||Status code  : 200 OK
2023-03-28T06:06:59.955Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/4/vnfResources|DEBUG|500||Status text  : OK
2023-03-28T06:06:59.956Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/4/vnfResources|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", content-location:"http://so-catalog-db-adapter.onap:8082/vnfResource/625c049c-8631-4145-bce7-919347276518", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 06:06:59 GMT", x-envoy-upstream-service-time:"45", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:06:59.956Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/4/vnfResources|DEBUG|500||Response body: {
  "modelUUID" : "625c049c-8631-4145-bce7-919347276518",
  "modelInvariantUUID" : "f898deb2-e327-4ee2-9a03-34e07a677d6e",
  "modelName" : "basic_vm",
  "modelVersion" : "1.0",
  "toscaNodeType" : "org.openecomp.resource.vf.BasicVm",
  "description" : "VF",
  "orchestrationMode" : "HEAT",
  "aicVersionMin" : null,
  "aicVersionMax" : null,
  "category" : "Generic",
  "subCategory" : "Abstract",
  "created" : "2023-03-28T05:55:22.000+00:00",
  "modelInvariantId" : "f898deb2-e327-4ee2-9a03-34e07a677d6e",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vnfResource/625c049c-8631-4145-bce7-919347276518"
    },
    "vnfResource" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vnfResource/625c049c-8631-4145-bce7-919347276518"
    },
    "vnfResourceWorkflow" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vnfResource/625c049c-8631-4145-bce7-919347276518/vnfResourceWorkflow"
    },
    "heatTemplates" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vnfResource/625c049c-8631-4145-bce7-919347276518/heatTemplates"
    }
  }
}
2023-03-28T06:06:59.956Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/4/vnfResources|DEBUG|500||=======================response end=================================================
2023-03-28T06:06:59.957Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfResourceCustomization/4/vnfResources|INFO|500||InvokeReturn
2023-03-28T06:06:59.972Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance
2023-03-28T06:06:59.973Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|INFO|500||Invoke
2023-03-28T06:06:59.973Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||===========================request begin================================================
2023-03-28T06:06:59.973Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance
2023-03-28T06:06:59.973Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Method      : GET
2023-03-28T06:06:59.974Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-RequestID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-TransactionID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-ECOMP-RequestID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5ee4c832-8e64-4f2f-9598-9041b84ab403"]
2023-03-28T06:06:59.974Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Request body: 
2023-03-28T06:06:59.974Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||==========================request end================================================
2023-03-28T06:07:00.007Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:00.008Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:00.008Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Status text  : OK
2023-03-28T06:07:00.008Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 06:06:59 GMT", x-envoy-upstream-service-time:"30", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:00.008Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||Response body: {
  "id" : 10035,
  "nfRole" : "GR-API-DEFAULT",
  "paramXsd" : null,
  "vfModuleId" : null,
  "action" : "createInstance",
  "description" : "Gr api recipe to create vnf",
  "orchestrationUri" : "/mso/async/services/WorkflowActionBB",
  "recipeTimeout" : 180,
  "versionStr" : "1",
  "serviceType" : null,
  "created" : "2023-03-28T00:09:21.000+00:00",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vnfRecipe/10035"
    },
    "vnfRecipe" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vnfRecipe/10035"
    }
  }
}
2023-03-28T06:07:00.008Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:00.009Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=createInstance|INFO|500||InvokeReturn
2023-03-28T06:07:00.019Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T06:07:00.020Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke
2023-03-28T06:07:00.020Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:00.020Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T06:07:00.020Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method      : POST
2023-03-28T06:07:00.020Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers     : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"2613", X-B3-TraceId:"c2cfa665dac6f0b3a7b014979ca6da37", X-B3-SpanId:"5385ed544bed7cc8", X-B3-ParentSpanId:"f6160208c103cf95", X-B3-Sampled:"0", X-ONAP-RequestID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-RequestID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-TransactionID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-ECOMP-RequestID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f63be85c-558b-4a51-88bf-db89aef79f79"]
2023-03-28T06:07:00.021Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"e29c3d47-ca30-4089-8db5-bb6362a6a974","requestStatus":"IN_PROGRESS","startTime":1679983619435,"source":"VID","vnfName":"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0","vnfType":"basic_vm/basic_vm 0","tenantId":"dbdab9c92e304927ab8038a443bd1883","requestBody":"{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\",\n            \"productFamilyId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\"\n        },\n        \"modelInfo\": {\n            \n    \"modelType\": \"vnf\",\n    \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n    \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n    \"modelName\": \"basic_vm\",\n    \"modelVersion\": \"1.0\",\n    \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n    \"modelCustomizationName\": \"basic_vm 0\"\n\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n\n\n            ],\n            \"aLaCarte\": true,\n            \"testApi\": \"GR_API\"\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"lineOfBusiness\": {\n            \"lineOfBusinessName\": \"basicvm-lob\"\n        },\n        \"platform\": {\n            \"platformName\": \"basicvm-platform\"\n        },\n        \"relatedInstanceList\": [{\n            \"relatedInstance\": {\n                \"instanceId\": \"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\n                \"modelInfo\": {\n                    \"modelType\": \"service\",\n                    \"modelName\": \"basic_vm\",\n                    \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n                    \"modelVersion\": \"1.0\",\n                    \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n                }\n            }\n        }]\n    }\n}","lastModifiedBy":"APIH","cloudRegion":"RegionOne","serviceInstanceId":"1a23bea9-596a-44fe-a0bd-45ec40a92293","requestScope":"vnf","requestAction":"createInstance","requestorId":"test","requestUrl":"https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs","tenantName":"onap-daily-master-sm","cloudApiRequests":[],"requestURI":"e29c3d47-ca30-4089-8db5-bb6362a6a974"}
2023-03-28T06:07:00.021Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================
2023-03-28T06:07:00.075Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:00.076Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code  : 201 CREATED
2023-03-28T06:07:00.076Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text  : Created
2023-03-28T06:07:00.076Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:06:59 GMT", x-envoy-upstream-service-time:"50", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:00.077Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: {
  "requestId" : "e29c3d47-ca30-4089-8db5-bb6362a6a974",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T06:06:59.435+00:00",
  "source" : "VID",
  "vnfName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0",
  "vnfType" : "basic_vm/basic_vm 0",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\",\n            \"productFamilyId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\"\n        },\n        \"modelInfo\": {\n            \n    \"modelType\": \"vnf\",\n    \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n    \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n    \"modelName\": \"basic_vm\",\n    \"modelVersion\": \"1.0\",\n    \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n    \"modelCustomizationName\": \"basic_vm 0\"\n\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n\n\n            ],\n            \"aLaCarte\": true,\n            \"testApi\": \"GR_API\"\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"lineOfBusiness\": {\n            \"lineOfBusinessName\": \"basicvm-lob\"\n        },\n        \"platform\": {\n            \"platformName\": \"basicvm-platform\"\n        },\n        \"relatedInstanceList\": [{\n            \"relatedInstance\": {\n                \"instanceId\": \"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\n                \"modelInfo\": {\n                    \"modelType\": \"service\",\n                    \"modelName\": \"basic_vm\",\n                    \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n                    \"modelVersion\": \"1.0\",\n                    \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n                }\n            }\n        }]\n    }\n}",
  "lastModifiedBy" : "APIH",
  "modifyTime" : "2023-03-28T06:06:59.856+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vnf",
  "requestAction" : "createInstance",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "e29c3d47-ca30-4089-8db5-bb6362a6a974",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974"
    }
  }
}
2023-03-28T06:07:00.077Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:00.077Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn
2023-03-28T06:07:00.095Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T06:07:00.096Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke
2023-03-28T06:07:00.097Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:00.097Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T06:07:00.097Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method      : POST
2023-03-28T06:07:00.098Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers     : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"2942", X-B3-TraceId:"c2cfa665dac6f0b3a7b014979ca6da37", X-B3-SpanId:"a5a8e9c618aaf63a", X-B3-ParentSpanId:"f6160208c103cf95", X-B3-Sampled:"0", X-ONAP-RequestID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-RequestID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-TransactionID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-ECOMP-RequestID:"e29c3d47-ca30-4089-8db5-bb6362a6a974", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5aa4cf16-bfa5-4b2c-8056-48489747e71c"]
2023-03-28T06:07:00.098Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelCustomizationName\":\"basic_vm 0\",\"modelInvariantId\":\"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\"modelType\":\"vnf\",\"modelName\":\"basic_vm\",\"modelVersion\":\"1.0\",\"modelCustomizationUuid\":\"42b32958-f457-419a-b9ad-9d83f09d3632\",\"modelVersionId\":\"625c049c-8631-4145-bce7-919347276518\",\"modelCustomizationId\":\"42b32958-f457-419a-b9ad-9d83f09d3632\",\"modelUuid\":\"625c049c-8631-4145-bce7-919347276518\",\"modelInvariantUuid\":\"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\"modelInstanceName\":\"basic_vm 0\"},\"requestInfo\":{\"productFamilyId\":\"22d33c51-a0cb-43ff-b88c-056b90379b28\",\"source\":\"VID\",\"instanceName\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"suppressRollback\":false,\"requestorId\":\"test\"},\"relatedInstanceList\":[{\"relatedInstance\":{\"instanceId\":\"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\"modelInfo\":{\"modelInvariantId\":\"22d33c51-a0cb-43ff-b88c-056b90379b28\",\"modelType\":\"service\",\"modelName\":\"basic_vm\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"f13ca837-ae90-403c-9881-446f755d4bf8\",\"modelUuid\":\"f13ca837-ae90-403c-9881-446f755d4bf8\",\"modelInvariantUuid\":\"22d33c51-a0cb-43ff-b88c-056b90379b28\"}}}],\"cloudConfiguration\":{\"tenantId\":\"dbdab9c92e304927ab8038a443bd1883\",\"cloudOwner\":\"basicvm-cloud-owner\",\"lcpCloudRegionId\":\"RegionOne\"},\"requestParameters\":{\"aLaCarte\":true,\"testApi\":\"GR_API\"},\"platform\":{\"platformName\":\"basicvm-platform\"},\"lineOfBusiness\":{\"lineOfBusinessName\":\"basicvm-lob\"}},\"serviceInstanceId\":\"1a23bea9-596a-44fe-a0bd-45ec40a92293\"}","type":"String"},"requestId":{"value":"e29c3d47-ca30-4089-8db5-bb6362a6a974","type":"String"},"mso-request-id":{"value":"e29c3d47-ca30-4089-8db5-bb6362a6a974","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"createInstance","type":"String"},"serviceInstanceId":{"value":"1a23bea9-596a-44fe-a0bd-45ec40a92293","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"basic_vm/basic_vm 0","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}}
2023-03-28T06:07:00.098Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================
2023-03-28T06:07:00.348Z|a111d09a-c14c-4283-bb9f-fd21ed72ed75|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:07:00.349Z|a111d09a-c14c-4283-bb9f-fd21ed72ed75|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:07:01.117Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:01.117Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code  : 202 ACCEPTED
2023-03-28T06:07:01.118Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text  : Accepted
2023-03-28T06:07:01.118Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers      : [date:"Tue, 28 Mar 2023 06:07:00 GMT", x-onap-requestid:"e29c3d47-ca30-4089-8db5-bb6362a6a974", x-requestid:"e29c3d47-ca30-4089-8db5-bb6362a6a974", x-transactionid:"e29c3d47-ca30-4089-8db5-bb6362a6a974", x-ecomp-requestid:"e29c3d47-ca30-4089-8db5-bb6362a6a974", x-onap-partnername:"UNKNOWN", x-invocationid:"5aa4cf16-bfa5-4b2c-8056-48489747e71c", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", x-envoy-upstream-service-time:"1013", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:01.119Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"e29c3d47-ca30-4089-8db5-bb6362a6a974\",\"instanceId\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\"}}","message":"Success","processInstanceID":"c07228a9-cd2e-11ed-8192-02f87d878986","variables":null,"messageCode":200}
2023-03-28T06:07:01.119Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:01.120Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn
2023-03-28T06:07:01.127Z|e29c3d47-ca30-4089-8db5-bb6362a6a974|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:07:01.320Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:07:01.325Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974
2023-03-28T06:07:01.325Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|INFO|500||Invoke
2023-03-28T06:07:01.325Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:01.326Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974
2023-03-28T06:07:01.326Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Method      : GET
2023-03-28T06:07:01.326Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"5546721ce06c99f8f3db4b0e18052e02", X-B3-SpanId:"80a7485f73fc2e2a", X-B3-ParentSpanId:"6113d249baa378af", X-B3-Sampled:"0", X-ONAP-RequestID:"dbb8938a-c5fe-4017-8d2f-c47b1638bf7e", X-RequestID:"dbb8938a-c5fe-4017-8d2f-c47b1638bf7e", X-TransactionID:"dbb8938a-c5fe-4017-8d2f-c47b1638bf7e", X-ECOMP-RequestID:"dbb8938a-c5fe-4017-8d2f-c47b1638bf7e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"fd553312-8f31-413e-aaf5-be03d7707a13"]
2023-03-28T06:07:01.326Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Request body: 
2023-03-28T06:07:01.326Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||==========================request end================================================
2023-03-28T06:07:01.362Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:01.363Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:01.364Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Status text  : OK
2023-03-28T06:07:01.364Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:07:00 GMT", x-envoy-upstream-service-time:"34", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:01.365Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Response body: {
  "requestId" : "e29c3d47-ca30-4089-8db5-bb6362a6a974",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T06:06:59.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0",
  "vnfType" : "basic_vm/basic_vm 0",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\",\n            \"productFamilyId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\"\n        },\n        \"modelInfo\": {\n            \n    \"modelType\": \"vnf\",\n    \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n    \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n    \"modelName\": \"basic_vm\",\n    \"modelVersion\": \"1.0\",\n    \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n    \"modelCustomizationName\": \"basic_vm 0\"\n\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n\n\n            ],\n            \"aLaCarte\": true,\n            \"testApi\": \"GR_API\"\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"lineOfBusiness\": {\n            \"lineOfBusinessName\": \"basicvm-lob\"\n        },\n        \"platform\": {\n            \"platformName\": \"basicvm-platform\"\n        },\n        \"relatedInstanceList\": [{\n            \"relatedInstance\": {\n                \"instanceId\": \"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\n                \"modelInfo\": {\n                    \"modelType\": \"service\",\n                    \"modelName\": \"basic_vm\",\n                    \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n                    \"modelVersion\": \"1.0\",\n                    \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n                }\n            }\n        }]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:07:00.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vnf",
  "requestAction" : "createInstance",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "e29c3d47-ca30-4089-8db5-bb6362a6a974",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974"
    }
  }
}
2023-03-28T06:07:01.365Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:01.365Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|INFO|500||InvokeReturn
2023-03-28T06:07:01.367Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false
2023-03-28T06:07:01.367Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:07:01.367Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:01.368Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false
2023-03-28T06:07:01.368Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:07:01.368Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"5546721ce06c99f8f3db4b0e18052e02", X-B3-SpanId:"aec5a2b590fe6f4c", X-B3-ParentSpanId:"6113d249baa378af", X-B3-Sampled:"0", X-ONAP-RequestID:"dbb8938a-c5fe-4017-8d2f-c47b1638bf7e", X-RequestID:"dbb8938a-c5fe-4017-8d2f-c47b1638bf7e", X-TransactionID:"dbb8938a-c5fe-4017-8d2f-c47b1638bf7e", X-ECOMP-RequestID:"dbb8938a-c5fe-4017-8d2f-c47b1638bf7e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"87213ef7-6e73-411f-8d44-6131452cc81e"]
2023-03-28T06:07:01.368Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:07:01.368Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:07:01.388Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:01.389Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:01.389Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:07:01.389Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:07:00 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:01.390Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T06:07:01.390Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:01.390Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:07:01.400Z|dbb8938a-c5fe-4017-8d2f-c47b1638bf7e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:07:05.089Z|33b22c39-4150-403b-907e-36d16cf762cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:07:05.093Z|33b22c39-4150-403b-907e-36d16cf762cd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:07:07.217Z|bc1974e2-1312-40da-b262-1f4e994c8a71|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:07:07.217Z|bc1974e2-1312-40da-b262-1f4e994c8a71|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:07:08.770Z|43143407-11c3-4954-b290-feeea973991e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:07:08.771Z|43143407-11c3-4954-b290-feeea973991e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:07:10.381Z|5bd3bff7-ea1f-4316-a7f9-e479b5a499ee|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:07:10.382Z|5bd3bff7-ea1f-4316-a7f9-e479b5a499ee|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:07:11.593Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:07:11.602Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974
2023-03-28T06:07:11.603Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|INFO|500||Invoke
2023-03-28T06:07:11.603Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:11.603Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974
2023-03-28T06:07:11.603Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Method      : GET
2023-03-28T06:07:11.603Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f21c5243f166f23a3d258cd06ae01169", X-B3-SpanId:"a98a0ec9627d34a6", X-B3-ParentSpanId:"a115d978d2237d5f", X-B3-Sampled:"0", X-ONAP-RequestID:"afaf015f-615e-490a-a70c-8233c33cea7e", X-RequestID:"afaf015f-615e-490a-a70c-8233c33cea7e", X-TransactionID:"afaf015f-615e-490a-a70c-8233c33cea7e", X-ECOMP-RequestID:"afaf015f-615e-490a-a70c-8233c33cea7e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9b7b5230-4086-48d6-83d0-718ec268c25b"]
2023-03-28T06:07:11.604Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Request body: 
2023-03-28T06:07:11.604Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||==========================request end================================================
2023-03-28T06:07:11.661Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:11.662Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:11.662Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Status text  : OK
2023-03-28T06:07:11.663Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:07:10 GMT", x-envoy-upstream-service-time:"53", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:11.665Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Response body: {
  "requestId" : "e29c3d47-ca30-4089-8db5-bb6362a6a974",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Vnf-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:06:59.000+00:00",
  "endTime" : "2023-03-28T06:07:10.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0",
  "vnfType" : "basic_vm/basic_vm 0",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\",\n            \"productFamilyId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\"\n        },\n        \"modelInfo\": {\n            \n    \"modelType\": \"vnf\",\n    \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n    \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n    \"modelName\": \"basic_vm\",\n    \"modelVersion\": \"1.0\",\n    \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n    \"modelCustomizationName\": \"basic_vm 0\"\n\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n\n\n            ],\n            \"aLaCarte\": true,\n            \"testApi\": \"GR_API\"\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"lineOfBusiness\": {\n            \"lineOfBusinessName\": \"basicvm-lob\"\n        },\n        \"platform\": {\n            \"platformName\": \"basicvm-platform\"\n        },\n        \"relatedInstanceList\": [{\n            \"relatedInstance\": {\n                \"instanceId\": \"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\n                \"modelInfo\": {\n                    \"modelType\": \"service\",\n                    \"modelName\": \"basic_vm\",\n                    \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n                    \"modelVersion\": \"1.0\",\n                    \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n                }\n            }\n        }]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:07:10.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vnf",
  "requestAction" : "createInstance",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "e29c3d47-ca30-4089-8db5-bb6362a6a974",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974"
    }
  }
}
2023-03-28T06:07:11.666Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:11.666Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|INFO|500||InvokeReturn
2023-03-28T06:07:11.668Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false
2023-03-28T06:07:11.669Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:07:11.669Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:11.670Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false
2023-03-28T06:07:11.670Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:07:11.670Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f21c5243f166f23a3d258cd06ae01169", X-B3-SpanId:"343983ac1ebc8691", X-B3-ParentSpanId:"a115d978d2237d5f", X-B3-Sampled:"0", X-ONAP-RequestID:"afaf015f-615e-490a-a70c-8233c33cea7e", X-RequestID:"afaf015f-615e-490a-a70c-8233c33cea7e", X-TransactionID:"afaf015f-615e-490a-a70c-8233c33cea7e", X-ECOMP-RequestID:"afaf015f-615e-490a-a70c-8233c33cea7e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f4f07f11-0e90-4270-b2a7-04ba7cce86b7"]
2023-03-28T06:07:11.670Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:07:11.671Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:07:11.689Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:11.690Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:11.690Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:07:11.690Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:07:10 GMT", x-envoy-upstream-service-time:"14", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:11.691Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T06:07:11.691Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:11.691Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:07:11.707Z|afaf015f-615e-490a-a70c-8233c33cea7e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:07:11.906Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:07:11.911Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974
2023-03-28T06:07:11.911Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|INFO|500||Invoke
2023-03-28T06:07:11.912Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:11.912Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974
2023-03-28T06:07:11.912Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Method      : GET
2023-03-28T06:07:11.912Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"39a8c8f37cc2f77e478894ea8eee3919", X-B3-SpanId:"104b5d7e12020806", X-B3-ParentSpanId:"9a9c8720bca340e4", X-B3-Sampled:"0", X-ONAP-RequestID:"58d5c2ad-1127-458c-8bcb-5f68ba2624ab", X-RequestID:"58d5c2ad-1127-458c-8bcb-5f68ba2624ab", X-TransactionID:"58d5c2ad-1127-458c-8bcb-5f68ba2624ab", X-ECOMP-RequestID:"58d5c2ad-1127-458c-8bcb-5f68ba2624ab", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b2ea046a-0278-4299-bc88-36136204fb7c"]
2023-03-28T06:07:11.912Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Request body: 
2023-03-28T06:07:11.913Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||==========================request end================================================
2023-03-28T06:07:11.943Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:11.944Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:11.944Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Status text  : OK
2023-03-28T06:07:11.945Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:07:11 GMT", x-envoy-upstream-service-time:"28", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:11.947Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Response body: {
  "requestId" : "e29c3d47-ca30-4089-8db5-bb6362a6a974",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Vnf-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:06:59.000+00:00",
  "endTime" : "2023-03-28T06:07:10.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0",
  "vnfType" : "basic_vm/basic_vm 0",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\",\n            \"productFamilyId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\"\n        },\n        \"modelInfo\": {\n            \n    \"modelType\": \"vnf\",\n    \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n    \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n    \"modelName\": \"basic_vm\",\n    \"modelVersion\": \"1.0\",\n    \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n    \"modelCustomizationName\": \"basic_vm 0\"\n\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n\n\n            ],\n            \"aLaCarte\": true,\n            \"testApi\": \"GR_API\"\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"lineOfBusiness\": {\n            \"lineOfBusinessName\": \"basicvm-lob\"\n        },\n        \"platform\": {\n            \"platformName\": \"basicvm-platform\"\n        },\n        \"relatedInstanceList\": [{\n            \"relatedInstance\": {\n                \"instanceId\": \"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\n                \"modelInfo\": {\n                    \"modelType\": \"service\",\n                    \"modelName\": \"basic_vm\",\n                    \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n                    \"modelVersion\": \"1.0\",\n                    \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n                }\n            }\n        }]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:07:10.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vnf",
  "requestAction" : "createInstance",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "e29c3d47-ca30-4089-8db5-bb6362a6a974",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974"
    }
  }
}
2023-03-28T06:07:11.948Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:11.949Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|INFO|500||InvokeReturn
2023-03-28T06:07:11.952Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false
2023-03-28T06:07:11.953Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:07:11.953Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:11.954Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false
2023-03-28T06:07:11.954Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:07:11.955Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"39a8c8f37cc2f77e478894ea8eee3919", X-B3-SpanId:"5cda9e022bcf98d5", X-B3-ParentSpanId:"9a9c8720bca340e4", X-B3-Sampled:"0", X-ONAP-RequestID:"58d5c2ad-1127-458c-8bcb-5f68ba2624ab", X-RequestID:"58d5c2ad-1127-458c-8bcb-5f68ba2624ab", X-TransactionID:"58d5c2ad-1127-458c-8bcb-5f68ba2624ab", X-ECOMP-RequestID:"58d5c2ad-1127-458c-8bcb-5f68ba2624ab", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"cb9ed8a6-3621-413a-8375-39d8153eefd7"]
2023-03-28T06:07:11.956Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:07:11.956Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:07:11.976Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:11.976Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:11.977Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:07:11.977Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:07:11 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:11.978Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T06:07:11.978Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:11.978Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:07:11.994Z|58d5c2ad-1127-458c-8bcb-5f68ba2624ab|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:07:12.176Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:07:12.181Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974
2023-03-28T06:07:12.181Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|INFO|500||Invoke
2023-03-28T06:07:12.181Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:12.182Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974
2023-03-28T06:07:12.182Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Method      : GET
2023-03-28T06:07:12.182Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"55fc0c97de1d1b56323e0877e87347f9", X-B3-SpanId:"d526cc3e9934f642", X-B3-ParentSpanId:"4f7b32ff390f0daf", X-B3-Sampled:"0", X-ONAP-RequestID:"4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f", X-RequestID:"4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f", X-TransactionID:"4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f", X-ECOMP-RequestID:"4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5c3210f3-60e8-4ade-a4ce-8d455b0b008d"]
2023-03-28T06:07:12.182Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Request body: 
2023-03-28T06:07:12.182Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||==========================request end================================================
2023-03-28T06:07:12.218Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:12.218Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:12.219Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Status text  : OK
2023-03-28T06:07:12.219Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:07:11 GMT", x-envoy-upstream-service-time:"32", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:12.219Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Response body: {
  "requestId" : "e29c3d47-ca30-4089-8db5-bb6362a6a974",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Vnf-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:06:59.000+00:00",
  "endTime" : "2023-03-28T06:07:10.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0",
  "vnfType" : "basic_vm/basic_vm 0",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\",\n            \"productFamilyId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\"\n        },\n        \"modelInfo\": {\n            \n    \"modelType\": \"vnf\",\n    \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n    \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n    \"modelName\": \"basic_vm\",\n    \"modelVersion\": \"1.0\",\n    \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n    \"modelCustomizationName\": \"basic_vm 0\"\n\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n\n\n            ],\n            \"aLaCarte\": true,\n            \"testApi\": \"GR_API\"\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"lineOfBusiness\": {\n            \"lineOfBusinessName\": \"basicvm-lob\"\n        },\n        \"platform\": {\n            \"platformName\": \"basicvm-platform\"\n        },\n        \"relatedInstanceList\": [{\n            \"relatedInstance\": {\n                \"instanceId\": \"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\n                \"modelInfo\": {\n                    \"modelType\": \"service\",\n                    \"modelName\": \"basic_vm\",\n                    \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n                    \"modelVersion\": \"1.0\",\n                    \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n                }\n            }\n        }]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:07:10.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vnf",
  "requestAction" : "createInstance",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "e29c3d47-ca30-4089-8db5-bb6362a6a974",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974"
    }
  }
}
2023-03-28T06:07:12.219Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:12.220Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|INFO|500||InvokeReturn
2023-03-28T06:07:12.221Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false
2023-03-28T06:07:12.221Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:07:12.221Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:12.222Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false
2023-03-28T06:07:12.222Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:07:12.222Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"55fc0c97de1d1b56323e0877e87347f9", X-B3-SpanId:"04ca64a694d08e40", X-B3-ParentSpanId:"4f7b32ff390f0daf", X-B3-Sampled:"0", X-ONAP-RequestID:"4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f", X-RequestID:"4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f", X-TransactionID:"4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f", X-ECOMP-RequestID:"4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"683760ef-32df-46cd-a81f-6742da93493c"]
2023-03-28T06:07:12.222Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:07:12.222Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:07:12.240Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:12.240Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:12.240Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:07:12.240Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:07:11 GMT", x-envoy-upstream-service-time:"15", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:12.242Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T06:07:12.242Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:12.242Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:07:12.250Z|4a87ed4e-bb3a-4a07-b759-5e3b7f93c03f|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:07:12.411Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:07:12.417Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974
2023-03-28T06:07:12.417Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|INFO|500||Invoke
2023-03-28T06:07:12.417Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:12.417Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974
2023-03-28T06:07:12.418Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Method      : GET
2023-03-28T06:07:12.418Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"6dbb0124642ccf95ae6d4ae892481b97", X-B3-SpanId:"ec4d2c4e9fe42a80", X-B3-ParentSpanId:"2866738e0ef2689f", X-B3-Sampled:"0", X-ONAP-RequestID:"a9e2195a-4356-413c-ab38-e852f9ab3c9a", X-RequestID:"a9e2195a-4356-413c-ab38-e852f9ab3c9a", X-TransactionID:"a9e2195a-4356-413c-ab38-e852f9ab3c9a", X-ECOMP-RequestID:"a9e2195a-4356-413c-ab38-e852f9ab3c9a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"12433f4a-287a-4d85-9bc9-a856f0f11b11"]
2023-03-28T06:07:12.418Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Request body: 
2023-03-28T06:07:12.418Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||==========================request end================================================
2023-03-28T06:07:12.449Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:12.449Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:12.449Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Status text  : OK
2023-03-28T06:07:12.449Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:07:11 GMT", x-envoy-upstream-service-time:"28", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:12.450Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Response body: {
  "requestId" : "e29c3d47-ca30-4089-8db5-bb6362a6a974",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Vnf-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:06:59.000+00:00",
  "endTime" : "2023-03-28T06:07:10.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0",
  "vnfType" : "basic_vm/basic_vm 0",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\",\n            \"productFamilyId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\"\n        },\n        \"modelInfo\": {\n            \n    \"modelType\": \"vnf\",\n    \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n    \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n    \"modelName\": \"basic_vm\",\n    \"modelVersion\": \"1.0\",\n    \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n    \"modelCustomizationName\": \"basic_vm 0\"\n\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n\n\n            ],\n            \"aLaCarte\": true,\n            \"testApi\": \"GR_API\"\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"lineOfBusiness\": {\n            \"lineOfBusinessName\": \"basicvm-lob\"\n        },\n        \"platform\": {\n            \"platformName\": \"basicvm-platform\"\n        },\n        \"relatedInstanceList\": [{\n            \"relatedInstance\": {\n                \"instanceId\": \"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\n                \"modelInfo\": {\n                    \"modelType\": \"service\",\n                    \"modelName\": \"basic_vm\",\n                    \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n                    \"modelVersion\": \"1.0\",\n                    \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n                }\n            }\n        }]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:07:10.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vnf",
  "requestAction" : "createInstance",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "e29c3d47-ca30-4089-8db5-bb6362a6a974",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974"
    }
  }
}
2023-03-28T06:07:12.450Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:12.450Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|INFO|500||InvokeReturn
2023-03-28T06:07:12.451Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false
2023-03-28T06:07:12.452Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:07:12.452Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:12.452Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false
2023-03-28T06:07:12.452Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:07:12.452Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"6dbb0124642ccf95ae6d4ae892481b97", X-B3-SpanId:"f9293feaef2221fa", X-B3-ParentSpanId:"2866738e0ef2689f", X-B3-Sampled:"0", X-ONAP-RequestID:"a9e2195a-4356-413c-ab38-e852f9ab3c9a", X-RequestID:"a9e2195a-4356-413c-ab38-e852f9ab3c9a", X-TransactionID:"a9e2195a-4356-413c-ab38-e852f9ab3c9a", X-ECOMP-RequestID:"a9e2195a-4356-413c-ab38-e852f9ab3c9a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"51f0da63-c589-44ef-af1b-59780d11e0e6"]
2023-03-28T06:07:12.452Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:07:12.453Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:07:12.470Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:12.470Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:12.470Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:07:12.470Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:07:11 GMT", x-envoy-upstream-service-time:"14", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:12.471Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T06:07:12.472Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:12.472Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:07:12.479Z|a9e2195a-4356-413c-ab38-e852f9ab3c9a|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:07:12.677Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:07:12.682Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974
2023-03-28T06:07:12.682Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|INFO|500||Invoke
2023-03-28T06:07:12.683Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:12.683Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974
2023-03-28T06:07:12.683Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Method      : GET
2023-03-28T06:07:12.683Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"77d8c5dd17a197c9ba6e8089905b1ad0", X-B3-SpanId:"73fc53b880bd29a1", X-B3-ParentSpanId:"8c0a851df58d94fd", X-B3-Sampled:"0", X-ONAP-RequestID:"aa6cb782-fb61-4fa3-9abc-a1774aed239d", X-RequestID:"aa6cb782-fb61-4fa3-9abc-a1774aed239d", X-TransactionID:"aa6cb782-fb61-4fa3-9abc-a1774aed239d", X-ECOMP-RequestID:"aa6cb782-fb61-4fa3-9abc-a1774aed239d", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"89fba978-ffda-44db-92be-7895f77796b5"]
2023-03-28T06:07:12.683Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Request body: 
2023-03-28T06:07:12.683Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||==========================request end================================================
2023-03-28T06:07:12.724Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:12.724Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:12.725Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Status text  : OK
2023-03-28T06:07:12.725Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:07:11 GMT", x-envoy-upstream-service-time:"37", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:12.726Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||Response body: {
  "requestId" : "e29c3d47-ca30-4089-8db5-bb6362a6a974",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Vnf-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:06:59.000+00:00",
  "endTime" : "2023-03-28T06:07:10.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0",
  "vnfType" : "basic_vm/basic_vm 0",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\",\n            \"productFamilyId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\"\n        },\n        \"modelInfo\": {\n            \n    \"modelType\": \"vnf\",\n    \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n    \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n    \"modelName\": \"basic_vm\",\n    \"modelVersion\": \"1.0\",\n    \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n    \"modelCustomizationName\": \"basic_vm 0\"\n\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n\n\n            ],\n            \"aLaCarte\": true,\n            \"testApi\": \"GR_API\"\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"lineOfBusiness\": {\n            \"lineOfBusinessName\": \"basicvm-lob\"\n        },\n        \"platform\": {\n            \"platformName\": \"basicvm-platform\"\n        },\n        \"relatedInstanceList\": [{\n            \"relatedInstance\": {\n                \"instanceId\": \"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\n                \"modelInfo\": {\n                    \"modelType\": \"service\",\n                    \"modelName\": \"basic_vm\",\n                    \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n                    \"modelVersion\": \"1.0\",\n                    \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n                }\n            }\n        }]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:07:10.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vnf",
  "requestAction" : "createInstance",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "e29c3d47-ca30-4089-8db5-bb6362a6a974",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974"
    }
  }
}
2023-03-28T06:07:12.726Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:12.727Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e29c3d47-ca30-4089-8db5-bb6362a6a974|INFO|500||InvokeReturn
2023-03-28T06:07:12.729Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false
2023-03-28T06:07:12.729Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:07:12.729Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:12.730Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false
2023-03-28T06:07:12.730Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:07:12.730Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"77d8c5dd17a197c9ba6e8089905b1ad0", X-B3-SpanId:"6b2f9773da2ec8cc", X-B3-ParentSpanId:"8c0a851df58d94fd", X-B3-Sampled:"0", X-ONAP-RequestID:"aa6cb782-fb61-4fa3-9abc-a1774aed239d", X-RequestID:"aa6cb782-fb61-4fa3-9abc-a1774aed239d", X-TransactionID:"aa6cb782-fb61-4fa3-9abc-a1774aed239d", X-ECOMP-RequestID:"aa6cb782-fb61-4fa3-9abc-a1774aed239d", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"77b73efa-137b-437c-b40f-70b16776de59"]
2023-03-28T06:07:12.730Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:07:12.730Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:07:12.757Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:12.758Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:12.758Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:07:12.758Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:07:11 GMT", x-envoy-upstream-service-time:"23", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:12.760Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T06:07:12.760Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:12.761Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e29c3d47-ca30-4089-8db5-bb6362a6a974&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:07:12.771Z|aa6cb782-fb61-4fa3-9abc-a1774aed239d|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e29c3d47-ca30-4089-8db5-bb6362a6a974|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:07:14.500Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:07:14.503Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|||INFO|500||Checking if requestId: 0351e76c-e08b-4e01-a8a4-3a1d0153ace2 already exists in requestDb InfraActiveRequests table
2023-03-28T06:07:14.504Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2
2023-03-28T06:07:14.505Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|INFO|500||Invoke
2023-03-28T06:07:14.505Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:14.506Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2
2023-03-28T06:07:14.506Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Method      : GET
2023-03-28T06:07:14.506Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"25999b9562d1c4c0aabd1e8e5634af13", X-B3-SpanId:"351d5c5ebb035ede", X-B3-ParentSpanId:"2724ceaba212c351", X-B3-Sampled:"0", X-ONAP-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-TransactionID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-ECOMP-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3787269d-c323-4aa6-bd30-816d57800561"]
2023-03-28T06:07:14.507Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Request body: 
2023-03-28T06:07:14.507Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||==========================request end================================================
2023-03-28T06:07:14.548Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:14.549Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T06:07:14.550Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Status text  : Not Found
2023-03-28T06:07:14.550Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 06:07:14 GMT", x-envoy-upstream-service-time:"37", server:"envoy"]
2023-03-28T06:07:14.550Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Response body: 
2023-03-28T06:07:14.551Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:14.551Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|INFO|404|Not Found|InvokeReturn
2023-03-28T06:07:14.564Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|||INFO|500||Running local validations
2023-03-28T06:07:14.571Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T06:07:14.595Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]}
2023-03-28T06:07:14.595Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|INFO|500||Invoke
2023-03-28T06:07:14.657Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|INFO|500||InvokeReturn
2023-03-28T06:07:14.658Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883 has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 06:07:13 GMT], server=[envoy], content-length=[1057], x-envoy-upstream-service-time=[50], vertex-id=[168136], x-aai-txid=[0-aai-resources-230328-06:07:13:623-860], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T06:07:14.660Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|||DEBUG|500||{"tenant-id":"dbdab9c92e304927ab8038a443bd1883","tenant-name":"onap-daily-master-sm","tenant-context":"None","resource-version":"1679983623296","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v24/network/generic-vnfs/generic-vnf/2a818ddc-a0e0-4ab6-860e-8968ef03ef05","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"2a818ddc-a0e0-4ab6-860e-8968ef03ef05"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0"}]},{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicvm-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_vm"}]}]}}

2023-03-28T06:07:14.663Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|||DEBUG|500||Validating the Service Instance request
2023-03-28T06:07:14.663Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7
2023-03-28T06:07:14.665Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T06:07:14.666Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke
2023-03-28T06:07:14.666Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:14.666Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T06:07:14.666Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method      : POST
2023-03-28T06:07:14.666Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"222", X-B3-TraceId:"25999b9562d1c4c0aabd1e8e5634af13", X-B3-SpanId:"eca6cf013a4a325d", X-B3-ParentSpanId:"2724ceaba212c351", X-B3-Sampled:"0", X-ONAP-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-TransactionID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-ECOMP-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"dcc1784d-746a-4311-8fed-447fb8420476"]
2023-03-28T06:07:14.667Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":{"vnfInstanceId":"2a818ddc-a0e0-4ab6-860e-8968ef03ef05","serviceInstanceId":"1a23bea9-596a-44fe-a0bd-45ec40a92293"},"instanceName":"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b","requestScope":"vfModule"}
2023-03-28T06:07:14.667Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================
2023-03-28T06:07:14.704Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:14.704Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:14.704Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text  : OK
2023-03-28T06:07:14.705Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers      : [x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 06:07:14 GMT", x-envoy-upstream-service-time:"33", server:"envoy"]
2023-03-28T06:07:14.705Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 
2023-03-28T06:07:14.705Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:14.706Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn
2023-03-28T06:07:14.707Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=b528a88c-0c5f-4bf8-8c17-87d39878fdd2|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=b528a88c-0c5f-4bf8-8c17-87d39878fdd2
2023-03-28T06:07:14.707Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=b528a88c-0c5f-4bf8-8c17-87d39878fdd2|INFO|500||Invoke
2023-03-28T06:07:14.708Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=b528a88c-0c5f-4bf8-8c17-87d39878fdd2|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:14.708Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=b528a88c-0c5f-4bf8-8c17-87d39878fdd2|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=b528a88c-0c5f-4bf8-8c17-87d39878fdd2
2023-03-28T06:07:14.708Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=b528a88c-0c5f-4bf8-8c17-87d39878fdd2|DEBUG|500||Method      : GET
2023-03-28T06:07:14.708Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=b528a88c-0c5f-4bf8-8c17-87d39878fdd2|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-TransactionID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-ECOMP-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"115b614a-24c3-40bc-895d-350f02628c8a"]
2023-03-28T06:07:14.709Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=b528a88c-0c5f-4bf8-8c17-87d39878fdd2|DEBUG|500||Request body: 
2023-03-28T06:07:14.709Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=b528a88c-0c5f-4bf8-8c17-87d39878fdd2|DEBUG|500||==========================request end================================================
2023-03-28T06:07:14.786Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=b528a88c-0c5f-4bf8-8c17-87d39878fdd2|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:14.787Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=b528a88c-0c5f-4bf8-8c17-87d39878fdd2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:14.788Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=b528a88c-0c5f-4bf8-8c17-87d39878fdd2|DEBUG|500||Status text  : OK
2023-03-28T06:07:14.788Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=b528a88c-0c5f-4bf8-8c17-87d39878fdd2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 06:07:14 GMT", x-envoy-upstream-service-time:"72", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:14.789Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=b528a88c-0c5f-4bf8-8c17-87d39878fdd2|DEBUG|500||Response body: {
  "id" : 4,
  "modelCustomizationUUID" : "b528a88c-0c5f-4bf8-8c17-87d39878fdd2",
  "label" : "base_ubuntu20",
  "minInstances" : 1,
  "maxInstances" : 1,
  "initialCount" : 1,
  "availabilityZoneCount" : null,
  "created" : "2023-03-28 05:55:22.000",
  "skipPostInstConf" : true,
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/4"
    },
    "vfModuleCustomization" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/4"
    },
    "heatEnvironment" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/4/heatEnvironment"
    },
    "vnfCustomization" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/4/vnfCustomization"
    },
    "cvnfcCustomization" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/4/cvnfcCustomization"
    },
    "vfModule" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/4/vfModule"
    },
    "volumeHeatEnv" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/4/volumeHeatEnv"
    }
  }
}
2023-03-28T06:07:14.790Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=b528a88c-0c5f-4bf8-8c17-87d39878fdd2|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:14.790Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/search/findFirstByModelCustomizationUUIDOrderByCreatedDesc?MODEL_CUSTOMIZATION_UUID=b528a88c-0c5f-4bf8-8c17-87d39878fdd2|INFO|500||InvokeReturn
2023-03-28T06:07:14.807Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/4/vfModule|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/4/vfModule
2023-03-28T06:07:14.807Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/4/vfModule|INFO|500||Invoke
2023-03-28T06:07:14.808Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/4/vfModule|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:14.808Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/4/vfModule|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/4/vfModule
2023-03-28T06:07:14.808Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/4/vfModule|DEBUG|500||Method      : GET
2023-03-28T06:07:14.808Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/4/vfModule|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-TransactionID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-ECOMP-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ee3adb6a-2b13-4842-84d1-1d44f476d22b"]
2023-03-28T06:07:14.808Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/4/vfModule|DEBUG|500||Request body: 
2023-03-28T06:07:14.808Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/4/vfModule|DEBUG|500||==========================request end================================================
2023-03-28T06:07:14.885Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/4/vfModule|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:14.886Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/4/vfModule|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:14.886Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/4/vfModule|DEBUG|500||Status text  : OK
2023-03-28T06:07:14.887Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/4/vfModule|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", content-location:"http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 06:07:14 GMT", x-envoy-upstream-service-time:"72", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:14.887Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/4/vfModule|DEBUG|500||Response body: {
  "modelUUID" : "a8bb7870-f84f-48bb-a5dd-ba379e6381df",
  "modelInvariantUUID" : "91ba9a10-a41d-4478-96d8-5f1e5ffeecc3",
  "modelName" : "BasicVm..base_ubuntu20..module-0",
  "modelVersion" : "1",
  "description" : null,
  "isBase" : true,
  "created" : "2023-03-28 05:55:22.000",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df"
    },
    "vfModule" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df"
    },
    "moduleHeatTemplate" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df/moduleHeatTemplate"
    },
    "vnfResources" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df/vnfResources"
    },
    "volumeHeatTemplate" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df/volumeHeatTemplate"
    },
    "vfModuleCustomization" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df/vfModuleCustomization"
    },
    "heatFiles" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df/heatFiles"
    }
  }
}
2023-03-28T06:07:14.888Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/4/vfModule|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:14.888Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModuleCustomization/4/vfModule|INFO|500||InvokeReturn
2023-03-28T06:07:14.903Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance
2023-03-28T06:07:14.904Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|INFO|500||Invoke
2023-03-28T06:07:14.904Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:14.904Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance
2023-03-28T06:07:14.905Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Method      : GET
2023-03-28T06:07:14.905Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-TransactionID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-ECOMP-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"36e51b4d-80c9-4df0-8d8c-91b90656e982"]
2023-03-28T06:07:14.905Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Request body: 
2023-03-28T06:07:14.905Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|DEBUG|500||==========================request end================================================
2023-03-28T06:07:14.934Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:14.935Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T06:07:14.935Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Status text  : Not Found
2023-03-28T06:07:14.935Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 06:07:14 GMT", x-envoy-upstream-service-time:"25", server:"envoy"]
2023-03-28T06:07:14.936Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Response body: 
2023-03-28T06:07:14.936Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:14.936Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|INFO|404|Not Found|InvokeReturn
2023-03-28T06:07:14.937Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=91ba9a10-a41d-4478-96d8-5f1e5ffeecc3|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=91ba9a10-a41d-4478-96d8-5f1e5ffeecc3
2023-03-28T06:07:14.938Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=91ba9a10-a41d-4478-96d8-5f1e5ffeecc3|INFO|500||Invoke
2023-03-28T06:07:14.938Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=91ba9a10-a41d-4478-96d8-5f1e5ffeecc3|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:14.938Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=91ba9a10-a41d-4478-96d8-5f1e5ffeecc3|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=91ba9a10-a41d-4478-96d8-5f1e5ffeecc3
2023-03-28T06:07:14.939Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=91ba9a10-a41d-4478-96d8-5f1e5ffeecc3|DEBUG|500||Method      : GET
2023-03-28T06:07:14.939Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=91ba9a10-a41d-4478-96d8-5f1e5ffeecc3|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-TransactionID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-ECOMP-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c1faf7df-ad9e-469b-9216-92415b5f65f0"]
2023-03-28T06:07:14.939Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=91ba9a10-a41d-4478-96d8-5f1e5ffeecc3|DEBUG|500||Request body: 
2023-03-28T06:07:14.939Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=91ba9a10-a41d-4478-96d8-5f1e5ffeecc3|DEBUG|500||==========================request end================================================
2023-03-28T06:07:14.974Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=91ba9a10-a41d-4478-96d8-5f1e5ffeecc3|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:14.974Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=91ba9a10-a41d-4478-96d8-5f1e5ffeecc3|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:14.975Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=91ba9a10-a41d-4478-96d8-5f1e5ffeecc3|DEBUG|500||Status text  : OK
2023-03-28T06:07:14.975Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=91ba9a10-a41d-4478-96d8-5f1e5ffeecc3|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 06:07:14 GMT", x-envoy-upstream-service-time:"31", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:14.976Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=91ba9a10-a41d-4478-96d8-5f1e5ffeecc3|DEBUG|500||Response body: {
  "_embedded" : {
    "vfModule" : [ {
      "modelUUID" : "a8bb7870-f84f-48bb-a5dd-ba379e6381df",
      "modelInvariantUUID" : "91ba9a10-a41d-4478-96d8-5f1e5ffeecc3",
      "modelName" : "BasicVm..base_ubuntu20..module-0",
      "modelVersion" : "1",
      "description" : null,
      "isBase" : true,
      "created" : "2023-03-28 05:55:22.000",
      "_links" : {
        "self" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df"
        },
        "vfModule" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df"
        },
        "moduleHeatTemplate" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df/moduleHeatTemplate"
        },
        "vnfResources" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df/vnfResources"
        },
        "volumeHeatTemplate" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df/volumeHeatTemplate"
        },
        "vfModuleCustomization" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df/vfModuleCustomization"
        },
        "heatFiles" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df/heatFiles"
        }
      }
    } ]
  },
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=91ba9a10-a41d-4478-96d8-5f1e5ffeecc3"
    }
  }
}
2023-03-28T06:07:14.976Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=91ba9a10-a41d-4478-96d8-5f1e5ffeecc3|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:14.977Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=91ba9a10-a41d-4478-96d8-5f1e5ffeecc3|INFO|500||InvokeReturn
2023-03-28T06:07:14.982Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance
2023-03-28T06:07:14.983Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|INFO|500||Invoke
2023-03-28T06:07:14.983Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:14.984Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance
2023-03-28T06:07:14.984Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Method      : GET
2023-03-28T06:07:14.984Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-TransactionID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-ECOMP-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1c644408-61cc-4f88-92b8-1349748e110e"]
2023-03-28T06:07:14.985Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Request body: 
2023-03-28T06:07:14.985Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|DEBUG|500||==========================request end================================================
2023-03-28T06:07:15.003Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:15.004Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T06:07:15.004Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Status text  : Not Found
2023-03-28T06:07:15.004Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 06:07:14 GMT", x-envoy-upstream-service-time:"14", server:"envoy"]
2023-03-28T06:07:15.004Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Response body: 
2023-03-28T06:07:15.004Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:15.005Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=a8bb7870-f84f-48bb-a5dd-ba379e6381df&vnfComponentType=vfModule&action=createInstance|INFO|404|Not Found|InvokeReturn
2023-03-28T06:07:15.005Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance
2023-03-28T06:07:15.006Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|INFO|500||Invoke
2023-03-28T06:07:15.006Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:15.006Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance
2023-03-28T06:07:15.006Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Method      : GET
2023-03-28T06:07:15.006Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-TransactionID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-ECOMP-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b475b774-bc20-4afd-92ff-ae0dd508cf3b"]
2023-03-28T06:07:15.007Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Request body: 
2023-03-28T06:07:15.007Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||==========================request end================================================
2023-03-28T06:07:15.031Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:15.032Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:15.032Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Status text  : OK
2023-03-28T06:07:15.032Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 06:07:14 GMT", x-envoy-upstream-service-time:"22", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:15.033Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||Response body: {
  "id" : 45,
  "action" : "createInstance",
  "description" : "Gr api recipe to create vf-module",
  "orchestrationUri" : "/mso/async/services/WorkflowActionBB",
  "recipeTimeout" : 180,
  "vnfType" : null,
  "paramXsd" : null,
  "vnfComponentType" : "vfModule",
  "vfModuleModelUUID" : "GR-API-DEFAULT",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/45"
    },
    "vnfComponentsRecipe" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/45"
    }
  }
}
2023-03-28T06:07:15.034Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:15.034Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=createInstance|INFO|500||InvokeReturn
2023-03-28T06:07:15.045Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df
2023-03-28T06:07:15.045Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|INFO|500||Invoke
2023-03-28T06:07:15.046Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:15.046Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df
2023-03-28T06:07:15.046Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|DEBUG|500||Method      : GET
2023-03-28T06:07:15.046Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-TransactionID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-ECOMP-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4c3c0a86-0c34-42d6-a68a-8d064ef817d9"]
2023-03-28T06:07:15.046Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|DEBUG|500||Request body: 
2023-03-28T06:07:15.046Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|DEBUG|500||==========================request end================================================
2023-03-28T06:07:15.077Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:15.078Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:15.078Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|DEBUG|500||Status text  : OK
2023-03-28T06:07:15.078Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 06:07:14 GMT", x-envoy-upstream-service-time:"28", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:15.079Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|DEBUG|500||Response body: {
  "modelUUID" : "a8bb7870-f84f-48bb-a5dd-ba379e6381df",
  "modelInvariantUUID" : "91ba9a10-a41d-4478-96d8-5f1e5ffeecc3",
  "modelName" : "BasicVm..base_ubuntu20..module-0",
  "modelVersion" : "1",
  "description" : null,
  "isBase" : true,
  "created" : "2023-03-28 05:55:22.000",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df"
    },
    "vfModule" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df"
    },
    "moduleHeatTemplate" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df/moduleHeatTemplate"
    },
    "vnfResources" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df/vnfResources"
    },
    "volumeHeatTemplate" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df/volumeHeatTemplate"
    },
    "vfModuleCustomization" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df/vfModuleCustomization"
    },
    "heatFiles" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df/heatFiles"
    }
  }
}
2023-03-28T06:07:15.079Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:15.080Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|INFO|500||InvokeReturn
2023-03-28T06:07:15.082Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T06:07:15.083Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke
2023-03-28T06:07:15.083Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:15.083Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T06:07:15.083Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method      : POST
2023-03-28T06:07:15.083Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers     : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"3400", X-B3-TraceId:"25999b9562d1c4c0aabd1e8e5634af13", X-B3-SpanId:"d8ffd3cf387abe43", X-B3-ParentSpanId:"2724ceaba212c351", X-B3-Sampled:"0", X-ONAP-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-TransactionID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-ECOMP-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4f374581-9357-4c63-8ae7-194ba21ae850"]
2023-03-28T06:07:15.083Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"0351e76c-e08b-4e01-a8a4-3a1d0153ace2","requestStatus":"IN_PROGRESS","startTime":1679983634565,"source":"VID","vnfId":"2a818ddc-a0e0-4ab6-860e-8968ef03ef05","vnfType":"","tenantId":"dbdab9c92e304927ab8038a443bd1883","requestBody":"{\n    \"requestDetails\": {\n        \"requestInfo\": \n        {\n            \"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"vfModule\",\n            \"modelInvariantId\": \"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\n            \"modelVersionId\": \"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\n            \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n            \"modelVersion\": \"1\",\n            \"modelCustomizationId\": \"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\",\n            \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"testApi\": \"GR_API\",\n            \"usePreload\": true,\n            \"aLaCarte\": true\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"relatedInstanceList\": [\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\n                    \"modelInfo\": {\n                        \"modelType\": \"service\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n                    }\n                }\n            },\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\n                    \"modelInfo\": {\n                        \"modelType\": \"vnf\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n                        \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n                        \"modelCustomizationName\": \"basic_vm 0\"\n                    }\n                }\n            }\n        ]\n    }\n}","lastModifiedBy":"APIH","vfModuleName":"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b","vfModuleModelName":"BasicVm..base_ubuntu20..module-0","cloudRegion":"RegionOne","serviceInstanceId":"1a23bea9-596a-44fe-a0bd-45ec40a92293","requestScope":"vfModule","requestAction":"createInstance","requestorId":"test","requestUrl":"https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules","tenantName":"onap-daily-master-sm","cloudApiRequests":[],"requestURI":"0351e76c-e08b-4e01-a8a4-3a1d0153ace2"}
2023-03-28T06:07:15.084Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================
2023-03-28T06:07:15.130Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:15.131Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code  : 201 CREATED
2023-03-28T06:07:15.131Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text  : Created
2023-03-28T06:07:15.131Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:07:14 GMT", x-envoy-upstream-service-time:"44", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:15.132Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: {
  "requestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T06:07:14.565+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfType" : "",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": \n        {\n            \"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"vfModule\",\n            \"modelInvariantId\": \"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\n            \"modelVersionId\": \"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\n            \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n            \"modelVersion\": \"1\",\n            \"modelCustomizationId\": \"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\",\n            \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"testApi\": \"GR_API\",\n            \"usePreload\": true,\n            \"aLaCarte\": true\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"relatedInstanceList\": [\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\n                    \"modelInfo\": {\n                        \"modelType\": \"service\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n                    }\n                }\n            },\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\n                    \"modelInfo\": {\n                        \"modelType\": \"vnf\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n                        \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n                        \"modelCustomizationName\": \"basic_vm 0\"\n                    }\n                }\n            }\n        ]\n    }\n}",
  "lastModifiedBy" : "APIH",
  "modifyTime" : "2023-03-28T06:07:14.913+00:00",
  "vfModuleName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vfModule",
  "requestAction" : "createInstance",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2"
    }
  }
}
2023-03-28T06:07:15.132Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:15.133Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn
2023-03-28T06:07:15.143Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T06:07:15.144Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke
2023-03-28T06:07:15.144Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:15.144Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T06:07:15.144Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method      : POST
2023-03-28T06:07:15.144Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers     : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"3671", X-B3-TraceId:"25999b9562d1c4c0aabd1e8e5634af13", X-B3-SpanId:"ab8b3d26b55e7513", X-B3-ParentSpanId:"2724ceaba212c351", X-B3-Sampled:"0", X-ONAP-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-TransactionID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-ECOMP-RequestID:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"295e8b56-da44-46d3-9754-b45fc0f7affe"]
2023-03-28T06:07:15.145Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelCustomizationName\":\"BasicVm..base_ubuntu20..module-0\",\"modelInvariantId\":\"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\"modelType\":\"vfModule\",\"modelName\":\"BasicVm..base_ubuntu20..module-0\",\"modelVersion\":\"1\",\"modelCustomizationUuid\":\"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\",\"modelVersionId\":\"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\"modelCustomizationId\":\"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\",\"modelUuid\":\"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\"modelInvariantUuid\":\"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\"modelInstanceName\":\"BasicVm..base_ubuntu20..module-0\"},\"requestInfo\":{\"source\":\"VID\",\"instanceName\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"suppressRollback\":false,\"requestorId\":\"test\"},\"relatedInstanceList\":[{\"relatedInstance\":{\"instanceId\":\"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\"modelInfo\":{\"modelInvariantId\":\"22d33c51-a0cb-43ff-b88c-056b90379b28\",\"modelType\":\"service\",\"modelName\":\"basic_vm\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"f13ca837-ae90-403c-9881-446f755d4bf8\",\"modelUuid\":\"f13ca837-ae90-403c-9881-446f755d4bf8\",\"modelInvariantUuid\":\"22d33c51-a0cb-43ff-b88c-056b90379b28\"}}},{\"relatedInstance\":{\"instanceId\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"modelInfo\":{\"modelCustomizationName\":\"basic_vm 0\",\"modelInvariantId\":\"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\"modelType\":\"vnf\",\"modelName\":\"basic_vm\",\"modelVersion\":\"1.0\",\"modelCustomizationUuid\":\"42b32958-f457-419a-b9ad-9d83f09d3632\",\"modelVersionId\":\"625c049c-8631-4145-bce7-919347276518\",\"modelCustomizationId\":\"42b32958-f457-419a-b9ad-9d83f09d3632\",\"modelUuid\":\"625c049c-8631-4145-bce7-919347276518\",\"modelInvariantUuid\":\"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\"modelInstanceName\":\"basic_vm 0\"}}}],\"cloudConfiguration\":{\"tenantId\":\"dbdab9c92e304927ab8038a443bd1883\",\"cloudOwner\":\"basicvm-cloud-owner\",\"lcpCloudRegionId\":\"RegionOne\"},\"requestParameters\":{\"aLaCarte\":true,\"usePreload\":true,\"testApi\":\"GR_API\"}},\"serviceInstanceId\":\"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\"vnfInstanceId\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\"}","type":"String"},"requestId":{"value":"0351e76c-e08b-4e01-a8a4-3a1d0153ace2","type":"String"},"mso-request-id":{"value":"0351e76c-e08b-4e01-a8a4-3a1d0153ace2","type":"String"},"isBaseVfModule":{"value":true,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"createInstance","type":"String"},"serviceInstanceId":{"value":"1a23bea9-596a-44fe-a0bd-45ec40a92293","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"2a818ddc-a0e0-4ab6-860e-8968ef03ef05","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"basic_vm/basic_vm 0","type":"String"},"vfModuleType":{"value":"basic_vm/basic_vm 0::BasicVm..base_ubuntu20..module-0","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}}
2023-03-28T06:07:15.145Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================
2023-03-28T06:07:16.163Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:16.164Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code  : 202 ACCEPTED
2023-03-28T06:07:16.165Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text  : Accepted
2023-03-28T06:07:16.165Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers      : [date:"Tue, 28 Mar 2023 06:07:15 GMT", x-onap-requestid:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", x-requestid:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", x-transactionid:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", x-ecomp-requestid:"0351e76c-e08b-4e01-a8a4-3a1d0153ace2", x-onap-partnername:"UNKNOWN", x-invocationid:"295e8b56-da44-46d3-9754-b45fc0f7affe", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", x-envoy-upstream-service-time:"1014", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:16.166Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"0351e76c-e08b-4e01-a8a4-3a1d0153ace2\",\"instanceId\":\"02a67129-228c-4f74-bc4d-798af21e3abb\"}}","message":"Success","processInstanceID":"c96ac20f-cd2e-11ed-8192-02f87d878986","variables":null,"messageCode":200}
2023-03-28T06:07:16.166Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:16.166Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn
2023-03-28T06:07:16.171Z|0351e76c-e08b-4e01-a8a4-3a1d0153ace2|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:07:16.372Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:07:16.376Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2
2023-03-28T06:07:16.377Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|INFO|500||Invoke
2023-03-28T06:07:16.377Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:16.378Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2
2023-03-28T06:07:16.378Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Method      : GET
2023-03-28T06:07:16.378Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"4ad583e172f62b95ee2b45e617dc5a5a", X-B3-SpanId:"b9908444d58e4ee4", X-B3-ParentSpanId:"b9ea79d295092af1", X-B3-Sampled:"0", X-ONAP-RequestID:"9e0f698d-2707-4540-afed-ae322d227059", X-RequestID:"9e0f698d-2707-4540-afed-ae322d227059", X-TransactionID:"9e0f698d-2707-4540-afed-ae322d227059", X-ECOMP-RequestID:"9e0f698d-2707-4540-afed-ae322d227059", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"280ab78b-5cd7-4233-8f6a-f2ea8736efec"]
2023-03-28T06:07:16.378Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Request body: 
2023-03-28T06:07:16.379Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||==========================request end================================================
2023-03-28T06:07:16.412Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:16.413Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:16.413Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Status text  : OK
2023-03-28T06:07:16.413Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:07:15 GMT", x-envoy-upstream-service-time:"30", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:16.413Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Response body: {
  "requestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T06:07:14.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfType" : "",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": \n        {\n            \"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"vfModule\",\n            \"modelInvariantId\": \"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\n            \"modelVersionId\": \"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\n            \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n            \"modelVersion\": \"1\",\n            \"modelCustomizationId\": \"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\",\n            \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"testApi\": \"GR_API\",\n            \"usePreload\": true,\n            \"aLaCarte\": true\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"relatedInstanceList\": [\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\n                    \"modelInfo\": {\n                        \"modelType\": \"service\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n                    }\n                }\n            },\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\n                    \"modelInfo\": {\n                        \"modelType\": \"vnf\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n                        \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n                        \"modelCustomizationName\": \"basic_vm 0\"\n                    }\n                }\n            }\n        ]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:07:15.000+00:00",
  "vfModuleId" : "02a67129-228c-4f74-bc4d-798af21e3abb",
  "vfModuleName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vfModule",
  "requestAction" : "createInstance",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2"
    }
  }
}
2023-03-28T06:07:16.414Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:16.414Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|INFO|500||InvokeReturn
2023-03-28T06:07:16.415Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false
2023-03-28T06:07:16.415Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:07:16.416Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:16.416Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false
2023-03-28T06:07:16.416Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:07:16.416Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"4ad583e172f62b95ee2b45e617dc5a5a", X-B3-SpanId:"273aeaeced604b1d", X-B3-ParentSpanId:"b9ea79d295092af1", X-B3-Sampled:"0", X-ONAP-RequestID:"9e0f698d-2707-4540-afed-ae322d227059", X-RequestID:"9e0f698d-2707-4540-afed-ae322d227059", X-TransactionID:"9e0f698d-2707-4540-afed-ae322d227059", X-ECOMP-RequestID:"9e0f698d-2707-4540-afed-ae322d227059", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7cacf354-dedf-42bc-97cf-1e12bb20d798"]
2023-03-28T06:07:16.416Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:07:16.416Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:07:16.437Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:16.438Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:16.438Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:07:16.438Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:07:15 GMT", x-envoy-upstream-service-time:"18", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:16.439Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T06:07:16.439Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:16.440Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:07:16.449Z|9e0f698d-2707-4540-afed-ae322d227059|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:07:17.246Z|9741fd8d-3b8e-4b0a-be81-063dca36095e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:07:17.247Z|9741fd8d-3b8e-4b0a-be81-063dca36095e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:07:18.803Z|677337a7-1d74-444d-ba95-f5ac20aead8a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:07:18.804Z|677337a7-1d74-444d-ba95-f5ac20aead8a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:07:20.089Z|67d36555-223d-4695-b9df-fea2ac838efd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:07:20.090Z|67d36555-223d-4695-b9df-fea2ac838efd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:07:20.414Z|3adfc562-bc37-4eaa-8321-bb7881a68ce0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:07:20.415Z|3adfc562-bc37-4eaa-8321-bb7881a68ce0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:07:21.174Z|4cd893c9-dea2-485b-863d-d7d03c926dce|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:07:21.174Z|4cd893c9-dea2-485b-863d-d7d03c926dce|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:07:26.638Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:07:26.645Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2
2023-03-28T06:07:26.646Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|INFO|500||Invoke
2023-03-28T06:07:26.646Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:26.646Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2
2023-03-28T06:07:26.646Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Method      : GET
2023-03-28T06:07:26.646Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"21a09dc0da161380287afa267d27a5c1", X-B3-SpanId:"c91b3a8a26707d1b", X-B3-ParentSpanId:"946a31a8ce277a6d", X-B3-Sampled:"0", X-ONAP-RequestID:"bd6e4baa-25cd-4d10-a57c-0f2929034a0b", X-RequestID:"bd6e4baa-25cd-4d10-a57c-0f2929034a0b", X-TransactionID:"bd6e4baa-25cd-4d10-a57c-0f2929034a0b", X-ECOMP-RequestID:"bd6e4baa-25cd-4d10-a57c-0f2929034a0b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3dc2b8a7-c38f-4ac7-a9b3-8953e51332e4"]
2023-03-28T06:07:26.646Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Request body: 
2023-03-28T06:07:26.647Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||==========================request end================================================
2023-03-28T06:07:26.686Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:26.687Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:26.687Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Status text  : OK
2023-03-28T06:07:26.687Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:07:26 GMT", x-envoy-upstream-service-time:"35", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:26.688Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Response body: {
  "requestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "requestStatus" : "IN_PROGRESS",
  "flowStatus" : "Execution of AssignVfModuleBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).",
  "progress" : 36,
  "startTime" : "2023-03-28T06:07:14.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfType" : "",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": \n        {\n            \"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"vfModule\",\n            \"modelInvariantId\": \"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\n            \"modelVersionId\": \"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\n            \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n            \"modelVersion\": \"1\",\n            \"modelCustomizationId\": \"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\",\n            \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"testApi\": \"GR_API\",\n            \"usePreload\": true,\n            \"aLaCarte\": true\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"relatedInstanceList\": [\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\n                    \"modelInfo\": {\n                        \"modelType\": \"service\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n                    }\n                }\n            },\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\n                    \"modelInfo\": {\n                        \"modelType\": \"vnf\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n                        \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n                        \"modelCustomizationName\": \"basic_vm 0\"\n                    }\n                }\n            }\n        ]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:07:19.000+00:00",
  "vfModuleId" : "02a67129-228c-4f74-bc4d-798af21e3abb",
  "vfModuleName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vfModule",
  "requestAction" : "createInstance",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2"
    }
  }
}
2023-03-28T06:07:26.688Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:26.688Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|INFO|500||InvokeReturn
2023-03-28T06:07:26.690Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false
2023-03-28T06:07:26.690Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:07:26.691Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:26.691Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false
2023-03-28T06:07:26.691Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:07:26.691Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"21a09dc0da161380287afa267d27a5c1", X-B3-SpanId:"223ce2cc8df3af21", X-B3-ParentSpanId:"946a31a8ce277a6d", X-B3-Sampled:"0", X-ONAP-RequestID:"bd6e4baa-25cd-4d10-a57c-0f2929034a0b", X-RequestID:"bd6e4baa-25cd-4d10-a57c-0f2929034a0b", X-TransactionID:"bd6e4baa-25cd-4d10-a57c-0f2929034a0b", X-ECOMP-RequestID:"bd6e4baa-25cd-4d10-a57c-0f2929034a0b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a978402f-73b9-47a8-b05e-4ae736cc062f"]
2023-03-28T06:07:26.692Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:07:26.692Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:07:26.710Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:26.710Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:26.711Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:07:26.711Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:07:26 GMT", x-envoy-upstream-service-time:"15", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:26.711Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T06:07:26.712Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:26.712Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:07:26.749Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T06:07:26.749Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T06:07:26.749Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:26.750Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T06:07:26.750Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T06:07:26.750Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"bd6e4baa-25cd-4d10-a57c-0f2929034a0b", X-RequestID:"bd6e4baa-25cd-4d10-a57c-0f2929034a0b", X-TransactionID:"bd6e4baa-25cd-4d10-a57c-0f2929034a0b", X-ECOMP-RequestID:"bd6e4baa-25cd-4d10-a57c-0f2929034a0b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4d573482-dd60-4557-9ee7-af09d844f059"]
2023-03-28T06:07:26.750Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T06:07:26.750Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T06:07:26.906Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:26.907Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:26.907Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T06:07:26.907Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=19F445DC811C74CBA8BFAC4CE33B499F; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"688", date:"Tue, 28 Mar 2023 06:07:26 GMT", x-envoy-upstream-service-time:"146", server:"envoy"]
2023-03-28T06:07:26.908Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"cdfec99a-cd2e-11ed-8192-02f87d878986","businessKey":"0351e76c-e08b-4e01-a8a4-3a1d0153ace2","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T06:07:22.657+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"c96ac20f-cd2e-11ed-8192-02f87d878986","superProcessInstanceId":"cdfcf499-cd2e-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}]
2023-03-28T06:07:26.908Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:26.909Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T06:07:26.930Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1
2023-03-28T06:07:26.930Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T06:07:26.930Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:26.930Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1
2023-03-28T06:07:26.930Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T06:07:26.931Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"bd6e4baa-25cd-4d10-a57c-0f2929034a0b", X-RequestID:"bd6e4baa-25cd-4d10-a57c-0f2929034a0b", X-TransactionID:"bd6e4baa-25cd-4d10-a57c-0f2929034a0b", X-ECOMP-RequestID:"bd6e4baa-25cd-4d10-a57c-0f2929034a0b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b21af662-b95b-4b9b-888c-2f4fbc2f61f9"]
2023-03-28T06:07:26.931Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T06:07:26.931Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T06:07:27.084Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:27.085Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:27.085Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T06:07:27.086Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=C7FB99AF24D5B080A4DB8FBE178022CC; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"775", date:"Tue, 28 Mar 2023 06:07:26 GMT", x-envoy-upstream-service-time:"150", server:"envoy"]
2023-03-28T06:07:27.086Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"StartEvent_1:cdfec9a1-cd2e-11ed-8192-02f87d878986","parentActivityInstanceId":"cdfec99a-cd2e-11ed-8192-02f87d878986","activityId":"StartEvent_1","activityName":null,"activityType":"startEvent","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"cdfec99a-cd2e-11ed-8192-02f87d878986","executionId":"cdfec99a-cd2e-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T06:07:22.657+0000","endTime":"2023-03-28T06:07:22.657+0000","durationInMillis":0,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"c96ac20f-cd2e-11ed-8192-02f87d878986"}]
2023-03-28T06:07:27.087Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:27.087Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T06:07:27.094Z|bd6e4baa-25cd-4d10-a57c-0f2929034a0b|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:07:27.283Z|308056ec-7eaf-4dd5-ba74-5c383c86ca36|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:07:27.284Z|308056ec-7eaf-4dd5-ba74-5c383c86ca36|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:07:28.834Z|2c362854-b8f8-4399-b360-9027a6d53626|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:07:28.835Z|2c362854-b8f8-4399-b360-9027a6d53626|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:07:30.440Z|c6664610-36a5-4773-8b69-86bf8ac33c3e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:07:30.440Z|c6664610-36a5-4773-8b69-86bf8ac33c3e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:07:35.089Z|b7224666-1d7a-458a-8d1c-cf801c630520|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:07:35.089Z|b7224666-1d7a-458a-8d1c-cf801c630520|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:07:37.279Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:07:37.287Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2
2023-03-28T06:07:37.288Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|INFO|500||Invoke
2023-03-28T06:07:37.288Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:37.288Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2
2023-03-28T06:07:37.288Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Method      : GET
2023-03-28T06:07:37.288Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"0739649030f9dc02dd1d9b0b90613efa", X-B3-SpanId:"e5fe308bf971a730", X-B3-ParentSpanId:"f61e7e2babafe910", X-B3-Sampled:"0", X-ONAP-RequestID:"895adeaa-0a89-4c28-bdfb-69a25c634c6b", X-RequestID:"895adeaa-0a89-4c28-bdfb-69a25c634c6b", X-TransactionID:"895adeaa-0a89-4c28-bdfb-69a25c634c6b", X-ECOMP-RequestID:"895adeaa-0a89-4c28-bdfb-69a25c634c6b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b22a72e2-d40a-4050-85e2-946ef2aa72ab"]
2023-03-28T06:07:37.288Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Request body: 
2023-03-28T06:07:37.288Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||==========================request end================================================
2023-03-28T06:07:37.311Z|debc9745-39fe-4742-8775-5796613edc9e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:07:37.312Z|debc9745-39fe-4742-8775-5796613edc9e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:07:37.333Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:37.334Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:37.334Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Status text  : OK
2023-03-28T06:07:37.335Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:07:37 GMT", x-envoy-upstream-service-time:"40", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:37.335Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Response body: {
  "requestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "requestStatus" : "IN_PROGRESS",
  "resourceStatusMessage" : "The new vf module was successfully created in the cloud",
  "flowStatus" : "Execution of AssignVfModuleBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).",
  "progress" : 36,
  "startTime" : "2023-03-28T06:07:14.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfType" : "",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": \n        {\n            \"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"vfModule\",\n            \"modelInvariantId\": \"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\n            \"modelVersionId\": \"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\n            \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n            \"modelVersion\": \"1\",\n            \"modelCustomizationId\": \"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\",\n            \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"testApi\": \"GR_API\",\n            \"usePreload\": true,\n            \"aLaCarte\": true\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"relatedInstanceList\": [\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\n                    \"modelInfo\": {\n                        \"modelType\": \"service\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n                    }\n                }\n            },\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\n                    \"modelInfo\": {\n                        \"modelType\": \"vnf\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n                        \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n                        \"modelCustomizationName\": \"basic_vm 0\"\n                    }\n                }\n            }\n        ]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:07:30.000+00:00",
  "vfModuleId" : "02a67129-228c-4f74-bc4d-798af21e3abb",
  "vfModuleName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vfModule",
  "requestAction" : "createInstance",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
    "cloudIdentifier" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
    "requestBody" : "{\"parameters\":{\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master-sm\"},\"environment\":\"parameters:\\n  admin_plane_net_name: \\\"admin\\\"\\n  dcae_collector_ip: \\\"10.4.2.166\\\"\\n  dcae_collector_port: \\\"30417\\\"\\n  ubuntu20_flavor_name: \\\"m1.small\\\"\\n  ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n  ubuntu20_name_0: \\\"Ubuntu20\\\"\\n  ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n  vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n  vnf_id: \\\"Ubuntu20-VNF\\\"\\n  vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}",
    "created" : "2023-03-28T06:07:27.000+00:00"
  } ],
  "requestURI" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2"
    }
  }
}
2023-03-28T06:07:37.336Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:37.336Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|INFO|500||InvokeReturn
2023-03-28T06:07:37.338Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false
2023-03-28T06:07:37.339Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:07:37.339Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:37.339Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false
2023-03-28T06:07:37.340Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:07:37.340Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"0739649030f9dc02dd1d9b0b90613efa", X-B3-SpanId:"029077577cea95af", X-B3-ParentSpanId:"f61e7e2babafe910", X-B3-Sampled:"0", X-ONAP-RequestID:"895adeaa-0a89-4c28-bdfb-69a25c634c6b", X-RequestID:"895adeaa-0a89-4c28-bdfb-69a25c634c6b", X-TransactionID:"895adeaa-0a89-4c28-bdfb-69a25c634c6b", X-ECOMP-RequestID:"895adeaa-0a89-4c28-bdfb-69a25c634c6b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"114a4ff5-caf4-43c9-bf68-99b89b28ce89"]
2023-03-28T06:07:37.340Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:07:37.340Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:07:37.359Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:37.360Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:37.360Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:07:37.360Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:07:37 GMT", x-envoy-upstream-service-time:"16", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:37.361Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 30,
  "soRequestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "groupingId" : "fb597b0d-1894-467b-b015-cb24bf0c8dd3",
  "name" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b/fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE started\",\"stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"updated_time\":null,\"creation_time\":1679983650000,\"stack_status\":\"CREATE_IN_PROGRESS\",\"id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"d51de2a7e10848e780d423a1bc316b43\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T06:07:32.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T06:07:37.361Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:37.362Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:07:37.389Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T06:07:37.390Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T06:07:37.390Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:37.390Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T06:07:37.390Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T06:07:37.390Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"895adeaa-0a89-4c28-bdfb-69a25c634c6b", X-RequestID:"895adeaa-0a89-4c28-bdfb-69a25c634c6b", X-TransactionID:"895adeaa-0a89-4c28-bdfb-69a25c634c6b", X-ECOMP-RequestID:"895adeaa-0a89-4c28-bdfb-69a25c634c6b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6b59214a-6dcf-4c9f-869e-f2af13c19b9c"]
2023-03-28T06:07:37.391Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T06:07:37.391Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T06:07:37.552Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:37.553Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:37.553Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T06:07:37.554Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=38A725EB5FDD62222539B41F07FEF42F; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"688", date:"Tue, 28 Mar 2023 06:07:37 GMT", x-envoy-upstream-service-time:"156", server:"envoy"]
2023-03-28T06:07:37.554Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"cdfec99a-cd2e-11ed-8192-02f87d878986","businessKey":"0351e76c-e08b-4e01-a8a4-3a1d0153ace2","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T06:07:22.657+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"c96ac20f-cd2e-11ed-8192-02f87d878986","superProcessInstanceId":"cdfcf499-cd2e-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}]
2023-03-28T06:07:37.555Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:37.555Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T06:07:37.589Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1
2023-03-28T06:07:37.590Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T06:07:37.591Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:37.591Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1
2023-03-28T06:07:37.591Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T06:07:37.591Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"895adeaa-0a89-4c28-bdfb-69a25c634c6b", X-RequestID:"895adeaa-0a89-4c28-bdfb-69a25c634c6b", X-TransactionID:"895adeaa-0a89-4c28-bdfb-69a25c634c6b", X-ECOMP-RequestID:"895adeaa-0a89-4c28-bdfb-69a25c634c6b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"95a80fbd-198e-4db8-ab55-a411ed4c3b27"]
2023-03-28T06:07:37.592Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T06:07:37.592Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T06:07:37.754Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:37.755Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:37.755Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T06:07:37.756Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=9A9F567D17DBBBF311C39A08156C68D0; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"812", date:"Tue, 28 Mar 2023 06:07:37 GMT", x-envoy-upstream-service-time:"157", server:"envoy"]
2023-03-28T06:07:37.756Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:d2e1db32-cd2e-11ed-8192-02f87d878986","parentActivityInstanceId":"cdfec99a-cd2e-11ed-8192-02f87d878986","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"cdfec99a-cd2e-11ed-8192-02f87d878986","executionId":"cdfec99a-cd2e-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T06:07:30.856+0000","endTime":"2023-03-28T06:07:30.866+0000","durationInMillis":10,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"c96ac20f-cd2e-11ed-8192-02f87d878986"}]
2023-03-28T06:07:37.757Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:37.757Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T06:07:37.764Z|895adeaa-0a89-4c28-bdfb-69a25c634c6b|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:07:38.867Z|edf7657f-91a7-4a76-b166-53c9c1a49f8f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:07:38.868Z|edf7657f-91a7-4a76-b166-53c9c1a49f8f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:07:40.471Z|462d8a64-b9ef-4259-9b8c-5b9447ae8331|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:07:40.472Z|462d8a64-b9ef-4259-9b8c-5b9447ae8331|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:07:47.345Z|cd77d7f7-a7d2-46fa-a0a6-9c32cdaeff07|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:07:47.346Z|cd77d7f7-a7d2-46fa-a0a6-9c32cdaeff07|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:07:47.959Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:07:47.968Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2
2023-03-28T06:07:47.968Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|INFO|500||Invoke
2023-03-28T06:07:47.968Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:47.968Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2
2023-03-28T06:07:47.968Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Method      : GET
2023-03-28T06:07:47.968Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"06f67fa435fdd0d1529ee4059dea3881", X-B3-SpanId:"5aa18fb0fd261e92", X-B3-ParentSpanId:"f037bdff783bfb7d", X-B3-Sampled:"0", X-ONAP-RequestID:"65cfa03e-7384-42d5-a3fe-c0dd018d2053", X-RequestID:"65cfa03e-7384-42d5-a3fe-c0dd018d2053", X-TransactionID:"65cfa03e-7384-42d5-a3fe-c0dd018d2053", X-ECOMP-RequestID:"65cfa03e-7384-42d5-a3fe-c0dd018d2053", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6b39ffbf-3e27-464a-b299-c8278be874c1"]
2023-03-28T06:07:47.969Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Request body: 
2023-03-28T06:07:47.969Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||==========================request end================================================
2023-03-28T06:07:48.013Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:48.014Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:48.014Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Status text  : OK
2023-03-28T06:07:48.014Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:07:47 GMT", x-envoy-upstream-service-time:"40", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:48.014Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Response body: {
  "requestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "requestStatus" : "IN_PROGRESS",
  "resourceStatusMessage" : "The new vf module was successfully created in the cloud",
  "flowStatus" : "Execution of AssignVfModuleBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).",
  "progress" : 36,
  "startTime" : "2023-03-28T06:07:14.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfType" : "",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": \n        {\n            \"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"vfModule\",\n            \"modelInvariantId\": \"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\n            \"modelVersionId\": \"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\n            \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n            \"modelVersion\": \"1\",\n            \"modelCustomizationId\": \"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\",\n            \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"testApi\": \"GR_API\",\n            \"usePreload\": true,\n            \"aLaCarte\": true\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"relatedInstanceList\": [\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\n                    \"modelInfo\": {\n                        \"modelType\": \"service\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n                    }\n                }\n            },\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\n                    \"modelInfo\": {\n                        \"modelType\": \"vnf\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n                        \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n                        \"modelCustomizationName\": \"basic_vm 0\"\n                    }\n                }\n            }\n        ]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:07:30.000+00:00",
  "vfModuleId" : "02a67129-228c-4f74-bc4d-798af21e3abb",
  "vfModuleName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vfModule",
  "requestAction" : "createInstance",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
    "cloudIdentifier" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
    "requestBody" : "{\"parameters\":{\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master-sm\"},\"environment\":\"parameters:\\n  admin_plane_net_name: \\\"admin\\\"\\n  dcae_collector_ip: \\\"10.4.2.166\\\"\\n  dcae_collector_port: \\\"30417\\\"\\n  ubuntu20_flavor_name: \\\"m1.small\\\"\\n  ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n  ubuntu20_name_0: \\\"Ubuntu20\\\"\\n  ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n  vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n  vnf_id: \\\"Ubuntu20-VNF\\\"\\n  vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}",
    "created" : "2023-03-28T06:07:27.000+00:00"
  } ],
  "requestURI" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2"
    }
  }
}
2023-03-28T06:07:48.014Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:48.015Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|INFO|500||InvokeReturn
2023-03-28T06:07:48.017Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false
2023-03-28T06:07:48.017Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:07:48.017Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:48.017Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false
2023-03-28T06:07:48.017Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:07:48.018Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"06f67fa435fdd0d1529ee4059dea3881", X-B3-SpanId:"18250cc7b45a0a20", X-B3-ParentSpanId:"f037bdff783bfb7d", X-B3-Sampled:"0", X-ONAP-RequestID:"65cfa03e-7384-42d5-a3fe-c0dd018d2053", X-RequestID:"65cfa03e-7384-42d5-a3fe-c0dd018d2053", X-TransactionID:"65cfa03e-7384-42d5-a3fe-c0dd018d2053", X-ECOMP-RequestID:"65cfa03e-7384-42d5-a3fe-c0dd018d2053", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8c11cb1e-c6f1-442b-a090-f8bac9db918d"]
2023-03-28T06:07:48.018Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:07:48.018Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:07:48.038Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:48.039Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:48.039Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:07:48.039Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:07:47 GMT", x-envoy-upstream-service-time:"18", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:48.040Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 30,
  "soRequestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "groupingId" : "fb597b0d-1894-467b-b015-cb24bf0c8dd3",
  "name" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b/fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE started\",\"stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"updated_time\":null,\"creation_time\":1679983650000,\"stack_status\":\"CREATE_IN_PROGRESS\",\"id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"d51de2a7e10848e780d423a1bc316b43\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T06:07:32.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T06:07:48.041Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:48.041Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:07:48.063Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T06:07:48.063Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T06:07:48.063Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:48.063Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T06:07:48.063Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T06:07:48.063Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"65cfa03e-7384-42d5-a3fe-c0dd018d2053", X-RequestID:"65cfa03e-7384-42d5-a3fe-c0dd018d2053", X-TransactionID:"65cfa03e-7384-42d5-a3fe-c0dd018d2053", X-ECOMP-RequestID:"65cfa03e-7384-42d5-a3fe-c0dd018d2053", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f2419742-e31e-4663-9182-72cbf6ee4aec"]
2023-03-28T06:07:48.064Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T06:07:48.064Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T06:07:48.206Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:48.207Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:48.209Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T06:07:48.209Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=B21E9624BCD88E28BEBF25AD7E2F2D55; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"688", date:"Tue, 28 Mar 2023 06:07:48 GMT", x-envoy-upstream-service-time:"138", server:"envoy"]
2023-03-28T06:07:48.210Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"cdfec99a-cd2e-11ed-8192-02f87d878986","businessKey":"0351e76c-e08b-4e01-a8a4-3a1d0153ace2","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T06:07:22.657+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"c96ac20f-cd2e-11ed-8192-02f87d878986","superProcessInstanceId":"cdfcf499-cd2e-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}]
2023-03-28T06:07:48.210Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:48.210Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T06:07:48.231Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1
2023-03-28T06:07:48.231Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T06:07:48.231Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:48.232Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1
2023-03-28T06:07:48.232Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T06:07:48.232Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"65cfa03e-7384-42d5-a3fe-c0dd018d2053", X-RequestID:"65cfa03e-7384-42d5-a3fe-c0dd018d2053", X-TransactionID:"65cfa03e-7384-42d5-a3fe-c0dd018d2053", X-ECOMP-RequestID:"65cfa03e-7384-42d5-a3fe-c0dd018d2053", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3b556fff-e9db-41a4-80d8-7a58d585242b"]
2023-03-28T06:07:48.232Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T06:07:48.232Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T06:07:48.391Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:48.391Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:48.392Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T06:07:48.392Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=FEC823137843A0B7687732B99F49CF18; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"812", date:"Tue, 28 Mar 2023 06:07:48 GMT", x-envoy-upstream-service-time:"154", server:"envoy"]
2023-03-28T06:07:48.393Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:d2e1db32-cd2e-11ed-8192-02f87d878986","parentActivityInstanceId":"cdfec99a-cd2e-11ed-8192-02f87d878986","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"cdfec99a-cd2e-11ed-8192-02f87d878986","executionId":"cdfec99a-cd2e-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T06:07:30.856+0000","endTime":"2023-03-28T06:07:30.866+0000","durationInMillis":10,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"c96ac20f-cd2e-11ed-8192-02f87d878986"}]
2023-03-28T06:07:48.393Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:48.394Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T06:07:48.401Z|65cfa03e-7384-42d5-a3fe-c0dd018d2053|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:07:48.897Z|d04856a5-99c0-4c85-b385-a3ae33cf2235|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:07:48.898Z|d04856a5-99c0-4c85-b385-a3ae33cf2235|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:07:50.089Z|5b15254c-d459-4566-960a-659c0d415da2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:07:50.094Z|5b15254c-d459-4566-960a-659c0d415da2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:07:50.503Z|a36252b9-8e78-4d6e-9a6d-9ac4bfb82a04|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:07:50.504Z|a36252b9-8e78-4d6e-9a6d-9ac4bfb82a04|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:07:51.175Z|e10407c5-48cb-470e-a894-ca75daf81a9f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:07:51.175Z|e10407c5-48cb-470e-a894-ca75daf81a9f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:07:56.116Z|f9cf57c1-94d0-43d2-814a-dd2480f19d2e|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:07:56.117Z|f9cf57c1-94d0-43d2-814a-dd2480f19d2e|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:07:57.377Z|f47d2602-109e-4ea0-a625-80ac57834bbb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:07:57.377Z|f47d2602-109e-4ea0-a625-80ac57834bbb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:07:58.593Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:07:58.601Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2
2023-03-28T06:07:58.601Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|INFO|500||Invoke
2023-03-28T06:07:58.602Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:58.602Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2
2023-03-28T06:07:58.603Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Method      : GET
2023-03-28T06:07:58.603Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"142de650c529008361f4a3cfab088c71", X-B3-SpanId:"0146f6f078fc0fa6", X-B3-ParentSpanId:"8094416ae3fd14f3", X-B3-Sampled:"0", X-ONAP-RequestID:"6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e", X-RequestID:"6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e", X-TransactionID:"6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e", X-ECOMP-RequestID:"6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"412c9fe5-44da-4108-8d7e-fea26bd4494b"]
2023-03-28T06:07:58.604Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Request body: 
2023-03-28T06:07:58.604Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||==========================request end================================================
2023-03-28T06:07:58.653Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:58.654Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:58.655Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Status text  : OK
2023-03-28T06:07:58.655Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:07:58 GMT", x-envoy-upstream-service-time:"44", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:58.656Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Response body: {
  "requestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "requestStatus" : "IN_PROGRESS",
  "resourceStatusMessage" : "The new vf module was successfully created in the cloud",
  "flowStatus" : "Execution of AssignVfModuleBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).",
  "progress" : 36,
  "startTime" : "2023-03-28T06:07:14.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfType" : "",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": \n        {\n            \"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"vfModule\",\n            \"modelInvariantId\": \"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\n            \"modelVersionId\": \"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\n            \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n            \"modelVersion\": \"1\",\n            \"modelCustomizationId\": \"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\",\n            \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"testApi\": \"GR_API\",\n            \"usePreload\": true,\n            \"aLaCarte\": true\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"relatedInstanceList\": [\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\n                    \"modelInfo\": {\n                        \"modelType\": \"service\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n                    }\n                }\n            },\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\n                    \"modelInfo\": {\n                        \"modelType\": \"vnf\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n                        \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n                        \"modelCustomizationName\": \"basic_vm 0\"\n                    }\n                }\n            }\n        ]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:07:30.000+00:00",
  "vfModuleId" : "02a67129-228c-4f74-bc4d-798af21e3abb",
  "vfModuleName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vfModule",
  "requestAction" : "createInstance",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
    "cloudIdentifier" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
    "requestBody" : "{\"parameters\":{\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master-sm\"},\"environment\":\"parameters:\\n  admin_plane_net_name: \\\"admin\\\"\\n  dcae_collector_ip: \\\"10.4.2.166\\\"\\n  dcae_collector_port: \\\"30417\\\"\\n  ubuntu20_flavor_name: \\\"m1.small\\\"\\n  ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n  ubuntu20_name_0: \\\"Ubuntu20\\\"\\n  ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n  vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n  vnf_id: \\\"Ubuntu20-VNF\\\"\\n  vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}",
    "created" : "2023-03-28T06:07:27.000+00:00"
  } ],
  "requestURI" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2"
    }
  }
}
2023-03-28T06:07:58.657Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:58.657Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|INFO|500||InvokeReturn
2023-03-28T06:07:58.660Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false
2023-03-28T06:07:58.660Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:07:58.661Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:58.661Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false
2023-03-28T06:07:58.661Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:07:58.661Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"142de650c529008361f4a3cfab088c71", X-B3-SpanId:"dab329a397205832", X-B3-ParentSpanId:"8094416ae3fd14f3", X-B3-Sampled:"0", X-ONAP-RequestID:"6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e", X-RequestID:"6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e", X-TransactionID:"6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e", X-ECOMP-RequestID:"6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"db4e9af4-ee38-46b0-80a4-f2178c80d654"]
2023-03-28T06:07:58.662Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:07:58.662Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:07:58.679Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:58.680Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:58.680Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:07:58.680Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:07:58 GMT", x-envoy-upstream-service-time:"13", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:07:58.681Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 30,
  "soRequestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "groupingId" : "fb597b0d-1894-467b-b015-cb24bf0c8dd3",
  "name" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b/fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE started\",\"stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"updated_time\":null,\"creation_time\":1679983650000,\"stack_status\":\"CREATE_IN_PROGRESS\",\"id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"d51de2a7e10848e780d423a1bc316b43\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T06:07:32.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T06:07:58.681Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:58.683Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:07:58.715Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T06:07:58.716Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T06:07:58.716Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:58.716Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T06:07:58.716Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T06:07:58.717Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e", X-RequestID:"6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e", X-TransactionID:"6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e", X-ECOMP-RequestID:"6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9709726c-10a7-4312-ba44-1ade4581fa81"]
2023-03-28T06:07:58.717Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T06:07:58.717Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T06:07:58.889Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:58.890Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:58.890Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T06:07:58.891Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=5DF389033D9E9A8B88910E4F5DA6164D; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"688", date:"Tue, 28 Mar 2023 06:07:58 GMT", x-envoy-upstream-service-time:"161", server:"envoy"]
2023-03-28T06:07:58.891Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"cdfec99a-cd2e-11ed-8192-02f87d878986","businessKey":"0351e76c-e08b-4e01-a8a4-3a1d0153ace2","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T06:07:22.657+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"c96ac20f-cd2e-11ed-8192-02f87d878986","superProcessInstanceId":"cdfcf499-cd2e-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}]
2023-03-28T06:07:58.892Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:58.892Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T06:07:58.921Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1
2023-03-28T06:07:58.922Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T06:07:58.922Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T06:07:58.922Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1
2023-03-28T06:07:58.922Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T06:07:58.922Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e", X-RequestID:"6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e", X-TransactionID:"6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e", X-ECOMP-RequestID:"6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f37fbfa2-5fc6-4724-95c9-f7bfe7c082db"]
2023-03-28T06:07:58.923Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T06:07:58.923Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T06:07:58.929Z|7d78146f-2224-47f3-bf59-764e327e050d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:07:58.930Z|7d78146f-2224-47f3-bf59-764e327e050d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:07:59.058Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T06:07:59.059Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T06:07:59.059Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T06:07:59.060Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=686A5F05EDAD933B0CD0E013AF7742D6; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"812", date:"Tue, 28 Mar 2023 06:07:58 GMT", x-envoy-upstream-service-time:"131", server:"envoy"]
2023-03-28T06:07:59.060Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:d2e1db32-cd2e-11ed-8192-02f87d878986","parentActivityInstanceId":"cdfec99a-cd2e-11ed-8192-02f87d878986","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"cdfec99a-cd2e-11ed-8192-02f87d878986","executionId":"cdfec99a-cd2e-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T06:07:30.856+0000","endTime":"2023-03-28T06:07:30.866+0000","durationInMillis":10,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"c96ac20f-cd2e-11ed-8192-02f87d878986"}]
2023-03-28T06:07:59.061Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T06:07:59.061Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T06:07:59.069Z|6fb2182f-bb71-4e8f-86e6-2d2c7dadb30e|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:08:00.533Z|42dd86bc-5e55-42d6-b825-2dd2d55761dd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:08:00.534Z|42dd86bc-5e55-42d6-b825-2dd2d55761dd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:08:05.089Z|bc8f8d49-7c55-4c13-a3fd-8afafa804ac6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:08:05.090Z|bc8f8d49-7c55-4c13-a3fd-8afafa804ac6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:08:07.409Z|6632a315-f3cc-4560-b25e-496d8d233378|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:08:07.409Z|6632a315-f3cc-4560-b25e-496d8d233378|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:08:08.959Z|909a7f40-8ad0-425a-9f69-b4cd7104a783|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:08:08.960Z|909a7f40-8ad0-425a-9f69-b4cd7104a783|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:08:09.259Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:08:09.270Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2
2023-03-28T06:08:09.271Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|INFO|500||Invoke
2023-03-28T06:08:09.272Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:09.272Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2
2023-03-28T06:08:09.272Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Method      : GET
2023-03-28T06:08:09.273Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"574447c1d4c69f5f2bb03539df78e9a9", X-B3-SpanId:"71eaf120934b965f", X-B3-ParentSpanId:"06debbc3402d32ee", X-B3-Sampled:"0", X-ONAP-RequestID:"2767bc9d-72be-4acb-9ad4-62b367583238", X-RequestID:"2767bc9d-72be-4acb-9ad4-62b367583238", X-TransactionID:"2767bc9d-72be-4acb-9ad4-62b367583238", X-ECOMP-RequestID:"2767bc9d-72be-4acb-9ad4-62b367583238", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"48299bec-8432-4e55-a3a2-5a51c72d7651"]
2023-03-28T06:08:09.273Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Request body: 
2023-03-28T06:08:09.273Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||==========================request end================================================
2023-03-28T06:08:09.321Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:09.322Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:09.322Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Status text  : OK
2023-03-28T06:08:09.323Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:08:09 GMT", x-envoy-upstream-service-time:"43", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:08:09.323Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Response body: {
  "requestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "requestStatus" : "IN_PROGRESS",
  "resourceStatusMessage" : "The new vf module was successfully created in the cloud",
  "flowStatus" : "Execution of AssignVfModuleBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).",
  "progress" : 36,
  "startTime" : "2023-03-28T06:07:14.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfType" : "",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": \n        {\n            \"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"vfModule\",\n            \"modelInvariantId\": \"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\n            \"modelVersionId\": \"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\n            \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n            \"modelVersion\": \"1\",\n            \"modelCustomizationId\": \"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\",\n            \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"testApi\": \"GR_API\",\n            \"usePreload\": true,\n            \"aLaCarte\": true\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"relatedInstanceList\": [\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\n                    \"modelInfo\": {\n                        \"modelType\": \"service\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n                    }\n                }\n            },\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\n                    \"modelInfo\": {\n                        \"modelType\": \"vnf\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n                        \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n                        \"modelCustomizationName\": \"basic_vm 0\"\n                    }\n                }\n            }\n        ]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:07:30.000+00:00",
  "vfModuleId" : "02a67129-228c-4f74-bc4d-798af21e3abb",
  "vfModuleName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vfModule",
  "requestAction" : "createInstance",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
    "cloudIdentifier" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
    "requestBody" : "{\"parameters\":{\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master-sm\"},\"environment\":\"parameters:\\n  admin_plane_net_name: \\\"admin\\\"\\n  dcae_collector_ip: \\\"10.4.2.166\\\"\\n  dcae_collector_port: \\\"30417\\\"\\n  ubuntu20_flavor_name: \\\"m1.small\\\"\\n  ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n  ubuntu20_name_0: \\\"Ubuntu20\\\"\\n  ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n  vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n  vnf_id: \\\"Ubuntu20-VNF\\\"\\n  vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}",
    "created" : "2023-03-28T06:07:27.000+00:00"
  } ],
  "requestURI" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2"
    }
  }
}
2023-03-28T06:08:09.324Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:09.324Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|INFO|500||InvokeReturn
2023-03-28T06:08:09.328Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false
2023-03-28T06:08:09.329Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:08:09.329Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:09.330Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false
2023-03-28T06:08:09.330Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:08:09.330Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"574447c1d4c69f5f2bb03539df78e9a9", X-B3-SpanId:"b9c0e5efdf995071", X-B3-ParentSpanId:"06debbc3402d32ee", X-B3-Sampled:"0", X-ONAP-RequestID:"2767bc9d-72be-4acb-9ad4-62b367583238", X-RequestID:"2767bc9d-72be-4acb-9ad4-62b367583238", X-TransactionID:"2767bc9d-72be-4acb-9ad4-62b367583238", X-ECOMP-RequestID:"2767bc9d-72be-4acb-9ad4-62b367583238", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a1c28e8f-8d98-4049-9f97-f3fbf22842b0"]
2023-03-28T06:08:09.331Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:08:09.331Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:08:09.352Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:09.353Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:09.354Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:08:09.354Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:08:09 GMT", x-envoy-upstream-service-time:"18", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:08:09.354Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 30,
  "soRequestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "groupingId" : "fb597b0d-1894-467b-b015-cb24bf0c8dd3",
  "name" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b/fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"updated_time\":null,\"creation_time\":1679983650000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"d51de2a7e10848e780d423a1bc316b43\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T06:07:32.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T06:08:09.355Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:09.355Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:08:09.396Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T06:08:09.397Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T06:08:09.397Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:09.397Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T06:08:09.398Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T06:08:09.398Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"2767bc9d-72be-4acb-9ad4-62b367583238", X-RequestID:"2767bc9d-72be-4acb-9ad4-62b367583238", X-TransactionID:"2767bc9d-72be-4acb-9ad4-62b367583238", X-ECOMP-RequestID:"2767bc9d-72be-4acb-9ad4-62b367583238", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"524f6100-d3cb-4880-b8b5-c40204be4804"]
2023-03-28T06:08:09.398Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T06:08:09.398Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T06:08:09.592Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:09.593Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:09.593Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T06:08:09.594Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=323066376A2719B4C2E31FC3AB53D279; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"718", date:"Tue, 28 Mar 2023 06:08:09 GMT", x-envoy-upstream-service-time:"189", server:"envoy"]
2023-03-28T06:08:09.594Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"cdfec99a-cd2e-11ed-8192-02f87d878986","businessKey":"0351e76c-e08b-4e01-a8a4-3a1d0153ace2","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T06:07:22.657+0000","endTime":"2023-03-28T06:08:03.298+0000","removalTime":null,"durationInMillis":40641,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"c96ac20f-cd2e-11ed-8192-02f87d878986","superProcessInstanceId":"cdfcf499-cd2e-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}]
2023-03-28T06:08:09.595Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:09.595Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T06:08:09.617Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1
2023-03-28T06:08:09.618Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T06:08:09.618Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:09.618Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1
2023-03-28T06:08:09.618Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T06:08:09.618Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"2767bc9d-72be-4acb-9ad4-62b367583238", X-RequestID:"2767bc9d-72be-4acb-9ad4-62b367583238", X-TransactionID:"2767bc9d-72be-4acb-9ad4-62b367583238", X-ECOMP-RequestID:"2767bc9d-72be-4acb-9ad4-62b367583238", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2124f957-4e4f-4fcf-b303-655771af27f6"]
2023-03-28T06:08:09.619Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T06:08:09.619Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T06:08:09.762Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:09.763Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:09.763Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T06:08:09.764Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=2CBFD2B4A026BB3680BE98DD8552FC0A; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"772", date:"Tue, 28 Mar 2023 06:08:09 GMT", x-envoy-upstream-service-time:"139", server:"envoy"]
2023-03-28T06:08:09.764Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"EndEvent_6:e63780a5-cd2e-11ed-8192-02f87d878986","parentActivityInstanceId":"cdfec99a-cd2e-11ed-8192-02f87d878986","activityId":"EndEvent_6","activityName":null,"activityType":"noneEndEvent","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"cdfec99a-cd2e-11ed-8192-02f87d878986","executionId":"cdfec99a-cd2e-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T06:08:03.294+0000","endTime":"2023-03-28T06:08:03.294+0000","durationInMillis":0,"canceled":false,"completeScope":true,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"c96ac20f-cd2e-11ed-8192-02f87d878986"}]
2023-03-28T06:08:09.765Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:09.765Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T06:08:09.779Z|2767bc9d-72be-4acb-9ad4-62b367583238|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:08:10.566Z|66c455c7-e898-4e5e-b0dd-6f3f22a24120|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:08:10.567Z|66c455c7-e898-4e5e-b0dd-6f3f22a24120|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:08:17.437Z|b97ccd35-4b56-4d41-b314-03af92632968|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:08:17.439Z|b97ccd35-4b56-4d41-b314-03af92632968|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:08:18.990Z|b2a04054-ecc5-448c-b8b8-8c7a09ccad81|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:08:18.991Z|b2a04054-ecc5-448c-b8b8-8c7a09ccad81|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:08:19.990Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:08:19.999Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2
2023-03-28T06:08:19.999Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|INFO|500||Invoke
2023-03-28T06:08:19.999Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:20.000Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2
2023-03-28T06:08:20.000Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Method      : GET
2023-03-28T06:08:20.000Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"45c4ccce6f57fce9f403e92d2191354e", X-B3-SpanId:"b762bc57c564baea", X-B3-ParentSpanId:"85c834248a57c187", X-B3-Sampled:"0", X-ONAP-RequestID:"b3eed48a-70cc-44fd-943c-f383f35bd3bb", X-RequestID:"b3eed48a-70cc-44fd-943c-f383f35bd3bb", X-TransactionID:"b3eed48a-70cc-44fd-943c-f383f35bd3bb", X-ECOMP-RequestID:"b3eed48a-70cc-44fd-943c-f383f35bd3bb", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a4466717-2f39-4132-af45-7bfef3b6d729"]
2023-03-28T06:08:20.000Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Request body: 
2023-03-28T06:08:20.000Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||==========================request end================================================
2023-03-28T06:08:20.042Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:20.043Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:20.043Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Status text  : OK
2023-03-28T06:08:20.043Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:08:19 GMT", x-envoy-upstream-service-time:"37", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:08:20.044Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Response body: {
  "requestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "requestStatus" : "IN_PROGRESS",
  "resourceStatusMessage" : "The new vf module was successfully created in the cloud",
  "flowStatus" : "Execution of AssignVfModuleBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).",
  "progress" : 36,
  "startTime" : "2023-03-28T06:07:14.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfType" : "",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": \n        {\n            \"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"vfModule\",\n            \"modelInvariantId\": \"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\n            \"modelVersionId\": \"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\n            \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n            \"modelVersion\": \"1\",\n            \"modelCustomizationId\": \"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\",\n            \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"testApi\": \"GR_API\",\n            \"usePreload\": true,\n            \"aLaCarte\": true\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"relatedInstanceList\": [\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\n                    \"modelInfo\": {\n                        \"modelType\": \"service\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n                    }\n                }\n            },\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\n                    \"modelInfo\": {\n                        \"modelType\": \"vnf\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n                        \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n                        \"modelCustomizationName\": \"basic_vm 0\"\n                    }\n                }\n            }\n        ]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:07:30.000+00:00",
  "vfModuleId" : "02a67129-228c-4f74-bc4d-798af21e3abb",
  "vfModuleName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vfModule",
  "requestAction" : "createInstance",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
    "cloudIdentifier" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
    "requestBody" : "{\"parameters\":{\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master-sm\"},\"environment\":\"parameters:\\n  admin_plane_net_name: \\\"admin\\\"\\n  dcae_collector_ip: \\\"10.4.2.166\\\"\\n  dcae_collector_port: \\\"30417\\\"\\n  ubuntu20_flavor_name: \\\"m1.small\\\"\\n  ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n  ubuntu20_name_0: \\\"Ubuntu20\\\"\\n  ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n  vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n  vnf_id: \\\"Ubuntu20-VNF\\\"\\n  vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}",
    "created" : "2023-03-28T06:07:27.000+00:00"
  } ],
  "requestURI" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2"
    }
  }
}
2023-03-28T06:08:20.044Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:20.044Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|INFO|500||InvokeReturn
2023-03-28T06:08:20.046Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false
2023-03-28T06:08:20.047Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:08:20.047Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:20.047Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false
2023-03-28T06:08:20.048Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:08:20.048Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"45c4ccce6f57fce9f403e92d2191354e", X-B3-SpanId:"d33fe64d46f57314", X-B3-ParentSpanId:"85c834248a57c187", X-B3-Sampled:"0", X-ONAP-RequestID:"b3eed48a-70cc-44fd-943c-f383f35bd3bb", X-RequestID:"b3eed48a-70cc-44fd-943c-f383f35bd3bb", X-TransactionID:"b3eed48a-70cc-44fd-943c-f383f35bd3bb", X-ECOMP-RequestID:"b3eed48a-70cc-44fd-943c-f383f35bd3bb", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8f7e6657-8428-4007-8045-b04e0eb68ce5"]
2023-03-28T06:08:20.048Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:08:20.048Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:08:20.071Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:20.071Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:20.071Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:08:20.072Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:08:19 GMT", x-envoy-upstream-service-time:"19", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:08:20.073Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 30,
  "soRequestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "groupingId" : "fb597b0d-1894-467b-b015-cb24bf0c8dd3",
  "name" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b/fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"updated_time\":null,\"creation_time\":1679983650000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"d51de2a7e10848e780d423a1bc316b43\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T06:07:32.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T06:08:20.073Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:20.073Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:08:20.089Z|ddf080b5-500e-452b-a658-6a013901490d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:08:20.089Z|ddf080b5-500e-452b-a658-6a013901490d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:08:20.101Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T06:08:20.102Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T06:08:20.102Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:20.102Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T06:08:20.102Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T06:08:20.102Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"b3eed48a-70cc-44fd-943c-f383f35bd3bb", X-RequestID:"b3eed48a-70cc-44fd-943c-f383f35bd3bb", X-TransactionID:"b3eed48a-70cc-44fd-943c-f383f35bd3bb", X-ECOMP-RequestID:"b3eed48a-70cc-44fd-943c-f383f35bd3bb", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e7befa19-d8bb-4701-bda1-f17a942c1ae9"]
2023-03-28T06:08:20.102Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T06:08:20.102Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T06:08:20.267Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:20.268Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:20.269Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T06:08:20.269Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=F6800EE77AACE36D78C62EDE3CC3F32A; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"718", date:"Tue, 28 Mar 2023 06:08:20 GMT", x-envoy-upstream-service-time:"161", server:"envoy"]
2023-03-28T06:08:20.270Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"cdfec99a-cd2e-11ed-8192-02f87d878986","businessKey":"0351e76c-e08b-4e01-a8a4-3a1d0153ace2","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T06:07:22.657+0000","endTime":"2023-03-28T06:08:03.298+0000","removalTime":null,"durationInMillis":40641,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"c96ac20f-cd2e-11ed-8192-02f87d878986","superProcessInstanceId":"cdfcf499-cd2e-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}]
2023-03-28T06:08:20.271Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:20.271Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T06:08:20.295Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1
2023-03-28T06:08:20.296Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T06:08:20.296Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:20.296Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1
2023-03-28T06:08:20.296Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T06:08:20.297Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"b3eed48a-70cc-44fd-943c-f383f35bd3bb", X-RequestID:"b3eed48a-70cc-44fd-943c-f383f35bd3bb", X-TransactionID:"b3eed48a-70cc-44fd-943c-f383f35bd3bb", X-ECOMP-RequestID:"b3eed48a-70cc-44fd-943c-f383f35bd3bb", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"28204534-2ad2-495f-9c34-3fc5dd974038"]
2023-03-28T06:08:20.297Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T06:08:20.297Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T06:08:20.461Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:20.462Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:20.462Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T06:08:20.463Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=85BE1F24EE6D318585A057D39C0A9FDA; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"772", date:"Tue, 28 Mar 2023 06:08:20 GMT", x-envoy-upstream-service-time:"160", server:"envoy"]
2023-03-28T06:08:20.464Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"EndEvent_6:e63780a5-cd2e-11ed-8192-02f87d878986","parentActivityInstanceId":"cdfec99a-cd2e-11ed-8192-02f87d878986","activityId":"EndEvent_6","activityName":null,"activityType":"noneEndEvent","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"cdfec99a-cd2e-11ed-8192-02f87d878986","executionId":"cdfec99a-cd2e-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T06:08:03.294+0000","endTime":"2023-03-28T06:08:03.294+0000","durationInMillis":0,"canceled":false,"completeScope":true,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"c96ac20f-cd2e-11ed-8192-02f87d878986"}]
2023-03-28T06:08:20.464Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:20.464Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=cdfec99a-cd2e-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T06:08:20.474Z|b3eed48a-70cc-44fd-943c-f383f35bd3bb|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:08:20.595Z|c5fd3811-8d01-4c54-adcb-400add958cca|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:08:20.596Z|c5fd3811-8d01-4c54-adcb-400add958cca|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:08:21.176Z|38f22765-7a67-48c8-b4a6-99e4d78192e6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:08:21.176Z|38f22765-7a67-48c8-b4a6-99e4d78192e6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:08:27.479Z|de64206e-426c-4e6c-b9a7-132bc6039807|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:08:27.479Z|de64206e-426c-4e6c-b9a7-132bc6039807|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:08:29.023Z|bbb57e0c-380d-4053-a046-8cd219e31b68|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:08:29.024Z|bbb57e0c-380d-4053-a046-8cd219e31b68|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:08:30.626Z|cc4a68e6-df7f-406c-ba6f-be5bb5650399|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:08:30.627Z|cc4a68e6-df7f-406c-ba6f-be5bb5650399|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:08:30.677Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:08:30.685Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2
2023-03-28T06:08:30.685Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|INFO|500||Invoke
2023-03-28T06:08:30.685Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:30.685Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2
2023-03-28T06:08:30.686Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Method      : GET
2023-03-28T06:08:30.686Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f099e53cdd979743013bad7aadd710fb", X-B3-SpanId:"1bf405d65df94ebe", X-B3-ParentSpanId:"5d0bfa4f7f687376", X-B3-Sampled:"0", X-ONAP-RequestID:"0524d57a-0f68-4f64-8c16-3d1d84592105", X-RequestID:"0524d57a-0f68-4f64-8c16-3d1d84592105", X-TransactionID:"0524d57a-0f68-4f64-8c16-3d1d84592105", X-ECOMP-RequestID:"0524d57a-0f68-4f64-8c16-3d1d84592105", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a69dd1bf-6f5f-4fb9-9eee-966a3c7ef175"]
2023-03-28T06:08:30.686Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Request body: 
2023-03-28T06:08:30.686Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||==========================request end================================================
2023-03-28T06:08:30.728Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:30.729Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:30.729Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Status text  : OK
2023-03-28T06:08:30.730Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:08:29 GMT", x-envoy-upstream-service-time:"38", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:08:30.730Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Response body: {
  "requestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The new vf module was successfully created in the cloud",
  "statusMessage" : "ALaCarte-VfModule-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:07:14.000+00:00",
  "endTime" : "2023-03-28T06:08:29.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfType" : "",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": \n        {\n            \"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"vfModule\",\n            \"modelInvariantId\": \"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\n            \"modelVersionId\": \"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\n            \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n            \"modelVersion\": \"1\",\n            \"modelCustomizationId\": \"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\",\n            \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"testApi\": \"GR_API\",\n            \"usePreload\": true,\n            \"aLaCarte\": true\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"relatedInstanceList\": [\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\n                    \"modelInfo\": {\n                        \"modelType\": \"service\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n                    }\n                }\n            },\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\n                    \"modelInfo\": {\n                        \"modelType\": \"vnf\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n                        \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n                        \"modelCustomizationName\": \"basic_vm 0\"\n                    }\n                }\n            }\n        ]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:08:29.000+00:00",
  "vfModuleId" : "02a67129-228c-4f74-bc4d-798af21e3abb",
  "vfModuleName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vfModule",
  "requestAction" : "createInstance",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
    "cloudIdentifier" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
    "requestBody" : "{\"parameters\":{\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master-sm\"},\"environment\":\"parameters:\\n  admin_plane_net_name: \\\"admin\\\"\\n  dcae_collector_ip: \\\"10.4.2.166\\\"\\n  dcae_collector_port: \\\"30417\\\"\\n  ubuntu20_flavor_name: \\\"m1.small\\\"\\n  ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n  ubuntu20_name_0: \\\"Ubuntu20\\\"\\n  ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n  vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n  vnf_id: \\\"Ubuntu20-VNF\\\"\\n  vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}",
    "created" : "2023-03-28T06:07:27.000+00:00"
  } ],
  "requestURI" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2"
    }
  }
}
2023-03-28T06:08:30.731Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:30.731Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|INFO|500||InvokeReturn
2023-03-28T06:08:30.733Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false
2023-03-28T06:08:30.733Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:08:30.733Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:30.733Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false
2023-03-28T06:08:30.734Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:08:30.734Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f099e53cdd979743013bad7aadd710fb", X-B3-SpanId:"12a49301ff9567b4", X-B3-ParentSpanId:"5d0bfa4f7f687376", X-B3-Sampled:"0", X-ONAP-RequestID:"0524d57a-0f68-4f64-8c16-3d1d84592105", X-RequestID:"0524d57a-0f68-4f64-8c16-3d1d84592105", X-TransactionID:"0524d57a-0f68-4f64-8c16-3d1d84592105", X-ECOMP-RequestID:"0524d57a-0f68-4f64-8c16-3d1d84592105", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"dd0526af-9319-4bce-8b8d-36957bb10d2a"]
2023-03-28T06:08:30.734Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:08:30.734Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:08:30.769Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:30.770Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:30.770Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:08:30.771Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:08:29 GMT", x-envoy-upstream-service-time:"32", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:08:30.771Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 30,
  "soRequestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "groupingId" : "fb597b0d-1894-467b-b015-cb24bf0c8dd3",
  "name" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b/fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"updated_time\":null,\"creation_time\":1679983650000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"d51de2a7e10848e780d423a1bc316b43\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T06:07:32.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T06:08:30.772Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:30.772Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:08:30.782Z|0524d57a-0f68-4f64-8c16-3d1d84592105|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:08:30.967Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:08:30.972Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2
2023-03-28T06:08:30.973Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|INFO|500||Invoke
2023-03-28T06:08:30.973Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:30.973Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2
2023-03-28T06:08:30.973Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Method      : GET
2023-03-28T06:08:30.974Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1f8f6e2f9dac4291e998d050193b1da1", X-B3-SpanId:"41745fc3c496f058", X-B3-ParentSpanId:"e99e38cfa292921b", X-B3-Sampled:"0", X-ONAP-RequestID:"f36fb846-e70f-423b-ac7e-fd7992d41e49", X-RequestID:"f36fb846-e70f-423b-ac7e-fd7992d41e49", X-TransactionID:"f36fb846-e70f-423b-ac7e-fd7992d41e49", X-ECOMP-RequestID:"f36fb846-e70f-423b-ac7e-fd7992d41e49", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"336da574-ada9-4440-9251-640be9a2072c"]
2023-03-28T06:08:30.974Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Request body: 
2023-03-28T06:08:30.974Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||==========================request end================================================
2023-03-28T06:08:31.012Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:31.013Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:31.013Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Status text  : OK
2023-03-28T06:08:31.013Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:08:30 GMT", x-envoy-upstream-service-time:"35", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:08:31.014Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Response body: {
  "requestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The new vf module was successfully created in the cloud",
  "statusMessage" : "ALaCarte-VfModule-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:07:14.000+00:00",
  "endTime" : "2023-03-28T06:08:29.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfType" : "",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": \n        {\n            \"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"vfModule\",\n            \"modelInvariantId\": \"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\n            \"modelVersionId\": \"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\n            \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n            \"modelVersion\": \"1\",\n            \"modelCustomizationId\": \"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\",\n            \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"testApi\": \"GR_API\",\n            \"usePreload\": true,\n            \"aLaCarte\": true\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"relatedInstanceList\": [\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\n                    \"modelInfo\": {\n                        \"modelType\": \"service\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n                    }\n                }\n            },\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\n                    \"modelInfo\": {\n                        \"modelType\": \"vnf\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n                        \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n                        \"modelCustomizationName\": \"basic_vm 0\"\n                    }\n                }\n            }\n        ]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:08:29.000+00:00",
  "vfModuleId" : "02a67129-228c-4f74-bc4d-798af21e3abb",
  "vfModuleName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vfModule",
  "requestAction" : "createInstance",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
    "cloudIdentifier" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
    "requestBody" : "{\"parameters\":{\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master-sm\"},\"environment\":\"parameters:\\n  admin_plane_net_name: \\\"admin\\\"\\n  dcae_collector_ip: \\\"10.4.2.166\\\"\\n  dcae_collector_port: \\\"30417\\\"\\n  ubuntu20_flavor_name: \\\"m1.small\\\"\\n  ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n  ubuntu20_name_0: \\\"Ubuntu20\\\"\\n  ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n  vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n  vnf_id: \\\"Ubuntu20-VNF\\\"\\n  vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}",
    "created" : "2023-03-28T06:07:27.000+00:00"
  } ],
  "requestURI" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2"
    }
  }
}
2023-03-28T06:08:31.015Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:31.015Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|INFO|500||InvokeReturn
2023-03-28T06:08:31.017Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false
2023-03-28T06:08:31.017Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:08:31.017Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:31.017Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false
2023-03-28T06:08:31.017Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:08:31.018Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"1f8f6e2f9dac4291e998d050193b1da1", X-B3-SpanId:"e4796c8cf4618b6e", X-B3-ParentSpanId:"e99e38cfa292921b", X-B3-Sampled:"0", X-ONAP-RequestID:"f36fb846-e70f-423b-ac7e-fd7992d41e49", X-RequestID:"f36fb846-e70f-423b-ac7e-fd7992d41e49", X-TransactionID:"f36fb846-e70f-423b-ac7e-fd7992d41e49", X-ECOMP-RequestID:"f36fb846-e70f-423b-ac7e-fd7992d41e49", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"16d6c186-39b5-4e8b-8f1f-e83c5148ef41"]
2023-03-28T06:08:31.018Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:08:31.018Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:08:31.041Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:31.041Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:31.041Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:08:31.042Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:08:30 GMT", x-envoy-upstream-service-time:"20", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:08:31.042Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 30,
  "soRequestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "groupingId" : "fb597b0d-1894-467b-b015-cb24bf0c8dd3",
  "name" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b/fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"updated_time\":null,\"creation_time\":1679983650000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"d51de2a7e10848e780d423a1bc316b43\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T06:07:32.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T06:08:31.043Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:31.043Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:08:31.050Z|f36fb846-e70f-423b-ac7e-fd7992d41e49|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:08:31.223Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:08:31.227Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2
2023-03-28T06:08:31.228Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|INFO|500||Invoke
2023-03-28T06:08:31.228Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:31.228Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2
2023-03-28T06:08:31.228Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Method      : GET
2023-03-28T06:08:31.228Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"5529552c6acc65e2c991ffa18837d179", X-B3-SpanId:"6fb0ed21ec8e9e82", X-B3-ParentSpanId:"a54dd73a34537f45", X-B3-Sampled:"0", X-ONAP-RequestID:"61d352dc-c71c-4cb3-939b-72ce342fcd3a", X-RequestID:"61d352dc-c71c-4cb3-939b-72ce342fcd3a", X-TransactionID:"61d352dc-c71c-4cb3-939b-72ce342fcd3a", X-ECOMP-RequestID:"61d352dc-c71c-4cb3-939b-72ce342fcd3a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"581966ac-49c2-4128-9ae5-b3655cad4691"]
2023-03-28T06:08:31.228Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Request body: 
2023-03-28T06:08:31.228Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||==========================request end================================================
2023-03-28T06:08:31.267Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:31.267Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:31.267Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Status text  : OK
2023-03-28T06:08:31.267Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:08:30 GMT", x-envoy-upstream-service-time:"34", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:08:31.268Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Response body: {
  "requestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The new vf module was successfully created in the cloud",
  "statusMessage" : "ALaCarte-VfModule-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:07:14.000+00:00",
  "endTime" : "2023-03-28T06:08:29.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfType" : "",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": \n        {\n            \"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"vfModule\",\n            \"modelInvariantId\": \"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\n            \"modelVersionId\": \"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\n            \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n            \"modelVersion\": \"1\",\n            \"modelCustomizationId\": \"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\",\n            \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"testApi\": \"GR_API\",\n            \"usePreload\": true,\n            \"aLaCarte\": true\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"relatedInstanceList\": [\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\n                    \"modelInfo\": {\n                        \"modelType\": \"service\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n                    }\n                }\n            },\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\n                    \"modelInfo\": {\n                        \"modelType\": \"vnf\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n                        \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n                        \"modelCustomizationName\": \"basic_vm 0\"\n                    }\n                }\n            }\n        ]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:08:29.000+00:00",
  "vfModuleId" : "02a67129-228c-4f74-bc4d-798af21e3abb",
  "vfModuleName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vfModule",
  "requestAction" : "createInstance",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
    "cloudIdentifier" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
    "requestBody" : "{\"parameters\":{\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master-sm\"},\"environment\":\"parameters:\\n  admin_plane_net_name: \\\"admin\\\"\\n  dcae_collector_ip: \\\"10.4.2.166\\\"\\n  dcae_collector_port: \\\"30417\\\"\\n  ubuntu20_flavor_name: \\\"m1.small\\\"\\n  ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n  ubuntu20_name_0: \\\"Ubuntu20\\\"\\n  ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n  vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n  vnf_id: \\\"Ubuntu20-VNF\\\"\\n  vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}",
    "created" : "2023-03-28T06:07:27.000+00:00"
  } ],
  "requestURI" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2"
    }
  }
}
2023-03-28T06:08:31.269Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:31.269Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|INFO|500||InvokeReturn
2023-03-28T06:08:31.272Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false
2023-03-28T06:08:31.273Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:08:31.273Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:31.273Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false
2023-03-28T06:08:31.273Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:08:31.273Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"5529552c6acc65e2c991ffa18837d179", X-B3-SpanId:"4e754f11c42f801b", X-B3-ParentSpanId:"a54dd73a34537f45", X-B3-Sampled:"0", X-ONAP-RequestID:"61d352dc-c71c-4cb3-939b-72ce342fcd3a", X-RequestID:"61d352dc-c71c-4cb3-939b-72ce342fcd3a", X-TransactionID:"61d352dc-c71c-4cb3-939b-72ce342fcd3a", X-ECOMP-RequestID:"61d352dc-c71c-4cb3-939b-72ce342fcd3a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8e9425f1-2f09-4628-bd54-1943d04b70bf"]
2023-03-28T06:08:31.273Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:08:31.273Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:08:31.297Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:31.298Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:31.298Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:08:31.299Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:08:30 GMT", x-envoy-upstream-service-time:"20", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:08:31.299Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 30,
  "soRequestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "groupingId" : "fb597b0d-1894-467b-b015-cb24bf0c8dd3",
  "name" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b/fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"updated_time\":null,\"creation_time\":1679983650000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"d51de2a7e10848e780d423a1bc316b43\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T06:07:32.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T06:08:31.299Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:31.300Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:08:31.316Z|61d352dc-c71c-4cb3-939b-72ce342fcd3a|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:08:31.551Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:08:31.556Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2
2023-03-28T06:08:31.556Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|INFO|500||Invoke
2023-03-28T06:08:31.557Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:31.557Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2
2023-03-28T06:08:31.557Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Method      : GET
2023-03-28T06:08:31.557Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"c7846b1c54e83306cdb5bfd522bf554e", X-B3-SpanId:"a331e3cf40e0c471", X-B3-ParentSpanId:"88266052bf149bf8", X-B3-Sampled:"0", X-ONAP-RequestID:"90ea1119-d402-475b-b737-55d8ff5fde7b", X-RequestID:"90ea1119-d402-475b-b737-55d8ff5fde7b", X-TransactionID:"90ea1119-d402-475b-b737-55d8ff5fde7b", X-ECOMP-RequestID:"90ea1119-d402-475b-b737-55d8ff5fde7b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1556f192-02a7-4d18-9088-eac1c9dd2c5e"]
2023-03-28T06:08:31.557Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Request body: 
2023-03-28T06:08:31.557Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||==========================request end================================================
2023-03-28T06:08:31.592Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:31.593Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:31.593Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Status text  : OK
2023-03-28T06:08:31.593Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:08:30 GMT", x-envoy-upstream-service-time:"32", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:08:31.594Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Response body: {
  "requestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The new vf module was successfully created in the cloud",
  "statusMessage" : "ALaCarte-VfModule-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:07:14.000+00:00",
  "endTime" : "2023-03-28T06:08:29.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfType" : "",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": \n        {\n            \"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"vfModule\",\n            \"modelInvariantId\": \"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\n            \"modelVersionId\": \"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\n            \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n            \"modelVersion\": \"1\",\n            \"modelCustomizationId\": \"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\",\n            \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"testApi\": \"GR_API\",\n            \"usePreload\": true,\n            \"aLaCarte\": true\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"relatedInstanceList\": [\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\n                    \"modelInfo\": {\n                        \"modelType\": \"service\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n                    }\n                }\n            },\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\n                    \"modelInfo\": {\n                        \"modelType\": \"vnf\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n                        \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n                        \"modelCustomizationName\": \"basic_vm 0\"\n                    }\n                }\n            }\n        ]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:08:29.000+00:00",
  "vfModuleId" : "02a67129-228c-4f74-bc4d-798af21e3abb",
  "vfModuleName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vfModule",
  "requestAction" : "createInstance",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
    "cloudIdentifier" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
    "requestBody" : "{\"parameters\":{\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master-sm\"},\"environment\":\"parameters:\\n  admin_plane_net_name: \\\"admin\\\"\\n  dcae_collector_ip: \\\"10.4.2.166\\\"\\n  dcae_collector_port: \\\"30417\\\"\\n  ubuntu20_flavor_name: \\\"m1.small\\\"\\n  ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n  ubuntu20_name_0: \\\"Ubuntu20\\\"\\n  ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n  vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n  vnf_id: \\\"Ubuntu20-VNF\\\"\\n  vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}",
    "created" : "2023-03-28T06:07:27.000+00:00"
  } ],
  "requestURI" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2"
    }
  }
}
2023-03-28T06:08:31.594Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:31.594Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|INFO|500||InvokeReturn
2023-03-28T06:08:31.596Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false
2023-03-28T06:08:31.597Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:08:31.597Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:31.597Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false
2023-03-28T06:08:31.597Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:08:31.597Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"c7846b1c54e83306cdb5bfd522bf554e", X-B3-SpanId:"381e9e3df8f062fd", X-B3-ParentSpanId:"88266052bf149bf8", X-B3-Sampled:"0", X-ONAP-RequestID:"90ea1119-d402-475b-b737-55d8ff5fde7b", X-RequestID:"90ea1119-d402-475b-b737-55d8ff5fde7b", X-TransactionID:"90ea1119-d402-475b-b737-55d8ff5fde7b", X-ECOMP-RequestID:"90ea1119-d402-475b-b737-55d8ff5fde7b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"bb25644c-5ee7-42db-abbe-26cb1e22c142"]
2023-03-28T06:08:31.597Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:08:31.598Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:08:31.619Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:31.620Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:31.620Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:08:31.620Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:08:30 GMT", x-envoy-upstream-service-time:"19", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:08:31.623Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 30,
  "soRequestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "groupingId" : "fb597b0d-1894-467b-b015-cb24bf0c8dd3",
  "name" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b/fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"updated_time\":null,\"creation_time\":1679983650000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"d51de2a7e10848e780d423a1bc316b43\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T06:07:32.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T06:08:31.624Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:31.624Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:08:31.632Z|90ea1119-d402-475b-b737-55d8ff5fde7b|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:08:31.809Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:08:31.814Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2
2023-03-28T06:08:31.814Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|INFO|500||Invoke
2023-03-28T06:08:31.814Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:31.815Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2
2023-03-28T06:08:31.816Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Method      : GET
2023-03-28T06:08:31.816Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"7ac60f48bfb9479107ef8ff1b1ba9e80", X-B3-SpanId:"17b4e8a5c9d47d61", X-B3-ParentSpanId:"af38827c80954790", X-B3-Sampled:"0", X-ONAP-RequestID:"a2a6ab93-5be2-4da5-9233-fc145d95c627", X-RequestID:"a2a6ab93-5be2-4da5-9233-fc145d95c627", X-TransactionID:"a2a6ab93-5be2-4da5-9233-fc145d95c627", X-ECOMP-RequestID:"a2a6ab93-5be2-4da5-9233-fc145d95c627", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8b820d80-c5f2-4dd0-9c42-abecec970478"]
2023-03-28T06:08:31.816Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Request body: 
2023-03-28T06:08:31.817Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||==========================request end================================================
2023-03-28T06:08:31.854Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:31.855Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:31.855Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Status text  : OK
2023-03-28T06:08:31.855Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:08:30 GMT", x-envoy-upstream-service-time:"35", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:08:31.856Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||Response body: {
  "requestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The new vf module was successfully created in the cloud",
  "statusMessage" : "ALaCarte-VfModule-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:07:14.000+00:00",
  "endTime" : "2023-03-28T06:08:29.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfType" : "",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": \n        {\n            \"instanceName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n            \"source\": \"VID\",\n            \"suppressRollback\": false,\n            \"requestorId\": \"test\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"vfModule\",\n            \"modelInvariantId\": \"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\n            \"modelVersionId\": \"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\n            \"modelName\": \"BasicVm..base_ubuntu20..module-0\",\n            \"modelVersion\": \"1\",\n            \"modelCustomizationId\": \"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\",\n            \"modelCustomizationName\": \"BasicVm..base_ubuntu20..module-0\"\n        },\n        \"requestParameters\": {\n            \"userParams\": [\n                \n            ],\n            \"testApi\": \"GR_API\",\n            \"usePreload\": true,\n            \"aLaCarte\": true\n        },\n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \"relatedInstanceList\": [\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\n                    \"modelInfo\": {\n                        \"modelType\": \"service\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n                    }\n                }\n            },\n            {\n                \"relatedInstance\": {\n                    \"instanceId\": \"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\n                    \"modelInfo\": {\n                        \"modelType\": \"vnf\",\n                        \"modelName\": \"basic_vm\",\n                        \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n                        \"modelVersion\": \"1.0\",\n                        \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n                        \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n                        \"modelCustomizationName\": \"basic_vm 0\"\n                    }\n                }\n            }\n        ]\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:08:29.000+00:00",
  "vfModuleId" : "02a67129-228c-4f74-bc4d-798af21e3abb",
  "vfModuleName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "vfModuleModelName" : "BasicVm..base_ubuntu20..module-0",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vfModule",
  "requestAction" : "createInstance",
  "requestorId" : "test",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
    "cloudIdentifier" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
    "requestBody" : "{\"parameters\":{\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master-sm\"},\"environment\":\"parameters:\\n  admin_plane_net_name: \\\"admin\\\"\\n  dcae_collector_ip: \\\"10.4.2.166\\\"\\n  dcae_collector_port: \\\"30417\\\"\\n  ubuntu20_flavor_name: \\\"m1.small\\\"\\n  ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n  ubuntu20_name_0: \\\"Ubuntu20\\\"\\n  ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n  vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n  vnf_id: \\\"Ubuntu20-VNF\\\"\\n  vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}",
    "created" : "2023-03-28T06:07:27.000+00:00"
  } ],
  "requestURI" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2"
    }
  }
}
2023-03-28T06:08:31.856Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:31.856Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|INFO|500||InvokeReturn
2023-03-28T06:08:31.857Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false
2023-03-28T06:08:31.858Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:08:31.858Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:31.858Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false
2023-03-28T06:08:31.858Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:08:31.858Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"7ac60f48bfb9479107ef8ff1b1ba9e80", X-B3-SpanId:"bc6ce9f0f8bb3a19", X-B3-ParentSpanId:"af38827c80954790", X-B3-Sampled:"0", X-ONAP-RequestID:"a2a6ab93-5be2-4da5-9233-fc145d95c627", X-RequestID:"a2a6ab93-5be2-4da5-9233-fc145d95c627", X-TransactionID:"a2a6ab93-5be2-4da5-9233-fc145d95c627", X-ECOMP-RequestID:"a2a6ab93-5be2-4da5-9233-fc145d95c627", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"12fb60ba-5e72-4474-8d53-f1c5027d14ec"]
2023-03-28T06:08:31.859Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:08:31.859Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:08:31.880Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:31.880Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:31.880Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:08:31.880Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:08:30 GMT", x-envoy-upstream-service-time:"18", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:08:31.881Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 30,
  "soRequestId" : "0351e76c-e08b-4e01-a8a4-3a1d0153ace2",
  "groupingId" : "fb597b0d-1894-467b-b015-cb24bf0c8dd3",
  "name" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b/fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"updated_time\":null,\"creation_time\":1679983650000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"d51de2a7e10848e780d423a1bc316b43\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T06:07:32.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T06:08:31.881Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:31.881Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=0351e76c-e08b-4e01-a8a4-3a1d0153ace2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:08:31.888Z|a2a6ab93-5be2-4da5-9233-fc145d95c627|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/0351e76c-e08b-4e01-a8a4-3a1d0153ace2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:08:35.089Z|e3d1ad5c-0285-4e98-b2f3-e992fb98e209|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:08:35.094Z|e3d1ad5c-0285-4e98-b2f3-e992fb98e209|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:08:37.511Z|9f828f4a-7399-48e5-9ee7-723632883f14|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:08:37.511Z|9f828f4a-7399-48e5-9ee7-723632883f14|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:08:39.056Z|6cc9f62f-2b6a-4aac-ac76-2546902a0e12|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:08:39.057Z|6cc9f62f-2b6a-4aac-ac76-2546902a0e12|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:08:40.657Z|7f978f6d-3d13-4b74-afa1-e61e4cf75e80|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:08:40.657Z|7f978f6d-3d13-4b74-afa1-e61e4cf75e80|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:08:43.132Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:08:43.134Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|||INFO|500||Checking if requestId: ea390dc2-055a-4e64-964b-9a9f0ae81ce2 already exists in requestDb InfraActiveRequests table
2023-03-28T06:08:43.135Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2
2023-03-28T06:08:43.135Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|INFO|500||Invoke
2023-03-28T06:08:43.135Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:43.135Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2
2023-03-28T06:08:43.135Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Method      : GET
2023-03-28T06:08:43.135Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"5a3810ecad69154dfcf33bc0ebbdda71", X-B3-SpanId:"fbd5c9a5b59fb8aa", X-B3-ParentSpanId:"c2d660384f07fb60", X-B3-Sampled:"0", X-ONAP-RequestID:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", X-RequestID:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", X-TransactionID:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", X-ECOMP-RequestID:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5ef841e6-e222-469e-aa44-877422de8fea"]
2023-03-28T06:08:43.135Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Request body: 
2023-03-28T06:08:43.135Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||==========================request end================================================
2023-03-28T06:08:43.171Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:43.171Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T06:08:43.171Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Status text  : Not Found
2023-03-28T06:08:43.171Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 06:08:42 GMT", x-envoy-upstream-service-time:"31", server:"envoy"]
2023-03-28T06:08:43.172Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Response body: 
2023-03-28T06:08:43.172Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:43.172Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|INFO|404|Not Found|InvokeReturn
2023-03-28T06:08:43.185Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|||INFO|500||Running local validations
2023-03-28T06:08:43.191Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T06:08:43.210Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]}
2023-03-28T06:08:43.210Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|INFO|500||Invoke
2023-03-28T06:08:43.274Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|INFO|500||InvokeReturn
2023-03-28T06:08:43.274Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883 has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 06:08:42 GMT], server=[envoy], content-length=[1057], x-envoy-upstream-service-time=[53], vertex-id=[168136], x-aai-txid=[2-aai-resources-230328-06:08:42:238-63579], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T06:08:43.276Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|||DEBUG|500||{"tenant-id":"dbdab9c92e304927ab8038a443bd1883","tenant-name":"onap-daily-master-sm","tenant-context":"None","resource-version":"1679983623296","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v24/network/generic-vnfs/generic-vnf/2a818ddc-a0e0-4ab6-860e-8968ef03ef05","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"2a818ddc-a0e0-4ab6-860e-8968ef03ef05"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0"}]},{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicvm-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_vm"}]}]}}

2023-03-28T06:08:43.277Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|||DEBUG|500||Validating the Service Instance request
2023-03-28T06:08:43.277Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7
2023-03-28T06:08:43.278Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T06:08:43.278Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke
2023-03-28T06:08:43.279Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:43.279Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T06:08:43.279Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method      : POST
2023-03-28T06:08:43.279Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"239", X-B3-TraceId:"5a3810ecad69154dfcf33bc0ebbdda71", X-B3-SpanId:"f35f5af58a838ee0", X-B3-ParentSpanId:"c2d660384f07fb60", X-B3-Sampled:"0", X-ONAP-RequestID:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", X-RequestID:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", X-TransactionID:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", X-ECOMP-RequestID:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ac6f1b86-1221-43a7-84d7-0a3fe9000cd9"]
2023-03-28T06:08:43.279Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":{"vnfInstanceId":"2a818ddc-a0e0-4ab6-860e-8968ef03ef05","serviceInstanceId":"1a23bea9-596a-44fe-a0bd-45ec40a92293","vfModuleInstanceId":"02a67129-228c-4f74-bc4d-798af21e3abb"},"instanceName":null,"requestScope":"vfModule"}
2023-03-28T06:08:43.279Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================
2023-03-28T06:08:43.321Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:43.322Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:43.322Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text  : OK
2023-03-28T06:08:43.322Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers      : [x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 06:08:42 GMT", x-envoy-upstream-service-time:"38", server:"envoy"]
2023-03-28T06:08:43.322Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 
2023-03-28T06:08:43.323Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:43.323Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn
2023-03-28T06:08:43.323Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance
2023-03-28T06:08:43.324Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|INFO|500||Invoke
2023-03-28T06:08:43.324Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:43.324Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance
2023-03-28T06:08:43.324Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||Method      : GET
2023-03-28T06:08:43.324Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", X-RequestID:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", X-TransactionID:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", X-ECOMP-RequestID:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"45c92733-05a3-417c-ab28-13e7918c3e67"]
2023-03-28T06:08:43.324Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||Request body: 
2023-03-28T06:08:43.325Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||==========================request end================================================
2023-03-28T06:08:43.355Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:43.356Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:43.356Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||Status text  : OK
2023-03-28T06:08:43.356Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 06:08:43 GMT", x-envoy-upstream-service-time:"27", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:08:43.357Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||Response body: {
  "id" : 48,
  "action" : "deleteInstance",
  "description" : "Gr api recipe to delete vf-module",
  "orchestrationUri" : "/mso/async/services/WorkflowActionBB",
  "recipeTimeout" : 180,
  "vnfType" : null,
  "paramXsd" : null,
  "vnfComponentType" : "vfModule",
  "vfModuleModelUUID" : "GR-API-DEFAULT",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/48"
    },
    "vnfComponentsRecipe" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/48"
    }
  }
}
2023-03-28T06:08:43.358Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:43.358Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfComponentsRecipe/search/findFirstVnfComponentsRecipeByVfModuleModelUUIDAndVnfComponentTypeAndAction?vfModuleModelUUID=GR-API-DEFAULT&vnfComponentType=vfModule&action=deleteInstance|INFO|500||InvokeReturn
2023-03-28T06:08:43.370Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df
2023-03-28T06:08:43.370Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|INFO|500||Invoke
2023-03-28T06:08:43.371Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:43.371Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df
2023-03-28T06:08:43.371Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|DEBUG|500||Method      : GET
2023-03-28T06:08:43.371Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", X-RequestID:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", X-TransactionID:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", X-ECOMP-RequestID:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"beed4b04-5d65-4f1c-9b94-1c5999189ab9"]
2023-03-28T06:08:43.371Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|DEBUG|500||Request body: 
2023-03-28T06:08:43.372Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|DEBUG|500||==========================request end================================================
2023-03-28T06:08:43.411Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:43.411Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:43.412Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|DEBUG|500||Status text  : OK
2023-03-28T06:08:43.412Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 06:08:43 GMT", x-envoy-upstream-service-time:"36", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:08:43.413Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|DEBUG|500||Response body: {
  "modelUUID" : "a8bb7870-f84f-48bb-a5dd-ba379e6381df",
  "modelInvariantUUID" : "91ba9a10-a41d-4478-96d8-5f1e5ffeecc3",
  "modelName" : "BasicVm..base_ubuntu20..module-0",
  "modelVersion" : "1",
  "description" : null,
  "isBase" : true,
  "created" : "2023-03-28 05:55:22.000",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df"
    },
    "vfModule" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df"
    },
    "moduleHeatTemplate" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df/moduleHeatTemplate"
    },
    "vnfResources" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df/vnfResources"
    },
    "volumeHeatTemplate" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df/volumeHeatTemplate"
    },
    "vfModuleCustomization" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df/vfModuleCustomization"
    },
    "heatFiles" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df/heatFiles"
    }
  }
}
2023-03-28T06:08:43.413Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:43.414Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vfModule/a8bb7870-f84f-48bb-a5dd-ba379e6381df|INFO|500||InvokeReturn
2023-03-28T06:08:43.427Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T06:08:43.428Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke
2023-03-28T06:08:43.428Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:43.428Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T06:08:43.428Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method      : POST
2023-03-28T06:08:43.429Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers     : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"1778", X-B3-TraceId:"5a3810ecad69154dfcf33bc0ebbdda71", X-B3-SpanId:"43a426c2b40c773b", X-B3-ParentSpanId:"c2d660384f07fb60", X-B3-Sampled:"0", X-ONAP-RequestID:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", X-RequestID:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", X-TransactionID:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", X-ECOMP-RequestID:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e5e834a3-f6cd-429e-ad7a-0b9fd6528828"]
2023-03-28T06:08:43.429Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"ea390dc2-055a-4e64-964b-9a9f0ae81ce2","requestStatus":"IN_PROGRESS","startTime":1679983723186,"source":"VID","vnfId":"2a818ddc-a0e0-4ab6-860e-8968ef03ef05","vnfType":"","tenantId":"dbdab9c92e304927ab8038a443bd1883","requestBody":"{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"vfModule\",\n            \"modelInvariantId\": \"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\n            \"modelVersionId\": \"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\n            \"modelName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n            \"modelVersion\": \"1679983708179\",\n            \"modelCustomizationId\": \"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}","lastModifiedBy":"APIH","vfModuleId":"02a67129-228c-4f74-bc4d-798af21e3abb","vfModuleModelName":"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b","cloudRegion":"RegionOne","serviceInstanceId":"1a23bea9-596a-44fe-a0bd-45ec40a92293","requestScope":"vfModule","requestAction":"deleteInstance","requestorId":"demo","requestUrl":"https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb","tenantName":"onap-daily-master-sm","cloudApiRequests":[],"requestURI":"ea390dc2-055a-4e64-964b-9a9f0ae81ce2"}
2023-03-28T06:08:43.429Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================
2023-03-28T06:08:43.480Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:43.480Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code  : 201 CREATED
2023-03-28T06:08:43.480Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text  : Created
2023-03-28T06:08:43.481Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:08:42 GMT", x-envoy-upstream-service-time:"47", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:08:43.482Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: {
  "requestId" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T06:08:43.186+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfType" : "",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"vfModule\",\n            \"modelInvariantId\": \"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\n            \"modelVersionId\": \"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\n            \"modelName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n            \"modelVersion\": \"1679983708179\",\n            \"modelCustomizationId\": \"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "APIH",
  "modifyTime" : "2023-03-28T06:08:43.260+00:00",
  "vfModuleId" : "02a67129-228c-4f74-bc4d-798af21e3abb",
  "vfModuleModelName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vfModule",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2"
    }
  }
}
2023-03-28T06:08:43.482Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:43.483Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn
2023-03-28T06:08:43.492Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T06:08:43.492Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke
2023-03-28T06:08:43.492Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:43.492Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T06:08:43.493Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method      : POST
2023-03-28T06:08:43.493Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers     : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"2486", X-B3-TraceId:"5a3810ecad69154dfcf33bc0ebbdda71", X-B3-SpanId:"b99bc4685fe8bc7d", X-B3-ParentSpanId:"c2d660384f07fb60", X-B3-Sampled:"0", X-ONAP-RequestID:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", X-RequestID:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", X-TransactionID:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", X-ECOMP-RequestID:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"cc298956-21c7-421e-abaf-2bdfd87216f4"]
2023-03-28T06:08:43.493Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelInvariantId\":\"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\"modelType\":\"vfModule\",\"modelName\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"modelVersion\":\"1679983708179\",\"modelCustomizationUuid\":\"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\",\"modelVersionId\":\"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\"modelCustomizationId\":\"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\",\"modelUuid\":\"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\"modelInvariantUuid\":\"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\"},\"requestInfo\":{\"source\":\"VID\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"cloudConfiguration\":{\"tenantId\":\"dbdab9c92e304927ab8038a443bd1883\",\"cloudOwner\":\"basicvm-cloud-owner\",\"lcpCloudRegionId\":\"RegionOne\"},\"requestParameters\":{\"aLaCarte\":true,\"testApi\":\"GR_API\"}},\"serviceInstanceId\":\"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\"vnfInstanceId\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vfModuleInstanceId\":\"02a67129-228c-4f74-bc4d-798af21e3abb\"}","type":"String"},"requestId":{"value":"ea390dc2-055a-4e64-964b-9a9f0ae81ce2","type":"String"},"mso-request-id":{"value":"ea390dc2-055a-4e64-964b-9a9f0ae81ce2","type":"String"},"isBaseVfModule":{"value":true,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"deleteInstance","type":"String"},"serviceInstanceId":{"value":"1a23bea9-596a-44fe-a0bd-45ec40a92293","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"2a818ddc-a0e0-4ab6-860e-8968ef03ef05","type":"String"},"vfModuleId":{"value":"02a67129-228c-4f74-bc4d-798af21e3abb","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}}
2023-03-28T06:08:43.493Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================
2023-03-28T06:08:44.508Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:44.509Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code  : 202 ACCEPTED
2023-03-28T06:08:44.509Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text  : Accepted
2023-03-28T06:08:44.510Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers      : [date:"Tue, 28 Mar 2023 06:08:44 GMT", x-onap-requestid:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", x-requestid:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", x-transactionid:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", x-ecomp-requestid:"ea390dc2-055a-4e64-964b-9a9f0ae81ce2", x-onap-partnername:"UNKNOWN", x-invocationid:"cc298956-21c7-421e-abaf-2bdfd87216f4", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", x-envoy-upstream-service-time:"1010", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:08:44.510Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"ea390dc2-055a-4e64-964b-9a9f0ae81ce2\",\"instanceId\":\"02a67129-228c-4f74-bc4d-798af21e3abb\"}}","message":"Success","processInstanceID":"fe12fbce-cd2e-11ed-8192-02f87d878986","variables":null,"messageCode":200}
2023-03-28T06:08:44.510Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:44.511Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn
2023-03-28T06:08:44.516Z|ea390dc2-055a-4e64-964b-9a9f0ae81ce2|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:08:44.726Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:08:44.731Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2
2023-03-28T06:08:44.732Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|INFO|500||Invoke
2023-03-28T06:08:44.732Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:44.733Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2
2023-03-28T06:08:44.733Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Method      : GET
2023-03-28T06:08:44.733Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"0bb7e587e54f6bf49d2029e8fd1e09a0", X-B3-SpanId:"8b565d02ac011781", X-B3-ParentSpanId:"459eb37a6ce3c08f", X-B3-Sampled:"0", X-ONAP-RequestID:"4d746e68-7969-401a-a15c-7487bb6a299a", X-RequestID:"4d746e68-7969-401a-a15c-7487bb6a299a", X-TransactionID:"4d746e68-7969-401a-a15c-7487bb6a299a", X-ECOMP-RequestID:"4d746e68-7969-401a-a15c-7487bb6a299a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c21e275a-7589-4c61-971a-a55e060d35fe"]
2023-03-28T06:08:44.733Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Request body: 
2023-03-28T06:08:44.733Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||==========================request end================================================
2023-03-28T06:08:44.777Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:44.778Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:44.779Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Status text  : OK
2023-03-28T06:08:44.779Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:08:44 GMT", x-envoy-upstream-service-time:"41", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:08:44.780Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Response body: {
  "requestId" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T06:08:43.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfType" : "",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"vfModule\",\n            \"modelInvariantId\": \"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\n            \"modelVersionId\": \"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\n            \"modelName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n            \"modelVersion\": \"1679983708179\",\n            \"modelCustomizationId\": \"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:08:43.000+00:00",
  "vfModuleId" : "02a67129-228c-4f74-bc4d-798af21e3abb",
  "vfModuleName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "vfModuleModelName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vfModule",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2"
    }
  }
}
2023-03-28T06:08:44.780Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:44.781Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|INFO|500||InvokeReturn
2023-03-28T06:08:44.783Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false
2023-03-28T06:08:44.783Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:08:44.784Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:44.784Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false
2023-03-28T06:08:44.784Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:08:44.785Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"0bb7e587e54f6bf49d2029e8fd1e09a0", X-B3-SpanId:"85ab89242bcf3856", X-B3-ParentSpanId:"459eb37a6ce3c08f", X-B3-Sampled:"0", X-ONAP-RequestID:"4d746e68-7969-401a-a15c-7487bb6a299a", X-RequestID:"4d746e68-7969-401a-a15c-7487bb6a299a", X-TransactionID:"4d746e68-7969-401a-a15c-7487bb6a299a", X-ECOMP-RequestID:"4d746e68-7969-401a-a15c-7487bb6a299a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6f26fd17-16d7-4016-8379-0578297a0622"]
2023-03-28T06:08:44.786Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:08:44.787Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:08:44.809Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:44.810Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:44.810Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:08:44.811Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:08:44 GMT", x-envoy-upstream-service-time:"18", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:08:44.812Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T06:08:44.812Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:44.813Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:08:44.824Z|4d746e68-7969-401a-a15c-7487bb6a299a|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:08:47.544Z|d7b8a60c-1caa-45eb-ad4d-ebbee9f2214d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:08:47.545Z|d7b8a60c-1caa-45eb-ad4d-ebbee9f2214d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:08:49.090Z|31b08a86-c2e6-4dac-9738-6ba257c37dac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:08:49.090Z|31b08a86-c2e6-4dac-9738-6ba257c37dac|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:08:50.089Z|a0de78a1-3a7a-49ef-9ed0-5946e9dc339b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:08:50.089Z|a0de78a1-3a7a-49ef-9ed0-5946e9dc339b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:08:50.683Z|218a5cad-4799-434b-b848-f00e8bf157c5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:08:50.684Z|218a5cad-4799-434b-b848-f00e8bf157c5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:08:51.177Z|15161495-0879-40e1-bb76-e8f1386a0e53|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:08:51.178Z|15161495-0879-40e1-bb76-e8f1386a0e53|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:08:55.014Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:08:55.021Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2
2023-03-28T06:08:55.021Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|INFO|500||Invoke
2023-03-28T06:08:55.022Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:55.022Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2
2023-03-28T06:08:55.022Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Method      : GET
2023-03-28T06:08:55.022Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"5d5b34e6f79130644e4b746a85055d90", X-B3-SpanId:"141f98e2164c1354", X-B3-ParentSpanId:"3fab654c464c7118", X-B3-Sampled:"0", X-ONAP-RequestID:"fad8efab-bb81-429d-8498-a9589b5c23df", X-RequestID:"fad8efab-bb81-429d-8498-a9589b5c23df", X-TransactionID:"fad8efab-bb81-429d-8498-a9589b5c23df", X-ECOMP-RequestID:"fad8efab-bb81-429d-8498-a9589b5c23df", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9d4d3b06-dfb7-486a-a309-b0ba67894123"]
2023-03-28T06:08:55.022Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Request body: 
2023-03-28T06:08:55.022Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||==========================request end================================================
2023-03-28T06:08:55.070Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:55.070Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:55.070Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Status text  : OK
2023-03-28T06:08:55.070Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:08:54 GMT", x-envoy-upstream-service-time:"43", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:08:55.071Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Response body: {
  "requestId" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "requestStatus" : "IN_PROGRESS",
  "resourceStatusMessage" : "The vf module was successfully deleted in the cloud",
  "flowStatus" : "Execution of DeactivateVfModuleBB has completed successfully, next invoking DeleteVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).",
  "progress" : 36,
  "startTime" : "2023-03-28T06:08:43.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfType" : "",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"vfModule\",\n            \"modelInvariantId\": \"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\n            \"modelVersionId\": \"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\n            \"modelName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n            \"modelVersion\": \"1679983708179\",\n            \"modelCustomizationId\": \"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:08:51.000+00:00",
  "vfModuleId" : "02a67129-228c-4f74-bc4d-798af21e3abb",
  "vfModuleName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "vfModuleModelName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vfModule",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2"
    }
  }
}
2023-03-28T06:08:55.071Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:55.071Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|INFO|500||InvokeReturn
2023-03-28T06:08:55.072Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false
2023-03-28T06:08:55.072Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:08:55.073Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:55.073Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false
2023-03-28T06:08:55.073Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:08:55.073Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"5d5b34e6f79130644e4b746a85055d90", X-B3-SpanId:"09aecda643c537b5", X-B3-ParentSpanId:"3fab654c464c7118", X-B3-Sampled:"0", X-ONAP-RequestID:"fad8efab-bb81-429d-8498-a9589b5c23df", X-RequestID:"fad8efab-bb81-429d-8498-a9589b5c23df", X-TransactionID:"fad8efab-bb81-429d-8498-a9589b5c23df", X-ECOMP-RequestID:"fad8efab-bb81-429d-8498-a9589b5c23df", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b6f13c72-f30c-4c35-91e3-ec51e4c8de10"]
2023-03-28T06:08:55.073Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:08:55.073Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:08:55.092Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:55.092Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:55.092Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:08:55.093Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:08:54 GMT", x-envoy-upstream-service-time:"16", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:08:55.093Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 36,
  "soRequestId" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "groupingId" : "fb597b0d-1894-467b-b015-cb24bf0c8dd3",
  "name" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b/fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE started\",\"stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"updated_time\":1679983732000,\"creation_time\":1679983650000,\"stack_status\":\"DELETE_IN_PROGRESS\",\"id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"d51de2a7e10848e780d423a1bc316b43\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T06:08:53.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T06:08:55.093Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:55.093Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:08:55.111Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T06:08:55.112Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T06:08:55.112Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:55.112Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T06:08:55.112Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T06:08:55.112Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"fad8efab-bb81-429d-8498-a9589b5c23df", X-RequestID:"fad8efab-bb81-429d-8498-a9589b5c23df", X-TransactionID:"fad8efab-bb81-429d-8498-a9589b5c23df", X-ECOMP-RequestID:"fad8efab-bb81-429d-8498-a9589b5c23df", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"dd2eb1fc-2226-4f75-a181-f298cb0602ae"]
2023-03-28T06:08:55.112Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T06:08:55.112Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T06:08:55.265Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:55.266Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:55.266Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T06:08:55.267Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=9136B6E46D52C766E09B8B9FB03DE679; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"688", date:"Tue, 28 Mar 2023 06:08:55 GMT", x-envoy-upstream-service-time:"143", server:"envoy"]
2023-03-28T06:08:55.267Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"0104c4d2-cd2f-11ed-8192-02f87d878986","businessKey":"ea390dc2-055a-4e64-964b-9a9f0ae81ce2","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T06:08:48.260+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"fe12fbce-cd2e-11ed-8192-02f87d878986","superProcessInstanceId":"0101de5f-cd2f-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}]
2023-03-28T06:08:55.267Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:55.268Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T06:08:55.296Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1
2023-03-28T06:08:55.297Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T06:08:55.297Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T06:08:55.297Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1
2023-03-28T06:08:55.298Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T06:08:55.298Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"fad8efab-bb81-429d-8498-a9589b5c23df", X-RequestID:"fad8efab-bb81-429d-8498-a9589b5c23df", X-TransactionID:"fad8efab-bb81-429d-8498-a9589b5c23df", X-ECOMP-RequestID:"fad8efab-bb81-429d-8498-a9589b5c23df", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"596607f2-3907-49c2-853b-ef1c9da555ba"]
2023-03-28T06:08:55.298Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T06:08:55.298Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T06:08:55.459Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T06:08:55.460Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T06:08:55.460Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T06:08:55.461Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=E2219F5C51160B852AE90F164EFF3D69; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"812", date:"Tue, 28 Mar 2023 06:08:55 GMT", x-envoy-upstream-service-time:"156", server:"envoy"]
2023-03-28T06:08:55.461Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:034abd5a-cd2f-11ed-8192-02f87d878986","parentActivityInstanceId":"0104c4d2-cd2f-11ed-8192-02f87d878986","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"0104c4d2-cd2f-11ed-8192-02f87d878986","executionId":"0104c4d2-cd2f-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T06:08:52.074+0000","endTime":"2023-03-28T06:08:52.088+0000","durationInMillis":14,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"fe12fbce-cd2e-11ed-8192-02f87d878986"}]
2023-03-28T06:08:55.462Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T06:08:55.462Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T06:08:55.469Z|fad8efab-bb81-429d-8498-a9589b5c23df|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:08:56.116Z|8ded9789-fa51-44de-85e6-32d550cb61c7|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:08:56.117Z|8ded9789-fa51-44de-85e6-32d550cb61c7|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:08:57.576Z|34947d5c-8884-4375-a693-4fd910d01a91|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:08:57.577Z|34947d5c-8884-4375-a693-4fd910d01a91|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:08:59.122Z|6f9d1285-d88c-401c-a878-ae4bc4c6a6f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:08:59.123Z|6f9d1285-d88c-401c-a878-ae4bc4c6a6f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:09:00.713Z|ac1be186-e83e-463e-b1f0-06adff882d6b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:09:00.714Z|ac1be186-e83e-463e-b1f0-06adff882d6b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:09:05.089Z|ebc24dab-5a7b-4af4-a734-9371eb559a4f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:09:05.090Z|ebc24dab-5a7b-4af4-a734-9371eb559a4f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:09:05.670Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:09:05.678Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2
2023-03-28T06:09:05.678Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|INFO|500||Invoke
2023-03-28T06:09:05.679Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:05.679Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2
2023-03-28T06:09:05.679Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Method      : GET
2023-03-28T06:09:05.679Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d321aa73d48a299dfbceebb4b4ec2443", X-B3-SpanId:"302a245c1bad6684", X-B3-ParentSpanId:"11346b9ec0e31854", X-B3-Sampled:"0", X-ONAP-RequestID:"6ea3a9a8-17be-432d-9f3f-b87ab938f7d3", X-RequestID:"6ea3a9a8-17be-432d-9f3f-b87ab938f7d3", X-TransactionID:"6ea3a9a8-17be-432d-9f3f-b87ab938f7d3", X-ECOMP-RequestID:"6ea3a9a8-17be-432d-9f3f-b87ab938f7d3", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"09497e43-8c75-44fb-8f97-5c655cb207ea"]
2023-03-28T06:09:05.679Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Request body: 
2023-03-28T06:09:05.679Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||==========================request end================================================
2023-03-28T06:09:05.722Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:05.722Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:05.722Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Status text  : OK
2023-03-28T06:09:05.723Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:05 GMT", x-envoy-upstream-service-time:"38", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:05.723Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Response body: {
  "requestId" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "requestStatus" : "IN_PROGRESS",
  "resourceStatusMessage" : "The vf module was successfully deleted in the cloud",
  "flowStatus" : "Execution of DeactivateVfModuleBB has completed successfully, next invoking DeleteVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).",
  "progress" : 36,
  "startTime" : "2023-03-28T06:08:43.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfType" : "",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"vfModule\",\n            \"modelInvariantId\": \"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\n            \"modelVersionId\": \"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\n            \"modelName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n            \"modelVersion\": \"1679983708179\",\n            \"modelCustomizationId\": \"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:08:51.000+00:00",
  "vfModuleId" : "02a67129-228c-4f74-bc4d-798af21e3abb",
  "vfModuleName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "vfModuleModelName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vfModule",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2"
    }
  }
}
2023-03-28T06:09:05.724Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:05.724Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|INFO|500||InvokeReturn
2023-03-28T06:09:05.725Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false
2023-03-28T06:09:05.725Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:09:05.725Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:05.725Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false
2023-03-28T06:09:05.725Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:09:05.725Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d321aa73d48a299dfbceebb4b4ec2443", X-B3-SpanId:"fa2e219b4afcc4e0", X-B3-ParentSpanId:"11346b9ec0e31854", X-B3-Sampled:"0", X-ONAP-RequestID:"6ea3a9a8-17be-432d-9f3f-b87ab938f7d3", X-RequestID:"6ea3a9a8-17be-432d-9f3f-b87ab938f7d3", X-TransactionID:"6ea3a9a8-17be-432d-9f3f-b87ab938f7d3", X-ECOMP-RequestID:"6ea3a9a8-17be-432d-9f3f-b87ab938f7d3", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4af2cb19-bd3e-4620-b4dd-4c275e9f4524"]
2023-03-28T06:09:05.725Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:09:05.726Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:09:05.746Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:05.747Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:05.747Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:09:05.747Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:05 GMT", x-envoy-upstream-service-time:"18", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:05.749Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 36,
  "soRequestId" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "groupingId" : "fb597b0d-1894-467b-b015-cb24bf0c8dd3",
  "name" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b/fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE started\",\"stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"updated_time\":1679983732000,\"creation_time\":1679983650000,\"stack_status\":\"DELETE_IN_PROGRESS\",\"id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"d51de2a7e10848e780d423a1bc316b43\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T06:08:53.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T06:09:05.749Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:05.749Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:09:05.770Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T06:09:05.770Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T06:09:05.771Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:05.771Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T06:09:05.771Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T06:09:05.771Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"6ea3a9a8-17be-432d-9f3f-b87ab938f7d3", X-RequestID:"6ea3a9a8-17be-432d-9f3f-b87ab938f7d3", X-TransactionID:"6ea3a9a8-17be-432d-9f3f-b87ab938f7d3", X-ECOMP-RequestID:"6ea3a9a8-17be-432d-9f3f-b87ab938f7d3", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c6c9fcb0-8693-41d7-8166-59e61988c3cd"]
2023-03-28T06:09:05.771Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T06:09:05.771Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T06:09:05.927Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:05.928Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:05.928Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T06:09:05.929Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=A9AD254421EBDAD5BCD91F65D4C38AAA; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"688", date:"Tue, 28 Mar 2023 06:09:05 GMT", x-envoy-upstream-service-time:"152", server:"envoy"]
2023-03-28T06:09:05.929Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"0104c4d2-cd2f-11ed-8192-02f87d878986","businessKey":"ea390dc2-055a-4e64-964b-9a9f0ae81ce2","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T06:08:48.260+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"fe12fbce-cd2e-11ed-8192-02f87d878986","superProcessInstanceId":"0101de5f-cd2f-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}]
2023-03-28T06:09:05.930Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:05.930Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T06:09:05.959Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1
2023-03-28T06:09:05.960Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T06:09:05.960Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:05.960Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1
2023-03-28T06:09:05.960Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T06:09:05.961Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"6ea3a9a8-17be-432d-9f3f-b87ab938f7d3", X-RequestID:"6ea3a9a8-17be-432d-9f3f-b87ab938f7d3", X-TransactionID:"6ea3a9a8-17be-432d-9f3f-b87ab938f7d3", X-ECOMP-RequestID:"6ea3a9a8-17be-432d-9f3f-b87ab938f7d3", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"95117543-22bf-49fa-b0b3-3241ee9b5e10"]
2023-03-28T06:09:05.961Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T06:09:05.961Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T06:09:06.155Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:06.156Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:06.156Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T06:09:06.156Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=9562E105D550D6EC6E4EA663476BC89E; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"812", date:"Tue, 28 Mar 2023 06:09:05 GMT", x-envoy-upstream-service-time:"188", server:"envoy"]
2023-03-28T06:09:06.157Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:034abd5a-cd2f-11ed-8192-02f87d878986","parentActivityInstanceId":"0104c4d2-cd2f-11ed-8192-02f87d878986","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"0104c4d2-cd2f-11ed-8192-02f87d878986","executionId":"0104c4d2-cd2f-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T06:08:52.074+0000","endTime":"2023-03-28T06:08:52.088+0000","durationInMillis":14,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"fe12fbce-cd2e-11ed-8192-02f87d878986"}]
2023-03-28T06:09:06.157Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:06.157Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T06:09:06.164Z|6ea3a9a8-17be-432d-9f3f-b87ab938f7d3|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:09:07.603Z|032bf0d6-acc8-4b15-af72-fc3f09bec870|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:09:07.603Z|032bf0d6-acc8-4b15-af72-fc3f09bec870|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:09:09.155Z|015f8d84-d5d1-4d61-948f-256a4153626c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:09:09.156Z|015f8d84-d5d1-4d61-948f-256a4153626c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:09:10.745Z|30c64eec-56ab-4043-8329-84c0fa5f7c8a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:09:10.746Z|30c64eec-56ab-4043-8329-84c0fa5f7c8a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:09:16.372Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:09:16.379Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2
2023-03-28T06:09:16.379Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|INFO|500||Invoke
2023-03-28T06:09:16.379Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:16.379Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2
2023-03-28T06:09:16.379Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Method      : GET
2023-03-28T06:09:16.380Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e067c2948ec2d15a22ee1c85515f26a9", X-B3-SpanId:"59e18414eaed5970", X-B3-ParentSpanId:"4a2b8c9cf8586990", X-B3-Sampled:"0", X-ONAP-RequestID:"00a959dd-11b2-4fa8-a9bd-31fc8850c27f", X-RequestID:"00a959dd-11b2-4fa8-a9bd-31fc8850c27f", X-TransactionID:"00a959dd-11b2-4fa8-a9bd-31fc8850c27f", X-ECOMP-RequestID:"00a959dd-11b2-4fa8-a9bd-31fc8850c27f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"376c5c2f-0768-4ad5-bd4a-c6964c281873"]
2023-03-28T06:09:16.380Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Request body: 
2023-03-28T06:09:16.380Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||==========================request end================================================
2023-03-28T06:09:16.418Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:16.418Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:16.418Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Status text  : OK
2023-03-28T06:09:16.418Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:16 GMT", x-envoy-upstream-service-time:"34", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:16.419Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Response body: {
  "requestId" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "requestStatus" : "IN_PROGRESS",
  "resourceStatusMessage" : "The vf module was successfully deleted in the cloud",
  "flowStatus" : "Execution of DeactivateVfModuleBB has completed successfully, next invoking DeleteVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).",
  "progress" : 36,
  "startTime" : "2023-03-28T06:08:43.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfType" : "",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"vfModule\",\n            \"modelInvariantId\": \"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\n            \"modelVersionId\": \"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\n            \"modelName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n            \"modelVersion\": \"1679983708179\",\n            \"modelCustomizationId\": \"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:08:51.000+00:00",
  "vfModuleId" : "02a67129-228c-4f74-bc4d-798af21e3abb",
  "vfModuleName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "vfModuleModelName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vfModule",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2"
    }
  }
}
2023-03-28T06:09:16.420Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:16.420Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|INFO|500||InvokeReturn
2023-03-28T06:09:16.422Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false
2023-03-28T06:09:16.422Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:09:16.423Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:16.423Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false
2023-03-28T06:09:16.423Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:09:16.423Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e067c2948ec2d15a22ee1c85515f26a9", X-B3-SpanId:"b4d8721e84eda0fd", X-B3-ParentSpanId:"4a2b8c9cf8586990", X-B3-Sampled:"0", X-ONAP-RequestID:"00a959dd-11b2-4fa8-a9bd-31fc8850c27f", X-RequestID:"00a959dd-11b2-4fa8-a9bd-31fc8850c27f", X-TransactionID:"00a959dd-11b2-4fa8-a9bd-31fc8850c27f", X-ECOMP-RequestID:"00a959dd-11b2-4fa8-a9bd-31fc8850c27f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0ba1c538-0fb8-4b3b-b759-71140e5657d6"]
2023-03-28T06:09:16.423Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:09:16.423Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:09:16.444Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:16.445Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:16.445Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:09:16.445Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:16 GMT", x-envoy-upstream-service-time:"16", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:16.446Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 36,
  "soRequestId" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "groupingId" : "fb597b0d-1894-467b-b015-cb24bf0c8dd3",
  "name" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "value" : "{\"outputs\":null,\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b/fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"updated_time\":1679983732000,\"creation_time\":1679983650000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"d51de2a7e10848e780d423a1bc316b43\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T06:08:53.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T06:09:16.446Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:16.446Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:09:16.470Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T06:09:16.471Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T06:09:16.471Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:16.471Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T06:09:16.471Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T06:09:16.471Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"00a959dd-11b2-4fa8-a9bd-31fc8850c27f", X-RequestID:"00a959dd-11b2-4fa8-a9bd-31fc8850c27f", X-TransactionID:"00a959dd-11b2-4fa8-a9bd-31fc8850c27f", X-ECOMP-RequestID:"00a959dd-11b2-4fa8-a9bd-31fc8850c27f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"26f9b0e9-e1cf-4f95-bde8-75c48c33ec0d"]
2023-03-28T06:09:16.471Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T06:09:16.471Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T06:09:16.630Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:16.631Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:16.632Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T06:09:16.632Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=00F7C04EF02C3BA8E031CD9C5982614F; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"718", date:"Tue, 28 Mar 2023 06:09:16 GMT", x-envoy-upstream-service-time:"154", server:"envoy"]
2023-03-28T06:09:16.632Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"0104c4d2-cd2f-11ed-8192-02f87d878986","businessKey":"ea390dc2-055a-4e64-964b-9a9f0ae81ce2","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T06:08:48.260+0000","endTime":"2023-03-28T06:09:08.546+0000","removalTime":null,"durationInMillis":20286,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"fe12fbce-cd2e-11ed-8192-02f87d878986","superProcessInstanceId":"0101de5f-cd2f-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}]
2023-03-28T06:09:16.633Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:16.633Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T06:09:16.653Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1
2023-03-28T06:09:16.654Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T06:09:16.654Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:16.654Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1
2023-03-28T06:09:16.654Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T06:09:16.654Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"00a959dd-11b2-4fa8-a9bd-31fc8850c27f", X-RequestID:"00a959dd-11b2-4fa8-a9bd-31fc8850c27f", X-TransactionID:"00a959dd-11b2-4fa8-a9bd-31fc8850c27f", X-ECOMP-RequestID:"00a959dd-11b2-4fa8-a9bd-31fc8850c27f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"22fc7433-39a5-4aa1-8e7f-c627ccb03a10"]
2023-03-28T06:09:16.655Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T06:09:16.655Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T06:09:16.809Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:16.809Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:16.810Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T06:09:16.810Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=6EEEBE4B5708D44B51B5055995D98530; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"772", date:"Tue, 28 Mar 2023 06:09:16 GMT", x-envoy-upstream-service-time:"149", server:"envoy"]
2023-03-28T06:09:16.811Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"EndEvent_6:0d1b679d-cd2f-11ed-8192-02f87d878986","parentActivityInstanceId":"0104c4d2-cd2f-11ed-8192-02f87d878986","activityId":"EndEvent_6","activityName":null,"activityType":"noneEndEvent","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"0104c4d2-cd2f-11ed-8192-02f87d878986","executionId":"0104c4d2-cd2f-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T06:09:08.541+0000","endTime":"2023-03-28T06:09:08.541+0000","durationInMillis":0,"canceled":false,"completeScope":true,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"fe12fbce-cd2e-11ed-8192-02f87d878986"}]
2023-03-28T06:09:16.811Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:16.812Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T06:09:16.817Z|00a959dd-11b2-4fa8-a9bd-31fc8850c27f|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:09:17.630Z|6e142f6e-a6a8-4148-998b-3e5282bdfae7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:09:17.631Z|6e142f6e-a6a8-4148-998b-3e5282bdfae7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:09:19.186Z|ee84b972-831c-4b55-90d5-75e5c3ee51d6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:09:19.187Z|ee84b972-831c-4b55-90d5-75e5c3ee51d6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:09:20.089Z|a9651f79-6f61-4ca6-bf1e-78b2a7818a5c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:09:20.094Z|a9651f79-6f61-4ca6-bf1e-78b2a7818a5c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:09:20.777Z|4df675e8-dbe7-402b-b268-da62e201efbe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:09:20.777Z|4df675e8-dbe7-402b-b268-da62e201efbe|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:09:21.178Z|7f58a146-fa99-4d5b-81db-9563dce11c48|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:09:21.179Z|7f58a146-fa99-4d5b-81db-9563dce11c48|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:09:27.019Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:09:27.028Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2
2023-03-28T06:09:27.028Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|INFO|500||Invoke
2023-03-28T06:09:27.028Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:27.029Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2
2023-03-28T06:09:27.029Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Method      : GET
2023-03-28T06:09:27.029Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"b7b26d8360863927071f0fde39653e65", X-B3-SpanId:"0bb839f2d64ec821", X-B3-ParentSpanId:"47fca279cf1ef8c9", X-B3-Sampled:"0", X-ONAP-RequestID:"38d17d56-60fc-4722-b355-721cdc4241ff", X-RequestID:"38d17d56-60fc-4722-b355-721cdc4241ff", X-TransactionID:"38d17d56-60fc-4722-b355-721cdc4241ff", X-ECOMP-RequestID:"38d17d56-60fc-4722-b355-721cdc4241ff", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"40689897-4414-4779-b9b3-f2094ce49023"]
2023-03-28T06:09:27.029Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Request body: 
2023-03-28T06:09:27.029Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||==========================request end================================================
2023-03-28T06:09:27.071Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:27.071Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:27.072Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Status text  : OK
2023-03-28T06:09:27.072Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:26 GMT", x-envoy-upstream-service-time:"37", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:27.073Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Response body: {
  "requestId" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "requestStatus" : "IN_PROGRESS",
  "resourceStatusMessage" : "The vf module was successfully deleted in the cloud",
  "flowStatus" : "Execution of DeactivateVfModuleBB has completed successfully, next invoking DeleteVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).",
  "progress" : 36,
  "startTime" : "2023-03-28T06:08:43.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfType" : "",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"vfModule\",\n            \"modelInvariantId\": \"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\n            \"modelVersionId\": \"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\n            \"modelName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n            \"modelVersion\": \"1679983708179\",\n            \"modelCustomizationId\": \"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:08:51.000+00:00",
  "vfModuleId" : "02a67129-228c-4f74-bc4d-798af21e3abb",
  "vfModuleName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "vfModuleModelName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vfModule",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2"
    }
  }
}
2023-03-28T06:09:27.074Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:27.074Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|INFO|500||InvokeReturn
2023-03-28T06:09:27.075Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false
2023-03-28T06:09:27.076Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:09:27.076Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:27.076Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false
2023-03-28T06:09:27.076Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:09:27.076Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"b7b26d8360863927071f0fde39653e65", X-B3-SpanId:"8b3deb1258d9f728", X-B3-ParentSpanId:"47fca279cf1ef8c9", X-B3-Sampled:"0", X-ONAP-RequestID:"38d17d56-60fc-4722-b355-721cdc4241ff", X-RequestID:"38d17d56-60fc-4722-b355-721cdc4241ff", X-TransactionID:"38d17d56-60fc-4722-b355-721cdc4241ff", X-ECOMP-RequestID:"38d17d56-60fc-4722-b355-721cdc4241ff", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d684026b-dd55-4921-ad80-26165a93d51d"]
2023-03-28T06:09:27.076Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:09:27.076Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:09:27.097Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:27.097Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:27.097Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:09:27.097Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:26 GMT", x-envoy-upstream-service-time:"18", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:27.098Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 36,
  "soRequestId" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "groupingId" : "fb597b0d-1894-467b-b015-cb24bf0c8dd3",
  "name" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "value" : "{\"outputs\":null,\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b/fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"updated_time\":1679983732000,\"creation_time\":1679983650000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"d51de2a7e10848e780d423a1bc316b43\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T06:08:53.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T06:09:27.098Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:27.098Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:09:27.127Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T06:09:27.127Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T06:09:27.127Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:27.128Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T06:09:27.128Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T06:09:27.128Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"38d17d56-60fc-4722-b355-721cdc4241ff", X-RequestID:"38d17d56-60fc-4722-b355-721cdc4241ff", X-TransactionID:"38d17d56-60fc-4722-b355-721cdc4241ff", X-ECOMP-RequestID:"38d17d56-60fc-4722-b355-721cdc4241ff", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"05778bc0-e388-468f-9a01-17ac46060dfd"]
2023-03-28T06:09:27.128Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T06:09:27.128Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T06:09:27.334Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:27.335Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:27.335Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T06:09:27.336Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=960CBE83E91470F5994E292C173874F9; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"718", date:"Tue, 28 Mar 2023 06:09:26 GMT", x-envoy-upstream-service-time:"197", server:"envoy"]
2023-03-28T06:09:27.336Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"0104c4d2-cd2f-11ed-8192-02f87d878986","businessKey":"ea390dc2-055a-4e64-964b-9a9f0ae81ce2","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T06:08:48.260+0000","endTime":"2023-03-28T06:09:08.546+0000","removalTime":null,"durationInMillis":20286,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"fe12fbce-cd2e-11ed-8192-02f87d878986","superProcessInstanceId":"0101de5f-cd2f-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}]
2023-03-28T06:09:27.336Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:27.336Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T06:09:27.353Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1
2023-03-28T06:09:27.353Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T06:09:27.353Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:27.354Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1
2023-03-28T06:09:27.354Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T06:09:27.354Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"38d17d56-60fc-4722-b355-721cdc4241ff", X-RequestID:"38d17d56-60fc-4722-b355-721cdc4241ff", X-TransactionID:"38d17d56-60fc-4722-b355-721cdc4241ff", X-ECOMP-RequestID:"38d17d56-60fc-4722-b355-721cdc4241ff", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4ff784e3-2286-458b-b430-24fff141c0de"]
2023-03-28T06:09:27.354Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T06:09:27.354Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T06:09:27.526Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:27.527Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:27.527Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T06:09:27.527Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=081BEABE5A00C7E4680DA746101677F3; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"772", date:"Tue, 28 Mar 2023 06:09:26 GMT", x-envoy-upstream-service-time:"166", server:"envoy"]
2023-03-28T06:09:27.530Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"EndEvent_6:0d1b679d-cd2f-11ed-8192-02f87d878986","parentActivityInstanceId":"0104c4d2-cd2f-11ed-8192-02f87d878986","activityId":"EndEvent_6","activityName":null,"activityType":"noneEndEvent","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"0104c4d2-cd2f-11ed-8192-02f87d878986","executionId":"0104c4d2-cd2f-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T06:09:08.541+0000","endTime":"2023-03-28T06:09:08.541+0000","durationInMillis":0,"canceled":false,"completeScope":true,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"fe12fbce-cd2e-11ed-8192-02f87d878986"}]
2023-03-28T06:09:27.530Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:27.531Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=0104c4d2-cd2f-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T06:09:27.538Z|38d17d56-60fc-4722-b355-721cdc4241ff|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:09:27.657Z|6b893e44-d334-4959-832e-96822ab7966a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:09:27.658Z|6b893e44-d334-4959-832e-96822ab7966a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:09:29.218Z|21b5bf33-6e1e-4885-9ef8-a8d343c279e1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:09:29.219Z|21b5bf33-6e1e-4885-9ef8-a8d343c279e1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:09:30.805Z|7114b900-52d9-4526-8582-8cb158e513cb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:09:30.806Z|7114b900-52d9-4526-8582-8cb158e513cb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:09:35.089Z|f4495419-c7f3-417e-b3ed-5afa3bb9c543|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:09:35.089Z|f4495419-c7f3-417e-b3ed-5afa3bb9c543|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:09:37.689Z|3fd927aa-e9a2-4b1e-a9d4-2713914500ac|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:09:37.690Z|3fd927aa-e9a2-4b1e-a9d4-2713914500ac|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:09:37.758Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:09:37.766Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2
2023-03-28T06:09:37.766Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|INFO|500||Invoke
2023-03-28T06:09:37.766Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:37.767Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2
2023-03-28T06:09:37.767Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Method      : GET
2023-03-28T06:09:37.767Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"9b03c4304059ef31a0d1d961da1012dd", X-B3-SpanId:"7965429f176321d3", X-B3-ParentSpanId:"a648efe1a3615740", X-B3-Sampled:"0", X-ONAP-RequestID:"0e2d0e1d-5c28-4497-857e-805b83247669", X-RequestID:"0e2d0e1d-5c28-4497-857e-805b83247669", X-TransactionID:"0e2d0e1d-5c28-4497-857e-805b83247669", X-ECOMP-RequestID:"0e2d0e1d-5c28-4497-857e-805b83247669", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"665752c7-7588-49d3-a057-c6f89f68182d"]
2023-03-28T06:09:37.767Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Request body: 
2023-03-28T06:09:37.767Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||==========================request end================================================
2023-03-28T06:09:37.806Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:37.807Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:37.807Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Status text  : OK
2023-03-28T06:09:37.807Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:37 GMT", x-envoy-upstream-service-time:"35", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:37.807Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Response body: {
  "requestId" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The vf module was successfully deleted in the cloud",
  "statusMessage" : "ALaCarte-VfModule-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:08:43.000+00:00",
  "endTime" : "2023-03-28T06:09:33.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfType" : "",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"vfModule\",\n            \"modelInvariantId\": \"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\n            \"modelVersionId\": \"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\n            \"modelName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n            \"modelVersion\": \"1679983708179\",\n            \"modelCustomizationId\": \"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:09:33.000+00:00",
  "vfModuleId" : "02a67129-228c-4f74-bc4d-798af21e3abb",
  "vfModuleName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "vfModuleModelName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vfModule",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2"
    }
  }
}
2023-03-28T06:09:37.807Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:37.807Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|INFO|500||InvokeReturn
2023-03-28T06:09:37.808Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false
2023-03-28T06:09:37.809Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:09:37.809Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:37.809Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false
2023-03-28T06:09:37.809Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:09:37.809Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"9b03c4304059ef31a0d1d961da1012dd", X-B3-SpanId:"0244648a0379dc7c", X-B3-ParentSpanId:"a648efe1a3615740", X-B3-Sampled:"0", X-ONAP-RequestID:"0e2d0e1d-5c28-4497-857e-805b83247669", X-RequestID:"0e2d0e1d-5c28-4497-857e-805b83247669", X-TransactionID:"0e2d0e1d-5c28-4497-857e-805b83247669", X-ECOMP-RequestID:"0e2d0e1d-5c28-4497-857e-805b83247669", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d0855282-5742-4a48-a12d-aa90633acdc9"]
2023-03-28T06:09:37.809Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:09:37.809Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:09:37.832Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:37.833Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:37.833Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:09:37.833Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:37 GMT", x-envoy-upstream-service-time:"20", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:37.833Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 36,
  "soRequestId" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "groupingId" : "fb597b0d-1894-467b-b015-cb24bf0c8dd3",
  "name" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "value" : "{\"outputs\":null,\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b/fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"updated_time\":1679983732000,\"creation_time\":1679983650000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"d51de2a7e10848e780d423a1bc316b43\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T06:08:53.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T06:09:37.833Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:37.833Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:09:37.840Z|0e2d0e1d-5c28-4497-857e-805b83247669|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:09:38.011Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:09:38.016Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2
2023-03-28T06:09:38.016Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|INFO|500||Invoke
2023-03-28T06:09:38.017Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:38.017Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2
2023-03-28T06:09:38.017Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Method      : GET
2023-03-28T06:09:38.017Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"c23e7694feb0b20d5b4b1592fa5c1400", X-B3-SpanId:"4dc1584fde50b989", X-B3-ParentSpanId:"29f46c0742d03dd9", X-B3-Sampled:"0", X-ONAP-RequestID:"e39b8361-1e54-4cfd-bcbe-e0367e1aedcf", X-RequestID:"e39b8361-1e54-4cfd-bcbe-e0367e1aedcf", X-TransactionID:"e39b8361-1e54-4cfd-bcbe-e0367e1aedcf", X-ECOMP-RequestID:"e39b8361-1e54-4cfd-bcbe-e0367e1aedcf", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"45f63c0c-4161-4eaa-ae28-0d0001eab3ae"]
2023-03-28T06:09:38.018Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Request body: 
2023-03-28T06:09:38.018Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||==========================request end================================================
2023-03-28T06:09:38.055Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:38.055Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:38.055Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Status text  : OK
2023-03-28T06:09:38.055Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:37 GMT", x-envoy-upstream-service-time:"33", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:38.056Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Response body: {
  "requestId" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The vf module was successfully deleted in the cloud",
  "statusMessage" : "ALaCarte-VfModule-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:08:43.000+00:00",
  "endTime" : "2023-03-28T06:09:33.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfType" : "",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"vfModule\",\n            \"modelInvariantId\": \"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\n            \"modelVersionId\": \"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\n            \"modelName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n            \"modelVersion\": \"1679983708179\",\n            \"modelCustomizationId\": \"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:09:33.000+00:00",
  "vfModuleId" : "02a67129-228c-4f74-bc4d-798af21e3abb",
  "vfModuleName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "vfModuleModelName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vfModule",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2"
    }
  }
}
2023-03-28T06:09:38.057Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:38.057Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|INFO|500||InvokeReturn
2023-03-28T06:09:38.058Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false
2023-03-28T06:09:38.058Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:09:38.058Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:38.058Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false
2023-03-28T06:09:38.059Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:09:38.059Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"c23e7694feb0b20d5b4b1592fa5c1400", X-B3-SpanId:"e01339d726fd3082", X-B3-ParentSpanId:"29f46c0742d03dd9", X-B3-Sampled:"0", X-ONAP-RequestID:"e39b8361-1e54-4cfd-bcbe-e0367e1aedcf", X-RequestID:"e39b8361-1e54-4cfd-bcbe-e0367e1aedcf", X-TransactionID:"e39b8361-1e54-4cfd-bcbe-e0367e1aedcf", X-ECOMP-RequestID:"e39b8361-1e54-4cfd-bcbe-e0367e1aedcf", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"16f673dd-2185-4d69-8da4-26996ddbd6dd"]
2023-03-28T06:09:38.059Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:09:38.059Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:09:38.081Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:38.082Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:38.082Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:09:38.082Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:37 GMT", x-envoy-upstream-service-time:"20", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:38.082Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 36,
  "soRequestId" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "groupingId" : "fb597b0d-1894-467b-b015-cb24bf0c8dd3",
  "name" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "value" : "{\"outputs\":null,\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b/fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"updated_time\":1679983732000,\"creation_time\":1679983650000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"d51de2a7e10848e780d423a1bc316b43\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T06:08:53.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T06:09:38.083Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:38.083Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:09:38.091Z|e39b8361-1e54-4cfd-bcbe-e0367e1aedcf|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:09:38.275Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:09:38.280Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2
2023-03-28T06:09:38.281Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|INFO|500||Invoke
2023-03-28T06:09:38.281Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:38.281Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2
2023-03-28T06:09:38.281Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Method      : GET
2023-03-28T06:09:38.282Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e0ef6bbd2bdac20afbfb6ae5cbb8a416", X-B3-SpanId:"3c6f00b2babb70af", X-B3-ParentSpanId:"bf8c3dd62e230e2e", X-B3-Sampled:"0", X-ONAP-RequestID:"b7937bd2-64ee-41a5-a21c-1af679554e4e", X-RequestID:"b7937bd2-64ee-41a5-a21c-1af679554e4e", X-TransactionID:"b7937bd2-64ee-41a5-a21c-1af679554e4e", X-ECOMP-RequestID:"b7937bd2-64ee-41a5-a21c-1af679554e4e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"bf3f2b10-236c-470e-803e-900cc03dfd45"]
2023-03-28T06:09:38.282Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Request body: 
2023-03-28T06:09:38.282Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||==========================request end================================================
2023-03-28T06:09:38.318Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:38.319Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:38.319Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Status text  : OK
2023-03-28T06:09:38.319Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:37 GMT", x-envoy-upstream-service-time:"33", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:38.320Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Response body: {
  "requestId" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The vf module was successfully deleted in the cloud",
  "statusMessage" : "ALaCarte-VfModule-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:08:43.000+00:00",
  "endTime" : "2023-03-28T06:09:33.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfType" : "",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"vfModule\",\n            \"modelInvariantId\": \"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\n            \"modelVersionId\": \"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\n            \"modelName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n            \"modelVersion\": \"1679983708179\",\n            \"modelCustomizationId\": \"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:09:33.000+00:00",
  "vfModuleId" : "02a67129-228c-4f74-bc4d-798af21e3abb",
  "vfModuleName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "vfModuleModelName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vfModule",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2"
    }
  }
}
2023-03-28T06:09:38.320Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:38.320Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|INFO|500||InvokeReturn
2023-03-28T06:09:38.322Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false
2023-03-28T06:09:38.322Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:09:38.322Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:38.322Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false
2023-03-28T06:09:38.322Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:09:38.323Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e0ef6bbd2bdac20afbfb6ae5cbb8a416", X-B3-SpanId:"43e1819e9a1ee515", X-B3-ParentSpanId:"bf8c3dd62e230e2e", X-B3-Sampled:"0", X-ONAP-RequestID:"b7937bd2-64ee-41a5-a21c-1af679554e4e", X-RequestID:"b7937bd2-64ee-41a5-a21c-1af679554e4e", X-TransactionID:"b7937bd2-64ee-41a5-a21c-1af679554e4e", X-ECOMP-RequestID:"b7937bd2-64ee-41a5-a21c-1af679554e4e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e228cf18-0050-481c-8f3a-68a934113eac"]
2023-03-28T06:09:38.323Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:09:38.323Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:09:38.343Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:38.343Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:38.344Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:09:38.344Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:37 GMT", x-envoy-upstream-service-time:"18", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:38.344Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 36,
  "soRequestId" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "groupingId" : "fb597b0d-1894-467b-b015-cb24bf0c8dd3",
  "name" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "value" : "{\"outputs\":null,\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b/fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"updated_time\":1679983732000,\"creation_time\":1679983650000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"d51de2a7e10848e780d423a1bc316b43\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T06:08:53.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T06:09:38.344Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:38.344Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:09:38.350Z|b7937bd2-64ee-41a5-a21c-1af679554e4e|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:09:38.561Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:09:38.567Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2
2023-03-28T06:09:38.568Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|INFO|500||Invoke
2023-03-28T06:09:38.568Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:38.568Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2
2023-03-28T06:09:38.568Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Method      : GET
2023-03-28T06:09:38.568Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"540b92fa27dfe13abed91c356fc3150b", X-B3-SpanId:"36770c23eb79f078", X-B3-ParentSpanId:"ee7ef7fc0c1fbcce", X-B3-Sampled:"0", X-ONAP-RequestID:"b19b4498-07db-4d52-b79c-5ae3c4ab449c", X-RequestID:"b19b4498-07db-4d52-b79c-5ae3c4ab449c", X-TransactionID:"b19b4498-07db-4d52-b79c-5ae3c4ab449c", X-ECOMP-RequestID:"b19b4498-07db-4d52-b79c-5ae3c4ab449c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6b695f10-34f3-4edd-974d-b6ba35b763e9"]
2023-03-28T06:09:38.568Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Request body: 
2023-03-28T06:09:38.568Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||==========================request end================================================
2023-03-28T06:09:38.604Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:38.604Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:38.604Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Status text  : OK
2023-03-28T06:09:38.605Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:37 GMT", x-envoy-upstream-service-time:"33", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:38.605Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Response body: {
  "requestId" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The vf module was successfully deleted in the cloud",
  "statusMessage" : "ALaCarte-VfModule-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:08:43.000+00:00",
  "endTime" : "2023-03-28T06:09:33.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfType" : "",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"vfModule\",\n            \"modelInvariantId\": \"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\n            \"modelVersionId\": \"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\n            \"modelName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n            \"modelVersion\": \"1679983708179\",\n            \"modelCustomizationId\": \"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:09:33.000+00:00",
  "vfModuleId" : "02a67129-228c-4f74-bc4d-798af21e3abb",
  "vfModuleName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "vfModuleModelName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vfModule",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2"
    }
  }
}
2023-03-28T06:09:38.605Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:38.605Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|INFO|500||InvokeReturn
2023-03-28T06:09:38.606Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false
2023-03-28T06:09:38.609Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:09:38.609Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:38.609Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false
2023-03-28T06:09:38.610Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:09:38.610Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"540b92fa27dfe13abed91c356fc3150b", X-B3-SpanId:"181a40e8a4a654c1", X-B3-ParentSpanId:"ee7ef7fc0c1fbcce", X-B3-Sampled:"0", X-ONAP-RequestID:"b19b4498-07db-4d52-b79c-5ae3c4ab449c", X-RequestID:"b19b4498-07db-4d52-b79c-5ae3c4ab449c", X-TransactionID:"b19b4498-07db-4d52-b79c-5ae3c4ab449c", X-ECOMP-RequestID:"b19b4498-07db-4d52-b79c-5ae3c4ab449c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9f90976b-5ecf-487e-8315-4062fd8b65ee"]
2023-03-28T06:09:38.611Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:09:38.611Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:09:38.633Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:38.634Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:38.634Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:09:38.635Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:37 GMT", x-envoy-upstream-service-time:"18", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:38.635Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 36,
  "soRequestId" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "groupingId" : "fb597b0d-1894-467b-b015-cb24bf0c8dd3",
  "name" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "value" : "{\"outputs\":null,\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b/fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"updated_time\":1679983732000,\"creation_time\":1679983650000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"d51de2a7e10848e780d423a1bc316b43\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T06:08:53.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T06:09:38.636Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:38.636Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:09:38.646Z|b19b4498-07db-4d52-b79c-5ae3c4ab449c|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:09:38.834Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:09:38.840Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2
2023-03-28T06:09:38.840Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|INFO|500||Invoke
2023-03-28T06:09:38.840Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:38.840Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2
2023-03-28T06:09:38.840Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Method      : GET
2023-03-28T06:09:38.840Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"7ccd59b7253be1f439609aa14a09198f", X-B3-SpanId:"a2be9995d50566c5", X-B3-ParentSpanId:"cab9ff6915a198da", X-B3-Sampled:"0", X-ONAP-RequestID:"8a3e38e7-8763-4f1f-a644-43b1ae6e05ba", X-RequestID:"8a3e38e7-8763-4f1f-a644-43b1ae6e05ba", X-TransactionID:"8a3e38e7-8763-4f1f-a644-43b1ae6e05ba", X-ECOMP-RequestID:"8a3e38e7-8763-4f1f-a644-43b1ae6e05ba", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"deccde32-f825-4c69-917b-26f6486a49cf"]
2023-03-28T06:09:38.841Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Request body: 
2023-03-28T06:09:38.841Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||==========================request end================================================
2023-03-28T06:09:38.884Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:38.885Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:38.885Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Status text  : OK
2023-03-28T06:09:38.885Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:38 GMT", x-envoy-upstream-service-time:"40", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:38.886Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||Response body: {
  "requestId" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The vf module was successfully deleted in the cloud",
  "statusMessage" : "ALaCarte-VfModule-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:08:43.000+00:00",
  "endTime" : "2023-03-28T06:09:33.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfType" : "",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"vfModule\",\n            \"modelInvariantId\": \"91ba9a10-a41d-4478-96d8-5f1e5ffeecc3\",\n            \"modelVersionId\": \"a8bb7870-f84f-48bb-a5dd-ba379e6381df\",\n            \"modelName\": \"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\n            \"modelVersion\": \"1679983708179\",\n            \"modelCustomizationId\": \"b528a88c-0c5f-4bf8-8c17-87d39878fdd2\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:09:33.000+00:00",
  "vfModuleId" : "02a67129-228c-4f74-bc4d-798af21e3abb",
  "vfModuleName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "vfModuleModelName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vfModule",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vfModules/02a67129-228c-4f74-bc4d-798af21e3abb",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2"
    }
  }
}
2023-03-28T06:09:38.886Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:38.887Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|INFO|500||InvokeReturn
2023-03-28T06:09:38.888Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false
2023-03-28T06:09:38.889Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:09:38.889Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:38.890Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false
2023-03-28T06:09:38.890Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:09:38.890Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"7ccd59b7253be1f439609aa14a09198f", X-B3-SpanId:"bfb720aa402141ce", X-B3-ParentSpanId:"cab9ff6915a198da", X-B3-Sampled:"0", X-ONAP-RequestID:"8a3e38e7-8763-4f1f-a644-43b1ae6e05ba", X-RequestID:"8a3e38e7-8763-4f1f-a644-43b1ae6e05ba", X-TransactionID:"8a3e38e7-8763-4f1f-a644-43b1ae6e05ba", X-ECOMP-RequestID:"8a3e38e7-8763-4f1f-a644-43b1ae6e05ba", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c9eceb45-1aba-4601-8928-77a6e6781f3d"]
2023-03-28T06:09:38.891Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:09:38.891Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:09:38.911Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:38.911Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:38.912Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:09:38.912Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:38 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:38.912Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 36,
  "soRequestId" : "ea390dc2-055a-4e64-964b-9a9f0ae81ce2",
  "groupingId" : "fb597b0d-1894-467b-b015-cb24bf0c8dd3",
  "name" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "value" : "{\"outputs\":null,\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b/fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"updated_time\":1679983732000,\"creation_time\":1679983650000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"d51de2a7e10848e780d423a1bc316b43\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"fb597b0d-1894-467b-b015-cb24bf0c8dd3\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b\",\"vnf_name\":\"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0\",\"vnf_id\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\",\"vf_module_id\":\"02a67129-228c-4f74-bc4d-798af21e3abb\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"Ubuntu20\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T06:08:53.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T06:09:38.912Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:38.912Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=ea390dc2-055a-4e64-964b-9a9f0ae81ce2&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:09:38.920Z|8a3e38e7-8763-4f1f-a644-43b1ae6e05ba|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/ea390dc2-055a-4e64-964b-9a9f0ae81ce2|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:09:39.247Z|56add55e-6fe3-4ed6-a6f6-812cd77c619a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:09:39.248Z|56add55e-6fe3-4ed6-a6f6-812cd77c619a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:09:40.467Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:09:40.469Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|||INFO|500||Checking if requestId: 614b98f0-1485-4bde-919d-b1f7a9d33428 already exists in requestDb InfraActiveRequests table
2023-03-28T06:09:40.469Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428
2023-03-28T06:09:40.470Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|INFO|500||Invoke
2023-03-28T06:09:40.470Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:40.471Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428
2023-03-28T06:09:40.471Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Method      : GET
2023-03-28T06:09:40.471Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"b5633db15b15d9dd63e9fc42c2bd7dee", X-B3-SpanId:"77e28798e873c259", X-B3-ParentSpanId:"0ab487e0034302f7", X-B3-Sampled:"0", X-ONAP-RequestID:"614b98f0-1485-4bde-919d-b1f7a9d33428", X-RequestID:"614b98f0-1485-4bde-919d-b1f7a9d33428", X-TransactionID:"614b98f0-1485-4bde-919d-b1f7a9d33428", X-ECOMP-RequestID:"614b98f0-1485-4bde-919d-b1f7a9d33428", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"df7f9d42-1506-4a5e-8edc-e9ea21279c1e"]
2023-03-28T06:09:40.471Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Request body: 
2023-03-28T06:09:40.471Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||==========================request end================================================
2023-03-28T06:09:40.508Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:40.509Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T06:09:40.509Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Status text  : Not Found
2023-03-28T06:09:40.509Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 06:09:40 GMT", x-envoy-upstream-service-time:"34", server:"envoy"]
2023-03-28T06:09:40.509Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Response body: 
2023-03-28T06:09:40.509Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:40.510Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|INFO|404|Not Found|InvokeReturn
2023-03-28T06:09:40.533Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|||INFO|500||Running local validations
2023-03-28T06:09:40.543Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T06:09:40.563Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/network/generic-vnfs/generic-vnf/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/related-to/volume-groups|INFO|500||Invoke
2023-03-28T06:09:40.564Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/network/generic-vnfs/generic-vnf/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/related-to/volume-groups|DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/network/generic-vnfs/generic-vnf/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/related-to/volume-groups with request headers:{Authorization=[***REDACTED***], X-RequestID=[614b98f0-1485-4bde-919d-b1f7a9d33428], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[a8278f9a-03e4-49e9-90f2-aacb9eb6e913], X-ECOMP-RequestID=[614b98f0-1485-4bde-919d-b1f7a9d33428], X-TransactionId=[], X-ONAP-RequestID=[614b98f0-1485-4bde-919d-b1f7a9d33428]}
2023-03-28T06:09:40.615Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/network/generic-vnfs/generic-vnf/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/related-to/volume-groups|DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/network/generic-vnfs/generic-vnf/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/related-to/volume-groups has http status code:404 and response headers:{date=[Tue, 28 Mar 2023 06:09:39 GMT], server=[envoy], content-length=[408], x-envoy-upstream-service-time=[41], x-aai-txid=[1-aai-resources-230328-06:09:39:592-66766], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T06:09:40.617Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/network/generic-vnfs/generic-vnf/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/related-to/volume-groups|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","network/generic-vnfs/generic-vnf/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/related-to/volume-groups","Node Not Found:No Node of type volume-group found at: network/generic-vnfs/generic-vnf/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/related-to/volume-groups","ERR.5.4.6114"]}}}

2023-03-28T06:09:40.617Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/network/generic-vnfs/generic-vnf/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/related-to/volume-groups|INFO|404|Not Found|InvokeReturn
2023-03-28T06:09:40.621Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: http://aai.onap:80/aai/v24/network/generic-vnfs/generic-vnf/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/related-to/volume-groups
2023-03-28T06:09:40.621Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|||DEBUG|500||No VolumeGroups attached to Vnf in AAI : 2a818ddc-a0e0-4ab6-860e-8968ef03ef05
2023-03-28T06:09:40.658Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T06:09:40.842Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/network/generic-vnfs/generic-vnf/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vf-modules with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]}
2023-03-28T06:09:40.848Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/network/generic-vnfs/generic-vnf/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vf-modules|INFO|500||Invoke
2023-03-28T06:09:40.853Z|ce4a17ee-1baf-4af1-83b0-0ac8809c1cc6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:09:40.855Z|ce4a17ee-1baf-4af1-83b0-0ac8809c1cc6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:09:40.894Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/network/generic-vnfs/generic-vnf/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vf-modules|INFO|404|Not Found|InvokeReturn
2023-03-28T06:09:40.895Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/network/generic-vnfs/generic-vnf/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vf-modules has http status code:404 and response headers:{date=[Tue, 28 Mar 2023 06:09:39 GMT], server=[envoy], content-length=[377], x-envoy-upstream-service-time=[38], x-aai-txid=[0-aai-resources-230328-06:09:39:873-48718], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T06:09:40.895Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","network/generic-vnfs/generic-vnf/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vf-modules","Node Not Found:No Node of type vf-module found at: network/generic-vnfs/generic-vnf/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vf-modules","ERR.5.4.6114"]}}}

2023-03-28T06:09:40.897Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: http://aai.onap:80/aai/v24/network/generic-vnfs/generic-vnf/2a818ddc-a0e0-4ab6-860e-8968ef03ef05/vf-modules
2023-03-28T06:09:40.897Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|||DEBUG|500||No VfModules attached to Vnf in AAI : 2a818ddc-a0e0-4ab6-860e-8968ef03ef05
2023-03-28T06:09:40.900Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T06:09:40.915Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|INFO|500||Invoke
2023-03-28T06:09:40.916Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883 with request headers:{Authorization=[***REDACTED***], X-RequestID=[614b98f0-1485-4bde-919d-b1f7a9d33428], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[c6e741c4-7bdb-4dc5-8a3b-bd03dadeb065], X-ECOMP-RequestID=[614b98f0-1485-4bde-919d-b1f7a9d33428], X-TransactionId=[], X-ONAP-RequestID=[614b98f0-1485-4bde-919d-b1f7a9d33428]}
2023-03-28T06:09:40.971Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883 has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 06:09:39 GMT], server=[envoy], content-length=[1057], x-envoy-upstream-service-time=[52], vertex-id=[168136], x-aai-txid=[2-aai-resources-230328-06:09:39:936-61094], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T06:09:40.972Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|DEBUG|500||{"tenant-id":"dbdab9c92e304927ab8038a443bd1883","tenant-name":"onap-daily-master-sm","tenant-context":"None","resource-version":"1679983623296","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v24/network/generic-vnfs/generic-vnf/2a818ddc-a0e0-4ab6-860e-8968ef03ef05","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"2a818ddc-a0e0-4ab6-860e-8968ef03ef05"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0"}]},{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicvm-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_vm"}]}]}}

2023-03-28T06:09:40.973Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|INFO|500||InvokeReturn
2023-03-28T06:09:40.974Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|||DEBUG|500||Validating the Service Instance request
2023-03-28T06:09:40.974Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7
2023-03-28T06:09:40.975Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T06:09:40.975Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke
2023-03-28T06:09:40.975Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:40.975Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T06:09:40.975Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method      : POST
2023-03-28T06:09:40.976Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"174", X-B3-TraceId:"b5633db15b15d9dd63e9fc42c2bd7dee", X-B3-SpanId:"6c38739d9a328e09", X-B3-ParentSpanId:"0ab487e0034302f7", X-B3-Sampled:"0", X-ONAP-RequestID:"614b98f0-1485-4bde-919d-b1f7a9d33428", X-RequestID:"614b98f0-1485-4bde-919d-b1f7a9d33428", X-TransactionID:"614b98f0-1485-4bde-919d-b1f7a9d33428", X-ECOMP-RequestID:"614b98f0-1485-4bde-919d-b1f7a9d33428", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"26462692-53c4-4455-915f-0163e9df2ccc"]
2023-03-28T06:09:40.976Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":{"vnfInstanceId":"2a818ddc-a0e0-4ab6-860e-8968ef03ef05","serviceInstanceId":"1a23bea9-596a-44fe-a0bd-45ec40a92293"},"instanceName":null,"requestScope":"vnf"}
2023-03-28T06:09:40.976Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================
2023-03-28T06:09:41.015Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:41.015Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:41.015Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text  : OK
2023-03-28T06:09:41.015Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers      : [x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 06:09:40 GMT", x-envoy-upstream-service-time:"35", server:"envoy"]
2023-03-28T06:09:41.016Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 
2023-03-28T06:09:41.016Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:41.016Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn
2023-03-28T06:09:41.017Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance
2023-03-28T06:09:41.017Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|INFO|500||Invoke
2023-03-28T06:09:41.017Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:41.017Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance
2023-03-28T06:09:41.018Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Method      : GET
2023-03-28T06:09:41.018Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"614b98f0-1485-4bde-919d-b1f7a9d33428", X-RequestID:"614b98f0-1485-4bde-919d-b1f7a9d33428", X-TransactionID:"614b98f0-1485-4bde-919d-b1f7a9d33428", X-ECOMP-RequestID:"614b98f0-1485-4bde-919d-b1f7a9d33428", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"44a79fff-44ea-48f3-9049-366d64563156"]
2023-03-28T06:09:41.018Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Request body: 
2023-03-28T06:09:41.018Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||==========================request end================================================
2023-03-28T06:09:41.043Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:41.044Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:41.044Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Status text  : OK
2023-03-28T06:09:41.044Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 06:09:40 GMT", x-envoy-upstream-service-time:"20", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:41.045Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||Response body: {
  "id" : 10038,
  "nfRole" : "GR-API-DEFAULT",
  "paramXsd" : null,
  "vfModuleId" : null,
  "action" : "deleteInstance",
  "description" : "Gr api recipe to delete vnf",
  "orchestrationUri" : "/mso/async/services/WorkflowActionBB",
  "recipeTimeout" : 180,
  "versionStr" : "1",
  "serviceType" : null,
  "created" : "2023-03-28T00:09:21.000+00:00",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vnfRecipe/10038"
    },
    "vnfRecipe" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/vnfRecipe/10038"
    }
  }
}
2023-03-28T06:09:41.045Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:41.045Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/vnfRecipe/search/findFirstVnfRecipeByNfRoleAndAction?nfRole=GR-API-DEFAULT&action=deleteInstance|INFO|500||InvokeReturn
2023-03-28T06:09:41.048Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T06:09:41.049Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke
2023-03-28T06:09:41.049Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:41.049Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T06:09:41.049Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method      : POST
2023-03-28T06:09:41.049Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers     : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"1592", X-B3-TraceId:"b5633db15b15d9dd63e9fc42c2bd7dee", X-B3-SpanId:"e68110d3b5a4e0d8", X-B3-ParentSpanId:"0ab487e0034302f7", X-B3-Sampled:"0", X-ONAP-RequestID:"614b98f0-1485-4bde-919d-b1f7a9d33428", X-RequestID:"614b98f0-1485-4bde-919d-b1f7a9d33428", X-TransactionID:"614b98f0-1485-4bde-919d-b1f7a9d33428", X-ECOMP-RequestID:"614b98f0-1485-4bde-919d-b1f7a9d33428", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"11920011-c70a-4c7b-ba9b-10d41bf824c0"]
2023-03-28T06:09:41.050Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"614b98f0-1485-4bde-919d-b1f7a9d33428","requestStatus":"IN_PROGRESS","startTime":1679983780897,"source":"VID","vnfId":"2a818ddc-a0e0-4ab6-860e-8968ef03ef05","tenantId":"dbdab9c92e304927ab8038a443bd1883","requestBody":"{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"vnf\",\n            \"modelName\": \"basic_vm\",\n            \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n            \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n            \"modelCustomizationName\": \"basic_vm 0\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}","lastModifiedBy":"APIH","cloudRegion":"RegionOne","serviceInstanceId":"1a23bea9-596a-44fe-a0bd-45ec40a92293","requestScope":"vnf","requestAction":"deleteInstance","requestorId":"demo","requestUrl":"https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05","tenantName":"onap-daily-master-sm","cloudApiRequests":[],"requestURI":"614b98f0-1485-4bde-919d-b1f7a9d33428"}
2023-03-28T06:09:41.050Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================
2023-03-28T06:09:41.088Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:41.089Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code  : 201 CREATED
2023-03-28T06:09:41.089Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text  : Created
2023-03-28T06:09:41.090Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:40 GMT", x-envoy-upstream-service-time:"35", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:41.090Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: {
  "requestId" : "614b98f0-1485-4bde-919d-b1f7a9d33428",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T06:09:40.897+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"vnf\",\n            \"modelName\": \"basic_vm\",\n            \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n            \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n            \"modelCustomizationName\": \"basic_vm 0\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "APIH",
  "modifyTime" : "2023-03-28T06:09:40.875+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vnf",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "614b98f0-1485-4bde-919d-b1f7a9d33428",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428"
    }
  }
}
2023-03-28T06:09:41.091Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:41.091Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn
2023-03-28T06:09:41.099Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T06:09:41.100Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke
2023-03-28T06:09:41.100Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:41.101Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T06:09:41.101Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method      : POST
2023-03-28T06:09:41.101Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers     : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"2367", X-B3-TraceId:"b5633db15b15d9dd63e9fc42c2bd7dee", X-B3-SpanId:"9d1b408ad58f4974", X-B3-ParentSpanId:"0ab487e0034302f7", X-B3-Sampled:"0", X-ONAP-RequestID:"614b98f0-1485-4bde-919d-b1f7a9d33428", X-RequestID:"614b98f0-1485-4bde-919d-b1f7a9d33428", X-TransactionID:"614b98f0-1485-4bde-919d-b1f7a9d33428", X-ECOMP-RequestID:"614b98f0-1485-4bde-919d-b1f7a9d33428", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ac5347aa-b9b1-4794-a6bc-e3c86f3ba6e5"]
2023-03-28T06:09:41.101Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelCustomizationName\":\"basic_vm 0\",\"modelInvariantId\":\"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\"modelType\":\"vnf\",\"modelName\":\"basic_vm\",\"modelVersion\":\"1.0\",\"modelCustomizationUuid\":\"42b32958-f457-419a-b9ad-9d83f09d3632\",\"modelVersionId\":\"625c049c-8631-4145-bce7-919347276518\",\"modelCustomizationId\":\"42b32958-f457-419a-b9ad-9d83f09d3632\",\"modelUuid\":\"625c049c-8631-4145-bce7-919347276518\",\"modelInvariantUuid\":\"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\"modelInstanceName\":\"basic_vm 0\"},\"requestInfo\":{\"source\":\"VID\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"cloudConfiguration\":{\"tenantId\":\"dbdab9c92e304927ab8038a443bd1883\",\"cloudOwner\":\"basicvm-cloud-owner\",\"lcpCloudRegionId\":\"RegionOne\"},\"requestParameters\":{\"aLaCarte\":true,\"testApi\":\"GR_API\"}},\"serviceInstanceId\":\"1a23bea9-596a-44fe-a0bd-45ec40a92293\",\"vnfInstanceId\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\"}","type":"String"},"requestId":{"value":"614b98f0-1485-4bde-919d-b1f7a9d33428","type":"String"},"mso-request-id":{"value":"614b98f0-1485-4bde-919d-b1f7a9d33428","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"deleteInstance","type":"String"},"serviceInstanceId":{"value":"1a23bea9-596a-44fe-a0bd-45ec40a92293","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"2a818ddc-a0e0-4ab6-860e-8968ef03ef05","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}}
2023-03-28T06:09:41.102Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================
2023-03-28T06:09:42.124Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:42.125Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code  : 202 ACCEPTED
2023-03-28T06:09:42.125Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text  : Accepted
2023-03-28T06:09:42.126Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers      : [date:"Tue, 28 Mar 2023 06:09:41 GMT", x-onap-requestid:"614b98f0-1485-4bde-919d-b1f7a9d33428", x-requestid:"614b98f0-1485-4bde-919d-b1f7a9d33428", x-transactionid:"614b98f0-1485-4bde-919d-b1f7a9d33428", x-ecomp-requestid:"614b98f0-1485-4bde-919d-b1f7a9d33428", x-onap-partnername:"UNKNOWN", x-invocationid:"ac5347aa-b9b1-4794-a6bc-e3c86f3ba6e5", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", x-envoy-upstream-service-time:"1017", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:42.126Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"614b98f0-1485-4bde-919d-b1f7a9d33428\",\"instanceId\":\"2a818ddc-a0e0-4ab6-860e-8968ef03ef05\"}}","message":"Success","processInstanceID":"206a55b9-cd2f-11ed-8192-02f87d878986","variables":null,"messageCode":200}
2023-03-28T06:09:42.127Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:42.127Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn
2023-03-28T06:09:42.133Z|614b98f0-1485-4bde-919d-b1f7a9d33428|http-nio-8080-exec-10|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:09:42.311Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:09:42.315Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428
2023-03-28T06:09:42.315Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|INFO|500||Invoke
2023-03-28T06:09:42.316Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:42.316Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428
2023-03-28T06:09:42.316Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Method      : GET
2023-03-28T06:09:42.316Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"4358bb382e1d9a106e82d33101746f80", X-B3-SpanId:"aa873ee709a36d5d", X-B3-ParentSpanId:"76eb738801dd2bb8", X-B3-Sampled:"0", X-ONAP-RequestID:"baea1821-175f-4027-b45b-01d4b85142d1", X-RequestID:"baea1821-175f-4027-b45b-01d4b85142d1", X-TransactionID:"baea1821-175f-4027-b45b-01d4b85142d1", X-ECOMP-RequestID:"baea1821-175f-4027-b45b-01d4b85142d1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"83888924-5b9c-4ccf-aa1c-f873faace157"]
2023-03-28T06:09:42.316Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Request body: 
2023-03-28T06:09:42.316Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||==========================request end================================================
2023-03-28T06:09:42.357Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:42.358Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:42.358Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Status text  : OK
2023-03-28T06:09:42.358Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:41 GMT", x-envoy-upstream-service-time:"38", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:42.360Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Response body: {
  "requestId" : "614b98f0-1485-4bde-919d-b1f7a9d33428",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T06:09:40.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"vnf\",\n            \"modelName\": \"basic_vm\",\n            \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n            \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n            \"modelCustomizationName\": \"basic_vm 0\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:09:41.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vnf",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "614b98f0-1485-4bde-919d-b1f7a9d33428",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428"
    }
  }
}
2023-03-28T06:09:42.360Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:42.360Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|INFO|500||InvokeReturn
2023-03-28T06:09:42.361Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false
2023-03-28T06:09:42.362Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:09:42.362Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:42.362Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false
2023-03-28T06:09:42.362Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:09:42.362Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"4358bb382e1d9a106e82d33101746f80", X-B3-SpanId:"be9e975295ffe9c5", X-B3-ParentSpanId:"76eb738801dd2bb8", X-B3-Sampled:"0", X-ONAP-RequestID:"baea1821-175f-4027-b45b-01d4b85142d1", X-RequestID:"baea1821-175f-4027-b45b-01d4b85142d1", X-TransactionID:"baea1821-175f-4027-b45b-01d4b85142d1", X-ECOMP-RequestID:"baea1821-175f-4027-b45b-01d4b85142d1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6ea46c1d-6514-4bf8-8000-3dba6cd68844"]
2023-03-28T06:09:42.363Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:09:42.363Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:09:42.381Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:42.381Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:42.381Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:09:42.382Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:41 GMT", x-envoy-upstream-service-time:"16", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:42.383Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T06:09:42.383Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:42.383Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:09:42.389Z|baea1821-175f-4027-b45b-01d4b85142d1|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:09:47.726Z|97af62a4-6387-4324-89cb-1a6e3518ac1f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:09:47.727Z|97af62a4-6387-4324-89cb-1a6e3518ac1f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:09:49.280Z|3d9fcbad-d671-4f0d-b574-689eb00c9987|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:09:49.281Z|3d9fcbad-d671-4f0d-b574-689eb00c9987|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:09:50.089Z|bc133cde-7a7a-4a27-be85-6e6147f08e64|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:09:50.089Z|bc133cde-7a7a-4a27-be85-6e6147f08e64|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:09:50.890Z|47b66116-19ed-44b0-b157-1a3731930724|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:09:50.891Z|47b66116-19ed-44b0-b157-1a3731930724|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:09:51.179Z|392e5d7e-59a1-4f88-8757-a01616a28305|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:09:51.180Z|392e5d7e-59a1-4f88-8757-a01616a28305|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:09:52.581Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:09:52.590Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428
2023-03-28T06:09:52.590Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|INFO|500||Invoke
2023-03-28T06:09:52.590Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:52.591Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428
2023-03-28T06:09:52.591Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Method      : GET
2023-03-28T06:09:52.591Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"fa1f881ba705b6744e2ec1f4e13ab977", X-B3-SpanId:"0b9baf8cfd136ce4", X-B3-ParentSpanId:"3c3248019a5aabc1", X-B3-Sampled:"0", X-ONAP-RequestID:"ae3ef072-bf28-4c29-836b-45c7ce2e967b", X-RequestID:"ae3ef072-bf28-4c29-836b-45c7ce2e967b", X-TransactionID:"ae3ef072-bf28-4c29-836b-45c7ce2e967b", X-ECOMP-RequestID:"ae3ef072-bf28-4c29-836b-45c7ce2e967b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"312208c8-4476-4c17-9228-c57a6f4283f6"]
2023-03-28T06:09:52.591Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Request body: 
2023-03-28T06:09:52.591Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||==========================request end================================================
2023-03-28T06:09:52.636Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:52.636Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:52.637Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Status text  : OK
2023-03-28T06:09:52.637Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:52 GMT", x-envoy-upstream-service-time:"40", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:52.638Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Response body: {
  "requestId" : "614b98f0-1485-4bde-919d-b1f7a9d33428",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Vnf-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:09:40.000+00:00",
  "endTime" : "2023-03-28T06:09:47.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"vnf\",\n            \"modelName\": \"basic_vm\",\n            \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n            \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n            \"modelCustomizationName\": \"basic_vm 0\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:09:47.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vnf",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "614b98f0-1485-4bde-919d-b1f7a9d33428",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428"
    }
  }
}
2023-03-28T06:09:52.638Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:52.638Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|INFO|500||InvokeReturn
2023-03-28T06:09:52.639Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false
2023-03-28T06:09:52.640Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:09:52.640Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:52.640Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false
2023-03-28T06:09:52.640Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:09:52.641Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"fa1f881ba705b6744e2ec1f4e13ab977", X-B3-SpanId:"adec1812964c68b4", X-B3-ParentSpanId:"3c3248019a5aabc1", X-B3-Sampled:"0", X-ONAP-RequestID:"ae3ef072-bf28-4c29-836b-45c7ce2e967b", X-RequestID:"ae3ef072-bf28-4c29-836b-45c7ce2e967b", X-TransactionID:"ae3ef072-bf28-4c29-836b-45c7ce2e967b", X-ECOMP-RequestID:"ae3ef072-bf28-4c29-836b-45c7ce2e967b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5681f830-b272-4930-a51a-9ba59178064d"]
2023-03-28T06:09:52.641Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:09:52.641Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:09:52.661Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:52.661Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:52.662Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:09:52.662Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:52 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:52.664Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T06:09:52.664Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:52.664Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:09:52.671Z|ae3ef072-bf28-4c29-836b-45c7ce2e967b|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:09:52.856Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:09:52.862Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428
2023-03-28T06:09:52.863Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|INFO|500||Invoke
2023-03-28T06:09:52.863Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:52.863Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428
2023-03-28T06:09:52.863Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Method      : GET
2023-03-28T06:09:52.863Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"15e1e0d8b4af11b8fa7880b559fac9da", X-B3-SpanId:"c46b3a83d6d87dd2", X-B3-ParentSpanId:"e0c5e16ba177e239", X-B3-Sampled:"0", X-ONAP-RequestID:"eedd4919-1065-49b4-b6ff-079c4fef6ac2", X-RequestID:"eedd4919-1065-49b4-b6ff-079c4fef6ac2", X-TransactionID:"eedd4919-1065-49b4-b6ff-079c4fef6ac2", X-ECOMP-RequestID:"eedd4919-1065-49b4-b6ff-079c4fef6ac2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"278ec991-7a19-4fc3-a94f-5c7745e631c6"]
2023-03-28T06:09:52.863Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Request body: 
2023-03-28T06:09:52.863Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||==========================request end================================================
2023-03-28T06:09:52.897Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:52.898Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:52.898Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Status text  : OK
2023-03-28T06:09:52.899Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:52 GMT", x-envoy-upstream-service-time:"31", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:52.899Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Response body: {
  "requestId" : "614b98f0-1485-4bde-919d-b1f7a9d33428",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Vnf-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:09:40.000+00:00",
  "endTime" : "2023-03-28T06:09:47.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"vnf\",\n            \"modelName\": \"basic_vm\",\n            \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n            \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n            \"modelCustomizationName\": \"basic_vm 0\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:09:47.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vnf",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "614b98f0-1485-4bde-919d-b1f7a9d33428",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428"
    }
  }
}
2023-03-28T06:09:52.900Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:52.901Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|INFO|500||InvokeReturn
2023-03-28T06:09:52.902Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false
2023-03-28T06:09:52.903Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:09:52.903Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:52.904Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false
2023-03-28T06:09:52.904Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:09:52.904Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"15e1e0d8b4af11b8fa7880b559fac9da", X-B3-SpanId:"e739e1f0cd77479a", X-B3-ParentSpanId:"e0c5e16ba177e239", X-B3-Sampled:"0", X-ONAP-RequestID:"eedd4919-1065-49b4-b6ff-079c4fef6ac2", X-RequestID:"eedd4919-1065-49b4-b6ff-079c4fef6ac2", X-TransactionID:"eedd4919-1065-49b4-b6ff-079c4fef6ac2", X-ECOMP-RequestID:"eedd4919-1065-49b4-b6ff-079c4fef6ac2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"200fdd58-1e9a-4cf5-9350-5fbddfa11fee"]
2023-03-28T06:09:52.904Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:09:52.905Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:09:52.924Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:52.925Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:52.925Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:09:52.926Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:52 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:52.926Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T06:09:52.927Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:52.927Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:09:52.935Z|eedd4919-1065-49b4-b6ff-079c4fef6ac2|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:09:53.116Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:09:53.120Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428
2023-03-28T06:09:53.121Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|INFO|500||Invoke
2023-03-28T06:09:53.121Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:53.121Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428
2023-03-28T06:09:53.122Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Method      : GET
2023-03-28T06:09:53.122Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f66400c9427b519e1467be18cc1d09e6", X-B3-SpanId:"90e265d02630b760", X-B3-ParentSpanId:"01f697933274090c", X-B3-Sampled:"0", X-ONAP-RequestID:"dc6a1f7f-d270-497b-9c09-d48d4337f48a", X-RequestID:"dc6a1f7f-d270-497b-9c09-d48d4337f48a", X-TransactionID:"dc6a1f7f-d270-497b-9c09-d48d4337f48a", X-ECOMP-RequestID:"dc6a1f7f-d270-497b-9c09-d48d4337f48a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b7b96131-b476-4aa9-81f2-de1a2a323ab4"]
2023-03-28T06:09:53.122Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Request body: 
2023-03-28T06:09:53.122Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||==========================request end================================================
2023-03-28T06:09:53.154Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:53.154Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:53.155Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Status text  : OK
2023-03-28T06:09:53.155Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:52 GMT", x-envoy-upstream-service-time:"29", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:53.155Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Response body: {
  "requestId" : "614b98f0-1485-4bde-919d-b1f7a9d33428",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Vnf-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:09:40.000+00:00",
  "endTime" : "2023-03-28T06:09:47.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"vnf\",\n            \"modelName\": \"basic_vm\",\n            \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n            \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n            \"modelCustomizationName\": \"basic_vm 0\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:09:47.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vnf",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "614b98f0-1485-4bde-919d-b1f7a9d33428",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428"
    }
  }
}
2023-03-28T06:09:53.155Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:53.155Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|INFO|500||InvokeReturn
2023-03-28T06:09:53.156Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false
2023-03-28T06:09:53.157Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:09:53.157Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:53.157Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false
2023-03-28T06:09:53.157Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:09:53.157Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f66400c9427b519e1467be18cc1d09e6", X-B3-SpanId:"1a833c55ab00504b", X-B3-ParentSpanId:"01f697933274090c", X-B3-Sampled:"0", X-ONAP-RequestID:"dc6a1f7f-d270-497b-9c09-d48d4337f48a", X-RequestID:"dc6a1f7f-d270-497b-9c09-d48d4337f48a", X-TransactionID:"dc6a1f7f-d270-497b-9c09-d48d4337f48a", X-ECOMP-RequestID:"dc6a1f7f-d270-497b-9c09-d48d4337f48a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ef5ec377-2687-42fb-993a-2286e9bd940b"]
2023-03-28T06:09:53.157Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:09:53.157Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:09:53.173Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:53.173Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:53.173Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:09:53.174Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:52 GMT", x-envoy-upstream-service-time:"13", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:53.174Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T06:09:53.174Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:53.175Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:09:53.182Z|dc6a1f7f-d270-497b-9c09-d48d4337f48a|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:09:53.386Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:09:53.391Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428
2023-03-28T06:09:53.391Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|INFO|500||Invoke
2023-03-28T06:09:53.392Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:53.392Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428
2023-03-28T06:09:53.392Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Method      : GET
2023-03-28T06:09:53.392Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"45772176861254a8c9842f9615702066", X-B3-SpanId:"ef413f270fc081cb", X-B3-ParentSpanId:"7550b8d2e1cb949b", X-B3-Sampled:"0", X-ONAP-RequestID:"e2385215-2849-4faf-b528-a610f81c3598", X-RequestID:"e2385215-2849-4faf-b528-a610f81c3598", X-TransactionID:"e2385215-2849-4faf-b528-a610f81c3598", X-ECOMP-RequestID:"e2385215-2849-4faf-b528-a610f81c3598", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"97e8aa54-dcd9-4d9f-b82f-1daf8ee46fe2"]
2023-03-28T06:09:53.392Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Request body: 
2023-03-28T06:09:53.392Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||==========================request end================================================
2023-03-28T06:09:53.425Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:53.425Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:53.426Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Status text  : OK
2023-03-28T06:09:53.426Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:52 GMT", x-envoy-upstream-service-time:"29", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:53.426Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Response body: {
  "requestId" : "614b98f0-1485-4bde-919d-b1f7a9d33428",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Vnf-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:09:40.000+00:00",
  "endTime" : "2023-03-28T06:09:47.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"vnf\",\n            \"modelName\": \"basic_vm\",\n            \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n            \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n            \"modelCustomizationName\": \"basic_vm 0\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:09:47.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vnf",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "614b98f0-1485-4bde-919d-b1f7a9d33428",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428"
    }
  }
}
2023-03-28T06:09:53.426Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:53.427Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|INFO|500||InvokeReturn
2023-03-28T06:09:53.428Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false
2023-03-28T06:09:53.429Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:09:53.429Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:53.429Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false
2023-03-28T06:09:53.429Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:09:53.429Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"45772176861254a8c9842f9615702066", X-B3-SpanId:"0d099cf58cee35e4", X-B3-ParentSpanId:"7550b8d2e1cb949b", X-B3-Sampled:"0", X-ONAP-RequestID:"e2385215-2849-4faf-b528-a610f81c3598", X-RequestID:"e2385215-2849-4faf-b528-a610f81c3598", X-TransactionID:"e2385215-2849-4faf-b528-a610f81c3598", X-ECOMP-RequestID:"e2385215-2849-4faf-b528-a610f81c3598", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"bfea94be-1d7e-4e04-9c62-9d085323cd6e"]
2023-03-28T06:09:53.429Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:09:53.429Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:09:53.446Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:53.446Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:53.447Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:09:53.447Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:52 GMT", x-envoy-upstream-service-time:"14", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:53.447Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T06:09:53.447Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:53.447Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:09:53.454Z|e2385215-2849-4faf-b528-a610f81c3598|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:09:53.644Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:09:53.649Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428
2023-03-28T06:09:53.649Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|INFO|500||Invoke
2023-03-28T06:09:53.649Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:53.649Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428
2023-03-28T06:09:53.650Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Method      : GET
2023-03-28T06:09:53.650Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"88fe5b3599abb8822f82cf4b81321bbc", X-B3-SpanId:"a35ba41feb223480", X-B3-ParentSpanId:"17309483da639642", X-B3-Sampled:"0", X-ONAP-RequestID:"6e79519f-1528-4dce-a1c4-293d3be56d56", X-RequestID:"6e79519f-1528-4dce-a1c4-293d3be56d56", X-TransactionID:"6e79519f-1528-4dce-a1c4-293d3be56d56", X-ECOMP-RequestID:"6e79519f-1528-4dce-a1c4-293d3be56d56", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b52f5014-3d25-40bd-9eda-bc6e6a98c126"]
2023-03-28T06:09:53.650Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Request body: 
2023-03-28T06:09:53.650Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||==========================request end================================================
2023-03-28T06:09:53.684Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:53.684Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:53.684Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Status text  : OK
2023-03-28T06:09:53.685Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:53 GMT", x-envoy-upstream-service-time:"31", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:53.686Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||Response body: {
  "requestId" : "614b98f0-1485-4bde-919d-b1f7a9d33428",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Vnf-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:09:40.000+00:00",
  "endTime" : "2023-03-28T06:09:47.000+00:00",
  "source" : "VID",
  "vnfId" : "2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "vnfName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b_vnf_0",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n\t\t\t\"modelType\": \"vnf\",\n            \"modelName\": \"basic_vm\",\n            \"modelInvariantId\": \"f898deb2-e327-4ee2-9a03-34e07a677d6e\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"625c049c-8631-4145-bce7-919347276518\",\n            \"modelCustomizationId\": \"42b32958-f457-419a-b9ad-9d83f09d3632\",\n            \"modelCustomizationName\": \"basic_vm 0\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:09:47.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "vnf",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293/vnfs/2a818ddc-a0e0-4ab6-860e-8968ef03ef05",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "614b98f0-1485-4bde-919d-b1f7a9d33428",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428"
    }
  }
}
2023-03-28T06:09:53.686Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:53.686Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/614b98f0-1485-4bde-919d-b1f7a9d33428|INFO|500||InvokeReturn
2023-03-28T06:09:53.687Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false
2023-03-28T06:09:53.687Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:09:53.688Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:53.688Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false
2023-03-28T06:09:53.688Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:09:53.688Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"88fe5b3599abb8822f82cf4b81321bbc", X-B3-SpanId:"8cb51f44b60d988a", X-B3-ParentSpanId:"17309483da639642", X-B3-Sampled:"0", X-ONAP-RequestID:"6e79519f-1528-4dce-a1c4-293d3be56d56", X-RequestID:"6e79519f-1528-4dce-a1c4-293d3be56d56", X-TransactionID:"6e79519f-1528-4dce-a1c4-293d3be56d56", X-ECOMP-RequestID:"6e79519f-1528-4dce-a1c4-293d3be56d56", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3270cfd4-5890-4057-a15e-c1dd983998d1"]
2023-03-28T06:09:53.688Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:09:53.688Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:09:53.705Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:53.706Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:53.706Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:09:53.706Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:53 GMT", x-envoy-upstream-service-time:"15", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:53.707Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T06:09:53.707Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:53.707Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=614b98f0-1485-4bde-919d-b1f7a9d33428&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:09:53.715Z|6e79519f-1528-4dce-a1c4-293d3be56d56|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/614b98f0-1485-4bde-919d-b1f7a9d33428|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:09:56.118Z|69b87255-717f-4177-8951-9a7dcd97474e|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:09:56.119Z|69b87255-717f-4177-8951-9a7dcd97474e|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:09:56.410Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:09:56.412Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|||INFO|500||Checking if requestId: 929c53d2-f65f-4ac4-9555-418d9c638dbe already exists in requestDb InfraActiveRequests table
2023-03-28T06:09:56.412Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe
2023-03-28T06:09:56.413Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|INFO|500||Invoke
2023-03-28T06:09:56.413Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:56.413Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe
2023-03-28T06:09:56.413Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Method      : GET
2023-03-28T06:09:56.413Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"2b379ba0808c25800dfb8e921eb7ff07", X-B3-SpanId:"cb73fccb618feab1", X-B3-ParentSpanId:"112697e1688d5b5c", X-B3-Sampled:"0", X-ONAP-RequestID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-RequestID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-TransactionID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-ECOMP-RequestID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"81b578ac-7c45-45c4-aad0-091d187498fc"]
2023-03-28T06:09:56.413Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Request body: 
2023-03-28T06:09:56.413Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||==========================request end================================================
2023-03-28T06:09:56.448Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:56.449Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T06:09:56.449Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Status text  : Not Found
2023-03-28T06:09:56.449Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 06:09:55 GMT", x-envoy-upstream-service-time:"30", server:"envoy"]
2023-03-28T06:09:56.450Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Response body: 
2023-03-28T06:09:56.450Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:56.450Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|INFO|404|Not Found|InvokeReturn
2023-03-28T06:09:56.460Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|||INFO|500||Running local validations
2023-03-28T06:09:56.466Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T06:09:56.484Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293?format=pathed|INFO|500||Invoke
2023-03-28T06:09:56.485Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293?format=pathed|DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293?format=pathed with request headers:{Authorization=[***REDACTED***], X-RequestID=[929c53d2-f65f-4ac4-9555-418d9c638dbe], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[ebb5b6ef-1eff-4007-8297-a213cab3dcb3], X-ECOMP-RequestID=[929c53d2-f65f-4ac4-9555-418d9c638dbe], X-TransactionId=[], X-ONAP-RequestID=[929c53d2-f65f-4ac4-9555-418d9c638dbe]}
2023-03-28T06:09:56.516Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293?format=pathed|DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293?format=pathed has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 06:09:55 GMT], server=[envoy], content-length=[246], x-envoy-upstream-service-time=[27], vertex-id=[188616], x-aai-txid=[0-aai-resources-230328-06:09:55:505-83351], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T06:09:56.519Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293?format=pathed|DEBUG|500||{"results":[{"resource-type":"service-instance","resource-link":"/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293"}]}

2023-03-28T06:09:56.520Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293?format=pathed|INFO|500||InvokeReturn
2023-03-28T06:09:56.530Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T06:09:56.555Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]}
2023-03-28T06:09:56.556Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count|INFO|500||Invoke
2023-03-28T06:09:56.589Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count|INFO|404|Not Found|InvokeReturn
2023-03-28T06:09:56.589Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count has http status code:404 and response headers:{date=[Tue, 28 Mar 2023 06:09:55 GMT], server=[envoy], content-length=[603], x-envoy-upstream-service-time=[29], x-aai-txid=[2-aai-resources-230328-06:09:55:576-38852], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T06:09:56.590Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293/related-to/generic-vnfs","Node Not Found:No Node of type generic-vnf found at: business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293/related-to/generic-vnfs","ERR.5.4.6114"]}}}

2023-03-28T06:09:56.592Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: http://aai.onap:80/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293/related-to/generic-vnfs?resultIndex=0&resultSize=1&format=count
2023-03-28T06:09:56.596Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T06:09:56.611Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293?format=pathed with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]}
2023-03-28T06:09:56.612Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293?format=pathed|INFO|500||Invoke
2023-03-28T06:09:56.652Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293?format=pathed|INFO|500||InvokeReturn
2023-03-28T06:09:56.652Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293?format=pathed has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 06:09:55 GMT], server=[envoy], content-length=[246], x-envoy-upstream-service-time=[36], vertex-id=[188616], x-aai-txid=[1-aai-resources-230328-06:09:55:635-47992], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T06:09:56.653Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|||DEBUG|500||{"results":[{"resource-type":"service-instance","resource-link":"/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293"}]}

2023-03-28T06:09:56.658Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T06:09:56.676Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293/related-to/l3-networks?resultIndex=0&resultSize=1&format=count with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]}
2023-03-28T06:09:56.676Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293/related-to/l3-networks?resultIndex=0&resultSize=1&format=count|INFO|500||Invoke
2023-03-28T06:09:56.710Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293/related-to/l3-networks?resultIndex=0&resultSize=1&format=count|INFO|404|Not Found|InvokeReturn
2023-03-28T06:09:56.710Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293/related-to/l3-networks?resultIndex=0&resultSize=1&format=count has http status code:404 and response headers:{date=[Tue, 28 Mar 2023 06:09:55 GMT], server=[envoy], content-length=[600], x-envoy-upstream-service-time=[30], x-aai-txid=[2-aai-resources-230328-06:09:55:696-96678], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T06:09:56.711Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293/related-to/l3-networks","Node Not Found:No Node of type l3-network found at: business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293/related-to/l3-networks","ERR.5.4.6114"]}}}

2023-03-28T06:09:56.712Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: http://aai.onap:80/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293/related-to/l3-networks?resultIndex=0&resultSize=1&format=count
2023-03-28T06:09:56.716Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T06:09:56.731Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293?format=pathed|INFO|500||Invoke
2023-03-28T06:09:56.732Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293?format=pathed|DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293?format=pathed with request headers:{Authorization=[***REDACTED***], X-RequestID=[929c53d2-f65f-4ac4-9555-418d9c638dbe], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[c8cb95b4-127e-4bd7-a4f0-56b971aaa514], X-ECOMP-RequestID=[929c53d2-f65f-4ac4-9555-418d9c638dbe], X-TransactionId=[], X-ONAP-RequestID=[929c53d2-f65f-4ac4-9555-418d9c638dbe]}
2023-03-28T06:09:56.767Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293?format=pathed|DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293?format=pathed has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 06:09:55 GMT], server=[envoy], content-length=[246], x-envoy-upstream-service-time=[31], vertex-id=[188616], x-aai-txid=[1-aai-resources-230328-06:09:55:751-15481], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T06:09:56.768Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293?format=pathed|DEBUG|500||{"results":[{"resource-type":"service-instance","resource-link":"/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293"}]}

2023-03-28T06:09:56.768Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/nodes/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293?format=pathed|INFO|500||InvokeReturn
2023-03-28T06:09:56.773Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T06:09:56.788Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293/related-to/configurations?resultIndex=0&resultSize=1&format=count with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]}
2023-03-28T06:09:56.788Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293/related-to/configurations?resultIndex=0&resultSize=1&format=count|INFO|500||Invoke
2023-03-28T06:09:56.830Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293/related-to/configurations?resultIndex=0&resultSize=1&format=count|INFO|404|Not Found|InvokeReturn
2023-03-28T06:09:56.830Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293/related-to/configurations?resultIndex=0&resultSize=1&format=count has http status code:404 and response headers:{date=[Tue, 28 Mar 2023 06:09:55 GMT], server=[envoy], content-length=[609], x-envoy-upstream-service-time=[37], x-aai-txid=[2-aai-resources-230328-06:09:55:808-15996], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T06:09:56.831Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293/related-to/configurations","Node Not Found:No Node of type configuration found at: business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293/related-to/configurations","ERR.5.4.6114"]}}}

2023-03-28T06:09:56.833Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: http://aai.onap:80/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm/service-instances/service-instance/1a23bea9-596a-44fe-a0bd-45ec40a92293/related-to/configurations?resultIndex=0&resultSize=1&format=count
2023-03-28T06:09:56.836Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T06:09:56.850Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]}
2023-03-28T06:09:56.851Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|INFO|500||Invoke
2023-03-28T06:09:56.907Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|INFO|500||InvokeReturn
2023-03-28T06:09:56.908Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883 has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 06:09:55 GMT], server=[envoy], content-length=[607], x-envoy-upstream-service-time=[52], vertex-id=[168136], x-aai-txid=[1-aai-resources-230328-06:09:55:870-78891], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T06:09:56.908Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|||DEBUG|500||{"tenant-id":"dbdab9c92e304927ab8038a443bd1883","tenant-name":"onap-daily-master-sm","tenant-context":"None","resource-version":"1679983785530","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicvm-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_vm"}]}]}}

2023-03-28T06:09:56.909Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|||DEBUG|500||Validating the Service Instance request
2023-03-28T06:09:56.910Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7
2023-03-28T06:09:56.911Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T06:09:56.911Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke
2023-03-28T06:09:56.911Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:56.911Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T06:09:56.911Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method      : POST
2023-03-28T06:09:56.912Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"123", X-B3-TraceId:"2b379ba0808c25800dfb8e921eb7ff07", X-B3-SpanId:"7f633356e03a56e4", X-B3-ParentSpanId:"112697e1688d5b5c", X-B3-Sampled:"0", X-ONAP-RequestID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-RequestID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-TransactionID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-ECOMP-RequestID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"85d06b13-7687-4de7-81f5-d0c0d1022923"]
2023-03-28T06:09:56.912Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":{"serviceInstanceId":"1a23bea9-596a-44fe-a0bd-45ec40a92293"},"instanceName":null,"requestScope":"service"}
2023-03-28T06:09:56.912Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================
2023-03-28T06:09:56.939Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:56.939Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:56.940Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text  : OK
2023-03-28T06:09:56.940Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers      : [x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 06:09:55 GMT", x-envoy-upstream-service-time:"24", server:"envoy"]
2023-03-28T06:09:56.940Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 
2023-03-28T06:09:56.940Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:56.941Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn
2023-03-28T06:09:56.941Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T06:09:56.942Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke
2023-03-28T06:09:56.942Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:56.942Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T06:09:56.943Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method      : GET
2023-03-28T06:09:56.943Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-RequestID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-TransactionID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-ECOMP-RequestID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d5235134-74d8-42cf-9053-1a62d81737f9"]
2023-03-28T06:09:56.943Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 
2023-03-28T06:09:56.943Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================
2023-03-28T06:09:56.978Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:56.979Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:56.979Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text  : OK
2023-03-28T06:09:56.979Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 06:09:56 GMT", x-envoy-upstream-service-time:"30", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:56.984Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: {
  "modelName" : "GR-API-DEFAULT",
  "description" : "Gr api service for VID to use for infra APIH orchestration",
  "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b",
  "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672",
  "created" : "2023-03-28 00:09:21.000",
  "modelVersion" : "1.0",
  "serviceType" : null,
  "serviceRole" : null,
  "serviceFunction" : null,
  "environmentContext" : null,
  "workloadContext" : null,
  "category" : null,
  "resourceOrder" : null,
  "distrobutionStatus" : null,
  "serviceArtifactList" : [ ],
  "serviceInfos" : [ ],
  "namingPolicy" : null,
  "onapGeneratedNaming" : null,
  "blueprintName" : null,
  "blueprintVersion" : null,
  "skipPostInstConf" : true,
  "controllerActor" : null,
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "recipes" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes"
    },
    "pnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations"
    },
    "collectionResourceCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations"
    },
    "vnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations"
    },
    "configurationCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations"
    },
    "networkCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations"
    },
    "allottedCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations"
    },
    "serviceProxyCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations"
    },
    "csar" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar"
    }
  }
}
2023-03-28T06:09:56.985Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:56.985Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn
2023-03-28T06:09:56.989Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance
2023-03-28T06:09:56.990Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|INFO|500||Invoke
2023-03-28T06:09:56.990Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:56.990Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance
2023-03-28T06:09:56.991Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Method      : GET
2023-03-28T06:09:56.991Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-RequestID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-TransactionID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-ECOMP-RequestID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2bad69d8-03dc-49d5-b9d2-75c274d4ff6a"]
2023-03-28T06:09:56.991Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Request body: 
2023-03-28T06:09:56.991Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||==========================request end================================================
2023-03-28T06:09:57.013Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:57.013Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:57.014Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Status text  : OK
2023-03-28T06:09:57.014Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 06:09:56 GMT", x-envoy-upstream-service-time:"18", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:57.016Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Response body: {
  "id" : 537,
  "serviceModelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b",
  "action" : "deleteInstance",
  "description" : "Gr api recipe to delete service-instance",
  "orchestrationUri" : "/mso/async/services/WorkflowActionBB",
  "paramXsd" : null,
  "recipeTimeout" : 180,
  "serviceTimeoutInterim" : null,
  "created" : "2023-03-28T00:09:21.000+00:00",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/537"
    },
    "serviceRecipe" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/537"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/537/service"
    }
  }
}
2023-03-28T06:09:57.016Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:57.017Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|INFO|500||InvokeReturn
2023-03-28T06:09:57.019Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T06:09:57.019Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke
2023-03-28T06:09:57.020Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:57.020Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T06:09:57.020Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method      : GET
2023-03-28T06:09:57.020Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-RequestID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-TransactionID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-ECOMP-RequestID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"dcaa675c-ca57-46dd-9d37-ac42fb447dd1"]
2023-03-28T06:09:57.021Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 
2023-03-28T06:09:57.021Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================
2023-03-28T06:09:57.045Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:57.045Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:57.046Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text  : OK
2023-03-28T06:09:57.046Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 06:09:56 GMT", x-envoy-upstream-service-time:"21", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:57.047Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: {
  "modelName" : "GR-API-DEFAULT",
  "description" : "Gr api service for VID to use for infra APIH orchestration",
  "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b",
  "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672",
  "created" : "2023-03-28 00:09:21.000",
  "modelVersion" : "1.0",
  "serviceType" : null,
  "serviceRole" : null,
  "serviceFunction" : null,
  "environmentContext" : null,
  "workloadContext" : null,
  "category" : null,
  "resourceOrder" : null,
  "distrobutionStatus" : null,
  "serviceArtifactList" : [ ],
  "serviceInfos" : [ ],
  "namingPolicy" : null,
  "onapGeneratedNaming" : null,
  "blueprintName" : null,
  "blueprintVersion" : null,
  "skipPostInstConf" : true,
  "controllerActor" : null,
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "recipes" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes"
    },
    "pnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations"
    },
    "collectionResourceCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations"
    },
    "vnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations"
    },
    "configurationCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations"
    },
    "networkCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations"
    },
    "allottedCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations"
    },
    "serviceProxyCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations"
    },
    "csar" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar"
    }
  }
}
2023-03-28T06:09:57.047Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:57.047Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn
2023-03-28T06:09:57.051Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T06:09:57.051Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke
2023-03-28T06:09:57.052Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:57.052Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T06:09:57.052Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method      : POST
2023-03-28T06:09:57.053Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers     : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"1379", X-B3-TraceId:"2b379ba0808c25800dfb8e921eb7ff07", X-B3-SpanId:"68bd175ef2dd2f73", X-B3-ParentSpanId:"112697e1688d5b5c", X-B3-Sampled:"0", X-ONAP-RequestID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-RequestID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-TransactionID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-ECOMP-RequestID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5e7cda19-28c7-4a16-9245-57a75f540c15"]
2023-03-28T06:09:57.053Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"929c53d2-f65f-4ac4-9555-418d9c638dbe","requestStatus":"IN_PROGRESS","startTime":1679983796833,"source":"VID","tenantId":"dbdab9c92e304927ab8038a443bd1883","requestBody":"{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_vm\",\n            \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}","lastModifiedBy":"APIH","cloudRegion":"RegionOne","serviceInstanceId":"1a23bea9-596a-44fe-a0bd-45ec40a92293","requestScope":"service","requestAction":"deleteInstance","requestorId":"demo","requestUrl":"https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293","tenantName":"onap-daily-master-sm","cloudApiRequests":[],"requestURI":"929c53d2-f65f-4ac4-9555-418d9c638dbe"}
2023-03-28T06:09:57.053Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================
2023-03-28T06:09:57.099Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:57.099Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code  : 201 CREATED
2023-03-28T06:09:57.100Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text  : Created
2023-03-28T06:09:57.100Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:56 GMT", x-envoy-upstream-service-time:"42", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:57.101Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: {
  "requestId" : "929c53d2-f65f-4ac4-9555-418d9c638dbe",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T06:09:56.833+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_vm\",\n            \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "APIH",
  "modifyTime" : "2023-03-28T06:09:56.883+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "requestScope" : "service",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "929c53d2-f65f-4ac4-9555-418d9c638dbe",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe"
    }
  }
}
2023-03-28T06:09:57.102Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:57.102Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn
2023-03-28T06:09:57.108Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T06:09:57.109Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke
2023-03-28T06:09:57.110Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:57.110Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T06:09:57.110Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method      : POST
2023-03-28T06:09:57.110Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers     : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"2021", X-B3-TraceId:"2b379ba0808c25800dfb8e921eb7ff07", X-B3-SpanId:"d299dfa7eb52c66d", X-B3-ParentSpanId:"112697e1688d5b5c", X-B3-Sampled:"0", X-ONAP-RequestID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-RequestID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-TransactionID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-ECOMP-RequestID:"929c53d2-f65f-4ac4-9555-418d9c638dbe", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2597e866-dbe7-4d54-9e80-0d5051234251"]
2023-03-28T06:09:57.111Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelInvariantId\":\"22d33c51-a0cb-43ff-b88c-056b90379b28\",\"modelType\":\"service\",\"modelName\":\"basic_vm\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"f13ca837-ae90-403c-9881-446f755d4bf8\",\"modelUuid\":\"f13ca837-ae90-403c-9881-446f755d4bf8\",\"modelInvariantUuid\":\"22d33c51-a0cb-43ff-b88c-056b90379b28\"},\"requestInfo\":{\"source\":\"VID\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"cloudConfiguration\":{\"tenantId\":\"dbdab9c92e304927ab8038a443bd1883\",\"cloudOwner\":\"basicvm-cloud-owner\",\"lcpCloudRegionId\":\"RegionOne\"},\"requestParameters\":{\"aLaCarte\":true,\"testApi\":\"GR_API\"}},\"serviceInstanceId\":\"1a23bea9-596a-44fe-a0bd-45ec40a92293\"}","type":"String"},"requestId":{"value":"929c53d2-f65f-4ac4-9555-418d9c638dbe","type":"String"},"mso-request-id":{"value":"929c53d2-f65f-4ac4-9555-418d9c638dbe","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"deleteInstance","type":"String"},"serviceInstanceId":{"value":"1a23bea9-596a-44fe-a0bd-45ec40a92293","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":true,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}}
2023-03-28T06:09:57.111Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================
2023-03-28T06:09:57.754Z|a1317115-a678-4361-bd7a-4414ad0ca54d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:09:57.754Z|a1317115-a678-4361-bd7a-4414ad0ca54d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:09:58.126Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:58.127Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code  : 202 ACCEPTED
2023-03-28T06:09:58.127Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text  : Accepted
2023-03-28T06:09:58.127Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers      : [date:"Tue, 28 Mar 2023 06:09:57 GMT", x-onap-requestid:"929c53d2-f65f-4ac4-9555-418d9c638dbe", x-requestid:"929c53d2-f65f-4ac4-9555-418d9c638dbe", x-transactionid:"929c53d2-f65f-4ac4-9555-418d9c638dbe", x-ecomp-requestid:"929c53d2-f65f-4ac4-9555-418d9c638dbe", x-onap-partnername:"UNKNOWN", x-invocationid:"2597e866-dbe7-4d54-9e80-0d5051234251", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", x-envoy-upstream-service-time:"1010", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:58.128Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"929c53d2-f65f-4ac4-9555-418d9c638dbe\",\"instanceId\":\"1a23bea9-596a-44fe-a0bd-45ec40a92293\"}}","message":"Success","processInstanceID":"29f45a6d-cd2f-11ed-8192-02f87d878986","variables":null,"messageCode":200}
2023-03-28T06:09:58.128Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:58.128Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn
2023-03-28T06:09:58.135Z|929c53d2-f65f-4ac4-9555-418d9c638dbe|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:09:58.344Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:09:58.349Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe
2023-03-28T06:09:58.350Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|INFO|500||Invoke
2023-03-28T06:09:58.350Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:58.350Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe
2023-03-28T06:09:58.350Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Method      : GET
2023-03-28T06:09:58.351Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"6e1c2693aa3ab930aead29fb77335883", X-B3-SpanId:"9b26e1a13ba7aed8", X-B3-ParentSpanId:"ec95f2ea14f3ccaf", X-B3-Sampled:"0", X-ONAP-RequestID:"7bc7e754-d255-44dd-9efd-7e29db36fb80", X-RequestID:"7bc7e754-d255-44dd-9efd-7e29db36fb80", X-TransactionID:"7bc7e754-d255-44dd-9efd-7e29db36fb80", X-ECOMP-RequestID:"7bc7e754-d255-44dd-9efd-7e29db36fb80", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1340918f-17ff-4443-950c-658738c00eb7"]
2023-03-28T06:09:58.351Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Request body: 
2023-03-28T06:09:58.351Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||==========================request end================================================
2023-03-28T06:09:58.386Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:58.387Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:58.387Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Status text  : OK
2023-03-28T06:09:58.387Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:58 GMT", x-envoy-upstream-service-time:"32", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:58.388Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Response body: {
  "requestId" : "929c53d2-f65f-4ac4-9555-418d9c638dbe",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T06:09:56.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_vm\",\n            \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:09:57.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "serviceInstanceName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "requestScope" : "service",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "929c53d2-f65f-4ac4-9555-418d9c638dbe",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe"
    }
  }
}
2023-03-28T06:09:58.388Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:58.389Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|INFO|500||InvokeReturn
2023-03-28T06:09:58.390Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false
2023-03-28T06:09:58.391Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:09:58.391Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:09:58.391Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false
2023-03-28T06:09:58.392Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:09:58.392Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"6e1c2693aa3ab930aead29fb77335883", X-B3-SpanId:"ee7d5ebd45308a9f", X-B3-ParentSpanId:"ec95f2ea14f3ccaf", X-B3-Sampled:"0", X-ONAP-RequestID:"7bc7e754-d255-44dd-9efd-7e29db36fb80", X-RequestID:"7bc7e754-d255-44dd-9efd-7e29db36fb80", X-TransactionID:"7bc7e754-d255-44dd-9efd-7e29db36fb80", X-ECOMP-RequestID:"7bc7e754-d255-44dd-9efd-7e29db36fb80", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8ed5a48b-82f2-48a2-a4a6-aa8489f664a9"]
2023-03-28T06:09:58.392Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:09:58.392Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:09:58.412Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:09:58.413Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:09:58.414Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:09:58.414Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:09:58 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:09:58.415Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T06:09:58.416Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:09:58.416Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:09:58.425Z|7bc7e754-d255-44dd-9efd-7e29db36fb80|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:09:59.309Z|af0c16fb-9096-4732-a8e7-5dc7c9467102|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:09:59.310Z|af0c16fb-9096-4732-a8e7-5dc7c9467102|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:10:00.921Z|c02fdd80-9480-4dc0-a392-6c67d09fffe6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:10:00.922Z|c02fdd80-9480-4dc0-a392-6c67d09fffe6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:10:05.089Z|84183d4f-7f4d-46ea-9c27-50e71d0d6fc3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:10:05.094Z|84183d4f-7f4d-46ea-9c27-50e71d0d6fc3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:10:07.787Z|5fd462ab-7e43-4f80-8177-24bd5fd216b1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:10:07.788Z|5fd462ab-7e43-4f80-8177-24bd5fd216b1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:10:08.619Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:10:08.627Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe
2023-03-28T06:10:08.627Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|INFO|500||Invoke
2023-03-28T06:10:08.627Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||===========================request begin================================================
2023-03-28T06:10:08.628Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe
2023-03-28T06:10:08.628Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Method      : GET
2023-03-28T06:10:08.628Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"b4c9df5184281cd60fc121ec1092a8f4", X-B3-SpanId:"6d7bb1484f215bb6", X-B3-ParentSpanId:"408bc9ba96e5af42", X-B3-Sampled:"0", X-ONAP-RequestID:"1b5f0895-33f6-4e6d-8a90-12c6adfb4861", X-RequestID:"1b5f0895-33f6-4e6d-8a90-12c6adfb4861", X-TransactionID:"1b5f0895-33f6-4e6d-8a90-12c6adfb4861", X-ECOMP-RequestID:"1b5f0895-33f6-4e6d-8a90-12c6adfb4861", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4776685a-a5c6-401b-9fc2-c74186e0c10c"]
2023-03-28T06:10:08.628Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Request body: 
2023-03-28T06:10:08.628Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||==========================request end================================================
2023-03-28T06:10:08.667Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||============================response begin==========================================
2023-03-28T06:10:08.668Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Status code  : 200 OK
2023-03-28T06:10:08.668Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Status text  : OK
2023-03-28T06:10:08.668Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:10:08 GMT", x-envoy-upstream-service-time:"34", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:10:08.669Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Response body: {
  "requestId" : "929c53d2-f65f-4ac4-9555-418d9c638dbe",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Service-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:09:56.000+00:00",
  "endTime" : "2023-03-28T06:10:02.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_vm\",\n            \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:10:02.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "serviceInstanceName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "requestScope" : "service",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "929c53d2-f65f-4ac4-9555-418d9c638dbe",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe"
    }
  }
}
2023-03-28T06:10:08.669Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||=======================response end=================================================
2023-03-28T06:10:08.669Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|INFO|500||InvokeReturn
2023-03-28T06:10:08.671Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false
2023-03-28T06:10:08.671Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:10:08.671Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:10:08.671Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false
2023-03-28T06:10:08.672Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:10:08.672Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"b4c9df5184281cd60fc121ec1092a8f4", X-B3-SpanId:"224a52f059321256", X-B3-ParentSpanId:"408bc9ba96e5af42", X-B3-Sampled:"0", X-ONAP-RequestID:"1b5f0895-33f6-4e6d-8a90-12c6adfb4861", X-RequestID:"1b5f0895-33f6-4e6d-8a90-12c6adfb4861", X-TransactionID:"1b5f0895-33f6-4e6d-8a90-12c6adfb4861", X-ECOMP-RequestID:"1b5f0895-33f6-4e6d-8a90-12c6adfb4861", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1c441234-0bb0-4775-bbb9-3bea405e5c7d"]
2023-03-28T06:10:08.672Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:10:08.672Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:10:08.690Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:10:08.691Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:10:08.691Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:10:08.691Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:10:08 GMT", x-envoy-upstream-service-time:"14", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:10:08.692Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T06:10:08.692Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:10:08.692Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:10:08.701Z|1b5f0895-33f6-4e6d-8a90-12c6adfb4861|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:10:08.884Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:10:08.890Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe
2023-03-28T06:10:08.890Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|INFO|500||Invoke
2023-03-28T06:10:08.890Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||===========================request begin================================================
2023-03-28T06:10:08.890Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe
2023-03-28T06:10:08.890Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Method      : GET
2023-03-28T06:10:08.890Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"488bbb40a644456518742689a1e022b9", X-B3-SpanId:"2cb376bcba7cbe44", X-B3-ParentSpanId:"e37611012538e5ed", X-B3-Sampled:"0", X-ONAP-RequestID:"2a617f40-a26b-428d-abcc-71bae8e9f12c", X-RequestID:"2a617f40-a26b-428d-abcc-71bae8e9f12c", X-TransactionID:"2a617f40-a26b-428d-abcc-71bae8e9f12c", X-ECOMP-RequestID:"2a617f40-a26b-428d-abcc-71bae8e9f12c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2a846c66-1485-4b81-9281-15ed65287f4b"]
2023-03-28T06:10:08.891Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Request body: 
2023-03-28T06:10:08.891Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||==========================request end================================================
2023-03-28T06:10:08.923Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||============================response begin==========================================
2023-03-28T06:10:08.924Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Status code  : 200 OK
2023-03-28T06:10:08.924Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Status text  : OK
2023-03-28T06:10:08.924Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:10:08 GMT", x-envoy-upstream-service-time:"29", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:10:08.924Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Response body: {
  "requestId" : "929c53d2-f65f-4ac4-9555-418d9c638dbe",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Service-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:09:56.000+00:00",
  "endTime" : "2023-03-28T06:10:02.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_vm\",\n            \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:10:02.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "serviceInstanceName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "requestScope" : "service",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "929c53d2-f65f-4ac4-9555-418d9c638dbe",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe"
    }
  }
}
2023-03-28T06:10:08.924Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||=======================response end=================================================
2023-03-28T06:10:08.925Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|INFO|500||InvokeReturn
2023-03-28T06:10:08.926Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false
2023-03-28T06:10:08.926Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:10:08.926Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:10:08.926Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false
2023-03-28T06:10:08.926Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:10:08.927Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"488bbb40a644456518742689a1e022b9", X-B3-SpanId:"2c3d19bcce0baa9d", X-B3-ParentSpanId:"e37611012538e5ed", X-B3-Sampled:"0", X-ONAP-RequestID:"2a617f40-a26b-428d-abcc-71bae8e9f12c", X-RequestID:"2a617f40-a26b-428d-abcc-71bae8e9f12c", X-TransactionID:"2a617f40-a26b-428d-abcc-71bae8e9f12c", X-ECOMP-RequestID:"2a617f40-a26b-428d-abcc-71bae8e9f12c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"351243f0-88cc-49b2-b92a-5e1129f6ac46"]
2023-03-28T06:10:08.927Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:10:08.927Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:10:08.948Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:10:08.948Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:10:08.949Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:10:08.949Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:10:08 GMT", x-envoy-upstream-service-time:"18", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:10:08.949Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T06:10:08.949Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:10:08.950Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:10:08.957Z|2a617f40-a26b-428d-abcc-71bae8e9f12c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:10:09.143Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:10:09.148Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe
2023-03-28T06:10:09.149Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|INFO|500||Invoke
2023-03-28T06:10:09.149Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||===========================request begin================================================
2023-03-28T06:10:09.149Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe
2023-03-28T06:10:09.149Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Method      : GET
2023-03-28T06:10:09.150Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"82efe6ecfcb016744816b3dff8061099", X-B3-SpanId:"8195b2b5745966c7", X-B3-ParentSpanId:"11540dc1198d5f9f", X-B3-Sampled:"0", X-ONAP-RequestID:"de0d76ca-5513-4af2-8611-0938209606a5", X-RequestID:"de0d76ca-5513-4af2-8611-0938209606a5", X-TransactionID:"de0d76ca-5513-4af2-8611-0938209606a5", X-ECOMP-RequestID:"de0d76ca-5513-4af2-8611-0938209606a5", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"568403f0-d125-4d7f-a3b8-735502e21b3e"]
2023-03-28T06:10:09.150Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Request body: 
2023-03-28T06:10:09.150Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||==========================request end================================================
2023-03-28T06:10:09.184Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||============================response begin==========================================
2023-03-28T06:10:09.184Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Status code  : 200 OK
2023-03-28T06:10:09.185Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Status text  : OK
2023-03-28T06:10:09.185Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:10:08 GMT", x-envoy-upstream-service-time:"31", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:10:09.186Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Response body: {
  "requestId" : "929c53d2-f65f-4ac4-9555-418d9c638dbe",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Service-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:09:56.000+00:00",
  "endTime" : "2023-03-28T06:10:02.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_vm\",\n            \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:10:02.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "serviceInstanceName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "requestScope" : "service",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "929c53d2-f65f-4ac4-9555-418d9c638dbe",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe"
    }
  }
}
2023-03-28T06:10:09.186Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||=======================response end=================================================
2023-03-28T06:10:09.187Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|INFO|500||InvokeReturn
2023-03-28T06:10:09.188Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false
2023-03-28T06:10:09.189Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:10:09.189Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:10:09.189Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false
2023-03-28T06:10:09.190Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:10:09.190Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"82efe6ecfcb016744816b3dff8061099", X-B3-SpanId:"30f09e55071c7adb", X-B3-ParentSpanId:"11540dc1198d5f9f", X-B3-Sampled:"0", X-ONAP-RequestID:"de0d76ca-5513-4af2-8611-0938209606a5", X-RequestID:"de0d76ca-5513-4af2-8611-0938209606a5", X-TransactionID:"de0d76ca-5513-4af2-8611-0938209606a5", X-ECOMP-RequestID:"de0d76ca-5513-4af2-8611-0938209606a5", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c12de979-d8a2-4786-a23f-450583c5c495"]
2023-03-28T06:10:09.190Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:10:09.190Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:10:09.212Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:10:09.213Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:10:09.213Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:10:09.213Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:10:08 GMT", x-envoy-upstream-service-time:"20", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:10:09.215Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T06:10:09.215Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:10:09.215Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:10:09.223Z|de0d76ca-5513-4af2-8611-0938209606a5|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:10:09.341Z|60ce0268-6015-46b8-a96e-a8ee92fc855d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:10:09.343Z|60ce0268-6015-46b8-a96e-a8ee92fc855d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:10:09.432Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|||INFO|500||Entering
2023-03-28T06:10:09.436Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe
2023-03-28T06:10:09.437Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|INFO|500||Invoke
2023-03-28T06:10:09.437Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||===========================request begin================================================
2023-03-28T06:10:09.437Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe
2023-03-28T06:10:09.437Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Method      : GET
2023-03-28T06:10:09.437Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"83484c69813fb497fe6ec9c2976fe699", X-B3-SpanId:"847cbc39702f6386", X-B3-ParentSpanId:"6d663c3773dd2eaf", X-B3-Sampled:"0", X-ONAP-RequestID:"5fd317e3-7f2a-4132-acef-55d4bf5902d0", X-RequestID:"5fd317e3-7f2a-4132-acef-55d4bf5902d0", X-TransactionID:"5fd317e3-7f2a-4132-acef-55d4bf5902d0", X-ECOMP-RequestID:"5fd317e3-7f2a-4132-acef-55d4bf5902d0", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"eda27cc9-ef39-480d-b0bd-71ac50c16b15"]
2023-03-28T06:10:09.437Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Request body: 
2023-03-28T06:10:09.437Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||==========================request end================================================
2023-03-28T06:10:09.470Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||============================response begin==========================================
2023-03-28T06:10:09.470Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Status code  : 200 OK
2023-03-28T06:10:09.470Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Status text  : OK
2023-03-28T06:10:09.471Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:10:08 GMT", x-envoy-upstream-service-time:"29", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:10:09.471Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||Response body: {
  "requestId" : "929c53d2-f65f-4ac4-9555-418d9c638dbe",
  "requestStatus" : "COMPLETE",
  "statusMessage" : "ALaCarte-Service-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T06:09:56.000+00:00",
  "endTime" : "2023-03-28T06:10:02.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_vm\",\n            \"modelInvariantId\": \"22d33c51-a0cb-43ff-b88c-056b90379b28\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"f13ca837-ae90-403c-9881-446f755d4bf8\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": true\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T06:10:02.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "serviceInstanceName" : "basic_vm-0a41bf10-1941-4332-b395-2e0385961c1b",
  "requestScope" : "service",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/1a23bea9-596a-44fe-a0bd-45ec40a92293",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "929c53d2-f65f-4ac4-9555-418d9c638dbe",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe"
    }
  }
}
2023-03-28T06:10:09.471Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|DEBUG|500||=======================response end=================================================
2023-03-28T06:10:09.471Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/929c53d2-f65f-4ac4-9555-418d9c638dbe|INFO|500||InvokeReturn
2023-03-28T06:10:09.472Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false
2023-03-28T06:10:09.472Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T06:10:09.472Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T06:10:09.473Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false
2023-03-28T06:10:09.473Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T06:10:09.473Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"83484c69813fb497fe6ec9c2976fe699", X-B3-SpanId:"1c9d8280143a6225", X-B3-ParentSpanId:"6d663c3773dd2eaf", X-B3-Sampled:"0", X-ONAP-RequestID:"5fd317e3-7f2a-4132-acef-55d4bf5902d0", X-RequestID:"5fd317e3-7f2a-4132-acef-55d4bf5902d0", X-TransactionID:"5fd317e3-7f2a-4132-acef-55d4bf5902d0", X-ECOMP-RequestID:"5fd317e3-7f2a-4132-acef-55d4bf5902d0", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ddd2f919-7bca-48f9-8511-fc31b28d9e70"]
2023-03-28T06:10:09.473Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T06:10:09.473Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T06:10:09.493Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T06:10:09.493Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T06:10:09.493Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T06:10:09.493Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 06:10:08 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T06:10:09.495Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T06:10:09.496Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T06:10:09.496Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=929c53d2-f65f-4ac4-9555-418d9c638dbe&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T06:10:09.502Z|5fd317e3-7f2a-4132-acef-55d4bf5902d0|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/929c53d2-f65f-4ac4-9555-418d9c638dbe|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T06:10:10.950Z|2d1f71a1-c72a-4e21-a1eb-e7c3f145a13c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:10:10.950Z|2d1f71a1-c72a-4e21-a1eb-e7c3f145a13c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:10:17.821Z|33099953-198d-4327-b493-6204da26f7b2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:10:17.822Z|33099953-198d-4327-b493-6204da26f7b2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:10:19.377Z|e81a4781-3452-4c36-b065-54f7f5660924|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:10:19.378Z|e81a4781-3452-4c36-b065-54f7f5660924|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:10:20.089Z|3fb35381-952b-4fca-8944-da87f263c531|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:10:20.089Z|3fb35381-952b-4fca-8944-da87f263c531|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:10:20.980Z|522beb55-08ff-484a-921b-7828bc6222f1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:10:20.981Z|522beb55-08ff-484a-921b-7828bc6222f1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:10:21.181Z|4c199316-8be3-4e95-b399-3cac5e1a000a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:10:21.182Z|4c199316-8be3-4e95-b399-3cac5e1a000a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:10:27.857Z|22374670-b4d3-4597-8aef-b349b3b7f4f1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:10:27.857Z|22374670-b4d3-4597-8aef-b349b3b7f4f1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:10:29.408Z|0ad2cbe1-6853-4436-a666-fb226e056524|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:10:29.409Z|0ad2cbe1-6853-4436-a666-fb226e056524|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:10:31.015Z|d8dbbbdc-b11b-4252-aff3-8e0c6923ec4c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:10:31.016Z|d8dbbbdc-b11b-4252-aff3-8e0c6923ec4c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:10:35.089Z|56f5a06d-0b8f-4499-8ac1-cfc6bdb1a8aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:10:35.090Z|56f5a06d-0b8f-4499-8ac1-cfc6bdb1a8aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:10:37.898Z|a5f5782a-fe5b-48e6-90ad-1d9e0a96fc9b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:10:37.899Z|a5f5782a-fe5b-48e6-90ad-1d9e0a96fc9b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:10:39.440Z|c18f343c-5530-45bd-822f-5868010f7481|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:10:39.441Z|c18f343c-5530-45bd-822f-5868010f7481|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:10:41.047Z|8cf33341-7a3c-4de9-95dd-030d02bd65d2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:10:41.048Z|8cf33341-7a3c-4de9-95dd-030d02bd65d2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:10:47.985Z|ef52c1c8-ccef-46ea-ae7e-1248c7d45e9e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:10:47.991Z|ef52c1c8-ccef-46ea-ae7e-1248c7d45e9e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:10:49.472Z|57270553-6f0d-434d-8028-c32165c8a158|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:10:49.473Z|57270553-6f0d-434d-8028-c32165c8a158|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:10:50.089Z|913c58f4-09f2-4602-ba84-b621a22d59f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:10:50.095Z|913c58f4-09f2-4602-ba84-b621a22d59f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:10:51.086Z|05c200fa-eb3c-4a64-a241-eb1e4cd52f98|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:10:51.087Z|05c200fa-eb3c-4a64-a241-eb1e4cd52f98|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:10:51.183Z|de62de4a-057b-4e49-8339-30ada6e58d60|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:10:51.183Z|de62de4a-057b-4e49-8339-30ada6e58d60|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:10:56.126Z|1c696aeb-0a03-4343-9d86-efdee86fbbc7|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:10:56.128Z|1c696aeb-0a03-4343-9d86-efdee86fbbc7|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:10:58.033Z|2c225bc5-f20b-4ded-beae-196d2532e94a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:10:58.033Z|2c225bc5-f20b-4ded-beae-196d2532e94a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:10:59.504Z|e1d945fc-027f-49f8-be4b-de479b064ca2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:10:59.505Z|e1d945fc-027f-49f8-be4b-de479b064ca2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:11:01.122Z|862fa4aa-f55a-4edc-ab34-062d3acd9bbe|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:11:01.122Z|862fa4aa-f55a-4edc-ab34-062d3acd9bbe|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:11:05.089Z|d6cf4322-4670-49cd-a3fa-b4942f4d5022|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:11:05.090Z|d6cf4322-4670-49cd-a3fa-b4942f4d5022|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:11:08.068Z|5789db08-06d4-4c45-a101-8c84cbcf414c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:11:08.069Z|5789db08-06d4-4c45-a101-8c84cbcf414c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:11:09.534Z|3e58d212-92eb-43a6-86a3-33a420bee2ad|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:11:09.535Z|3e58d212-92eb-43a6-86a3-33a420bee2ad|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:11:11.152Z|429752a1-15f7-4903-8e2e-9e69dd3820f1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:11:11.154Z|429752a1-15f7-4903-8e2e-9e69dd3820f1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:11:18.092Z|4f18d297-ada3-4c81-b725-5ff572cf5837|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:11:18.093Z|4f18d297-ada3-4c81-b725-5ff572cf5837|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:11:19.565Z|e7ee8c6f-1353-4ba2-8614-9730b52f1514|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:11:19.566Z|e7ee8c6f-1353-4ba2-8614-9730b52f1514|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:11:20.089Z|7fb09349-1037-438b-af4c-5ae0c4fe0d63|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:11:20.089Z|7fb09349-1037-438b-af4c-5ae0c4fe0d63|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:11:21.184Z|8f7eafcb-f526-4b34-81b5-d0c26599afe8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:11:21.184Z|74fd83e3-a144-4a13-a988-173bdab8bdb4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:11:21.184Z|74fd83e3-a144-4a13-a988-173bdab8bdb4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:11:21.185Z|8f7eafcb-f526-4b34-81b5-d0c26599afe8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:11:28.118Z|a559b627-f152-4918-8965-a7360214f18a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:11:28.119Z|a559b627-f152-4918-8965-a7360214f18a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:11:29.596Z|2e5f0a4d-47d4-499b-9dd3-ad888db32a31|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:11:29.597Z|2e5f0a4d-47d4-499b-9dd3-ad888db32a31|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:11:31.215Z|88e6e625-356a-4664-9cd3-895118e72a2d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:11:31.216Z|88e6e625-356a-4664-9cd3-895118e72a2d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:11:35.089Z|c824515d-0ed3-4585-b4e2-5e812eae2fa7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:11:35.093Z|c824515d-0ed3-4585-b4e2-5e812eae2fa7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:11:38.147Z|7409b3a1-07e7-4cfb-8403-dad088af1f28|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:11:38.148Z|7409b3a1-07e7-4cfb-8403-dad088af1f28|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:11:39.624Z|f77cb958-e53c-4b4b-80ea-7fb389eb8558|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:11:39.625Z|f77cb958-e53c-4b4b-80ea-7fb389eb8558|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:11:41.247Z|89e92322-c3fd-42fd-865c-c09a38e43b0e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:11:41.248Z|89e92322-c3fd-42fd-865c-c09a38e43b0e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:11:48.188Z|8c57c139-c4fe-4b54-ae77-c9922f04414f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:11:48.189Z|8c57c139-c4fe-4b54-ae77-c9922f04414f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:11:49.655Z|9785d590-f069-47d7-931f-966c5a90cbc5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:11:49.656Z|9785d590-f069-47d7-931f-966c5a90cbc5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:11:50.089Z|d595c114-6614-434e-a338-a6a304f87c4f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:11:50.089Z|d595c114-6614-434e-a338-a6a304f87c4f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:11:51.185Z|e1921775-99c4-4cd5-a019-2ed29ecf2551|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:11:51.186Z|e1921775-99c4-4cd5-a019-2ed29ecf2551|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:11:51.279Z|22a72330-f2fc-4ad1-be18-cc70093635a7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:11:51.279Z|22a72330-f2fc-4ad1-be18-cc70093635a7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:11:56.116Z|dad50161-e5d3-42aa-8459-bc8efd882700|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:11:56.117Z|dad50161-e5d3-42aa-8459-bc8efd882700|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:11:58.220Z|da81347a-49bb-46d8-81d5-3e4944a89392|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:11:58.220Z|da81347a-49bb-46d8-81d5-3e4944a89392|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:11:59.688Z|31b7cbe6-4601-43a2-8cbf-e1761e00cbfc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:11:59.689Z|31b7cbe6-4601-43a2-8cbf-e1761e00cbfc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:12:01.310Z|f324c672-10ad-4a4e-a5f7-7dd645fe069a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:12:01.311Z|f324c672-10ad-4a4e-a5f7-7dd645fe069a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:12:05.089Z|2f9995cc-46b8-4eb7-a89e-41fb48bb2776|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:12:05.090Z|2f9995cc-46b8-4eb7-a89e-41fb48bb2776|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:12:08.252Z|29fc60c9-1652-4439-b1e2-1a8784c98381|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:12:08.253Z|29fc60c9-1652-4439-b1e2-1a8784c98381|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:12:09.719Z|4ebd2fe3-8154-47c3-af72-cebf952638a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:12:09.720Z|4ebd2fe3-8154-47c3-af72-cebf952638a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:12:11.340Z|a12e3224-d1f4-41f0-ae87-a8a6b4876992|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:12:11.340Z|a12e3224-d1f4-41f0-ae87-a8a6b4876992|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:12:18.285Z|f4a2a388-0b82-465d-98db-8b9e5ed201dc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:12:18.286Z|f4a2a388-0b82-465d-98db-8b9e5ed201dc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:12:19.751Z|1585f5bb-2c2b-41cb-a534-aa11239e9dcd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:12:19.752Z|1585f5bb-2c2b-41cb-a534-aa11239e9dcd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:12:20.089Z|13947fbe-7510-4aa4-bd8f-2abc0e02741d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:12:20.094Z|13947fbe-7510-4aa4-bd8f-2abc0e02741d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:12:21.186Z|1aa22cc4-e1db-4ffc-a6eb-7faccddf2c8b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:12:21.187Z|1aa22cc4-e1db-4ffc-a6eb-7faccddf2c8b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:12:21.371Z|47c8444f-2bf2-4060-abc3-03c4a169cb59|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:12:21.371Z|47c8444f-2bf2-4060-abc3-03c4a169cb59|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:12:28.317Z|605054c8-2434-467d-b6dd-1ca08c173e23|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:12:28.317Z|605054c8-2434-467d-b6dd-1ca08c173e23|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:12:29.783Z|73dc107f-09e7-46f6-8b44-b3fab0b92164|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:12:29.783Z|73dc107f-09e7-46f6-8b44-b3fab0b92164|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:12:31.409Z|7788a0a2-e30d-4b04-851f-f5897bdf9aa5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:12:31.410Z|7788a0a2-e30d-4b04-851f-f5897bdf9aa5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:12:35.089Z|add4d18d-6616-4fc5-a5ba-68e68bc71a01|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:12:35.090Z|add4d18d-6616-4fc5-a5ba-68e68bc71a01|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:12:38.347Z|552817e4-c390-4e48-82ca-ac08fff50e69|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:12:38.348Z|552817e4-c390-4e48-82ca-ac08fff50e69|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:12:39.812Z|0eed394d-4530-4d5c-b056-6a5fe8c9c723|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:12:39.813Z|0eed394d-4530-4d5c-b056-6a5fe8c9c723|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:12:41.442Z|a5f90b88-3232-41d7-b209-07abde4ad1cb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:12:41.444Z|a5f90b88-3232-41d7-b209-07abde4ad1cb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:12:48.380Z|cc58efa0-cd7f-4901-a345-4e3d67fdf00e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:12:48.381Z|cc58efa0-cd7f-4901-a345-4e3d67fdf00e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:12:49.843Z|8d3fa682-a2fe-4915-9b55-d3246e20c115|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:12:49.843Z|8d3fa682-a2fe-4915-9b55-d3246e20c115|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:12:50.089Z|e25701d8-3dd2-42e6-8b3e-4df4f239fa57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:12:50.089Z|e25701d8-3dd2-42e6-8b3e-4df4f239fa57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:12:51.188Z|2d7b7e17-d402-4e05-b7df-f2d5e3ef6981|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:12:51.188Z|2d7b7e17-d402-4e05-b7df-f2d5e3ef6981|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:12:51.474Z|777444b2-2c92-4d76-a84a-24c0f8e67685|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:12:51.475Z|777444b2-2c92-4d76-a84a-24c0f8e67685|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:12:56.116Z|b4839d5c-5db1-4118-903c-4c699aaffef3|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:12:56.116Z|b4839d5c-5db1-4118-903c-4c699aaffef3|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:12:58.413Z|f0329c90-4881-45c8-b8aa-3cac2268d434|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:12:58.414Z|f0329c90-4881-45c8-b8aa-3cac2268d434|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:12:59.875Z|8de878f8-0e92-40bb-8a39-b8c106a6abfb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:12:59.876Z|8de878f8-0e92-40bb-8a39-b8c106a6abfb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:13:01.505Z|5fe5df68-5339-4ab3-92c5-48b5fb4afd82|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:13:01.505Z|5fe5df68-5339-4ab3-92c5-48b5fb4afd82|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:13:05.089Z|65e43fc1-c22f-41f0-9295-ba18c93e9038|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:13:05.094Z|65e43fc1-c22f-41f0-9295-ba18c93e9038|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:13:08.445Z|ce2774d0-4841-4f83-8336-f6c82eef114d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:13:08.446Z|ce2774d0-4841-4f83-8336-f6c82eef114d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:13:09.906Z|0e896b39-4d87-4210-864a-44f296e157aa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:13:09.906Z|0e896b39-4d87-4210-864a-44f296e157aa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:13:11.535Z|1f435699-077b-490e-881c-c53d05432c38|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:13:11.536Z|1f435699-077b-490e-881c-c53d05432c38|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:13:18.477Z|e0f5dae1-0e72-4838-8bbe-c50ce0f42a3b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:13:18.478Z|e0f5dae1-0e72-4838-8bbe-c50ce0f42a3b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:13:19.942Z|bb68a273-da31-454a-b75e-ca20eca64fe8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:13:19.943Z|bb68a273-da31-454a-b75e-ca20eca64fe8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:13:20.089Z|83395384-c64f-430c-8db4-a867f360018a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:13:20.089Z|83395384-c64f-430c-8db4-a867f360018a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:13:21.189Z|daa12631-2955-4aea-b19a-6dace1248a92|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:13:21.190Z|daa12631-2955-4aea-b19a-6dace1248a92|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:13:21.567Z|20352924-e71e-4475-be40-54dace267f4a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:13:21.568Z|20352924-e71e-4475-be40-54dace267f4a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:13:28.510Z|98fd8552-5bc2-457b-9935-23be8fd65c87|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:13:28.510Z|98fd8552-5bc2-457b-9935-23be8fd65c87|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:13:29.971Z|438e2dd4-e84f-4f8c-a93c-1f39811581e3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:13:29.972Z|438e2dd4-e84f-4f8c-a93c-1f39811581e3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:13:31.599Z|bf265a0f-aa16-46d4-8f05-c63af0f2f3bf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:13:31.599Z|bf265a0f-aa16-46d4-8f05-c63af0f2f3bf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:13:35.089Z|2ad71eb5-c08d-4005-8813-fbeb80d40881|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:13:35.090Z|2ad71eb5-c08d-4005-8813-fbeb80d40881|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:13:38.540Z|350b42af-f01e-4074-8b6a-2f1a3604ec78|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:13:38.541Z|350b42af-f01e-4074-8b6a-2f1a3604ec78|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:13:40.001Z|c73af50f-d620-49d9-85be-51934e9a7649|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:13:40.002Z|c73af50f-d620-49d9-85be-51934e9a7649|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:13:41.628Z|b3503617-a58f-436e-b036-4fac17714cc2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:13:41.629Z|b3503617-a58f-436e-b036-4fac17714cc2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:13:48.570Z|743cdc8c-97b6-470e-903b-1e72a663f6c6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:13:48.571Z|743cdc8c-97b6-470e-903b-1e72a663f6c6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:13:50.030Z|14c27993-d214-4468-973c-fc2383422566|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:13:50.031Z|14c27993-d214-4468-973c-fc2383422566|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:13:50.089Z|24bd6be6-cfd9-49ba-ae1a-e5edb2e76bce|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:13:50.093Z|24bd6be6-cfd9-49ba-ae1a-e5edb2e76bce|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:13:51.190Z|3abe10a3-019b-46d9-b54f-46366e773347|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:13:51.191Z|3abe10a3-019b-46d9-b54f-46366e773347|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:13:51.663Z|cbb4021d-5a77-47a8-8d49-2c2a5ab77555|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:13:51.664Z|cbb4021d-5a77-47a8-8d49-2c2a5ab77555|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:13:56.117Z|c82f543a-e7a7-49cf-8088-38ee8efa2926|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:13:56.117Z|c82f543a-e7a7-49cf-8088-38ee8efa2926|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:13:58.596Z|c951b5fa-f04d-4435-ac84-1e870ff65401|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:13:58.597Z|c951b5fa-f04d-4435-ac84-1e870ff65401|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:14:00.063Z|1a48a7f8-291f-43f0-9e81-54266a2019d9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:14:00.064Z|1a48a7f8-291f-43f0-9e81-54266a2019d9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:14:01.695Z|b6eaa1bd-cdf0-4173-a97e-63a7f69571c7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:14:01.695Z|b6eaa1bd-cdf0-4173-a97e-63a7f69571c7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:14:05.089Z|4f84efe3-0e18-4749-8cd3-6bea8649184d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:14:05.089Z|4f84efe3-0e18-4749-8cd3-6bea8649184d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:14:08.626Z|a0451057-7204-40f8-9460-8b8ee94aab82|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:14:08.628Z|a0451057-7204-40f8-9460-8b8ee94aab82|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:14:10.090Z|b7b9ec0e-028d-47a9-a007-9e69ba14b51a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:14:10.091Z|b7b9ec0e-028d-47a9-a007-9e69ba14b51a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:14:11.726Z|7253d9dd-cb39-4b1b-b58c-9b6f3ee1ec1c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:14:11.727Z|7253d9dd-cb39-4b1b-b58c-9b6f3ee1ec1c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:14:18.662Z|914a4708-35e2-4666-8bcf-7a9ec332f3b3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:14:18.663Z|914a4708-35e2-4666-8bcf-7a9ec332f3b3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:14:20.089Z|095cfc0f-f794-45ef-866e-0aaab17804fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:14:20.090Z|095cfc0f-f794-45ef-866e-0aaab17804fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:14:20.118Z|308184e3-6d9e-4acc-8d2c-c8b5250127b0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:14:20.119Z|308184e3-6d9e-4acc-8d2c-c8b5250127b0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:14:21.192Z|8ccd1c0c-9863-456a-b2ac-75de671630c4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:14:21.192Z|8ccd1c0c-9863-456a-b2ac-75de671630c4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:14:21.759Z|b3781337-d6d5-4347-b683-70e8539fd133|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:14:21.759Z|b3781337-d6d5-4347-b683-70e8539fd133|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:14:28.690Z|0a961d69-9855-44b2-b112-b752d5b9411a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:14:28.691Z|0a961d69-9855-44b2-b112-b752d5b9411a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:14:30.144Z|a52a12db-26a9-4e5a-95c2-0da0ab3d2bbc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:14:30.145Z|a52a12db-26a9-4e5a-95c2-0da0ab3d2bbc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:14:31.788Z|aa79deaa-7466-46ec-926b-935eda3c9364|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:14:31.789Z|aa79deaa-7466-46ec-926b-935eda3c9364|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:14:35.089Z|d33a044f-2bd4-44f8-9f0b-f09047268e3d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:14:35.093Z|d33a044f-2bd4-44f8-9f0b-f09047268e3d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:14:38.722Z|172e3d92-f150-430f-9035-b2e4021e9e08|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:14:38.723Z|172e3d92-f150-430f-9035-b2e4021e9e08|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:14:40.172Z|589633ed-305d-4a70-b870-33739d48fd0b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:14:40.173Z|589633ed-305d-4a70-b870-33739d48fd0b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:14:41.823Z|fd4e84d1-b246-4c8d-bb66-b47e6ade03ef|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:14:41.824Z|fd4e84d1-b246-4c8d-bb66-b47e6ade03ef|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:14:48.764Z|29fc718a-9ac0-4f40-b0d9-ac86c32730b5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:14:48.765Z|29fc718a-9ac0-4f40-b0d9-ac86c32730b5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:14:50.089Z|590f0248-c7ce-4661-9c93-78f01fd8492c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:14:50.090Z|590f0248-c7ce-4661-9c93-78f01fd8492c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:14:50.209Z|4775c649-384a-4276-b4df-563b9556bdb6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:14:50.210Z|4775c649-384a-4276-b4df-563b9556bdb6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:14:51.193Z|d3abbc28-1628-4900-afce-44fddc3f7ad5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:14:51.194Z|d3abbc28-1628-4900-afce-44fddc3f7ad5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:14:51.852Z|79b2af07-6ffa-4f1e-b262-e296c0979b46|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:14:51.853Z|79b2af07-6ffa-4f1e-b262-e296c0979b46|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:14:56.118Z|a66ea1e0-4da6-4f25-b9de-910592811d05|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:14:56.119Z|a66ea1e0-4da6-4f25-b9de-910592811d05|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:14:58.797Z|375571b1-8c8e-4630-8932-bc1e586471e1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:14:58.798Z|375571b1-8c8e-4630-8932-bc1e586471e1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:15:00.239Z|915cb0b8-9807-4515-b8f6-c2969d441cca|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:15:00.239Z|915cb0b8-9807-4515-b8f6-c2969d441cca|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:15:01.878Z|6ae6f335-405e-469e-b0c2-a8f9563e8cad|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:15:01.879Z|6ae6f335-405e-469e-b0c2-a8f9563e8cad|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:15:05.089Z|f1d3149c-f4fe-484e-8874-19e90abfb93e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:15:05.089Z|f1d3149c-f4fe-484e-8874-19e90abfb93e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:15:08.836Z|45d291c2-03fd-4365-b544-14c87b98d35c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:15:08.837Z|45d291c2-03fd-4365-b544-14c87b98d35c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:15:10.265Z|9bf2d723-d903-4ac4-8520-29f9ff2c4654|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:15:10.266Z|9bf2d723-d903-4ac4-8520-29f9ff2c4654|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:15:11.907Z|0d28fc7a-9552-439e-87a3-9fd6df621e27|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:15:11.908Z|0d28fc7a-9552-439e-87a3-9fd6df621e27|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:15:18.864Z|43c41333-8045-4521-b3d3-544aa274b62e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:15:18.864Z|43c41333-8045-4521-b3d3-544aa274b62e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:15:20.090Z|1bd777a0-3f13-4eff-b8e8-042f82455e33|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:15:20.095Z|1bd777a0-3f13-4eff-b8e8-042f82455e33|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:15:20.295Z|252c60f7-323f-4306-bdef-192d823fc17e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:15:20.295Z|252c60f7-323f-4306-bdef-192d823fc17e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:15:21.203Z|bc7e227f-9c54-47f2-b88c-93bb475ec0c0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:15:21.204Z|bc7e227f-9c54-47f2-b88c-93bb475ec0c0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:15:21.938Z|124a1c21-a405-4c57-aa96-16d3aca1a640|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:15:21.939Z|124a1c21-a405-4c57-aa96-16d3aca1a640|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:15:28.892Z|57d7fa2e-c292-42e9-bfe7-c08af2fdf970|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:15:28.893Z|57d7fa2e-c292-42e9-bfe7-c08af2fdf970|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:15:30.324Z|42375319-55e0-4155-8f8d-57827d14f54a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:15:30.325Z|42375319-55e0-4155-8f8d-57827d14f54a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:15:31.967Z|163e8362-dd0f-4e40-bb86-9e325dc288bd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:15:31.968Z|163e8362-dd0f-4e40-bb86-9e325dc288bd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:15:35.089Z|4ae6188e-d079-40b9-90df-6ab391161fb5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:15:35.090Z|4ae6188e-d079-40b9-90df-6ab391161fb5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:15:38.918Z|b94238db-e019-4c7c-824e-b776f1d91eb6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:15:38.919Z|b94238db-e019-4c7c-824e-b776f1d91eb6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:15:40.354Z|0337c961-f70e-4f7d-bc89-3c3302baeb1b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:15:40.355Z|0337c961-f70e-4f7d-bc89-3c3302baeb1b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:15:41.999Z|d0c9f78b-da47-4fc0-9c6b-b2b6d6b754d5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:15:42.000Z|d0c9f78b-da47-4fc0-9c6b-b2b6d6b754d5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:15:48.947Z|a63c3f7e-6339-4f0f-9387-5479874437b8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:15:48.948Z|a63c3f7e-6339-4f0f-9387-5479874437b8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:15:50.089Z|24ecd9b9-82e0-4a3c-a1bd-df2ccb4a5a34|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:15:50.089Z|24ecd9b9-82e0-4a3c-a1bd-df2ccb4a5a34|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:15:50.388Z|cefa04f0-3c34-44d4-92cd-73bf0cd7c802|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:15:50.389Z|cefa04f0-3c34-44d4-92cd-73bf0cd7c802|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:15:51.204Z|3e681de9-e6ce-43dd-b7c5-d7834dae8935|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:15:51.205Z|3e681de9-e6ce-43dd-b7c5-d7834dae8935|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:15:52.031Z|0c0dbb2a-2b17-4010-9b0a-8ce93e8db05d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:15:52.032Z|0c0dbb2a-2b17-4010-9b0a-8ce93e8db05d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:15:56.117Z|cae5b7fb-de45-40cd-a3cf-782783108370|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:15:56.117Z|cae5b7fb-de45-40cd-a3cf-782783108370|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:15:58.978Z|03c8d3c9-e4f9-460a-8864-cd79863e9927|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:15:58.979Z|03c8d3c9-e4f9-460a-8864-cd79863e9927|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:16:00.414Z|90de552a-df85-4c93-bbce-ae20e20d32ef|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:16:00.415Z|90de552a-df85-4c93-bbce-ae20e20d32ef|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:16:02.064Z|a15d0a24-118a-4f25-8c02-7c0548bf5f10|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:16:02.065Z|a15d0a24-118a-4f25-8c02-7c0548bf5f10|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:16:05.089Z|daf9f62e-cebc-4a33-8329-96de148e2515|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:16:05.093Z|daf9f62e-cebc-4a33-8329-96de148e2515|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:16:09.008Z|ee3a3d22-879c-49d9-8743-a396d226e3d5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:16:09.009Z|ee3a3d22-879c-49d9-8743-a396d226e3d5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:16:10.445Z|a34f2ca3-f8de-4dff-a95d-0f5df58468d0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:16:10.446Z|a34f2ca3-f8de-4dff-a95d-0f5df58468d0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:16:12.095Z|13ebaf32-6c48-40bb-9730-ab60f2ee61e4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:16:12.096Z|13ebaf32-6c48-40bb-9730-ab60f2ee61e4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:16:19.039Z|e7f04611-2a25-4232-8d24-2a1c51149a06|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:16:19.040Z|e7f04611-2a25-4232-8d24-2a1c51149a06|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:16:20.089Z|81959ac7-0d67-4633-96d2-86b298efd703|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:16:20.089Z|81959ac7-0d67-4633-96d2-86b298efd703|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:16:20.477Z|91958a4b-308e-4786-b6c1-23c41e7fd8c1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:16:20.478Z|91958a4b-308e-4786-b6c1-23c41e7fd8c1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:16:21.206Z|2b224805-fd06-44db-9315-776935c720d9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:16:21.206Z|2b224805-fd06-44db-9315-776935c720d9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:16:22.123Z|e267e926-7602-455f-bb01-1953e7208978|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:16:22.124Z|e267e926-7602-455f-bb01-1953e7208978|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:16:29.066Z|63c23fe0-06c8-4e5a-97b3-faad98f6840b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:16:29.067Z|63c23fe0-06c8-4e5a-97b3-faad98f6840b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:16:30.509Z|688f74d6-9073-4f29-b258-76abf322e078|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:16:30.510Z|688f74d6-9073-4f29-b258-76abf322e078|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:16:32.150Z|ae8eafd5-f732-4767-8350-250bce4d065f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:16:32.151Z|ae8eafd5-f732-4767-8350-250bce4d065f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:16:35.089Z|6244a146-1c51-4fd3-938c-091371f1764a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:16:35.089Z|6244a146-1c51-4fd3-938c-091371f1764a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:16:39.095Z|b6c7ff51-e5f4-410f-a1bc-0e876c3e3454|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:16:39.095Z|b6c7ff51-e5f4-410f-a1bc-0e876c3e3454|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:16:40.535Z|36350ee8-f179-4445-8d89-58b3403181ef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:16:40.536Z|36350ee8-f179-4445-8d89-58b3403181ef|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:16:42.186Z|7cfc1541-06d4-4beb-ae5e-64102b4bbc36|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:16:42.186Z|7cfc1541-06d4-4beb-ae5e-64102b4bbc36|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:16:49.141Z|f880f224-3b93-47ee-881e-74afeffabde8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:16:49.143Z|f880f224-3b93-47ee-881e-74afeffabde8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:16:50.089Z|421709f2-e555-4ecb-8e4e-35f24be89f96|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:16:50.095Z|421709f2-e555-4ecb-8e4e-35f24be89f96|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:16:50.570Z|19fe42ca-6b90-4703-9ea6-38c82ff6312e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:16:50.571Z|19fe42ca-6b90-4703-9ea6-38c82ff6312e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:16:51.207Z|b3fd6643-793c-4e32-b44f-20c49048e56c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:16:51.208Z|b3fd6643-793c-4e32-b44f-20c49048e56c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:16:52.220Z|e8948459-8695-40e0-93ce-f00eca4bd8ae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:16:52.221Z|e8948459-8695-40e0-93ce-f00eca4bd8ae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:16:56.119Z|5bf3ccba-2355-4afa-8f8a-8c89130e80e1|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:16:56.122Z|5bf3ccba-2355-4afa-8f8a-8c89130e80e1|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:16:59.189Z|792f85ed-a37f-412e-ab51-b2bdaf83d65d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:16:59.190Z|792f85ed-a37f-412e-ab51-b2bdaf83d65d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:17:00.611Z|8fd73d8c-88aa-46f9-be0d-afce152dd991|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:17:00.612Z|8fd73d8c-88aa-46f9-be0d-afce152dd991|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:17:02.252Z|0acfd179-0b08-4ac5-8110-b886dc9a0375|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:17:02.253Z|0acfd179-0b08-4ac5-8110-b886dc9a0375|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:17:05.090Z|9a7a0a79-155b-4902-9530-36763b266e1d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:17:05.091Z|9a7a0a79-155b-4902-9530-36763b266e1d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:17:09.219Z|199f4a8e-db65-4830-97af-4335f650040b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:17:09.220Z|199f4a8e-db65-4830-97af-4335f650040b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:17:10.641Z|eb11b445-0795-4e64-86e8-c591e1a23cfa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:17:10.642Z|eb11b445-0795-4e64-86e8-c591e1a23cfa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:17:12.285Z|847fb97a-a8ea-4f61-afbd-89e07948e76e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:17:12.286Z|847fb97a-a8ea-4f61-afbd-89e07948e76e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:17:19.255Z|d932afa5-5c4b-41a0-b96e-19df27a91d11|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:17:19.255Z|d932afa5-5c4b-41a0-b96e-19df27a91d11|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:17:20.089Z|7d98060a-4087-40d8-8a9d-157979c49892|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:17:20.090Z|7d98060a-4087-40d8-8a9d-157979c49892|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:17:20.669Z|254e7e5a-35bb-4aed-a860-e31e442bb9bc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:17:20.670Z|254e7e5a-35bb-4aed-a860-e31e442bb9bc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:17:21.209Z|f4551841-a2f4-471f-a6c2-dd4a63fba63e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:17:21.210Z|f4551841-a2f4-471f-a6c2-dd4a63fba63e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:17:22.315Z|6da3b4aa-d6b6-4be1-baab-8ad07123a72a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:17:22.316Z|6da3b4aa-d6b6-4be1-baab-8ad07123a72a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:17:29.282Z|8bdfcd1d-27e4-4b0e-92fd-c553430c9446|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:17:29.283Z|8bdfcd1d-27e4-4b0e-92fd-c553430c9446|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:17:30.702Z|3a3a3611-9a15-4cfe-9eef-2c45589af1bd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:17:30.703Z|3a3a3611-9a15-4cfe-9eef-2c45589af1bd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:17:32.343Z|c9585ef4-ac19-40ac-8956-1931a6c63c14|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:17:32.343Z|c9585ef4-ac19-40ac-8956-1931a6c63c14|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:17:35.089Z|9fc24482-0b78-4b9c-8c51-a59965a0efda|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:17:35.093Z|9fc24482-0b78-4b9c-8c51-a59965a0efda|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:17:39.314Z|22fbc701-a446-4204-916a-bef8d0abb9dd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:17:39.315Z|22fbc701-a446-4204-916a-bef8d0abb9dd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:17:40.733Z|1d575781-332e-463f-9514-2c22e6d8515f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:17:40.734Z|1d575781-332e-463f-9514-2c22e6d8515f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:17:42.372Z|0e683de8-7052-42fe-a572-267ac4856557|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:17:42.373Z|0e683de8-7052-42fe-a572-267ac4856557|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:17:49.344Z|4f00251e-c649-46d4-a896-6b3263b0859a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:17:49.345Z|4f00251e-c649-46d4-a896-6b3263b0859a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:17:50.089Z|32739fe3-cdec-4d32-96dd-f9b2b0d491c9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:17:50.089Z|32739fe3-cdec-4d32-96dd-f9b2b0d491c9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:17:50.760Z|1fa7066c-c174-4282-84d3-7fc7d44216ec|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:17:50.761Z|1fa7066c-c174-4282-84d3-7fc7d44216ec|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:17:51.210Z|d1fe3d46-fe4c-4f2f-8575-6280727e6a4b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:17:51.211Z|d1fe3d46-fe4c-4f2f-8575-6280727e6a4b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:17:52.400Z|1d36b05b-ce72-441a-ad46-aa1a29348e37|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:17:52.401Z|1d36b05b-ce72-441a-ad46-aa1a29348e37|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:17:56.118Z|d2a49a56-a90a-4232-9307-6ad175a1b229|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:17:56.118Z|d2a49a56-a90a-4232-9307-6ad175a1b229|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:17:59.373Z|ca6ddb67-23cd-4097-9475-90167a076401|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:17:59.374Z|ca6ddb67-23cd-4097-9475-90167a076401|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:18:00.789Z|3feac911-9503-44b2-b4c7-4191a5860159|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:18:00.790Z|3feac911-9503-44b2-b4c7-4191a5860159|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:18:02.434Z|7a5339e1-26f0-4031-9e5b-30e7d8f82200|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:18:02.435Z|7a5339e1-26f0-4031-9e5b-30e7d8f82200|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:18:05.089Z|a4456a9d-d472-40b5-97f9-cebb028d7051|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:18:05.089Z|a4456a9d-d472-40b5-97f9-cebb028d7051|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:18:09.403Z|60caccf2-1d12-4f87-ad45-9a9a06cc493b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:18:09.404Z|60caccf2-1d12-4f87-ad45-9a9a06cc493b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:18:10.815Z|9b96cdef-f034-43e2-bd3b-83700a085160|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:18:10.816Z|9b96cdef-f034-43e2-bd3b-83700a085160|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:18:12.465Z|c10f676a-f450-4d9a-99c4-1727cf28161c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:18:12.465Z|c10f676a-f450-4d9a-99c4-1727cf28161c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:18:19.435Z|cf195545-987a-4f5c-992a-c7c6ac5373ad|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:18:19.436Z|cf195545-987a-4f5c-992a-c7c6ac5373ad|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:18:20.089Z|9097f590-a01e-4352-b188-bf284a3af209|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:18:20.093Z|9097f590-a01e-4352-b188-bf284a3af209|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:18:20.844Z|2a5838a1-580f-4d85-8dda-1e623c566f27|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:18:20.845Z|2a5838a1-580f-4d85-8dda-1e623c566f27|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:18:21.211Z|6c6e962c-a565-457b-919c-5c16e9568d8b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:18:21.212Z|6c6e962c-a565-457b-919c-5c16e9568d8b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:18:22.493Z|137b4129-955a-4236-812b-fb88b2de3459|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:18:22.493Z|137b4129-955a-4236-812b-fb88b2de3459|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:18:29.468Z|4369959e-eaab-49c3-a7cb-bf988f17cdd1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:18:29.468Z|4369959e-eaab-49c3-a7cb-bf988f17cdd1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:18:30.875Z|2bba625b-ac62-4076-a427-060ec28e8477|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:18:30.876Z|2bba625b-ac62-4076-a427-060ec28e8477|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:18:32.523Z|df05ae36-49ef-4528-a53c-76907f8f55d4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:18:32.524Z|df05ae36-49ef-4528-a53c-76907f8f55d4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:18:35.089Z|4bb07807-355b-4941-87e8-cb3295814e31|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:18:35.089Z|4bb07807-355b-4941-87e8-cb3295814e31|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:18:39.504Z|3b55af8e-c7a4-47af-8078-2e7adb854766|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:18:39.505Z|3b55af8e-c7a4-47af-8078-2e7adb854766|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:18:40.907Z|c336229d-cc11-4430-adc5-65d8ecb1f3f1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:18:40.907Z|c336229d-cc11-4430-adc5-65d8ecb1f3f1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:18:42.555Z|2d781594-c89a-4eab-b9ea-012a8b4cdfd9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:18:42.556Z|2d781594-c89a-4eab-b9ea-012a8b4cdfd9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:18:49.533Z|00f25ebc-d806-45f9-866a-e449511f2094|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:18:49.534Z|00f25ebc-d806-45f9-866a-e449511f2094|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:18:50.089Z|28b6f12b-d5b9-4ca3-aafb-eaa05808bc75|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:18:50.090Z|28b6f12b-d5b9-4ca3-aafb-eaa05808bc75|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:18:50.939Z|623266d9-42ef-4dca-94ad-0c468afa508e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:18:50.939Z|623266d9-42ef-4dca-94ad-0c468afa508e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:18:51.213Z|c4be97ae-71d4-4726-b1ab-a1728701ae9f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:18:51.213Z|c4be97ae-71d4-4726-b1ab-a1728701ae9f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:18:52.586Z|dc670b28-22df-4b9b-a36c-aa051bf2cdb3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:18:52.587Z|dc670b28-22df-4b9b-a36c-aa051bf2cdb3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:18:56.116Z|618f443f-57a0-4bbd-bf82-6767453141d7|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:18:56.117Z|618f443f-57a0-4bbd-bf82-6767453141d7|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:18:59.561Z|3f133ef3-76ca-4182-a9c6-e104e2e03f68|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:18:59.562Z|3f133ef3-76ca-4182-a9c6-e104e2e03f68|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:19:00.971Z|22ace614-6c04-4ce2-9e4f-19d3c814f73d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:19:00.972Z|22ace614-6c04-4ce2-9e4f-19d3c814f73d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:19:02.612Z|91425bb8-8365-4148-92c7-0f61d8825c10|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:19:02.613Z|91425bb8-8365-4148-92c7-0f61d8825c10|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:19:05.089Z|f26b387a-565a-4136-9b78-fcbcf40e551c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:19:05.092Z|f26b387a-565a-4136-9b78-fcbcf40e551c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:19:09.591Z|60da66e0-59ee-4641-8cfc-ad250cb85aed|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:19:09.591Z|60da66e0-59ee-4641-8cfc-ad250cb85aed|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:19:11.002Z|be01cfb9-b330-45ed-870c-7119393ef1f2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:19:11.002Z|be01cfb9-b330-45ed-870c-7119393ef1f2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:19:12.641Z|69d362b1-51b6-491b-bde8-e734caf13105|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:19:12.642Z|69d362b1-51b6-491b-bde8-e734caf13105|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:19:19.620Z|966692d0-8563-4773-8dc8-af8db4f30704|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:19:19.621Z|966692d0-8563-4773-8dc8-af8db4f30704|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:19:20.089Z|81c336f6-72a6-470f-a072-662e6af8f46e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:19:20.089Z|81c336f6-72a6-470f-a072-662e6af8f46e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:19:21.030Z|1efc55d8-eb1f-4465-951f-3632158b7bd6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:19:21.031Z|1efc55d8-eb1f-4465-951f-3632158b7bd6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:19:21.214Z|3f35216d-07e2-44df-90ef-989d85b5c05c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:19:21.214Z|3f35216d-07e2-44df-90ef-989d85b5c05c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:19:22.669Z|fa6f7fed-fbc7-4a58-aae5-450d167f199a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:19:22.670Z|fa6f7fed-fbc7-4a58-aae5-450d167f199a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:19:29.652Z|91ad4e58-8df6-40e9-b4b8-31e3b7cce4b3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:19:29.653Z|91ad4e58-8df6-40e9-b4b8-31e3b7cce4b3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:19:31.056Z|3d3b6f13-15af-4ee0-9166-ea75ae9ef835|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:19:31.056Z|3d3b6f13-15af-4ee0-9166-ea75ae9ef835|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:19:32.700Z|f2671774-6aaf-4b28-bb6b-f8546b1d10da|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:19:32.701Z|f2671774-6aaf-4b28-bb6b-f8546b1d10da|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:19:35.089Z|72e1493b-3b95-43d6-99a5-afc6a959394f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:19:35.090Z|72e1493b-3b95-43d6-99a5-afc6a959394f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:19:39.683Z|9ff893ce-9522-44dd-b3e9-969277cbf75d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:19:39.684Z|9ff893ce-9522-44dd-b3e9-969277cbf75d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:19:41.083Z|7a99037e-4e08-4d26-9a47-9e79f550f4f9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:19:41.084Z|7a99037e-4e08-4d26-9a47-9e79f550f4f9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:19:42.731Z|9699ff71-079b-4ecb-b745-c8c0c402ebbc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:19:42.732Z|9699ff71-079b-4ecb-b745-c8c0c402ebbc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:19:49.710Z|0f22a284-429d-449a-a190-89885ef29a29|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:19:49.711Z|0f22a284-429d-449a-a190-89885ef29a29|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:19:50.089Z|fe5a88f6-3a0f-4c28-93b9-63bfee7c38b8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:19:50.093Z|fe5a88f6-3a0f-4c28-93b9-63bfee7c38b8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:19:51.114Z|0eddf01a-c284-4603-91ad-a284f5b1d97d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:19:51.115Z|0eddf01a-c284-4603-91ad-a284f5b1d97d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:19:51.215Z|283a5f02-28c0-4f22-986a-604bf2265acd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:19:51.216Z|283a5f02-28c0-4f22-986a-604bf2265acd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:19:52.762Z|0d31467f-95ae-47a3-8678-915ad66ed063|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:19:52.763Z|0d31467f-95ae-47a3-8678-915ad66ed063|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:19:56.117Z|da3259c7-a967-4f8b-915c-41fae87b9dc5|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:19:56.117Z|da3259c7-a967-4f8b-915c-41fae87b9dc5|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:19:59.741Z|e77e0ceb-7072-4c15-bd64-6b3ee5a92446|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:19:59.742Z|e77e0ceb-7072-4c15-bd64-6b3ee5a92446|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:20:01.144Z|9d1e4167-0073-488b-ae8d-f5392c6f8ccd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:20:01.145Z|9d1e4167-0073-488b-ae8d-f5392c6f8ccd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:20:02.792Z|17850686-936f-4c62-875f-66cf76d0235b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:20:02.793Z|17850686-936f-4c62-875f-66cf76d0235b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:20:05.089Z|6a78f919-7cf7-4cb5-9324-037db31b9ac2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:20:05.090Z|6a78f919-7cf7-4cb5-9324-037db31b9ac2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:20:09.773Z|cb81ae08-eb68-4030-8004-0284c45ef06d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:20:09.774Z|cb81ae08-eb68-4030-8004-0284c45ef06d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:20:11.174Z|25556e81-f15d-453d-825f-3d670e464214|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:20:11.174Z|25556e81-f15d-453d-825f-3d670e464214|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:20:12.820Z|7bf25234-719a-49e2-83cf-3c799add665c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:20:12.821Z|7bf25234-719a-49e2-83cf-3c799add665c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:20:19.803Z|19f20c4a-9129-49cb-8a84-41499496d665|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:20:19.804Z|19f20c4a-9129-49cb-8a84-41499496d665|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:20:20.089Z|30dc6e55-d965-4c99-b39d-0e23a7744750|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:20:20.090Z|30dc6e55-d965-4c99-b39d-0e23a7744750|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:20:21.204Z|0f273252-93c6-4eaa-a292-01a1714ee142|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:20:21.205Z|0f273252-93c6-4eaa-a292-01a1714ee142|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:20:21.216Z|f5c237f9-2a4f-4bcb-bf49-923a19c757c7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:20:21.217Z|f5c237f9-2a4f-4bcb-bf49-923a19c757c7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:20:22.851Z|1ffe2e78-b6bc-4904-b2a3-712e6895c85f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:20:22.852Z|1ffe2e78-b6bc-4904-b2a3-712e6895c85f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:20:29.863Z|a0425218-7968-4ec7-ba9d-a01ce4d6aa90|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:20:29.866Z|a0425218-7968-4ec7-ba9d-a01ce4d6aa90|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:20:31.235Z|37469b82-17d5-469e-bc1f-b3d94c02fdc5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:20:31.236Z|37469b82-17d5-469e-bc1f-b3d94c02fdc5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:20:32.884Z|8e1fe442-660f-499b-9f11-f24bfc1423e9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:20:32.885Z|8e1fe442-660f-499b-9f11-f24bfc1423e9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:20:35.089Z|258bfb4d-bab5-4f98-92a3-3135062e494c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:20:35.093Z|258bfb4d-bab5-4f98-92a3-3135062e494c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:20:39.909Z|847fa35b-4e65-4b6d-a164-aaf607ce1973|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:20:39.910Z|847fa35b-4e65-4b6d-a164-aaf607ce1973|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:20:41.268Z|780e48e1-810b-4a49-a932-1920c3bcf4f9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:20:41.270Z|780e48e1-810b-4a49-a932-1920c3bcf4f9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:20:42.921Z|375edc75-7868-4bde-9c6e-aedc8747e6ce|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:20:42.921Z|375edc75-7868-4bde-9c6e-aedc8747e6ce|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:20:49.938Z|b75427b4-f8e0-4528-9922-a677ad3778a1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:20:49.939Z|b75427b4-f8e0-4528-9922-a677ad3778a1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:20:50.089Z|37e5ce36-cc30-4dd8-a694-b9600f81da4e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:20:50.089Z|37e5ce36-cc30-4dd8-a694-b9600f81da4e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:20:51.217Z|24606016-8cb5-44cd-89c1-79d04402b89b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:20:51.218Z|24606016-8cb5-44cd-89c1-79d04402b89b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:20:51.301Z|81fc8d07-7c35-48d1-a929-92baf0aeb7c1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:20:51.302Z|81fc8d07-7c35-48d1-a929-92baf0aeb7c1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:20:52.952Z|dc59e83a-1215-48b6-97ea-92bc6b63a11c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:20:52.953Z|dc59e83a-1215-48b6-97ea-92bc6b63a11c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:20:56.119Z|ea1ddcd8-47f1-4918-b31f-fbbf1de440cc|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:20:56.120Z|ea1ddcd8-47f1-4918-b31f-fbbf1de440cc|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:20:59.965Z|3501531e-bc85-44b7-9ea6-74f4c3d70acb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:20:59.965Z|3501531e-bc85-44b7-9ea6-74f4c3d70acb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:21:01.333Z|2f25cfee-d467-41e8-b0cf-1cf00e9e0026|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:21:01.334Z|2f25cfee-d467-41e8-b0cf-1cf00e9e0026|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:21:02.979Z|ac19a5f6-617c-48c2-a165-ce775a251891|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:21:02.979Z|ac19a5f6-617c-48c2-a165-ce775a251891|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:21:05.089Z|aa199dd1-4fe8-4c9b-a108-5875f8322d37|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:21:05.089Z|aa199dd1-4fe8-4c9b-a108-5875f8322d37|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:21:09.992Z|d9b200f7-2eeb-4e5b-b8f4-6e273f8efdba|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:21:09.993Z|d9b200f7-2eeb-4e5b-b8f4-6e273f8efdba|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:21:11.364Z|40055158-4754-4102-b0ad-6e055d341282|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:21:11.365Z|40055158-4754-4102-b0ad-6e055d341282|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:21:13.009Z|a3a83676-0ba2-44af-bd87-cd22498d9052|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:21:13.009Z|a3a83676-0ba2-44af-bd87-cd22498d9052|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:21:20.022Z|a682ca3c-7c8e-4cd4-b1b0-88c4865f4077|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:21:20.023Z|a682ca3c-7c8e-4cd4-b1b0-88c4865f4077|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:21:20.089Z|dd87a4d4-f8bb-4c2b-a61d-954d9033a51f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:21:20.092Z|dd87a4d4-f8bb-4c2b-a61d-954d9033a51f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:21:21.219Z|fd0ff896-ecc9-4be6-902b-74dc80282170|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:21:21.220Z|fd0ff896-ecc9-4be6-902b-74dc80282170|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:21:21.397Z|e9a3ae62-9eb8-4b86-af9d-a42998c7a51f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:21:21.398Z|e9a3ae62-9eb8-4b86-af9d-a42998c7a51f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:21:23.042Z|526f1bba-1b66-4136-8fec-44ef40fee23c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:21:23.043Z|526f1bba-1b66-4136-8fec-44ef40fee23c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:21:30.049Z|990d2c4d-3bc1-4b30-bf41-568ea6ba3db5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:21:30.050Z|990d2c4d-3bc1-4b30-bf41-568ea6ba3db5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:21:31.427Z|75a94984-7f22-4d59-8051-ab155bae12b2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:21:31.428Z|75a94984-7f22-4d59-8051-ab155bae12b2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:21:33.069Z|c16f04d2-b8dc-4c27-a256-871a87c13e5c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:21:33.070Z|c16f04d2-b8dc-4c27-a256-871a87c13e5c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:21:35.089Z|c2f08653-44d5-4f75-b8bd-9860e7bba0ed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:21:35.090Z|c2f08653-44d5-4f75-b8bd-9860e7bba0ed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:21:40.073Z|15661f5d-4172-4786-a112-893898dd24e8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:21:40.074Z|15661f5d-4172-4786-a112-893898dd24e8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:21:41.460Z|d3e3b347-7a2e-4589-8618-15c16a02163e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:21:41.461Z|d3e3b347-7a2e-4589-8618-15c16a02163e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:21:43.102Z|dde58b63-d84f-4a16-8e04-1d36e14e232c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:21:43.103Z|dde58b63-d84f-4a16-8e04-1d36e14e232c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:21:50.089Z|d72abd7e-387f-4208-9981-5c58896e5ed5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:21:50.089Z|d72abd7e-387f-4208-9981-5c58896e5ed5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:21:50.103Z|cc874538-a4c3-4588-9fcb-50b2282bce86|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:21:50.104Z|cc874538-a4c3-4588-9fcb-50b2282bce86|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:21:51.220Z|154145b2-c8cd-40c5-b3b3-48a8aab7b03b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:21:51.221Z|154145b2-c8cd-40c5-b3b3-48a8aab7b03b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:21:51.489Z|156df30d-47cb-4ec1-9175-46ca3c70efb7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:21:51.490Z|156df30d-47cb-4ec1-9175-46ca3c70efb7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:21:53.128Z|53983a85-9e61-4314-a013-24deccbe9568|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:21:53.128Z|53983a85-9e61-4314-a013-24deccbe9568|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:21:56.119Z|6e93c181-f100-498a-8c2f-5ac8cee27e30|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:21:56.120Z|6e93c181-f100-498a-8c2f-5ac8cee27e30|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:22:00.129Z|186132a9-c8b8-4344-aaba-e5fca26d83af|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:22:00.130Z|186132a9-c8b8-4344-aaba-e5fca26d83af|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:22:01.518Z|47c0cf21-a572-4cda-ab68-3a46432aa704|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:22:01.519Z|47c0cf21-a572-4cda-ab68-3a46432aa704|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:22:03.157Z|0d1173c8-11cc-4215-9939-e30ba800d696|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:22:03.157Z|0d1173c8-11cc-4215-9939-e30ba800d696|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:22:05.089Z|a8d09ff4-ec32-4427-8586-f8301aee8232|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:22:05.093Z|a8d09ff4-ec32-4427-8586-f8301aee8232|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:22:10.161Z|29652a12-cfa6-4393-b247-e7568a4889af|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:22:10.163Z|29652a12-cfa6-4393-b247-e7568a4889af|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:22:11.550Z|95ebfc7b-39e7-4be7-a881-2ca0458073b7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:22:11.551Z|95ebfc7b-39e7-4be7-a881-2ca0458073b7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:22:13.187Z|36e90af4-f480-48f0-9d86-2b6ce1a03683|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:22:13.188Z|36e90af4-f480-48f0-9d86-2b6ce1a03683|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:22:20.089Z|21a8b301-675c-49ff-b65e-3e9513f9ab57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:22:20.089Z|21a8b301-675c-49ff-b65e-3e9513f9ab57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:22:20.193Z|61f9745b-f154-4e98-91b1-2de10a52b808|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:22:20.193Z|61f9745b-f154-4e98-91b1-2de10a52b808|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:22:21.221Z|199096f5-5a88-4487-aedb-c944e1c2caa4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:22:21.222Z|199096f5-5a88-4487-aedb-c944e1c2caa4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:22:21.583Z|8138f6d2-c8f1-4154-8fb5-a8bc7d6b9ae7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:22:21.583Z|8138f6d2-c8f1-4154-8fb5-a8bc7d6b9ae7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:22:23.216Z|e5c68b18-f31e-4cb5-a1e8-bba4f4df71ab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:22:23.217Z|e5c68b18-f31e-4cb5-a1e8-bba4f4df71ab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:22:30.223Z|9b8e3fd9-2923-4542-8d37-6ff052594140|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:22:30.224Z|9b8e3fd9-2923-4542-8d37-6ff052594140|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:22:31.611Z|543d84be-00b7-4f1f-b609-bf92dbecbae3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:22:31.612Z|543d84be-00b7-4f1f-b609-bf92dbecbae3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:22:33.246Z|009a9698-d9af-4d01-a773-2a3acc117352|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:22:33.247Z|009a9698-d9af-4d01-a773-2a3acc117352|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:22:35.089Z|33cd2d00-87af-4cf1-97a0-7467b4ce4b8c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:22:35.089Z|33cd2d00-87af-4cf1-97a0-7467b4ce4b8c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:22:40.261Z|d79adda9-6ed5-47c3-a00e-673df0c691ef|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:22:40.261Z|d79adda9-6ed5-47c3-a00e-673df0c691ef|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:22:41.642Z|7efa90bc-1374-487d-9049-381e46d4008c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:22:41.643Z|7efa90bc-1374-487d-9049-381e46d4008c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:22:43.298Z|cf82ea37-7e2e-4335-84e0-6d110f5e2101|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:22:43.299Z|cf82ea37-7e2e-4335-84e0-6d110f5e2101|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:22:50.089Z|0492251a-166b-4501-994c-cf61251cbe7d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:22:50.094Z|0492251a-166b-4501-994c-cf61251cbe7d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:22:50.290Z|5dd44f50-6801-40da-8daa-6ef7d8773758|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:22:50.291Z|5dd44f50-6801-40da-8daa-6ef7d8773758|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:22:51.223Z|5ca7cf98-b55c-4770-8caf-d5a7d5f7dcff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:22:51.223Z|5ca7cf98-b55c-4770-8caf-d5a7d5f7dcff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:22:51.670Z|3d2c2b2d-28d0-4e7d-ae00-0a8cc1d1bc75|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:22:51.671Z|3d2c2b2d-28d0-4e7d-ae00-0a8cc1d1bc75|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:22:53.327Z|9553fd71-d6e6-442d-bf0e-d07a363b2df9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:22:53.327Z|9553fd71-d6e6-442d-bf0e-d07a363b2df9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:22:56.116Z|b10f6712-c36e-406b-9692-12ea97c8490a|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:22:56.117Z|b10f6712-c36e-406b-9692-12ea97c8490a|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:23:00.325Z|68e20b61-aa7b-4927-9e3d-f2413affe698|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:23:00.325Z|68e20b61-aa7b-4927-9e3d-f2413affe698|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:23:01.700Z|97c4ba75-f909-4c66-8dc9-4a8faed8706b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:23:01.701Z|97c4ba75-f909-4c66-8dc9-4a8faed8706b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:23:03.352Z|7d88aab9-d913-41e8-a3ce-7c57269ab87f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:23:03.353Z|7d88aab9-d913-41e8-a3ce-7c57269ab87f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:23:05.089Z|6a0c2f28-bccb-4120-8e87-c1ad7be9e14e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:23:05.090Z|6a0c2f28-bccb-4120-8e87-c1ad7be9e14e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:23:10.354Z|6e0d20e5-9b19-42c4-b74e-60f0544083c5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:23:10.355Z|6e0d20e5-9b19-42c4-b74e-60f0544083c5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:23:11.727Z|98fbcb90-5d80-4f4c-a2c3-48e790df4e63|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:23:11.728Z|98fbcb90-5d80-4f4c-a2c3-48e790df4e63|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:23:13.407Z|0023aabb-08d6-4eb9-88bd-043d0a1f9f99|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:23:13.408Z|0023aabb-08d6-4eb9-88bd-043d0a1f9f99|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:23:20.089Z|ce70afac-2567-4cbd-9166-f85338f81d1c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:23:20.089Z|ce70afac-2567-4cbd-9166-f85338f81d1c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:23:20.388Z|10fa96a1-12d4-4c09-abfb-f750382f474b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:23:20.389Z|10fa96a1-12d4-4c09-abfb-f750382f474b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:23:21.224Z|b0213b1b-746e-46dd-a5bc-a148360de809|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:23:21.224Z|b0213b1b-746e-46dd-a5bc-a148360de809|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:23:21.753Z|4170c0b8-4a8c-4769-aa7d-c99f1b432b9a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:23:21.754Z|4170c0b8-4a8c-4769-aa7d-c99f1b432b9a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:23:23.435Z|55eee942-62e8-4971-b050-9318b5584930|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:23:23.436Z|55eee942-62e8-4971-b050-9318b5584930|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:23:30.419Z|59e2fb4b-c98c-47ac-b758-fc1a9f25f95f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:23:30.420Z|59e2fb4b-c98c-47ac-b758-fc1a9f25f95f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:23:31.778Z|8a55ff37-d60f-4b0f-a8b2-024b06b42ea2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:23:31.779Z|8a55ff37-d60f-4b0f-a8b2-024b06b42ea2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:23:33.459Z|4a24d299-a03a-4655-9cdb-a237d76f7270|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:23:33.460Z|4a24d299-a03a-4655-9cdb-a237d76f7270|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:23:35.089Z|46fc3484-ba65-48dd-b018-b9006f18bb7a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:23:35.094Z|46fc3484-ba65-48dd-b018-b9006f18bb7a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:23:40.457Z|c776a712-053e-4d31-b1bb-61f5410e0abc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:23:40.458Z|c776a712-053e-4d31-b1bb-61f5410e0abc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:23:41.808Z|dff6101f-167b-49d7-9f33-22e28fceca3d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:23:41.809Z|dff6101f-167b-49d7-9f33-22e28fceca3d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:23:43.484Z|a59b24ad-048f-459d-87c8-483a0b24e3ce|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:23:43.485Z|a59b24ad-048f-459d-87c8-483a0b24e3ce|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:23:50.089Z|c53efa20-0642-443b-88d0-4c999ddb064a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:23:50.089Z|c53efa20-0642-443b-88d0-4c999ddb064a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:23:50.483Z|8bac6457-00e5-4f49-ab3f-4f3ab0bc0237|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:23:50.484Z|8bac6457-00e5-4f49-ab3f-4f3ab0bc0237|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:23:51.225Z|89781a1e-1574-4f4c-99a5-f3e6cd16ae39|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:23:51.226Z|89781a1e-1574-4f4c-99a5-f3e6cd16ae39|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:23:51.842Z|4069f5e4-9f3f-42fb-bb01-e4d807df073d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:23:51.842Z|4069f5e4-9f3f-42fb-bb01-e4d807df073d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:23:53.515Z|ea17aa4a-5022-4fbb-a35b-e2af90e4731b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:23:53.516Z|ea17aa4a-5022-4fbb-a35b-e2af90e4731b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:23:56.118Z|4a1f8fec-6a07-44bc-9fd8-001deefa1cc2|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:23:56.119Z|4a1f8fec-6a07-44bc-9fd8-001deefa1cc2|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:24:00.514Z|5d4b8246-8255-40f6-9e52-d7c31b68c667|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:24:00.515Z|5d4b8246-8255-40f6-9e52-d7c31b68c667|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:24:01.872Z|60505c34-cde9-4893-9da1-efd9da8e8ba7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:24:01.873Z|60505c34-cde9-4893-9da1-efd9da8e8ba7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:24:03.545Z|2d476464-0c26-48da-a015-56f76d159929|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:24:03.546Z|2d476464-0c26-48da-a015-56f76d159929|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:24:05.089Z|3bd46f58-b95b-4ee1-8049-e38dd0e0a742|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:24:05.089Z|3bd46f58-b95b-4ee1-8049-e38dd0e0a742|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:24:10.550Z|d75fbf67-2439-4545-8f7c-f862fa764d8a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:24:10.550Z|d75fbf67-2439-4545-8f7c-f862fa764d8a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:24:11.900Z|b8d6522a-1a85-4ae7-8b14-4204a439e61d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:24:11.901Z|b8d6522a-1a85-4ae7-8b14-4204a439e61d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:24:13.577Z|b0b01caf-ab10-4b97-a449-c3886f57a06f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:24:13.578Z|b0b01caf-ab10-4b97-a449-c3886f57a06f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:24:20.089Z|d020ff4a-ca81-4c54-90bf-75973239e172|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:24:20.093Z|d020ff4a-ca81-4c54-90bf-75973239e172|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:24:20.581Z|0d44ae63-5990-4899-80da-a6421adfd148|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:24:20.582Z|0d44ae63-5990-4899-80da-a6421adfd148|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:24:21.226Z|821ecca7-8ac8-4b43-9242-c743fb6d7ed2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:24:21.226Z|821ecca7-8ac8-4b43-9242-c743fb6d7ed2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:24:21.931Z|5164c643-a93a-4961-bcd9-baee44cce6bf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:24:21.932Z|5164c643-a93a-4961-bcd9-baee44cce6bf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:24:23.633Z|7d7a8f69-7e0c-442a-ba4d-ad705baee779|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:24:23.634Z|7d7a8f69-7e0c-442a-ba4d-ad705baee779|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:24:30.613Z|d8d9af3a-704a-4d66-8747-7650e07fce4d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:24:30.614Z|d8d9af3a-704a-4d66-8747-7650e07fce4d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:24:31.964Z|d1de0517-dad9-4346-86d0-265ff0767634|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:24:31.965Z|d1de0517-dad9-4346-86d0-265ff0767634|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:24:33.671Z|a6d7ba67-7014-4165-b201-7bf8062fe363|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:24:33.673Z|a6d7ba67-7014-4165-b201-7bf8062fe363|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:24:35.089Z|7f50fae8-46bf-4f5c-a7ba-4b93e99b04f8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:24:35.090Z|7f50fae8-46bf-4f5c-a7ba-4b93e99b04f8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:24:40.643Z|11d0dd42-26d7-40d7-80d3-a9c05d58b0f8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:24:40.644Z|11d0dd42-26d7-40d7-80d3-a9c05d58b0f8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:24:41.999Z|0c27a6df-18f2-4a26-8c44-2923d145377c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:24:42.000Z|0c27a6df-18f2-4a26-8c44-2923d145377c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:24:43.701Z|3bc95115-ae9f-4423-b5a8-dfd4756e64a8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:24:43.702Z|3bc95115-ae9f-4423-b5a8-dfd4756e64a8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:24:50.089Z|a5f407f7-3d9d-4be8-8b23-0c943d352fbc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:24:50.089Z|a5f407f7-3d9d-4be8-8b23-0c943d352fbc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:24:50.674Z|663fb2ba-388b-4996-9daf-420b385b7506|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:24:50.675Z|663fb2ba-388b-4996-9daf-420b385b7506|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:24:51.228Z|b40e17fb-28d8-4497-9fac-c15532bdb3e0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:24:51.228Z|b40e17fb-28d8-4497-9fac-c15532bdb3e0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:24:52.026Z|fecabfcb-5564-4ef8-ac73-fb8a8a29606f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:24:52.027Z|fecabfcb-5564-4ef8-ac73-fb8a8a29606f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:24:53.751Z|ffe05961-7944-402f-9fc0-2aff41f3d3bb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:24:53.752Z|ffe05961-7944-402f-9fc0-2aff41f3d3bb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:24:56.119Z|39f66718-b6e6-485a-8d55-8e529b8e4b29|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:24:56.120Z|39f66718-b6e6-485a-8d55-8e529b8e4b29|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:25:00.705Z|aa132bff-7aee-4288-8684-e12f80405989|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:25:00.706Z|aa132bff-7aee-4288-8684-e12f80405989|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:25:02.054Z|e341fe8b-b316-4832-9b6d-9d2932e7dd13|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:25:02.055Z|e341fe8b-b316-4832-9b6d-9d2932e7dd13|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:25:03.775Z|b2dbc70b-ef10-4e4c-8ff7-8e18d56f7c91|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:25:03.776Z|b2dbc70b-ef10-4e4c-8ff7-8e18d56f7c91|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:25:05.089Z|0ab5e721-3a1f-49e4-a1e8-546928cadee2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:25:05.093Z|0ab5e721-3a1f-49e4-a1e8-546928cadee2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:25:10.733Z|ea9844b0-d8e5-4b88-9597-a23f3ce4ebe1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:25:10.733Z|ea9844b0-d8e5-4b88-9597-a23f3ce4ebe1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:25:12.084Z|86a30f06-e157-4f29-88ed-c91ddc3cf7a5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:25:12.085Z|86a30f06-e157-4f29-88ed-c91ddc3cf7a5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:25:13.818Z|62369c0d-497b-4dbf-88e6-fd2e9c03dc2c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:25:13.819Z|62369c0d-497b-4dbf-88e6-fd2e9c03dc2c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:25:20.089Z|85d75fdc-fdab-474e-947d-6ecfb832dd1e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:25:20.089Z|85d75fdc-fdab-474e-947d-6ecfb832dd1e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:25:20.761Z|c26bc4e9-317c-49e4-ab3d-ae312c242e86|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:25:20.762Z|c26bc4e9-317c-49e4-ab3d-ae312c242e86|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:25:21.229Z|e5ee209f-6563-4e55-a939-555f6fd483db|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:25:21.229Z|e5ee209f-6563-4e55-a939-555f6fd483db|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:25:22.113Z|5fca71b3-b46f-4342-be09-17b8d8f08529|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:25:22.114Z|5fca71b3-b46f-4342-be09-17b8d8f08529|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:25:23.842Z|da7eff8f-1cf0-447a-9276-68b48b771cd1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:25:23.843Z|da7eff8f-1cf0-447a-9276-68b48b771cd1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:25:30.794Z|937a5ac3-a6f0-483c-a9f9-ae0e3eb0d9b0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:25:30.794Z|937a5ac3-a6f0-483c-a9f9-ae0e3eb0d9b0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:25:32.141Z|8435fcd5-70a9-4817-82cf-91dc5ac95f31|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:25:32.142Z|8435fcd5-70a9-4817-82cf-91dc5ac95f31|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:25:33.869Z|229e4b2d-0e21-4ff5-aff9-414f74fc4d18|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:25:33.870Z|229e4b2d-0e21-4ff5-aff9-414f74fc4d18|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:25:35.089Z|e76bfd15-47ff-43f8-ab71-834d19560bda|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:25:35.089Z|e76bfd15-47ff-43f8-ab71-834d19560bda|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:25:40.822Z|d7ff5bf7-5dd8-4399-8271-e2d086ee9704|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:25:40.823Z|d7ff5bf7-5dd8-4399-8271-e2d086ee9704|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:25:42.171Z|3bb50a5b-9a3a-490b-baad-fdb01a7ff05e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:25:42.172Z|3bb50a5b-9a3a-490b-baad-fdb01a7ff05e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:25:43.899Z|ee3857dc-dd0f-4292-bfbb-96e400b2f1ee|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:25:43.899Z|ee3857dc-dd0f-4292-bfbb-96e400b2f1ee|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:25:50.089Z|5905d043-e080-4751-bc12-1ba0f4b2fac1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:25:50.093Z|5905d043-e080-4751-bc12-1ba0f4b2fac1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:25:50.851Z|9cbbef80-9ef4-417d-8b6e-fd648628d80b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:25:50.851Z|9cbbef80-9ef4-417d-8b6e-fd648628d80b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:25:51.230Z|94a555eb-8785-480f-b5dd-6fe5771a8d19|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:25:51.230Z|94a555eb-8785-480f-b5dd-6fe5771a8d19|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:25:52.202Z|586ec865-abcd-444e-93b7-9b49330dc614|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:25:52.203Z|586ec865-abcd-444e-93b7-9b49330dc614|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:25:53.925Z|35c22066-f050-4989-9cb4-605e93cac9ee|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:25:53.925Z|35c22066-f050-4989-9cb4-605e93cac9ee|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:25:56.115Z|2febe391-9c66-4739-a754-360acd9000af|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:25:56.116Z|2febe391-9c66-4739-a754-360acd9000af|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:26:00.880Z|82ae2f9e-4379-4222-8147-d63e9d8fb818|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:26:00.881Z|82ae2f9e-4379-4222-8147-d63e9d8fb818|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:26:02.239Z|4ed8a925-7bf8-44e7-bbbf-b617dabf3d43|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:26:02.240Z|4ed8a925-7bf8-44e7-bbbf-b617dabf3d43|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:26:03.954Z|0fddb8e9-7e94-4666-9bc7-cfaeca54a0e7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:26:03.955Z|0fddb8e9-7e94-4666-9bc7-cfaeca54a0e7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:26:05.089Z|85b03237-ae2a-4262-9f60-26ceaac4626f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:26:05.090Z|85b03237-ae2a-4262-9f60-26ceaac4626f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:26:10.909Z|4067dfbc-f711-421b-be54-2d5696bbfdc8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:26:10.910Z|4067dfbc-f711-421b-be54-2d5696bbfdc8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:26:12.266Z|705f7932-2ccf-4404-9c76-560a7351aa5d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:26:12.266Z|705f7932-2ccf-4404-9c76-560a7351aa5d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:26:13.983Z|eb5dcf6d-abd7-465e-a41f-933f6d7cc133|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:26:13.984Z|eb5dcf6d-abd7-465e-a41f-933f6d7cc133|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:26:20.089Z|dc08ada8-87bc-4b55-b626-41b7888d6086|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:26:20.089Z|dc08ada8-87bc-4b55-b626-41b7888d6086|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:26:20.940Z|6223f95a-7ba8-434f-9425-a057835a7c91|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:26:20.941Z|6223f95a-7ba8-434f-9425-a057835a7c91|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:26:21.231Z|453717c8-a764-4ee2-b510-d381504d79f0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:26:21.232Z|453717c8-a764-4ee2-b510-d381504d79f0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:26:22.297Z|a1fb79c8-52ee-4845-9c0c-1dfc764f3c1c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:26:22.297Z|a1fb79c8-52ee-4845-9c0c-1dfc764f3c1c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:26:24.014Z|6a37cd1d-d784-40d4-90eb-83e3fabf8c8a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:26:24.015Z|6a37cd1d-d784-40d4-90eb-83e3fabf8c8a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:26:30.968Z|ae8488e3-fa19-4344-81f8-3a18f4c784a4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:26:30.969Z|ae8488e3-fa19-4344-81f8-3a18f4c784a4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:26:32.328Z|d08d4b11-c0d6-40ed-9f95-5c0f812f10a6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:26:32.329Z|d08d4b11-c0d6-40ed-9f95-5c0f812f10a6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:26:34.049Z|db34d0c2-1c49-4387-b39f-4180ee366bee|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:26:34.050Z|db34d0c2-1c49-4387-b39f-4180ee366bee|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:26:35.089Z|f78726ba-cf75-4505-8ed7-e0b4b1199982|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:26:35.094Z|f78726ba-cf75-4505-8ed7-e0b4b1199982|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:26:40.999Z|9285afa3-e9c4-472b-b8ba-f1949315aa9c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:26:41.000Z|9285afa3-e9c4-472b-b8ba-f1949315aa9c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:26:42.352Z|68862c9c-5696-46a5-a113-d46e947397ad|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:26:42.353Z|68862c9c-5696-46a5-a113-d46e947397ad|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:26:44.080Z|c7f43b58-ef3a-4f56-bc95-9b8f400ee275|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:26:44.081Z|c7f43b58-ef3a-4f56-bc95-9b8f400ee275|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:26:50.089Z|e89e565b-207e-451a-86ed-30264441a620|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:26:50.090Z|e89e565b-207e-451a-86ed-30264441a620|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:26:51.023Z|1bf80c56-5ac0-4430-88b4-f35f41d33c23|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:26:51.024Z|1bf80c56-5ac0-4430-88b4-f35f41d33c23|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:26:51.232Z|34c32239-c7a7-412d-9c49-41822332c2c0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:26:51.233Z|34c32239-c7a7-412d-9c49-41822332c2c0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:26:52.376Z|4bf530c4-4eca-419c-9833-ff4ba3497506|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:26:52.377Z|4bf530c4-4eca-419c-9833-ff4ba3497506|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:26:54.108Z|c074b66d-4894-4f59-aaa6-039acd90fd79|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:26:54.108Z|c074b66d-4894-4f59-aaa6-039acd90fd79|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:26:56.115Z|b576fc40-8693-4bb1-8c22-b44079ad4600|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:26:56.115Z|b576fc40-8693-4bb1-8c22-b44079ad4600|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:27:01.053Z|caca450c-3f12-42f8-b0db-8331d47210b7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:27:01.054Z|caca450c-3f12-42f8-b0db-8331d47210b7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:27:02.407Z|14304c37-99cc-4880-b3b8-ca213a981c16|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:27:02.408Z|14304c37-99cc-4880-b3b8-ca213a981c16|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:27:04.140Z|1297f63a-3726-4c04-bf2c-25f817eb8ae2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:27:04.142Z|1297f63a-3726-4c04-bf2c-25f817eb8ae2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:27:05.089Z|65ce3892-5e7b-4642-873a-98fa2b9d3347|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:27:05.090Z|65ce3892-5e7b-4642-873a-98fa2b9d3347|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:27:11.092Z|7a857978-2c91-4c9c-af21-d512689d8b9d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:27:11.092Z|7a857978-2c91-4c9c-af21-d512689d8b9d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:27:12.439Z|cb44fc90-4234-40b3-acf4-b357e44276d4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:27:12.440Z|cb44fc90-4234-40b3-acf4-b357e44276d4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:27:14.189Z|88cd30b9-dc37-4027-95b4-865273a6a1e6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:27:14.190Z|88cd30b9-dc37-4027-95b4-865273a6a1e6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:27:20.089Z|af0aab2d-96cb-40d8-8112-eefa10287a10|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:27:20.094Z|af0aab2d-96cb-40d8-8112-eefa10287a10|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:27:21.123Z|0d8d15a6-8bdb-4316-a0a3-8ae8fd87b114|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:27:21.124Z|0d8d15a6-8bdb-4316-a0a3-8ae8fd87b114|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:27:21.233Z|85d56236-1b35-4e32-977e-0938e35be887|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:27:21.234Z|85d56236-1b35-4e32-977e-0938e35be887|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:27:22.474Z|d160c993-3b1d-471c-a633-5ed22d7cf2b3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:27:22.475Z|d160c993-3b1d-471c-a633-5ed22d7cf2b3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:27:24.219Z|bef7959a-edee-4050-b7c7-3335af6a9305|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:27:24.220Z|bef7959a-edee-4050-b7c7-3335af6a9305|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:27:31.155Z|c28e06e7-3fee-4eae-9681-d0032d3d81ea|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:27:31.156Z|c28e06e7-3fee-4eae-9681-d0032d3d81ea|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:27:32.510Z|bd8c6442-8f82-4b0d-845c-c4c9c5d9f96f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:27:32.511Z|bd8c6442-8f82-4b0d-845c-c4c9c5d9f96f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:27:34.248Z|61a1cb27-452c-462e-affc-c45b7212a9dd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:27:34.249Z|61a1cb27-452c-462e-affc-c45b7212a9dd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:27:35.089Z|282571e3-9214-43f6-b1cb-86b8134859a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:27:35.090Z|282571e3-9214-43f6-b1cb-86b8134859a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:27:41.186Z|8193c527-cc09-4c53-bb72-c24b1d70cd16|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:27:41.187Z|8193c527-cc09-4c53-bb72-c24b1d70cd16|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:27:42.541Z|a4572f14-09a9-4616-8133-17c5a57f31cc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:27:42.541Z|a4572f14-09a9-4616-8133-17c5a57f31cc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:27:44.275Z|1b8a0fed-750e-49ee-ae49-a51395887bd1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:27:44.276Z|1b8a0fed-750e-49ee-ae49-a51395887bd1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:27:50.089Z|11fd4d39-5adf-48bf-b091-0e498611fd07|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:27:50.089Z|11fd4d39-5adf-48bf-b091-0e498611fd07|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:27:51.225Z|0369c214-f253-4ce4-870f-2b33010b118d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:27:51.226Z|0369c214-f253-4ce4-870f-2b33010b118d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:27:51.235Z|5dffe3ca-7786-4668-a4ca-db65880fad04|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:27:51.235Z|5dffe3ca-7786-4668-a4ca-db65880fad04|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:27:52.566Z|67f85a24-9d52-403b-aaa6-b854201855ff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:27:52.567Z|67f85a24-9d52-403b-aaa6-b854201855ff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:27:54.300Z|601976c9-31ef-4381-85f9-01654583c908|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:27:54.300Z|601976c9-31ef-4381-85f9-01654583c908|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:27:56.116Z|88b45c5d-1c7c-43f1-ad0f-26d307e5e49c|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:27:56.117Z|88b45c5d-1c7c-43f1-ad0f-26d307e5e49c|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:28:01.256Z|b8c13aa4-37fd-4b3d-a7ef-38eb8504383b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:28:01.257Z|b8c13aa4-37fd-4b3d-a7ef-38eb8504383b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:28:02.596Z|91c16a77-27e5-4cbe-b3ad-413cdd932469|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:28:02.596Z|91c16a77-27e5-4cbe-b3ad-413cdd932469|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:28:04.329Z|f7f4731b-2933-4be9-af4c-99e794902248|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:28:04.330Z|f7f4731b-2933-4be9-af4c-99e794902248|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:28:05.089Z|ef917e74-fe9f-4cfc-859b-a87042507c15|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:28:05.093Z|ef917e74-fe9f-4cfc-859b-a87042507c15|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:28:11.289Z|d90ec5ab-b303-458b-bd25-81b650e25646|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:28:11.289Z|d90ec5ab-b303-458b-bd25-81b650e25646|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:28:12.621Z|3b72d08a-4807-4417-ac37-7275069a83ea|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:28:12.622Z|3b72d08a-4807-4417-ac37-7275069a83ea|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:28:14.358Z|a56fdcec-44c2-4dbc-b486-37b49e806d2c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:28:14.358Z|a56fdcec-44c2-4dbc-b486-37b49e806d2c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:28:20.089Z|55b79d07-f3df-44db-9c44-c91cd0ce598e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:28:20.089Z|55b79d07-f3df-44db-9c44-c91cd0ce598e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:28:21.236Z|5bf37938-945b-440e-8893-95a1a959cff5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:28:21.236Z|5bf37938-945b-440e-8893-95a1a959cff5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:28:21.322Z|273678b8-7158-4dce-b2b3-c4c1a2ed7ce7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:28:21.323Z|273678b8-7158-4dce-b2b3-c4c1a2ed7ce7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:28:22.652Z|9beed5f7-0279-4983-8244-dcf8c99dc511|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:28:22.653Z|9beed5f7-0279-4983-8244-dcf8c99dc511|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:28:24.386Z|0f3a4de5-db82-4a88-83ca-97c104e11cbb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:28:24.387Z|0f3a4de5-db82-4a88-83ca-97c104e11cbb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:28:31.356Z|f8ae9e38-7c33-469f-9a98-0a29ea9b4da9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:28:31.357Z|f8ae9e38-7c33-469f-9a98-0a29ea9b4da9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:28:32.683Z|686a9b18-4d99-4641-82b3-487d0da5bd0e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:28:32.684Z|686a9b18-4d99-4641-82b3-487d0da5bd0e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:28:34.417Z|07398fec-2255-46da-9e64-175b4e84e2be|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:28:34.417Z|07398fec-2255-46da-9e64-175b4e84e2be|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:28:35.089Z|6b9923a7-faec-46e3-9104-f59ae0d09f5c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:28:35.090Z|6b9923a7-faec-46e3-9104-f59ae0d09f5c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:28:41.385Z|a91ce21d-bc65-495d-a981-324e4654a475|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:28:41.386Z|a91ce21d-bc65-495d-a981-324e4654a475|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:28:42.713Z|f485a7cd-84d7-471c-b5c7-5bc22e938e1f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:28:42.714Z|f485a7cd-84d7-471c-b5c7-5bc22e938e1f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:28:44.446Z|53fd482d-b2dd-4411-8113-dc40669fe2f7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:28:44.447Z|53fd482d-b2dd-4411-8113-dc40669fe2f7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:28:50.089Z|d6b65112-d2a3-43c7-a18f-72ba3a8eab1d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:28:50.094Z|d6b65112-d2a3-43c7-a18f-72ba3a8eab1d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:28:51.237Z|175201b9-de4e-46ca-a539-609f1c13af5e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:28:51.238Z|175201b9-de4e-46ca-a539-609f1c13af5e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:28:51.417Z|01444bed-82b4-407b-ae63-edd615c2e039|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:28:51.418Z|01444bed-82b4-407b-ae63-edd615c2e039|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:28:52.741Z|eda87b18-0580-4c4a-b868-5008f26422a5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:28:52.742Z|eda87b18-0580-4c4a-b868-5008f26422a5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:28:54.477Z|839c9ce2-37ce-43db-983f-687081fd1ef6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:28:54.478Z|839c9ce2-37ce-43db-983f-687081fd1ef6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:28:56.117Z|37afeb33-6b2c-43b9-8771-d4756ba0b17c|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:28:56.118Z|37afeb33-6b2c-43b9-8771-d4756ba0b17c|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:29:01.443Z|14a1f50b-8dd6-4a2f-82bd-6b965b6076f8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:29:01.444Z|14a1f50b-8dd6-4a2f-82bd-6b965b6076f8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:29:02.770Z|8fe8ffd7-3a60-4b7f-96ca-07df16f16e6f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:29:02.770Z|8fe8ffd7-3a60-4b7f-96ca-07df16f16e6f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:29:04.507Z|d706d9d1-a5ef-4827-8d4a-d2699c074783|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:29:04.508Z|d706d9d1-a5ef-4827-8d4a-d2699c074783|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:29:05.089Z|d2b816ab-d980-4e45-8ad2-f7578dedade4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:29:05.089Z|d2b816ab-d980-4e45-8ad2-f7578dedade4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:29:11.473Z|7b315944-f059-4464-98ab-776be5021684|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:29:11.474Z|7b315944-f059-4464-98ab-776be5021684|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:29:12.799Z|ca28bd0c-4100-45de-9eee-49599023a32a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:29:12.800Z|ca28bd0c-4100-45de-9eee-49599023a32a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:29:14.540Z|21998cab-52fd-41b5-9730-be745cadb52c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:29:14.541Z|21998cab-52fd-41b5-9730-be745cadb52c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:29:20.089Z|b032a763-4f56-4bea-b0c1-c21269f024eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:29:20.089Z|b032a763-4f56-4bea-b0c1-c21269f024eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:29:21.239Z|e2a5acbf-5e1f-4e06-ad24-0a6fdb76a199|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:29:21.239Z|e2a5acbf-5e1f-4e06-ad24-0a6fdb76a199|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:29:21.500Z|b81c0c3d-ad79-41d2-87a7-53b4afe51f20|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:29:21.501Z|b81c0c3d-ad79-41d2-87a7-53b4afe51f20|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:29:22.824Z|e0e3a594-119f-47e6-a1b2-07adf8ff2529|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:29:22.825Z|e0e3a594-119f-47e6-a1b2-07adf8ff2529|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:29:24.571Z|73d11a27-06e0-4322-84fa-8fffb2cd99cd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:29:24.571Z|73d11a27-06e0-4322-84fa-8fffb2cd99cd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:29:31.529Z|d7f51e04-f530-4802-85f4-10a7fa3c1d36|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:29:31.530Z|d7f51e04-f530-4802-85f4-10a7fa3c1d36|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:29:32.855Z|b144e5c2-44d3-4182-a9d1-c2870a2be17b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:29:32.856Z|b144e5c2-44d3-4182-a9d1-c2870a2be17b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:29:34.601Z|1a8777f3-cffa-4c78-baaf-6ed3fbb27eb6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:29:34.602Z|1a8777f3-cffa-4c78-baaf-6ed3fbb27eb6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:29:35.089Z|67c691de-6232-4e45-b7b6-1156beb6d371|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:29:35.092Z|67c691de-6232-4e45-b7b6-1156beb6d371|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:29:41.560Z|b3e03fb0-9b4e-4b2a-87ba-70a814af7193|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:29:41.561Z|b3e03fb0-9b4e-4b2a-87ba-70a814af7193|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:29:42.891Z|5b9e6bcc-2a06-4bda-94f5-bc53afd48a01|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:29:42.892Z|5b9e6bcc-2a06-4bda-94f5-bc53afd48a01|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:29:44.641Z|c0e2c943-486e-45a7-94ff-4ee5407e7069|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:29:44.642Z|c0e2c943-486e-45a7-94ff-4ee5407e7069|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:29:50.089Z|04a70ced-1987-4c09-83ce-87c048b3da96|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:29:50.090Z|04a70ced-1987-4c09-83ce-87c048b3da96|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:29:51.240Z|0b4fd017-dd34-492c-bfd6-ee2e943a5d3e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:29:51.241Z|0b4fd017-dd34-492c-bfd6-ee2e943a5d3e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:29:51.597Z|309adc45-893f-4fce-9542-b6be170e3cf5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:29:51.598Z|309adc45-893f-4fce-9542-b6be170e3cf5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:29:52.921Z|2fcfd6dc-9ccf-46a3-9e68-a99f5d6f9485|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:29:52.921Z|2fcfd6dc-9ccf-46a3-9e68-a99f5d6f9485|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:29:54.674Z|e0c02680-664f-4a3b-9718-0afd8b85c274|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:29:54.675Z|e0c02680-664f-4a3b-9718-0afd8b85c274|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:29:56.117Z|d8fd6646-bad2-4d62-b39c-75fb76f708fa|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:29:56.118Z|d8fd6646-bad2-4d62-b39c-75fb76f708fa|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:30:01.628Z|16ae8c3a-c57d-41c1-9e9b-73c424b6316e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:30:01.628Z|16ae8c3a-c57d-41c1-9e9b-73c424b6316e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:30:02.949Z|f8f09a0f-5d3b-468d-8cb3-a3a3c94e4b6b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:30:02.949Z|f8f09a0f-5d3b-468d-8cb3-a3a3c94e4b6b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:30:04.699Z|d9dc5009-5b6d-433f-af2b-a5dc0c85dc3b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:30:04.700Z|d9dc5009-5b6d-433f-af2b-a5dc0c85dc3b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:30:05.089Z|2fbceb5f-7926-48ff-a1db-2e2723ad63e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:30:05.089Z|2fbceb5f-7926-48ff-a1db-2e2723ad63e2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:30:11.661Z|d42f63f5-8639-4057-9213-8b9e3cf9dc42|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:30:11.662Z|d42f63f5-8639-4057-9213-8b9e3cf9dc42|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:30:12.978Z|d25410fa-52c8-46ce-bcce-f40c4936d7ad|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:30:12.979Z|d25410fa-52c8-46ce-bcce-f40c4936d7ad|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:30:14.730Z|f56b5c2a-83a3-4e1c-86dd-f8bd1f833222|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:30:14.730Z|f56b5c2a-83a3-4e1c-86dd-f8bd1f833222|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:30:20.089Z|ed86292d-fdd9-4bfb-ace4-28f461668dee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:30:20.094Z|ed86292d-fdd9-4bfb-ace4-28f461668dee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:30:21.241Z|38697911-43ce-4d23-8900-21f2cd657b0e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:30:21.242Z|38697911-43ce-4d23-8900-21f2cd657b0e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:30:21.701Z|c8d03945-7745-444e-bc77-c2766d3ae4fc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:30:21.702Z|c8d03945-7745-444e-bc77-c2766d3ae4fc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:30:23.004Z|0fae5595-713b-4820-acd7-3df008b7023f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:30:23.005Z|0fae5595-713b-4820-acd7-3df008b7023f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:30:24.760Z|f1fc5219-398e-4c50-acc6-f2c05b16066e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:30:24.761Z|f1fc5219-398e-4c50-acc6-f2c05b16066e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:30:31.736Z|fb68b207-40fc-40f1-b70f-6ada5d67e8da|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:30:31.736Z|fb68b207-40fc-40f1-b70f-6ada5d67e8da|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:30:33.030Z|6453d3e4-4ce5-48e3-a6d6-2e25c3915d85|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:30:33.031Z|6453d3e4-4ce5-48e3-a6d6-2e25c3915d85|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:30:34.790Z|74f99255-93b3-4404-9504-72188de5f8bc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:30:34.790Z|74f99255-93b3-4404-9504-72188de5f8bc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:30:35.089Z|b27d88fb-ff94-4827-b6a2-e41440df33e5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:30:35.089Z|b27d88fb-ff94-4827-b6a2-e41440df33e5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:30:41.766Z|ca85d88d-f1ef-42e6-852d-61e9c475a567|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:30:41.767Z|ca85d88d-f1ef-42e6-852d-61e9c475a567|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:30:43.057Z|6db16c91-f3ff-4355-8ad5-2a551e78e8a3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:30:43.057Z|6db16c91-f3ff-4355-8ad5-2a551e78e8a3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:30:44.822Z|bdd7de17-bdfe-49c0-b352-b876f24466d6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:30:44.823Z|bdd7de17-bdfe-49c0-b352-b876f24466d6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:30:50.089Z|b75b67cd-c061-48d4-98e7-a2170d796548|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:30:50.089Z|b75b67cd-c061-48d4-98e7-a2170d796548|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:30:51.243Z|d3065014-18ef-4e14-9b4d-02a78c2533c5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:30:51.243Z|d3065014-18ef-4e14-9b4d-02a78c2533c5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:30:51.794Z|ac0672d8-2667-441f-b5f3-a8df32e0d5a5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:30:51.795Z|ac0672d8-2667-441f-b5f3-a8df32e0d5a5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:30:53.086Z|1f26f4e2-d692-4eec-84ce-c647dfe14313|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:30:53.087Z|1f26f4e2-d692-4eec-84ce-c647dfe14313|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:30:54.850Z|bb3fed2c-d5bb-49e9-88b1-1047314ec887|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:30:54.850Z|bb3fed2c-d5bb-49e9-88b1-1047314ec887|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:30:56.117Z|80659cb6-fa16-4dfd-8cfc-40b733d97c0d|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:30:56.119Z|80659cb6-fa16-4dfd-8cfc-40b733d97c0d|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:31:01.829Z|f25b57e6-16c3-42cd-bc5f-40f2508b36be|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:31:01.829Z|f25b57e6-16c3-42cd-bc5f-40f2508b36be|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:31:03.116Z|2aea3229-b96e-4862-a5ae-0ffb6a2ad63b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:31:03.117Z|2aea3229-b96e-4862-a5ae-0ffb6a2ad63b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:31:04.879Z|63ff6755-caf3-461a-8b6b-01581fc24524|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:31:04.880Z|63ff6755-caf3-461a-8b6b-01581fc24524|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:31:05.089Z|04e16720-6b86-48bd-bca3-012a41efeb2c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:31:05.094Z|04e16720-6b86-48bd-bca3-012a41efeb2c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:31:11.853Z|bc9c4397-26e9-4833-bbf0-f6e82fd01ac7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:31:11.853Z|bc9c4397-26e9-4833-bbf0-f6e82fd01ac7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:31:13.145Z|a50ce5a8-ca27-44e1-9857-b44482691da5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:31:13.146Z|a50ce5a8-ca27-44e1-9857-b44482691da5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:31:14.911Z|1b15b5a1-cd61-4eff-af10-f07593871f35|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:31:14.911Z|1b15b5a1-cd61-4eff-af10-f07593871f35|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:31:20.089Z|057e1cf8-2236-4a2b-b960-9e1912f89935|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:31:20.089Z|057e1cf8-2236-4a2b-b960-9e1912f89935|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:31:21.244Z|f64570c5-be5b-43fc-9f38-29aae1c7952a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:31:21.244Z|f64570c5-be5b-43fc-9f38-29aae1c7952a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:31:21.876Z|73f41487-d21c-4e13-a36e-2164288d1218|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:31:21.877Z|73f41487-d21c-4e13-a36e-2164288d1218|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:31:23.173Z|995f0c61-ef4d-4755-9d26-93cb8a943032|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:31:23.174Z|995f0c61-ef4d-4755-9d26-93cb8a943032|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:31:24.934Z|fb3de281-9460-4dbc-81ac-681b54711a99|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:31:24.934Z|fb3de281-9460-4dbc-81ac-681b54711a99|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:31:31.902Z|af5744f7-cadd-4ea3-a52a-b59d11ee9024|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:31:31.903Z|af5744f7-cadd-4ea3-a52a-b59d11ee9024|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:31:33.203Z|97b38129-a342-48a0-adba-12367c354606|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:31:33.203Z|97b38129-a342-48a0-adba-12367c354606|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:31:34.963Z|e8605eec-16c4-4fa0-a94a-a25f77959bf1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:31:34.964Z|e8605eec-16c4-4fa0-a94a-a25f77959bf1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:31:35.089Z|0822d6f4-129b-4d95-a4fd-00d6729e5fa7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:31:35.089Z|0822d6f4-129b-4d95-a4fd-00d6729e5fa7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:31:41.933Z|88554348-d853-4af8-9af2-8adefe1c3935|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:31:41.934Z|88554348-d853-4af8-9af2-8adefe1c3935|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:31:43.233Z|3cadd4d5-3720-4186-80eb-bca32bd37991|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:31:43.234Z|3cadd4d5-3720-4186-80eb-bca32bd37991|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:31:44.989Z|b9f7b189-ef73-42de-ba27-30de0d38eb8d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:31:44.989Z|b9f7b189-ef73-42de-ba27-30de0d38eb8d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:31:50.089Z|7ab290f4-99fc-469f-b2cc-bc67b51c0cdc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:31:50.094Z|7ab290f4-99fc-469f-b2cc-bc67b51c0cdc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:31:51.245Z|7eb1d046-6d8f-4381-8593-7fb23218aa09|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:31:51.253Z|7eb1d046-6d8f-4381-8593-7fb23218aa09|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:31:51.967Z|3864403d-99b7-498b-a167-aab67d0f4c2d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:31:51.971Z|3864403d-99b7-498b-a167-aab67d0f4c2d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:31:53.265Z|c9e061b1-e8e2-42aa-8baf-d25587e50208|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:31:53.269Z|c9e061b1-e8e2-42aa-8baf-d25587e50208|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:31:55.028Z|7a3acb24-f1ec-42c6-b694-6f8235f8cb9d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:31:55.029Z|7a3acb24-f1ec-42c6-b694-6f8235f8cb9d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:31:56.115Z|3cf8585f-0d35-45b2-b4d1-b80b4656f494|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:31:56.116Z|3cf8585f-0d35-45b2-b4d1-b80b4656f494|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:32:02.004Z|9ddd1fcf-0e8f-46bd-810e-56c003718c0e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:32:02.005Z|9ddd1fcf-0e8f-46bd-810e-56c003718c0e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:32:03.306Z|d1c54101-9e7e-42a8-867d-ecb826c13f6a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:32:03.307Z|d1c54101-9e7e-42a8-867d-ecb826c13f6a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:32:05.058Z|ed55170b-875f-427a-92c9-75d72089518f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:32:05.059Z|ed55170b-875f-427a-92c9-75d72089518f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:32:05.089Z|df67e6e0-f32a-4c1d-9697-de5aa2c00add|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:32:05.089Z|df67e6e0-f32a-4c1d-9697-de5aa2c00add|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:32:12.032Z|e593c19e-3579-4ca1-8d20-ba42fc3c7ffc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:32:12.033Z|e593c19e-3579-4ca1-8d20-ba42fc3c7ffc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:32:13.339Z|d0099aa1-b058-49cf-a5bd-083066e2b1e7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:32:13.340Z|d0099aa1-b058-49cf-a5bd-083066e2b1e7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:32:15.083Z|baaf37be-26b8-410d-a36e-809b8db66fc1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:32:15.084Z|baaf37be-26b8-410d-a36e-809b8db66fc1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:32:20.089Z|df2f9574-9740-4239-b334-9e484c5340bc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:32:20.090Z|df2f9574-9740-4239-b334-9e484c5340bc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:32:21.254Z|518970d0-d293-434b-86e0-b5ed6d47aff1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:32:21.254Z|518970d0-d293-434b-86e0-b5ed6d47aff1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:32:22.069Z|cdb97958-eb4a-4612-8273-a43098500817|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:32:22.070Z|cdb97958-eb4a-4612-8273-a43098500817|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:32:23.368Z|9b709769-da0f-4b67-8936-628fcba75f77|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:32:23.368Z|9b709769-da0f-4b67-8936-628fcba75f77|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:32:25.114Z|c27aa90c-65a5-41e7-bbb5-44eae2db4e3a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:32:25.115Z|c27aa90c-65a5-41e7-bbb5-44eae2db4e3a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:32:32.100Z|3f63807b-3ec4-48ec-883e-48a874f4ee74|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:32:32.101Z|3f63807b-3ec4-48ec-883e-48a874f4ee74|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:32:33.406Z|0d30c6e4-1ef8-4481-b9ac-ff54285265f2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:32:33.408Z|0d30c6e4-1ef8-4481-b9ac-ff54285265f2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:32:35.089Z|4dff7919-1652-4478-9beb-1238758f7460|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:32:35.094Z|4dff7919-1652-4478-9beb-1238758f7460|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:32:35.142Z|dcdd9ac6-5408-4365-a8e1-97e1d9e4bf71|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:32:35.142Z|dcdd9ac6-5408-4365-a8e1-97e1d9e4bf71|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:32:42.128Z|c9597181-d1e6-4e0e-a4e0-20508af9c996|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:32:42.129Z|c9597181-d1e6-4e0e-a4e0-20508af9c996|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:32:43.436Z|22287f82-f36f-4711-b4e9-dcdcf2526387|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:32:43.437Z|22287f82-f36f-4711-b4e9-dcdcf2526387|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:32:45.173Z|4e600880-1ae0-47f9-8ddc-65b3d3f0eba7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:32:45.174Z|4e600880-1ae0-47f9-8ddc-65b3d3f0eba7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:32:50.089Z|2df40159-2566-4cad-baf6-39b9dfc3bee8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:32:50.089Z|2df40159-2566-4cad-baf6-39b9dfc3bee8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:32:51.255Z|c3a56d02-b778-44bf-b8a8-9ab9111382bd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:32:51.255Z|c3a56d02-b778-44bf-b8a8-9ab9111382bd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:32:52.166Z|bac012dc-1326-4e9d-9da6-d745ec575d93|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:32:52.166Z|bac012dc-1326-4e9d-9da6-d745ec575d93|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:32:53.471Z|52af4466-a0f8-40ad-bdd2-d713ed275c66|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:32:53.471Z|52af4466-a0f8-40ad-bdd2-d713ed275c66|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:32:55.204Z|5b69a9c9-7037-4383-8d56-0ff16c935898|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:32:55.204Z|5b69a9c9-7037-4383-8d56-0ff16c935898|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:32:56.115Z|b0b5d346-dc93-499d-8cca-70bf382559aa|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:32:56.116Z|b0b5d346-dc93-499d-8cca-70bf382559aa|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:33:02.197Z|02bf828e-c16f-41b9-baf0-df3c3ff2fa9a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:33:02.198Z|02bf828e-c16f-41b9-baf0-df3c3ff2fa9a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:33:03.498Z|d6cb54f2-9ad6-4814-a2b4-f49e9de20432|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:33:03.499Z|d6cb54f2-9ad6-4814-a2b4-f49e9de20432|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:33:05.089Z|3415a53f-4661-4317-bbb9-0a18547c5791|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:33:05.089Z|3415a53f-4661-4317-bbb9-0a18547c5791|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:33:05.240Z|ce371e2c-1189-484a-9a2e-395e7f8a2ca5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:33:05.241Z|ce371e2c-1189-484a-9a2e-395e7f8a2ca5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:33:12.229Z|fab0b8ea-fbe1-4682-b7cc-00bb87af8da8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:33:12.229Z|fab0b8ea-fbe1-4682-b7cc-00bb87af8da8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:33:13.523Z|a2f1b7a4-3340-476a-b86b-d1c279247ca9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:33:13.524Z|a2f1b7a4-3340-476a-b86b-d1c279247ca9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:33:15.271Z|0ec9fcbd-299a-488d-ab80-0ccf3872dba0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:33:15.272Z|0ec9fcbd-299a-488d-ab80-0ccf3872dba0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:33:20.089Z|184a775d-fc7b-40e4-bb1f-3462fbee7145|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:33:20.090Z|184a775d-fc7b-40e4-bb1f-3462fbee7145|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:33:21.256Z|1783bf68-b95c-40f4-9bf7-c5dcd8740129|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:33:21.256Z|1783bf68-b95c-40f4-9bf7-c5dcd8740129|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:33:22.259Z|b095c662-1464-4861-8619-ec2d1f64f423|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:33:22.260Z|b095c662-1464-4861-8619-ec2d1f64f423|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:33:23.554Z|3af6bd49-8931-4f2c-a860-1411eba641d2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:33:23.555Z|3af6bd49-8931-4f2c-a860-1411eba641d2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:33:25.306Z|c4eb6e5d-83cd-428e-b527-d2985c903381|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:33:25.306Z|c4eb6e5d-83cd-428e-b527-d2985c903381|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:33:32.290Z|ba964d8e-0c73-4382-9061-7324f4340af4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:33:32.291Z|ba964d8e-0c73-4382-9061-7324f4340af4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:33:33.585Z|7162ce78-1d99-4229-a5ea-d332ced95313|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:33:33.586Z|7162ce78-1d99-4229-a5ea-d332ced95313|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:33:35.089Z|8e928434-180a-43b9-85a7-d64b10c2bff7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:33:35.090Z|8e928434-180a-43b9-85a7-d64b10c2bff7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:33:35.338Z|14584894-2f3f-41ff-a6fc-14093f4bcfa1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:33:35.339Z|14584894-2f3f-41ff-a6fc-14093f4bcfa1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:33:42.322Z|8f4f6f7f-6a84-4e5e-b588-73b245f82b5b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:33:42.322Z|8f4f6f7f-6a84-4e5e-b588-73b245f82b5b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:33:43.616Z|4cf01443-243d-40a7-8c29-6fc3a51a8d22|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:33:43.617Z|4cf01443-243d-40a7-8c29-6fc3a51a8d22|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:33:45.372Z|a13463eb-1530-4ceb-9b5c-cb6f3b0f6d5e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:33:45.372Z|a13463eb-1530-4ceb-9b5c-cb6f3b0f6d5e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:33:50.089Z|e1834b1c-00e7-48a2-bb27-71e2485923b9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:33:50.090Z|e1834b1c-00e7-48a2-bb27-71e2485923b9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:33:51.257Z|83744116-cadc-48c3-ab67-7b4a6a416445|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:33:51.258Z|83744116-cadc-48c3-ab67-7b4a6a416445|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:33:52.351Z|ae248b24-a667-406f-be20-04fce9c46bc1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:33:52.352Z|ae248b24-a667-406f-be20-04fce9c46bc1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:33:53.647Z|412cb837-6c43-41bc-b837-639d04dc7235|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:33:53.648Z|412cb837-6c43-41bc-b837-639d04dc7235|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:33:55.403Z|a5aae9dd-4efb-4e2c-83c9-407bc26fea96|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:33:55.404Z|a5aae9dd-4efb-4e2c-83c9-407bc26fea96|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:33:56.119Z|e28dcd53-11d2-4283-85ce-32d1541ca1c4|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:33:56.119Z|e28dcd53-11d2-4283-85ce-32d1541ca1c4|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:34:02.383Z|4aea6f68-ddfd-4e07-a3cc-0f9836b552b1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:34:02.384Z|4aea6f68-ddfd-4e07-a3cc-0f9836b552b1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:34:03.678Z|0fb54504-00c6-4177-9d44-50618e00f0d2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:34:03.678Z|0fb54504-00c6-4177-9d44-50618e00f0d2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:34:05.089Z|7045887d-6043-4087-a1f8-892253e7ddfc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:34:05.089Z|7045887d-6043-4087-a1f8-892253e7ddfc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:34:05.432Z|cb969df2-ee51-4961-8d84-322eef05ba93|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:34:05.432Z|cb969df2-ee51-4961-8d84-322eef05ba93|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:34:12.417Z|a848018e-7cc3-4807-94b5-26be29a20f22|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:34:12.418Z|a848018e-7cc3-4807-94b5-26be29a20f22|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:34:13.700Z|acdb3fc5-a1ab-44ce-bb26-ba7f09c8e29a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:34:13.701Z|acdb3fc5-a1ab-44ce-bb26-ba7f09c8e29a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:34:15.460Z|b141fd37-94a6-4256-ae59-e09a693ffeaa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:34:15.461Z|b141fd37-94a6-4256-ae59-e09a693ffeaa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:34:20.089Z|c196b4e7-3785-4397-842a-0a586be9f237|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:34:20.090Z|c196b4e7-3785-4397-842a-0a586be9f237|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:34:21.258Z|fa0b6a91-e999-4b12-adfb-4faf7b481bb5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:34:21.259Z|fa0b6a91-e999-4b12-adfb-4faf7b481bb5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:34:22.444Z|251c61f7-323c-4f38-a7ed-f484255fb9a0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:34:22.444Z|251c61f7-323c-4f38-a7ed-f484255fb9a0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:34:23.754Z|03cdb149-3883-449a-b5a0-9cf27207a172|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:34:23.754Z|03cdb149-3883-449a-b5a0-9cf27207a172|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:34:25.491Z|268e6b2c-d555-4903-8c1f-b6b965e8614d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:34:25.492Z|268e6b2c-d555-4903-8c1f-b6b965e8614d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:34:32.474Z|8bc63591-b08d-4068-a969-64cd3e4e4207|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:34:32.475Z|8bc63591-b08d-4068-a969-64cd3e4e4207|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:34:33.777Z|c1ebd26f-2065-4b32-862b-d6dca0020820|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:34:33.777Z|c1ebd26f-2065-4b32-862b-d6dca0020820|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:34:35.089Z|f717a624-6115-43a2-b611-4faf28d4740b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:34:35.089Z|f717a624-6115-43a2-b611-4faf28d4740b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:34:35.523Z|5b256e01-5c6c-4cc3-b622-9844e1424c11|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:34:35.524Z|5b256e01-5c6c-4cc3-b622-9844e1424c11|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:34:42.507Z|4cb27ece-4467-4e09-b309-27fa9e28bbb9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:34:42.508Z|4cb27ece-4467-4e09-b309-27fa9e28bbb9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:34:43.800Z|dc356a08-500f-4de1-bebb-7ff7ad4f4a1b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:34:43.800Z|dc356a08-500f-4de1-bebb-7ff7ad4f4a1b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:34:45.552Z|69ff35aa-0804-4b51-84ee-61d3076750bf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:34:45.553Z|69ff35aa-0804-4b51-84ee-61d3076750bf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:34:50.089Z|9ce73180-4635-4a29-bdf1-14dcf5f7f886|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:34:50.093Z|9ce73180-4635-4a29-bdf1-14dcf5f7f886|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:34:51.260Z|12c6dc6e-63c7-41fc-8ad3-66d3a9d0b209|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:34:51.260Z|12c6dc6e-63c7-41fc-8ad3-66d3a9d0b209|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:34:52.540Z|b232385b-4f01-4dd0-ab2a-f6d9d8225426|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:34:52.540Z|b232385b-4f01-4dd0-ab2a-f6d9d8225426|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:34:53.826Z|2044f145-336e-4001-b268-55f109e125f0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:34:53.826Z|2044f145-336e-4001-b268-55f109e125f0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:34:55.584Z|efb0969e-2a41-4a34-ab6a-4bea89270b70|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:34:55.585Z|efb0969e-2a41-4a34-ab6a-4bea89270b70|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:34:56.117Z|e11f20dc-c75d-41ae-af56-bd6eee405083|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:34:56.118Z|e11f20dc-c75d-41ae-af56-bd6eee405083|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:35:02.570Z|d133d961-e0bb-48d3-bbb3-399eae936192|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:35:02.571Z|d133d961-e0bb-48d3-bbb3-399eae936192|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:35:03.851Z|c57a9aa7-75d2-40c1-bc42-2c5a057b3c0b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:35:03.852Z|c57a9aa7-75d2-40c1-bc42-2c5a057b3c0b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:35:05.089Z|d12b66bd-9ca6-4443-b813-0d1b05cfbe2b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:35:05.090Z|d12b66bd-9ca6-4443-b813-0d1b05cfbe2b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:35:05.613Z|1c722efc-ef89-4f47-9151-81779e477858|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:35:05.614Z|1c722efc-ef89-4f47-9151-81779e477858|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:35:12.601Z|34fbe9ae-90f2-4c2d-864d-065529ac035e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:35:12.602Z|34fbe9ae-90f2-4c2d-864d-065529ac035e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:35:13.876Z|9291b118-c625-43d8-ac91-c1a6339a817c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:35:13.877Z|9291b118-c625-43d8-ac91-c1a6339a817c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:35:15.645Z|627b0311-ca75-458a-880a-5034035cb4b7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:35:15.647Z|627b0311-ca75-458a-880a-5034035cb4b7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:35:20.089Z|097d3d5c-2ba2-4aa3-9e8e-9db7083eb00f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:35:20.089Z|097d3d5c-2ba2-4aa3-9e8e-9db7083eb00f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:35:21.260Z|8b72f7cd-9f5c-47f3-a621-fd7e4f28fd9e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:35:21.261Z|8b72f7cd-9f5c-47f3-a621-fd7e4f28fd9e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:35:22.630Z|a074e1a7-924e-4ba7-97c9-ea8e725c817d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:35:22.631Z|a074e1a7-924e-4ba7-97c9-ea8e725c817d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:35:23.904Z|85777335-5704-4da6-a6ac-fbee0eed7309|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:35:23.904Z|85777335-5704-4da6-a6ac-fbee0eed7309|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:35:25.677Z|fa128d0e-626d-446f-a306-523b23bd7310|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:35:25.677Z|fa128d0e-626d-446f-a306-523b23bd7310|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:35:32.662Z|50b3f2c8-3f28-42a7-9eea-004246e236e8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:35:32.663Z|50b3f2c8-3f28-42a7-9eea-004246e236e8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:35:33.932Z|ef2f76db-b2a8-4be9-b517-c38476bc5689|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:35:33.933Z|ef2f76db-b2a8-4be9-b517-c38476bc5689|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:35:35.089Z|6e3b238a-0f64-4405-a99b-35c2b9584448|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:35:35.092Z|6e3b238a-0f64-4405-a99b-35c2b9584448|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:35:35.708Z|75ee3d7e-429f-4a4b-a42d-f2545fbc1bc8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:35:35.708Z|75ee3d7e-429f-4a4b-a42d-f2545fbc1bc8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:35:42.702Z|cb87660c-4f1a-4371-ae7e-aa5b8384202c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:35:42.703Z|cb87660c-4f1a-4371-ae7e-aa5b8384202c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:35:43.961Z|8f1e0503-922d-4196-969a-95586efe28ad|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:35:43.962Z|8f1e0503-922d-4196-969a-95586efe28ad|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:35:45.734Z|03d00462-ab70-48fb-a18f-0aecfc931a09|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:35:45.735Z|03d00462-ab70-48fb-a18f-0aecfc931a09|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:35:50.089Z|45777aac-ebb5-484f-b348-aea15a7baa57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:35:50.090Z|45777aac-ebb5-484f-b348-aea15a7baa57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:35:51.261Z|2e476203-12ca-404b-95a9-b762c677ea26|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:35:51.262Z|2e476203-12ca-404b-95a9-b762c677ea26|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:35:52.743Z|0de984d9-76eb-4870-aa12-eb7966667851|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:35:52.743Z|0de984d9-76eb-4870-aa12-eb7966667851|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:35:53.987Z|c4f1d49b-d333-429e-b340-87a55a0b69f7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:35:53.988Z|c4f1d49b-d333-429e-b340-87a55a0b69f7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:35:55.766Z|3c12199f-9a7c-4180-9052-a4dd7bb3f396|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:35:55.767Z|3c12199f-9a7c-4180-9052-a4dd7bb3f396|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:35:56.116Z|e06d6968-0759-4600-8a62-be509aad478e|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:35:56.117Z|e06d6968-0759-4600-8a62-be509aad478e|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:36:02.775Z|965e1b2b-5f57-4a19-a3df-01fb03f1a75b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:36:02.776Z|965e1b2b-5f57-4a19-a3df-01fb03f1a75b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:36:04.018Z|3583d367-7b0e-458a-be6e-d79227483ef5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:36:04.019Z|3583d367-7b0e-458a-be6e-d79227483ef5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:36:05.089Z|30130ea5-3c36-4b53-a615-488df50f6bc1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:36:05.091Z|30130ea5-3c36-4b53-a615-488df50f6bc1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:36:05.796Z|76b0c3a5-16bc-47e4-902b-c704b3b5274e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:36:05.797Z|76b0c3a5-16bc-47e4-902b-c704b3b5274e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:36:12.811Z|80268d43-2626-47dc-a756-d7d51c3efd3b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:36:12.812Z|80268d43-2626-47dc-a756-d7d51c3efd3b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:36:14.052Z|580ffd35-f0c3-407b-b7a8-170c9a4f3fe0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:36:14.053Z|580ffd35-f0c3-407b-b7a8-170c9a4f3fe0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:36:15.827Z|82b96623-1545-4395-9ad9-1f131b561cef|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:36:15.828Z|82b96623-1545-4395-9ad9-1f131b561cef|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:36:20.089Z|5ef87407-6b38-4b87-9d5a-e413c69868d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:36:20.093Z|5ef87407-6b38-4b87-9d5a-e413c69868d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:36:21.263Z|621cb838-ddcc-49b0-86b8-bcde39d91d02|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:36:21.263Z|621cb838-ddcc-49b0-86b8-bcde39d91d02|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:36:22.846Z|e8ef8a3f-0b5d-401d-8d70-f2669930c270|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:36:22.847Z|e8ef8a3f-0b5d-401d-8d70-f2669930c270|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:36:24.079Z|83bfb370-0ee1-4e1d-b7ee-c4101599f28f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:36:24.080Z|83bfb370-0ee1-4e1d-b7ee-c4101599f28f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:36:25.857Z|1c94e8f1-fc7f-4636-8cf3-553ea990e929|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:36:25.858Z|1c94e8f1-fc7f-4636-8cf3-553ea990e929|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:36:32.878Z|9cd42d6c-1b4a-4fc1-94c3-dd97f299006b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:36:32.879Z|9cd42d6c-1b4a-4fc1-94c3-dd97f299006b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:36:34.110Z|26405b6d-c5fb-4f19-a3d9-fbcf36ac4c38|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:36:34.111Z|26405b6d-c5fb-4f19-a3d9-fbcf36ac4c38|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:36:35.089Z|4a5e76a0-9319-4ac8-ad0d-643b55a67ad5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:36:35.089Z|4a5e76a0-9319-4ac8-ad0d-643b55a67ad5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:36:35.887Z|de937270-0670-4b61-b026-fd9810908e0c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:36:35.887Z|de937270-0670-4b61-b026-fd9810908e0c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:36:42.913Z|9273d77f-6f70-4f7a-b88b-b80e8969e4c3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:36:42.914Z|9273d77f-6f70-4f7a-b88b-b80e8969e4c3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:36:44.142Z|4e23d41f-7678-4fc1-ad06-f6152f19245e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:36:44.143Z|4e23d41f-7678-4fc1-ad06-f6152f19245e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:36:45.914Z|3ee28f44-9f41-4f00-98e6-d6fa696195a4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:36:45.915Z|3ee28f44-9f41-4f00-98e6-d6fa696195a4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:36:50.089Z|6969215b-16fa-4dcf-9466-45a0acd506de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:36:50.089Z|6969215b-16fa-4dcf-9466-45a0acd506de|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:36:51.264Z|d452da37-432d-4ca1-819d-2cb515f17f9e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:36:51.264Z|d452da37-432d-4ca1-819d-2cb515f17f9e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:36:52.944Z|a3646a7d-a78b-476a-a02a-4f197f859a95|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:36:52.944Z|a3646a7d-a78b-476a-a02a-4f197f859a95|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:36:54.173Z|e41da981-b541-4bc5-a9d5-5efdd9b8aa79|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:36:54.173Z|e41da981-b541-4bc5-a9d5-5efdd9b8aa79|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:36:55.945Z|c6716e36-4347-4919-ae4d-95a2a8b449a8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:36:55.946Z|c6716e36-4347-4919-ae4d-95a2a8b449a8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:36:56.118Z|77a4c374-fb46-4255-b081-a8b0fcdaa9ee|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:36:56.119Z|77a4c374-fb46-4255-b081-a8b0fcdaa9ee|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:37:02.972Z|921a1a36-2d29-4764-b061-688b545b4d53|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:37:02.972Z|921a1a36-2d29-4764-b061-688b545b4d53|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:37:04.200Z|da867247-c71a-41f2-a0d0-b6b4a8a03cf8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:37:04.201Z|da867247-c71a-41f2-a0d0-b6b4a8a03cf8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:37:05.089Z|12be5d56-7e7b-4dc4-9686-92082c94558d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:37:05.094Z|12be5d56-7e7b-4dc4-9686-92082c94558d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:37:05.979Z|80afa803-7607-469c-ba00-616e0051e9c9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:37:05.980Z|80afa803-7607-469c-ba00-616e0051e9c9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:37:13.002Z|2b4ae93f-ad21-4551-b219-03c1a09665b1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:37:13.002Z|2b4ae93f-ad21-4551-b219-03c1a09665b1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:37:14.224Z|3dc238a7-325d-4208-a182-7682864f8337|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:37:14.224Z|3dc238a7-325d-4208-a182-7682864f8337|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:37:16.014Z|8b59fd7d-c504-46c7-9aa7-616bb81da3f8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:37:16.015Z|8b59fd7d-c504-46c7-9aa7-616bb81da3f8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:37:20.089Z|2138fd2b-ff48-4161-95da-89e9c97a2c4f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:37:20.089Z|2138fd2b-ff48-4161-95da-89e9c97a2c4f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:37:21.265Z|d8ad56df-121d-4e73-8fd6-e573b7038b82|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:37:21.265Z|d8ad56df-121d-4e73-8fd6-e573b7038b82|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:37:23.033Z|36f2aca4-766e-4349-9865-a4fe2fdb1ace|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:37:23.034Z|36f2aca4-766e-4349-9865-a4fe2fdb1ace|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:37:24.252Z|cb4d8b2d-2d60-4b2b-ac1d-92df5ee1dac5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:37:24.252Z|cb4d8b2d-2d60-4b2b-ac1d-92df5ee1dac5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:37:26.045Z|400a1bce-effb-490e-9f28-fc49ab47f1a8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:37:26.046Z|400a1bce-effb-490e-9f28-fc49ab47f1a8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:37:33.068Z|cd02f80e-1601-4824-a672-9d153a1ca595|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:37:33.068Z|cd02f80e-1601-4824-a672-9d153a1ca595|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:37:34.283Z|4dc3313a-715d-4478-8424-466ab6849477|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:37:34.283Z|4dc3313a-715d-4478-8424-466ab6849477|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:37:35.089Z|84f772f4-fdab-4d80-889c-416c259541ab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:37:35.089Z|84f772f4-fdab-4d80-889c-416c259541ab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:37:36.068Z|fdbda6a8-3e2b-4dbe-9fbb-5c57dec0713f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:37:36.069Z|fdbda6a8-3e2b-4dbe-9fbb-5c57dec0713f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:37:43.101Z|7d27df82-a94b-4618-99f1-6b76e0a70371|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:37:43.102Z|7d27df82-a94b-4618-99f1-6b76e0a70371|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:37:44.315Z|a6ee95c6-530a-445f-a521-856f6034875b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:37:44.316Z|a6ee95c6-530a-445f-a521-856f6034875b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:37:46.098Z|adc0a4d7-0845-4dd3-9804-0efe48124bb7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:37:46.099Z|adc0a4d7-0845-4dd3-9804-0efe48124bb7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:37:50.089Z|0d621848-6da0-4ea6-8f59-1d0dc8df8d38|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:37:50.093Z|0d621848-6da0-4ea6-8f59-1d0dc8df8d38|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:37:51.266Z|8ef681f9-6c1e-47b0-9af2-011cd25c93a8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:37:51.267Z|8ef681f9-6c1e-47b0-9af2-011cd25c93a8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:37:53.132Z|2d5ae1ec-91e1-4912-a977-f1855a4e3830|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:37:53.133Z|2d5ae1ec-91e1-4912-a977-f1855a4e3830|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:37:54.342Z|8821d915-f7d9-4d34-a93d-a6df3fd1a78d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:37:54.342Z|8821d915-f7d9-4d34-a93d-a6df3fd1a78d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:37:56.117Z|fa42a00e-25fd-4ee6-b0ca-b3a229edefcf|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:37:56.118Z|fa42a00e-25fd-4ee6-b0ca-b3a229edefcf|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:37:56.128Z|623af0bd-70e9-4429-9b10-8aa627378a32|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:37:56.128Z|623af0bd-70e9-4429-9b10-8aa627378a32|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:38:03.163Z|2d1ddabf-f078-44b7-bfe3-32de8e860674|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:38:03.164Z|2d1ddabf-f078-44b7-bfe3-32de8e860674|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:38:04.369Z|6cf118b3-90c5-4e86-9a67-ed481be4d04a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:38:04.370Z|6cf118b3-90c5-4e86-9a67-ed481be4d04a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:38:05.089Z|d78e727d-ea04-42c5-84a1-1f0c2519b8a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:38:05.089Z|d78e727d-ea04-42c5-84a1-1f0c2519b8a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:38:06.156Z|42516316-9088-4122-9bb5-8b4fe00a06ad|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:38:06.157Z|42516316-9088-4122-9bb5-8b4fe00a06ad|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:38:13.196Z|cfc2a130-1a01-4a7b-877e-6b9047f05086|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:38:13.196Z|cfc2a130-1a01-4a7b-877e-6b9047f05086|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:38:14.404Z|64ff1c4e-6a36-4e73-b421-0d263fb78abf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:38:14.404Z|64ff1c4e-6a36-4e73-b421-0d263fb78abf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:38:16.186Z|20b671f0-0d6d-4034-a657-659d503f0598|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:38:16.187Z|20b671f0-0d6d-4034-a657-659d503f0598|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:38:20.089Z|73d9bc16-ceae-4b87-adaf-a8723ace929b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:38:20.090Z|73d9bc16-ceae-4b87-adaf-a8723ace929b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:38:21.267Z|0ec74b31-94b8-43c2-bcd8-2d942ad08484|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:38:21.267Z|0ec74b31-94b8-43c2-bcd8-2d942ad08484|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:38:23.240Z|a24cf785-94e7-4ca3-83a0-4441f145ae96|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:38:23.241Z|a24cf785-94e7-4ca3-83a0-4441f145ae96|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:38:24.434Z|f91bc139-e345-40ce-8d4e-1de748828aa7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:38:24.435Z|f91bc139-e345-40ce-8d4e-1de748828aa7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:38:26.214Z|a181681c-02d2-42d2-8714-6f0596dec7d6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:38:26.215Z|a181681c-02d2-42d2-8714-6f0596dec7d6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:38:33.277Z|411e5228-6cca-4c54-8006-350cca104f6b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:38:33.278Z|411e5228-6cca-4c54-8006-350cca104f6b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:38:34.465Z|fb7d8503-df8c-4102-8b49-a92795f8d020|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:38:34.466Z|fb7d8503-df8c-4102-8b49-a92795f8d020|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:38:35.089Z|872a917a-d9ea-41e0-9414-7ade3d3e2098|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:38:35.093Z|872a917a-d9ea-41e0-9414-7ade3d3e2098|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:38:36.247Z|fe7f83af-65d3-4759-a0f2-616e8d9b1b17|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:38:36.247Z|fe7f83af-65d3-4759-a0f2-616e8d9b1b17|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:38:43.314Z|3e27c3f5-8428-4979-b6d1-ea27158b6264|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:38:43.315Z|3e27c3f5-8428-4979-b6d1-ea27158b6264|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:38:44.496Z|5b61b9ad-1262-49bb-a97a-76a8eb53392f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:38:44.497Z|5b61b9ad-1262-49bb-a97a-76a8eb53392f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:38:46.280Z|e941a7be-4020-43b1-a48e-15a00dd9514f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:38:46.281Z|e941a7be-4020-43b1-a48e-15a00dd9514f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:38:50.089Z|bd2e62cd-33fc-4be5-ac04-4441455d62f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:38:50.090Z|bd2e62cd-33fc-4be5-ac04-4441455d62f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:38:51.268Z|4bcbd9dd-529e-48ca-a237-818d3df62793|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:38:51.269Z|4bcbd9dd-529e-48ca-a237-818d3df62793|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:38:53.339Z|c1b01147-fc9e-4155-9639-0f9f7e73db11|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:38:53.340Z|c1b01147-fc9e-4155-9639-0f9f7e73db11|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:38:54.527Z|07c6a82a-6f1e-4858-afc7-00fab38862d0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:38:54.528Z|07c6a82a-6f1e-4858-afc7-00fab38862d0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:38:56.119Z|1eb42d20-9f75-49fa-8d2b-26d548dc2caa|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:38:56.120Z|1eb42d20-9f75-49fa-8d2b-26d548dc2caa|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:38:56.310Z|8e7782c9-c7bd-46f1-b331-3647f10e8767|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:38:56.311Z|8e7782c9-c7bd-46f1-b331-3647f10e8767|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:39:03.375Z|05db42b7-7711-4db3-b6b8-ff90f897b349|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:39:03.376Z|05db42b7-7711-4db3-b6b8-ff90f897b349|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:39:04.555Z|da1aa670-0daa-4116-ab70-e7416febdb87|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:39:04.555Z|da1aa670-0daa-4116-ab70-e7416febdb87|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:39:05.089Z|170272b8-6c3d-406d-bc1a-c5b9f2f047f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:39:05.089Z|170272b8-6c3d-406d-bc1a-c5b9f2f047f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:39:06.339Z|985b3031-107a-43ed-909a-8084033d486a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:39:06.339Z|985b3031-107a-43ed-909a-8084033d486a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:39:13.398Z|70d143aa-4b55-44de-9fda-63605739a9f1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:39:13.399Z|70d143aa-4b55-44de-9fda-63605739a9f1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:39:14.585Z|66b8e2ad-0ee3-4930-bc40-104e5a947dfd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:39:14.585Z|66b8e2ad-0ee3-4930-bc40-104e5a947dfd|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:39:16.371Z|e9f5a48b-5133-405e-9af3-cc7c93776554|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:39:16.371Z|e9f5a48b-5133-405e-9af3-cc7c93776554|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:39:20.089Z|3d585876-9e37-42b8-b947-2e38aa375b18|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:39:20.092Z|3d585876-9e37-42b8-b947-2e38aa375b18|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:39:21.269Z|98b4d904-cbfe-4fe5-9d5f-75549dadade0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:39:21.270Z|98b4d904-cbfe-4fe5-9d5f-75549dadade0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:39:23.421Z|141965e8-51c9-41be-8178-4e8e75fddbcd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:39:23.422Z|141965e8-51c9-41be-8178-4e8e75fddbcd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:39:24.613Z|b14f3146-a8bb-4bc0-a8e8-daedd8f1e94f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:39:24.614Z|b14f3146-a8bb-4bc0-a8e8-daedd8f1e94f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:39:26.399Z|b353aca3-1a0e-46ef-93a4-eca5ad969d19|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:39:26.400Z|b353aca3-1a0e-46ef-93a4-eca5ad969d19|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:39:33.443Z|dfd7a45a-e1fe-4f93-b783-be7944043e2c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:39:33.444Z|dfd7a45a-e1fe-4f93-b783-be7944043e2c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:39:34.644Z|ffa1f063-9603-4bb3-ab2f-760411432030|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:39:34.645Z|ffa1f063-9603-4bb3-ab2f-760411432030|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:39:35.089Z|eeebff6e-570f-4fb1-9110-499859e9abfe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:39:35.089Z|eeebff6e-570f-4fb1-9110-499859e9abfe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:39:36.429Z|cdc08d4e-53f5-48e6-857b-ae445dd6636e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:39:36.430Z|cdc08d4e-53f5-48e6-857b-ae445dd6636e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:39:43.465Z|d3b79e86-572d-42a1-8028-77bafeb9d25e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:39:43.466Z|d3b79e86-572d-42a1-8028-77bafeb9d25e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:39:44.674Z|aa574231-a6ad-4021-9c23-ebe03371fcbf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:39:44.675Z|aa574231-a6ad-4021-9c23-ebe03371fcbf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:39:46.459Z|8972a3c4-63bc-47bb-a78c-86cfabae1d86|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:39:46.459Z|8972a3c4-63bc-47bb-a78c-86cfabae1d86|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:39:50.089Z|5dbd1b05-eca1-4e96-b22b-cc5fc362df30|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:39:50.090Z|5dbd1b05-eca1-4e96-b22b-cc5fc362df30|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:39:51.271Z|d7f6fc9b-bdc8-46aa-ac92-de768738e719|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:39:51.272Z|d7f6fc9b-bdc8-46aa-ac92-de768738e719|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:39:53.494Z|5296cd50-91c4-4f0e-8e66-d47ad77706b1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:39:53.494Z|5296cd50-91c4-4f0e-8e66-d47ad77706b1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:39:54.709Z|3cda0307-a07e-4b13-81c9-2e192567f165|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:39:54.710Z|3cda0307-a07e-4b13-81c9-2e192567f165|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:39:56.117Z|9b526ac0-37e9-47fe-8a38-fe9129c3b925|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:39:56.117Z|9b526ac0-37e9-47fe-8a38-fe9129c3b925|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:39:56.485Z|2c7ae825-18cf-44fd-8e3d-c311abc945b5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:39:56.486Z|2c7ae825-18cf-44fd-8e3d-c311abc945b5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:40:03.520Z|02c1b077-4bff-4ad3-aeef-dd92b52701fd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:40:03.521Z|02c1b077-4bff-4ad3-aeef-dd92b52701fd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:40:04.740Z|a5fb71d6-c31d-4246-9aca-f18676313553|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:40:04.740Z|a5fb71d6-c31d-4246-9aca-f18676313553|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:40:05.089Z|7b59d281-ddf6-4f3c-b8b8-c41e237f117b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:40:05.094Z|7b59d281-ddf6-4f3c-b8b8-c41e237f117b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:40:06.517Z|a37b58c9-d658-4fc8-9f95-656a45c92701|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:40:06.518Z|a37b58c9-d658-4fc8-9f95-656a45c92701|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:40:13.550Z|6c9516f3-96cb-413d-84d8-35125e08dcba|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:40:13.551Z|6c9516f3-96cb-413d-84d8-35125e08dcba|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:40:14.769Z|d0947210-ccb4-440a-be25-cc6d5c6865e5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:40:14.770Z|d0947210-ccb4-440a-be25-cc6d5c6865e5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:40:16.547Z|3e7dabfb-6b88-432e-a42f-e225032e4273|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:40:16.547Z|3e7dabfb-6b88-432e-a42f-e225032e4273|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:40:20.089Z|6dd7367c-848d-48ae-8d59-5f90652ecc7b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:40:20.089Z|6dd7367c-848d-48ae-8d59-5f90652ecc7b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:40:21.272Z|6084763d-3cc2-478e-98b5-15dba1580bcc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:40:21.273Z|6084763d-3cc2-478e-98b5-15dba1580bcc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:40:23.577Z|ebf2df17-300f-492f-aa9c-08dc598b5672|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:40:23.578Z|ebf2df17-300f-492f-aa9c-08dc598b5672|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:40:24.801Z|012f9ed3-cf9c-4f11-a0dc-e55dc25e9459|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:40:24.802Z|012f9ed3-cf9c-4f11-a0dc-e55dc25e9459|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:40:26.576Z|8701e5e6-734c-4166-9d82-c929cdc80698|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:40:26.576Z|8701e5e6-734c-4166-9d82-c929cdc80698|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:40:33.612Z|eb3bf05b-5be2-4a7d-9e00-d0dabe0e72e4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:40:33.612Z|eb3bf05b-5be2-4a7d-9e00-d0dabe0e72e4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:40:34.838Z|41bb716a-d9be-417d-aa4f-703a550eba81|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:40:34.839Z|41bb716a-d9be-417d-aa4f-703a550eba81|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:40:35.089Z|5f6b5d24-3d45-461e-9860-c84668dc37b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:40:35.090Z|5f6b5d24-3d45-461e-9860-c84668dc37b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:40:36.607Z|8b8ce64c-9a2d-4b5f-9112-1c492e0518d5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:40:36.608Z|8b8ce64c-9a2d-4b5f-9112-1c492e0518d5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:40:43.641Z|03a2d829-033e-494c-a1f8-9db927ffd9e2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:40:43.642Z|03a2d829-033e-494c-a1f8-9db927ffd9e2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:40:44.870Z|622f2909-4fd6-4cec-b1e8-382f04f44e73|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:40:44.872Z|622f2909-4fd6-4cec-b1e8-382f04f44e73|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:40:46.639Z|55a394c6-0b25-4b92-a01d-b67d7539a0f8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:40:46.640Z|55a394c6-0b25-4b92-a01d-b67d7539a0f8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:40:50.089Z|315605b8-0a6a-4296-adec-52c07b638add|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:40:50.093Z|315605b8-0a6a-4296-adec-52c07b638add|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:40:51.273Z|b71468eb-3f2d-4bed-9d28-381e29d264e3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:40:51.274Z|b71468eb-3f2d-4bed-9d28-381e29d264e3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:40:53.679Z|41af82df-bd3e-4058-a5cb-821abb9b49b0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:40:53.680Z|41af82df-bd3e-4058-a5cb-821abb9b49b0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:40:54.904Z|170276e2-5674-43d1-859e-5939b5941743|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:40:54.904Z|170276e2-5674-43d1-859e-5939b5941743|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:40:56.115Z|80ca6ce2-36c3-46d4-8444-5aee34cc1e19|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:40:56.116Z|80ca6ce2-36c3-46d4-8444-5aee34cc1e19|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:40:56.669Z|08e54fb4-9496-4bf0-91e9-f8af4cd9fed7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:40:56.669Z|08e54fb4-9496-4bf0-91e9-f8af4cd9fed7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:41:03.723Z|c01aacbf-723b-42ec-9d91-606ced215f0b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:41:03.724Z|c01aacbf-723b-42ec-9d91-606ced215f0b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:41:04.935Z|b9e26901-9274-4aa0-b378-aac156229b56|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:41:04.936Z|b9e26901-9274-4aa0-b378-aac156229b56|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:41:05.089Z|99a11db4-1447-48e7-862e-3f71ae3079d9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:41:05.089Z|99a11db4-1447-48e7-862e-3f71ae3079d9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:41:06.699Z|1c23d6a2-0d30-4c71-b4b8-6dd20bf22a49|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:41:06.700Z|1c23d6a2-0d30-4c71-b4b8-6dd20bf22a49|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:41:13.746Z|bc87b56b-4b91-4512-ada6-2650bb0a527a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:41:13.747Z|bc87b56b-4b91-4512-ada6-2650bb0a527a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:41:14.964Z|e9beeb9f-59d5-4624-86e9-1f27c555f04e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:41:14.965Z|e9beeb9f-59d5-4624-86e9-1f27c555f04e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:41:16.723Z|5bb12ed6-cfca-4011-a942-355696196afb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:41:16.723Z|5bb12ed6-cfca-4011-a942-355696196afb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:41:20.089Z|9224596b-d398-439e-8a95-305467110432|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:41:20.090Z|9224596b-d398-439e-8a95-305467110432|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:41:21.274Z|d4324574-d749-4e44-84c8-179c9d143680|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:41:21.275Z|d4324574-d749-4e44-84c8-179c9d143680|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:41:23.774Z|ccd85708-6665-4f71-89cb-78408fac89ea|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:41:23.774Z|ccd85708-6665-4f71-89cb-78408fac89ea|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:41:24.996Z|a51d5f7b-d60f-42f0-8c1e-0edeeb46ce25|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:41:24.997Z|a51d5f7b-d60f-42f0-8c1e-0edeeb46ce25|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:41:26.755Z|ba7130ce-96a9-4310-8782-ae192884515a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:41:26.756Z|ba7130ce-96a9-4310-8782-ae192884515a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:41:33.823Z|7877f41d-e7a9-4003-a2d0-14b9ca1f1f8c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:41:33.823Z|7877f41d-e7a9-4003-a2d0-14b9ca1f1f8c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:41:35.029Z|a7924f7d-d5dd-4fad-b312-7b87fa0549ec|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:41:35.030Z|a7924f7d-d5dd-4fad-b312-7b87fa0549ec|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:41:35.089Z|a90fcc28-bf9b-4227-ae93-3ec783ae7497|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:41:35.094Z|a90fcc28-bf9b-4227-ae93-3ec783ae7497|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:41:36.785Z|d8bd75a9-827d-4140-a543-f74c6193dee6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:41:36.786Z|d8bd75a9-827d-4140-a543-f74c6193dee6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:41:43.849Z|19030302-4a3a-4b06-a85f-f7e38e5f6128|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:41:43.850Z|19030302-4a3a-4b06-a85f-f7e38e5f6128|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:41:45.063Z|b7fc97d6-90ae-467c-a3ba-2c598838eba4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:41:45.063Z|b7fc97d6-90ae-467c-a3ba-2c598838eba4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:41:46.817Z|b5b6b071-470c-4803-8870-813172538fb7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:41:46.817Z|b5b6b071-470c-4803-8870-813172538fb7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:41:50.089Z|152813fd-6ba6-4ef4-bd32-744305b9459f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:41:50.090Z|152813fd-6ba6-4ef4-bd32-744305b9459f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:41:51.276Z|84105508-eb1e-40a9-b916-33459465cab1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:41:51.276Z|84105508-eb1e-40a9-b916-33459465cab1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:41:53.877Z|88d48029-237d-4313-8977-8da7d68b624a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:41:53.877Z|88d48029-237d-4313-8977-8da7d68b624a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:41:55.093Z|239cc349-135a-4e9c-8ad8-c3b1d5d76bf4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:41:55.094Z|239cc349-135a-4e9c-8ad8-c3b1d5d76bf4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:41:56.116Z|8daa683a-1d45-41ed-82ce-609658d89d0a|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:41:56.117Z|8daa683a-1d45-41ed-82ce-609658d89d0a|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:41:56.851Z|4ca7dd5d-3ce3-4412-aac0-00f795611683|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:41:56.852Z|4ca7dd5d-3ce3-4412-aac0-00f795611683|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:42:03.905Z|c022547e-2b19-4a57-9dcb-913c79624d55|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:42:03.906Z|c022547e-2b19-4a57-9dcb-913c79624d55|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:42:05.090Z|aee3f078-78b9-4a1e-998d-ff41f930f338|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:42:05.090Z|aee3f078-78b9-4a1e-998d-ff41f930f338|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:42:05.123Z|e0af1c93-4c25-4f71-949f-e0132ed9c1eb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:42:05.124Z|e0af1c93-4c25-4f71-949f-e0132ed9c1eb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:42:06.882Z|0df22cbe-d1e9-4dad-9a12-891957a4804e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:42:06.883Z|0df22cbe-d1e9-4dad-9a12-891957a4804e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:42:13.936Z|fdf0c436-8f09-4684-9980-b15cb25f31dc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:42:13.937Z|fdf0c436-8f09-4684-9980-b15cb25f31dc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:42:15.155Z|57b533e8-73bd-4683-bdc5-79a7bf3198d2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:42:15.155Z|57b533e8-73bd-4683-bdc5-79a7bf3198d2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:42:16.913Z|bd311059-a370-4015-b6e2-b62cabdadc5a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:42:16.914Z|bd311059-a370-4015-b6e2-b62cabdadc5a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:42:20.089Z|b38e7267-4a33-4a12-aab9-864053b01820|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:42:20.093Z|b38e7267-4a33-4a12-aab9-864053b01820|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:42:21.277Z|c4293160-2e88-47ba-9e08-7ba2b340ce5b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:42:21.277Z|c4293160-2e88-47ba-9e08-7ba2b340ce5b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:42:23.963Z|968da2ce-78ef-4efb-98da-7af9ff341a48|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:42:23.964Z|968da2ce-78ef-4efb-98da-7af9ff341a48|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:42:25.185Z|e22e16b6-2774-4278-ad01-cd74fb15aec3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:42:25.185Z|e22e16b6-2774-4278-ad01-cd74fb15aec3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:42:26.944Z|0261452f-467a-4abf-99a9-ed951de8c6c8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:42:26.944Z|0261452f-467a-4abf-99a9-ed951de8c6c8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:42:33.991Z|ae01d538-7a14-453e-8877-a3c040b8878a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:42:33.992Z|ae01d538-7a14-453e-8877-a3c040b8878a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:42:35.089Z|f6272184-1b92-4395-b29a-3787bb8b73f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:42:35.089Z|f6272184-1b92-4395-b29a-3787bb8b73f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:42:35.214Z|7cf2410b-3f18-4b9a-b497-e8593b32968a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:42:35.215Z|7cf2410b-3f18-4b9a-b497-e8593b32968a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:42:36.975Z|840f473a-818a-4947-82c5-21d78c58565f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:42:36.976Z|840f473a-818a-4947-82c5-21d78c58565f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:42:44.024Z|2d0f16ea-b1c4-482a-8147-03da18505a55|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:42:44.025Z|2d0f16ea-b1c4-482a-8147-03da18505a55|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:42:45.248Z|0343df53-2a95-4872-9a96-f1178a0038c3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:42:45.249Z|0343df53-2a95-4872-9a96-f1178a0038c3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:42:47.008Z|4c450740-b634-4f65-b2be-2c8373cb8780|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:42:47.008Z|4c450740-b634-4f65-b2be-2c8373cb8780|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:42:50.089Z|18d6a131-3dbf-4f97-a515-b48b0d0768ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:42:50.090Z|18d6a131-3dbf-4f97-a515-b48b0d0768ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:42:51.278Z|92269a44-0602-4882-ab14-f1b3a512a9c4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:42:51.279Z|92269a44-0602-4882-ab14-f1b3a512a9c4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:42:54.060Z|a8fcd5b5-f540-49b6-9de4-7aaaddd3c503|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:42:54.061Z|a8fcd5b5-f540-49b6-9de4-7aaaddd3c503|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:42:55.280Z|018ef9e4-415a-48f2-9dbd-d42f17d5d141|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:42:55.281Z|018ef9e4-415a-48f2-9dbd-d42f17d5d141|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:42:56.117Z|9e954707-ebb3-4c63-ab22-c60aea1b7afb|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:42:56.118Z|9e954707-ebb3-4c63-ab22-c60aea1b7afb|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:42:57.043Z|159d1e4a-d64a-4388-977f-8b3812757afc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:42:57.044Z|159d1e4a-d64a-4388-977f-8b3812757afc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:43:04.086Z|4a8d749a-3853-4093-9dab-40e8e409c772|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:43:04.087Z|4a8d749a-3853-4093-9dab-40e8e409c772|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:43:05.089Z|d52a4993-288d-41d2-be1c-26b886bef169|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:43:05.093Z|d52a4993-288d-41d2-be1c-26b886bef169|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:43:05.312Z|d7e0fe76-0211-4390-a3d6-57dc53f2cff1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:43:05.312Z|d7e0fe76-0211-4390-a3d6-57dc53f2cff1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:43:07.076Z|fa9f2d62-b442-4fc8-91da-f0c2b3f4da0d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:43:07.077Z|fa9f2d62-b442-4fc8-91da-f0c2b3f4da0d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:43:14.115Z|00ff5495-6795-406e-a114-4ca025bb319a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:43:14.116Z|00ff5495-6795-406e-a114-4ca025bb319a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:43:15.343Z|c2ad83df-000f-4e81-805e-5f9979a9565d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:43:15.344Z|c2ad83df-000f-4e81-805e-5f9979a9565d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:43:17.132Z|b5381366-3456-436a-908f-e29aa29c8b0c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:43:17.133Z|b5381366-3456-436a-908f-e29aa29c8b0c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:43:20.089Z|dcbdbd63-4aa0-410b-8d23-55699ff2d6a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:43:20.089Z|dcbdbd63-4aa0-410b-8d23-55699ff2d6a0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:43:21.280Z|992f447b-2a5e-47e8-a597-cdf1a4366bae|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:43:21.280Z|992f447b-2a5e-47e8-a597-cdf1a4366bae|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:43:24.140Z|e317120e-b0a1-4071-afd8-369df8c84512|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:43:24.141Z|e317120e-b0a1-4071-afd8-369df8c84512|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:43:25.372Z|5351956c-c343-4e93-bc15-68f467e45643|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:43:25.373Z|5351956c-c343-4e93-bc15-68f467e45643|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:43:27.158Z|35b4665c-bf8a-4594-bbb4-b159a278c6c0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:43:27.159Z|35b4665c-bf8a-4594-bbb4-b159a278c6c0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:43:34.176Z|2a46f177-c818-4828-818d-18bf57d00687|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:43:34.177Z|2a46f177-c818-4828-818d-18bf57d00687|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:43:35.089Z|e04949ca-7e51-4b5c-9267-e112b3a6109a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:43:35.089Z|e04949ca-7e51-4b5c-9267-e112b3a6109a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:43:35.403Z|b7fd857b-c5f5-49e8-95ef-f052c1888aca|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:43:35.404Z|b7fd857b-c5f5-49e8-95ef-f052c1888aca|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:43:37.190Z|a0d80c68-b80d-4252-b43f-7fa166918028|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:43:37.191Z|a0d80c68-b80d-4252-b43f-7fa166918028|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:43:44.207Z|51a93b8a-9f3e-4519-aa60-b0b5263ba9d0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:43:44.208Z|51a93b8a-9f3e-4519-aa60-b0b5263ba9d0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:43:45.434Z|52f57636-4697-4658-819d-660383320da7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:43:45.434Z|52f57636-4697-4658-819d-660383320da7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:43:47.223Z|3d2cf48f-08ea-4aea-8a5a-2df992b65e7d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:43:47.224Z|3d2cf48f-08ea-4aea-8a5a-2df992b65e7d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:43:50.089Z|232a789f-e397-4833-90b1-311342efaca4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:43:50.093Z|232a789f-e397-4833-90b1-311342efaca4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:43:51.281Z|557e44dd-3455-41c7-bc1f-eb34ac5ec6dc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:43:51.282Z|557e44dd-3455-41c7-bc1f-eb34ac5ec6dc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:43:54.241Z|cf2dd707-2e20-477d-8479-353b394c59db|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:43:54.242Z|cf2dd707-2e20-477d-8479-353b394c59db|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:43:55.463Z|1de6a678-bac1-4e63-8cc7-912b2bdf032a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:43:55.464Z|1de6a678-bac1-4e63-8cc7-912b2bdf032a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:43:56.115Z|f68083ed-369b-4811-a276-d257e95824dc|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:43:56.116Z|f68083ed-369b-4811-a276-d257e95824dc|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:43:57.253Z|c720baf2-0ebe-49c6-945d-ffca7298254e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:43:57.253Z|c720baf2-0ebe-49c6-945d-ffca7298254e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:44:04.278Z|18538726-6590-42da-aa48-3a6dc0843e7a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:44:04.279Z|18538726-6590-42da-aa48-3a6dc0843e7a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:44:05.089Z|704e5abd-5ba5-43c9-8af7-85efbe24047c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:44:05.090Z|704e5abd-5ba5-43c9-8af7-85efbe24047c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:44:05.495Z|227c3d1a-e9e7-4ee0-8c57-81b66939b1ca|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:44:05.496Z|227c3d1a-e9e7-4ee0-8c57-81b66939b1ca|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:44:07.287Z|6edc090c-2ad4-4942-a92a-d411751d7fc3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:44:07.289Z|6edc090c-2ad4-4942-a92a-d411751d7fc3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:44:14.308Z|589abeb3-09b6-4bf0-aa09-473f488b83e0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:44:14.309Z|589abeb3-09b6-4bf0-aa09-473f488b83e0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:44:15.525Z|12aac0e1-213b-4f8e-9f06-b7f5042d3693|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:44:15.526Z|12aac0e1-213b-4f8e-9f06-b7f5042d3693|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:44:17.320Z|87e175cd-6eb9-4615-af15-2cb904a3f842|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:44:17.321Z|87e175cd-6eb9-4615-af15-2cb904a3f842|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:44:20.089Z|398a02da-d52a-4625-9a34-8ecfabb21020|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:44:20.090Z|398a02da-d52a-4625-9a34-8ecfabb21020|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:44:21.282Z|e5398541-140d-4e56-ac25-229f49f90425|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:44:21.283Z|e5398541-140d-4e56-ac25-229f49f90425|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:44:24.340Z|23e264c9-7507-4163-8871-5c8ba3098f4b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:44:24.341Z|23e264c9-7507-4163-8871-5c8ba3098f4b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:44:25.571Z|f982c7b4-a5e6-40c1-a29c-ed3f8dffce53|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:44:25.572Z|f982c7b4-a5e6-40c1-a29c-ed3f8dffce53|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:44:27.350Z|269a7134-1a86-45da-b701-688ff6d7f9bd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:44:27.351Z|269a7134-1a86-45da-b701-688ff6d7f9bd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:44:34.372Z|bf4db596-f663-455c-8a4a-85b70216f06f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:44:34.372Z|bf4db596-f663-455c-8a4a-85b70216f06f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:44:35.089Z|4bb9ad06-3b2e-45a2-bc53-0f7f1a996c53|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:44:35.093Z|4bb9ad06-3b2e-45a2-bc53-0f7f1a996c53|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:44:35.602Z|68397690-4834-4852-93ac-88a12187413f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:44:35.603Z|68397690-4834-4852-93ac-88a12187413f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:44:37.382Z|73570977-492f-4e3c-bd38-4ba3412174b2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:44:37.382Z|73570977-492f-4e3c-bd38-4ba3412174b2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:44:44.402Z|50a64f30-4cdd-4a5c-8afc-e66baad16b03|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:44:44.403Z|50a64f30-4cdd-4a5c-8afc-e66baad16b03|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:44:45.634Z|3101c810-4294-43e2-9abc-f891b4bfd127|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:44:45.634Z|3101c810-4294-43e2-9abc-f891b4bfd127|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:44:47.411Z|8c323660-b886-4fff-bd1f-f6a4d575f159|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:44:47.412Z|8c323660-b886-4fff-bd1f-f6a4d575f159|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:44:50.089Z|ba2b3ef4-8e3c-489b-889a-2bfaedaf7024|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:44:50.089Z|ba2b3ef4-8e3c-489b-889a-2bfaedaf7024|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:44:51.283Z|12fbe4ba-7a10-474b-9153-6376b98d6e90|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:44:51.284Z|12fbe4ba-7a10-474b-9153-6376b98d6e90|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:44:54.433Z|47d1959b-7723-4206-a60c-4b669511b13d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:44:54.434Z|47d1959b-7723-4206-a60c-4b669511b13d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:44:55.663Z|7f733276-7c40-4e06-bc0c-cc73915e3732|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:44:55.664Z|7f733276-7c40-4e06-bc0c-cc73915e3732|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:44:56.116Z|bdb79266-499d-4954-ad73-f617d1274499|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:44:56.116Z|bdb79266-499d-4954-ad73-f617d1274499|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:44:57.443Z|ec7f8466-6190-42c9-8b10-8be822e89088|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:44:57.443Z|ec7f8466-6190-42c9-8b10-8be822e89088|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:45:04.473Z|0cfc616d-8f5c-462f-bcaf-af5d13a951ab|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:45:04.473Z|0cfc616d-8f5c-462f-bcaf-af5d13a951ab|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:45:05.089Z|ed742b40-8ea9-412f-966c-7f5d56c67af4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:45:05.089Z|ed742b40-8ea9-412f-966c-7f5d56c67af4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:45:05.693Z|ccf36a7b-eb07-4410-964c-47c6a669c39e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:45:05.693Z|ccf36a7b-eb07-4410-964c-47c6a669c39e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:45:07.473Z|9800260d-e0f5-4953-bdea-9fef3d942d2c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:45:07.475Z|9800260d-e0f5-4953-bdea-9fef3d942d2c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:45:14.503Z|4366b417-c58a-493d-9b62-2c3a413aaf99|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:45:14.504Z|4366b417-c58a-493d-9b62-2c3a413aaf99|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:45:15.724Z|9ed205f8-99a0-4e3d-8bcf-61568707e822|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:45:15.724Z|9ed205f8-99a0-4e3d-8bcf-61568707e822|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:45:17.506Z|3f8dfb62-9b98-4fb7-90de-026ea7f42f97|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:45:17.507Z|3f8dfb62-9b98-4fb7-90de-026ea7f42f97|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:45:20.089Z|fe435824-679e-46c0-8a06-ed6f3ffc4da7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:45:20.092Z|fe435824-679e-46c0-8a06-ed6f3ffc4da7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:45:21.284Z|61a89b78-b961-4ee7-8fde-4983fb031311|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:45:21.285Z|61a89b78-b961-4ee7-8fde-4983fb031311|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:45:24.531Z|8a7cbfb5-c68d-42f6-bf1d-9bd31fce05a0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:45:24.532Z|8a7cbfb5-c68d-42f6-bf1d-9bd31fce05a0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:45:25.756Z|695af17e-4a67-4d8b-a7d3-5d54695cdcf0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:45:25.756Z|695af17e-4a67-4d8b-a7d3-5d54695cdcf0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:45:27.536Z|83d00a86-e16c-4816-8032-6204a73e3c36|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:45:27.537Z|83d00a86-e16c-4816-8032-6204a73e3c36|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:45:34.562Z|dcd1faa8-58bd-421c-99ff-0ad18aa1e1f1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:45:34.563Z|dcd1faa8-58bd-421c-99ff-0ad18aa1e1f1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:45:35.089Z|9d8542db-cea1-40ca-8dc6-6a93c503a501|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:45:35.090Z|9d8542db-cea1-40ca-8dc6-6a93c503a501|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:45:35.784Z|1d94a9e5-8a24-4e97-b344-a0533cdfd552|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:45:35.785Z|1d94a9e5-8a24-4e97-b344-a0533cdfd552|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:45:37.566Z|7169659c-5120-44ec-9a90-258f466406d4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:45:37.567Z|7169659c-5120-44ec-9a90-258f466406d4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:45:44.593Z|6d7fa56f-1d34-4aeb-a03a-04fd971d2d02|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:45:44.594Z|6d7fa56f-1d34-4aeb-a03a-04fd971d2d02|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:45:45.813Z|f58db421-3b23-4fc6-ae01-a541acbf75f9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:45:45.814Z|f58db421-3b23-4fc6-ae01-a541acbf75f9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:45:47.599Z|339e7f47-882d-4fcd-b262-cdb71877b404|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:45:47.600Z|339e7f47-882d-4fcd-b262-cdb71877b404|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:45:50.089Z|96b3a15f-26c9-48fc-acce-2050d0adeb8e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:45:50.089Z|96b3a15f-26c9-48fc-acce-2050d0adeb8e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:45:51.285Z|c7aae60c-03a4-4744-8a70-9718fbbef806|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:45:51.286Z|c7aae60c-03a4-4744-8a70-9718fbbef806|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:45:54.624Z|2b89e67c-868d-4cd3-bf80-6efa4c664f73|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:45:54.625Z|2b89e67c-868d-4cd3-bf80-6efa4c664f73|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:45:55.845Z|fec93010-4973-4645-b979-56d3653d858b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:45:55.846Z|fec93010-4973-4645-b979-56d3653d858b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:45:56.115Z|1435b582-1bbf-4916-acc6-8225a28386b3|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:45:56.116Z|1435b582-1bbf-4916-acc6-8225a28386b3|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:45:57.628Z|ac141efe-ea5d-455c-92aa-a4716111fb92|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:45:57.628Z|ac141efe-ea5d-455c-92aa-a4716111fb92|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:46:04.652Z|a5263136-cf03-4abe-ad21-98a053fbbcb3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:46:04.653Z|a5263136-cf03-4abe-ad21-98a053fbbcb3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:46:05.089Z|71f97471-15b1-4896-a5e9-00aaf716f8bc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:46:05.093Z|71f97471-15b1-4896-a5e9-00aaf716f8bc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:46:05.878Z|3288644b-a798-4efb-aad3-171d0f22e522|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:46:05.879Z|3288644b-a798-4efb-aad3-171d0f22e522|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:46:07.657Z|8ab8af78-a207-45fa-b53e-4272ae148c60|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:46:07.658Z|8ab8af78-a207-45fa-b53e-4272ae148c60|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:46:14.691Z|d11c2252-6b4c-4e1b-a414-4b6227686400|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:46:14.692Z|d11c2252-6b4c-4e1b-a414-4b6227686400|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:46:15.909Z|d18afd37-187e-4461-8048-44cfce82cde2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:46:15.910Z|d18afd37-187e-4461-8048-44cfce82cde2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:46:17.687Z|70cc3391-2ac4-481f-8c42-1656a83bfe27|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:46:17.687Z|70cc3391-2ac4-481f-8c42-1656a83bfe27|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:46:20.089Z|01ca5ed9-2750-4a82-9e4b-3c142ec9b501|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:46:20.089Z|01ca5ed9-2750-4a82-9e4b-3c142ec9b501|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:46:21.287Z|4d850a2f-372f-4d78-ad82-9c6c22976ca4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:46:21.287Z|4d850a2f-372f-4d78-ad82-9c6c22976ca4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:46:24.723Z|21a8b0c9-1816-4d00-b151-0fc64ea3aa43|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:46:24.723Z|21a8b0c9-1816-4d00-b151-0fc64ea3aa43|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:46:25.939Z|bb26f0cb-6d91-4b85-aa0a-4a0ee6cb8304|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:46:25.940Z|bb26f0cb-6d91-4b85-aa0a-4a0ee6cb8304|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:46:27.721Z|ade4327d-a3a3-4a1b-8341-4fa2fe602740|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:46:27.722Z|ade4327d-a3a3-4a1b-8341-4fa2fe602740|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:46:34.778Z|fe5597a8-2ef7-47db-85cd-cf0c3ebd934a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:46:34.779Z|fe5597a8-2ef7-47db-85cd-cf0c3ebd934a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:46:35.089Z|68199655-e78b-4ec4-a81a-62a29fd67cbe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:46:35.089Z|68199655-e78b-4ec4-a81a-62a29fd67cbe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:46:35.970Z|c1328e6e-d5f4-4783-83b4-8beeb10b3782|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:46:35.972Z|c1328e6e-d5f4-4783-83b4-8beeb10b3782|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:46:37.756Z|b30a59db-8921-4928-889d-65206aa3fb5b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:46:37.757Z|b30a59db-8921-4928-889d-65206aa3fb5b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:46:44.827Z|a8c2630a-c790-4770-8de7-8307be080c8a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:46:44.828Z|a8c2630a-c790-4770-8de7-8307be080c8a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:46:46.003Z|36dc2f73-9969-4309-8c91-3a9561759117|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:46:46.004Z|36dc2f73-9969-4309-8c91-3a9561759117|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:46:47.791Z|d03b3804-c58d-4af7-9010-7b8818d344e6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:46:47.792Z|d03b3804-c58d-4af7-9010-7b8818d344e6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:46:50.089Z|0f0e0b8a-af2a-4a73-8043-8cd4618f1b29|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:46:50.096Z|0f0e0b8a-af2a-4a73-8043-8cd4618f1b29|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:46:51.288Z|11c796c4-7b30-4971-aef0-5d7ecd83e673|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:46:51.289Z|11c796c4-7b30-4971-aef0-5d7ecd83e673|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:46:54.861Z|d325875b-3fa7-4fd4-ac41-7908a4a05f5a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:46:54.862Z|d325875b-3fa7-4fd4-ac41-7908a4a05f5a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:46:56.029Z|48b5ad81-a532-49b8-8bb8-e503fc3bc518|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:46:56.030Z|48b5ad81-a532-49b8-8bb8-e503fc3bc518|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:46:56.118Z|41c225e5-f5c1-442b-a84e-73e964ff7714|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:46:56.121Z|41c225e5-f5c1-442b-a84e-73e964ff7714|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:46:57.821Z|9ffcafc2-55c7-4c5a-8439-c5e9bed7d814|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:46:57.822Z|9ffcafc2-55c7-4c5a-8439-c5e9bed7d814|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:47:04.893Z|1d096e44-eedb-4693-9426-4d197e835fc9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:47:04.894Z|1d096e44-eedb-4693-9426-4d197e835fc9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:47:05.089Z|65a62c1f-9cc1-4ee8-bc4d-55cadcb5df46|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:47:05.089Z|65a62c1f-9cc1-4ee8-bc4d-55cadcb5df46|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:47:06.059Z|fa98dc59-d4c3-442a-9dc8-c3937a9d5c42|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:47:06.060Z|fa98dc59-d4c3-442a-9dc8-c3937a9d5c42|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:47:07.850Z|b181509f-6556-41a4-b712-a0558ac4feb7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:47:07.851Z|b181509f-6556-41a4-b712-a0558ac4feb7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:47:14.923Z|d2a9bf44-4399-47ca-a0f6-ad9226fdd5de|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:47:14.924Z|d2a9bf44-4399-47ca-a0f6-ad9226fdd5de|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:47:16.086Z|4a6022bc-2a36-40ba-bd17-f54d3e93d80c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:47:16.088Z|4a6022bc-2a36-40ba-bd17-f54d3e93d80c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:47:17.880Z|2137ff9f-4f28-4545-984a-f6dd38c7e35f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:47:17.881Z|2137ff9f-4f28-4545-984a-f6dd38c7e35f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:47:20.089Z|c1d90767-7afb-4542-87cc-47b6e5440c08|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:47:20.089Z|c1d90767-7afb-4542-87cc-47b6e5440c08|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:47:21.289Z|e454ca2d-968a-47ec-a711-9314e6c474f2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:47:21.290Z|e454ca2d-968a-47ec-a711-9314e6c474f2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:47:24.955Z|c848fab8-8840-42b5-89a9-fed52410efef|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:47:24.956Z|c848fab8-8840-42b5-89a9-fed52410efef|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:47:26.115Z|09594de1-ae23-4c8e-8a6f-bf84dc61f148|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:47:26.116Z|09594de1-ae23-4c8e-8a6f-bf84dc61f148|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:47:27.912Z|671363bf-d6fe-4458-920a-836f8b4dd3fc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:47:27.913Z|671363bf-d6fe-4458-920a-836f8b4dd3fc|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:47:34.984Z|c0e94021-9334-4df8-b9fe-5be1ae1428c6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:47:34.984Z|c0e94021-9334-4df8-b9fe-5be1ae1428c6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:47:35.089Z|38d472b1-6d99-4db5-9575-411db12c9259|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:47:35.093Z|38d472b1-6d99-4db5-9575-411db12c9259|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:47:36.146Z|8a0c3b9a-e495-47f4-8565-4eeb3a982f50|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:47:36.147Z|8a0c3b9a-e495-47f4-8565-4eeb3a982f50|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:47:37.944Z|25cd4071-59d3-4c91-a32d-c376145bbfbe|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:47:37.945Z|25cd4071-59d3-4c91-a32d-c376145bbfbe|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:47:45.023Z|0055c5b5-663c-40e0-9844-d4503d6f60e9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:47:45.024Z|0055c5b5-663c-40e0-9844-d4503d6f60e9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:47:46.177Z|85399cce-f30c-445b-a626-343c850d74da|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:47:46.177Z|85399cce-f30c-445b-a626-343c850d74da|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:47:47.975Z|1fc7d8ca-2986-4bb0-a146-a2aa072bcd98|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:47:47.975Z|1fc7d8ca-2986-4bb0-a146-a2aa072bcd98|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:47:50.089Z|b60d4302-c5d0-46a1-8224-e3f1a4fd0607|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:47:50.089Z|b60d4302-c5d0-46a1-8224-e3f1a4fd0607|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:47:51.290Z|34f051c1-3a63-4474-8d11-09b6487eac8d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:47:51.291Z|34f051c1-3a63-4474-8d11-09b6487eac8d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:47:55.054Z|4bc97e48-21e4-4650-b5b8-d56cd9c81620|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:47:55.055Z|4bc97e48-21e4-4650-b5b8-d56cd9c81620|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:47:56.118Z|ba2b50d6-7fb2-4c5a-9d0c-3f1812c8f59b|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:47:56.119Z|ba2b50d6-7fb2-4c5a-9d0c-3f1812c8f59b|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:47:56.205Z|af1969c4-8035-4290-bddd-b916ef1e17ce|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:47:56.206Z|af1969c4-8035-4290-bddd-b916ef1e17ce|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:47:58.002Z|728e3681-8a74-44f3-a66a-ad696b181b3b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:47:58.002Z|728e3681-8a74-44f3-a66a-ad696b181b3b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:48:05.085Z|d11a7bba-2116-468b-9747-c4a947794130|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:48:05.085Z|d11a7bba-2116-468b-9747-c4a947794130|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:48:05.089Z|c1e92bbb-6f26-45a4-be85-875fe5bff1c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:48:05.089Z|c1e92bbb-6f26-45a4-be85-875fe5bff1c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:48:06.238Z|57846821-ca06-4ee0-b3ec-ae8fb5579f9f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:48:06.239Z|57846821-ca06-4ee0-b3ec-ae8fb5579f9f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:48:08.033Z|a6f37b9b-e304-4a51-92f5-a6e437fce5d2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:48:08.033Z|a6f37b9b-e304-4a51-92f5-a6e437fce5d2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:48:15.118Z|bc54e88f-782c-422c-aee5-f00a9f5faa2e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:48:15.119Z|bc54e88f-782c-422c-aee5-f00a9f5faa2e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:48:16.269Z|12127199-c86d-4f9a-93e2-f98cd52fa21e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:48:16.270Z|12127199-c86d-4f9a-93e2-f98cd52fa21e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:48:18.071Z|b3b77787-c4e6-4012-8e73-7bdb7e178dd3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:48:18.072Z|b3b77787-c4e6-4012-8e73-7bdb7e178dd3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:48:20.089Z|841c8f6c-a401-4c4b-b92e-065cff599c53|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:48:20.093Z|841c8f6c-a401-4c4b-b92e-065cff599c53|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:48:21.291Z|2a49bb58-64fc-48dd-a9fa-3a1d5237dffb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:48:21.292Z|2a49bb58-64fc-48dd-a9fa-3a1d5237dffb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:48:25.146Z|2977538f-1890-4526-a894-f3faed6786c0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:48:25.147Z|2977538f-1890-4526-a894-f3faed6786c0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:48:26.297Z|837d70f7-82d1-4701-ad6b-0e5f4fe5cecf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:48:26.298Z|837d70f7-82d1-4701-ad6b-0e5f4fe5cecf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:48:28.105Z|6b9ff2c8-ee5e-4c84-b5f3-0d596f996129|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:48:28.105Z|6b9ff2c8-ee5e-4c84-b5f3-0d596f996129|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:48:35.089Z|bb0ef91b-b8ce-461b-ae12-6702dd66d0f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:48:35.090Z|bb0ef91b-b8ce-461b-ae12-6702dd66d0f6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:48:35.174Z|5d603532-d6a9-46a7-83a1-a3dc8fddfb39|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:48:35.175Z|5d603532-d6a9-46a7-83a1-a3dc8fddfb39|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:48:36.327Z|e456807a-4264-47b2-84a4-387a234c491a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:48:36.327Z|e456807a-4264-47b2-84a4-387a234c491a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:48:38.134Z|95da8cc0-03fc-4acb-8f21-172e2e8230ed|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:48:38.135Z|95da8cc0-03fc-4acb-8f21-172e2e8230ed|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:48:45.206Z|da1915ec-c631-49f9-bc5f-7234037c24a7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:48:45.207Z|da1915ec-c631-49f9-bc5f-7234037c24a7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:48:46.356Z|2959bf94-b0a8-4397-bca1-dd7aff254f86|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:48:46.357Z|2959bf94-b0a8-4397-bca1-dd7aff254f86|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:48:48.168Z|47a7cc45-2a89-4792-8a9f-09198ec8901d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:48:48.169Z|47a7cc45-2a89-4792-8a9f-09198ec8901d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:48:50.089Z|8944e213-5a05-48dc-bc14-a96c8a1151df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:48:50.090Z|8944e213-5a05-48dc-bc14-a96c8a1151df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:48:51.293Z|71456f92-b0e5-45fe-9653-e2fcafa1ea35|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:48:51.293Z|71456f92-b0e5-45fe-9653-e2fcafa1ea35|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:48:55.237Z|10ea1213-6f36-4ab4-a54c-b17f54e521ee|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:48:55.238Z|10ea1213-6f36-4ab4-a54c-b17f54e521ee|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:48:56.116Z|16f160db-3f36-422c-8d9d-a788339aeb90|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:48:56.117Z|16f160db-3f36-422c-8d9d-a788339aeb90|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:48:56.388Z|b9158884-74d0-4009-8e7f-e8b736622bbd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:48:56.388Z|b9158884-74d0-4009-8e7f-e8b736622bbd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:48:58.224Z|820cc2ef-aa69-4703-be9a-7b9a7f3386a7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:48:58.224Z|820cc2ef-aa69-4703-be9a-7b9a7f3386a7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:49:05.089Z|d57babdb-256a-426b-84fa-e96b784c065f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:49:05.093Z|d57babdb-256a-426b-84fa-e96b784c065f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:49:05.268Z|5549704b-1ad0-4fd0-af89-190aba5405b1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:49:05.269Z|5549704b-1ad0-4fd0-af89-190aba5405b1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:49:06.421Z|cc03c80a-f123-4c3d-8632-e8b846f7ece7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:49:06.422Z|cc03c80a-f123-4c3d-8632-e8b846f7ece7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:49:08.253Z|5a48c8a4-4490-4e66-973f-1fe7de25628f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:49:08.253Z|5a48c8a4-4490-4e66-973f-1fe7de25628f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:49:15.299Z|eb896307-4f0d-4b0e-b6bb-051dd6e770ba|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:49:15.299Z|eb896307-4f0d-4b0e-b6bb-051dd6e770ba|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:49:16.451Z|4b6efaa0-585a-4ba2-8978-dc2f110173d5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:49:16.452Z|4b6efaa0-585a-4ba2-8978-dc2f110173d5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:49:18.278Z|53d970f4-df2c-4593-820a-c9cb23fce71a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:49:18.279Z|53d970f4-df2c-4593-820a-c9cb23fce71a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:49:20.089Z|7b3d4a82-dfd9-4e76-9ca9-c601c6b41707|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:49:20.090Z|7b3d4a82-dfd9-4e76-9ca9-c601c6b41707|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:49:21.294Z|0df41edf-14a2-4798-82d4-a7c8419870ce|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:49:21.295Z|0df41edf-14a2-4798-82d4-a7c8419870ce|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:49:25.329Z|b75b1baa-2f9a-4041-a64e-e6d0ec2d6313|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:49:25.330Z|b75b1baa-2f9a-4041-a64e-e6d0ec2d6313|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:49:26.481Z|0191ca09-fb4f-49ee-8171-186c2510f231|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:49:26.481Z|0191ca09-fb4f-49ee-8171-186c2510f231|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:49:28.310Z|c77a07be-0b64-48ee-843c-05a6152b43b3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:49:28.310Z|c77a07be-0b64-48ee-843c-05a6152b43b3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:49:35.089Z|d16044b4-d9a1-4efa-bdb7-5447b0c9ef8a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:49:35.090Z|d16044b4-d9a1-4efa-bdb7-5447b0c9ef8a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:49:35.359Z|22fe8341-3e10-47a1-a89f-2cf43e6c5c61|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:49:35.360Z|22fe8341-3e10-47a1-a89f-2cf43e6c5c61|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:49:36.511Z|4743caac-3053-4796-938c-8140a2dc2a88|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:49:36.511Z|4743caac-3053-4796-938c-8140a2dc2a88|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:49:38.342Z|e86821cd-f4ae-4ae2-a4ad-d74d7dffcf6f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:49:38.342Z|e86821cd-f4ae-4ae2-a4ad-d74d7dffcf6f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:49:45.398Z|f3aa6b6d-4bb5-42c2-a055-267731f59bf5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:49:45.399Z|f3aa6b6d-4bb5-42c2-a055-267731f59bf5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:49:46.541Z|d314a79d-b702-44f2-86b9-02debb171871|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:49:46.542Z|d314a79d-b702-44f2-86b9-02debb171871|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:49:48.372Z|22d1fd38-69ca-4e92-973e-d551f50fa66d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:49:48.373Z|22d1fd38-69ca-4e92-973e-d551f50fa66d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:49:50.089Z|f95d0ae4-0e9d-408b-8cb8-24da3b7c7de0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:49:50.093Z|f95d0ae4-0e9d-408b-8cb8-24da3b7c7de0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:49:51.295Z|8cb656f0-6294-49c0-8d71-37ca784adca8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:49:51.296Z|8cb656f0-6294-49c0-8d71-37ca784adca8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:49:55.432Z|ccb33432-c497-425a-9a3c-4dd598e0f5f5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:49:55.434Z|ccb33432-c497-425a-9a3c-4dd598e0f5f5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:49:56.119Z|673b6963-0cec-450f-93ba-8786a477f161|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:49:56.119Z|673b6963-0cec-450f-93ba-8786a477f161|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:49:56.572Z|3f5dc56a-cb03-4e94-b1a3-ab9702202c78|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:49:56.573Z|3f5dc56a-cb03-4e94-b1a3-ab9702202c78|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:49:58.404Z|b0dd66a9-44b9-4c2e-8f0b-083a4454ff0e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:49:58.405Z|b0dd66a9-44b9-4c2e-8f0b-083a4454ff0e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:50:05.089Z|d7881686-1379-47bb-8515-2327fa95cb1c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:50:05.090Z|d7881686-1379-47bb-8515-2327fa95cb1c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:50:05.467Z|26744ee6-a96b-46db-9c15-c71ef54dcc83|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:50:05.468Z|26744ee6-a96b-46db-9c15-c71ef54dcc83|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:50:06.605Z|d6b0607b-ddaa-4457-bb0b-73f5a53051b8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:50:06.605Z|d6b0607b-ddaa-4457-bb0b-73f5a53051b8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:50:08.436Z|b1259291-2e2c-488a-906e-4d95c0895b03|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:50:08.437Z|b1259291-2e2c-488a-906e-4d95c0895b03|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:50:15.500Z|54a434aa-dba5-4877-bffd-03cfcbdc5174|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:50:15.500Z|54a434aa-dba5-4877-bffd-03cfcbdc5174|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:50:16.634Z|a11b9785-8717-46db-b623-0d76866e8383|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:50:16.635Z|a11b9785-8717-46db-b623-0d76866e8383|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:50:18.466Z|3e6a40ff-c739-437a-b22f-b174c133292f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:50:18.467Z|3e6a40ff-c739-437a-b22f-b174c133292f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:50:20.089Z|a66aec6b-08f0-4c67-a1d7-fba3ea36dfbf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:50:20.090Z|a66aec6b-08f0-4c67-a1d7-fba3ea36dfbf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:50:21.297Z|546121e8-6965-4f49-a41e-55af9b71f180|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:50:21.297Z|546121e8-6965-4f49-a41e-55af9b71f180|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:50:25.531Z|969c068b-b5d5-4454-a49e-eac071cd8b0c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:50:25.532Z|969c068b-b5d5-4454-a49e-eac071cd8b0c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:50:26.661Z|584bfae1-6c51-408f-bd44-501b3002171f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:50:26.662Z|584bfae1-6c51-408f-bd44-501b3002171f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:50:28.499Z|26f807f3-545d-4831-a645-bae9db1577d2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:50:28.499Z|26f807f3-545d-4831-a645-bae9db1577d2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:50:35.089Z|1a8f9124-7b99-4075-bc4a-6a76ef55cc20|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:50:35.094Z|1a8f9124-7b99-4075-bc4a-6a76ef55cc20|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:50:35.562Z|e86c6bda-959b-462b-a3f1-38de82fe2b18|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:50:35.563Z|e86c6bda-959b-462b-a3f1-38de82fe2b18|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:50:36.693Z|13f40c83-c125-4c1d-a596-d02f42886f27|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:50:36.694Z|13f40c83-c125-4c1d-a596-d02f42886f27|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:50:38.531Z|65211015-8cbe-4823-9dd7-c3f667833ac5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:50:38.531Z|65211015-8cbe-4823-9dd7-c3f667833ac5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:50:45.593Z|9a724e75-3a76-4f48-baa7-7d9bbfd63523|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:50:45.594Z|9a724e75-3a76-4f48-baa7-7d9bbfd63523|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:50:46.725Z|82a576d6-f473-4ef6-9b6d-3fc79b4ead6d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:50:46.726Z|82a576d6-f473-4ef6-9b6d-3fc79b4ead6d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:50:48.564Z|72755e16-266c-4291-9303-6cab57544b54|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:50:48.565Z|72755e16-266c-4291-9303-6cab57544b54|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:50:50.089Z|61eab2bd-966b-4ca5-b514-dedc355cecf8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:50:50.089Z|61eab2bd-966b-4ca5-b514-dedc355cecf8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:50:51.298Z|5f17d908-e33e-434d-a806-0ff4b99b7de4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:50:51.299Z|5f17d908-e33e-434d-a806-0ff4b99b7de4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:50:55.625Z|4277ba34-23c4-489b-a872-a8e419d85638|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:50:55.627Z|4277ba34-23c4-489b-a872-a8e419d85638|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:50:56.116Z|2be5c99e-4f58-4a1d-9c75-0004e96401c6|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:50:56.117Z|2be5c99e-4f58-4a1d-9c75-0004e96401c6|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:50:56.760Z|1d62bae2-553b-4315-ad6c-def5831e084e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:50:56.760Z|1d62bae2-553b-4315-ad6c-def5831e084e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:50:58.595Z|452af514-ccd9-4d30-b96e-fe68f1ff6c64|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:50:58.596Z|452af514-ccd9-4d30-b96e-fe68f1ff6c64|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:51:05.089Z|13938715-f92f-416d-811d-16dadb3040e8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:51:05.089Z|13938715-f92f-416d-811d-16dadb3040e8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:51:05.654Z|409f2f8c-6673-4656-b1e9-2e24ec06d658|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:51:05.655Z|409f2f8c-6673-4656-b1e9-2e24ec06d658|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:51:06.788Z|ba26eb3e-e1e8-490c-b6eb-f8654fdfbdcb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:51:06.789Z|ba26eb3e-e1e8-490c-b6eb-f8654fdfbdcb|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:51:08.627Z|13b6a6b2-44d5-4494-9a12-73bea7ca47c8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:51:08.628Z|13b6a6b2-44d5-4494-9a12-73bea7ca47c8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:51:15.682Z|f33ea46a-b16e-4d1c-966a-3cf3e79eea99|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:51:15.683Z|f33ea46a-b16e-4d1c-966a-3cf3e79eea99|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:51:16.823Z|fcd4f0c7-4338-457c-ad33-46f4d041e303|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:51:16.824Z|fcd4f0c7-4338-457c-ad33-46f4d041e303|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:51:18.659Z|22679b0e-caa6-418a-a28c-440b88997234|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:51:18.660Z|22679b0e-caa6-418a-a28c-440b88997234|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:51:20.089Z|4f1bcb30-223a-4e17-8f36-42f2654ad709|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:51:20.093Z|4f1bcb30-223a-4e17-8f36-42f2654ad709|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:51:21.300Z|82856c00-955f-46fb-b87b-e469a5aaa1fe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:51:21.300Z|82856c00-955f-46fb-b87b-e469a5aaa1fe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:51:25.713Z|b854dff6-1b8c-4f35-ab6a-f432ed76bba0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:51:25.714Z|b854dff6-1b8c-4f35-ab6a-f432ed76bba0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:51:26.856Z|91bb387f-d86e-48a0-bcd4-b71d54fc1f65|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:51:26.857Z|91bb387f-d86e-48a0-bcd4-b71d54fc1f65|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:51:28.692Z|7bf4ddca-7083-498a-8d59-44c524ebc8d5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:51:28.693Z|7bf4ddca-7083-498a-8d59-44c524ebc8d5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:51:35.089Z|12550d5a-23e0-4dfa-a267-6da86ba5a7df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:51:35.090Z|12550d5a-23e0-4dfa-a267-6da86ba5a7df|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:51:35.743Z|7396b3f3-abd8-4dea-bc09-f1dd99f39541|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:51:35.744Z|7396b3f3-abd8-4dea-bc09-f1dd99f39541|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:51:36.886Z|690383fc-7af3-4c01-9f21-3af54ca4d8f1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:51:36.887Z|690383fc-7af3-4c01-9f21-3af54ca4d8f1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:51:38.724Z|9013be8a-a6cd-4f2b-9292-cd8ce296821c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:51:38.725Z|9013be8a-a6cd-4f2b-9292-cd8ce296821c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:51:45.777Z|f2ca324f-72b5-4654-9d33-1f60111a1816|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:51:45.778Z|f2ca324f-72b5-4654-9d33-1f60111a1816|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:51:46.918Z|13a20277-07a2-4e92-b77d-57b25d18773c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:51:46.918Z|13a20277-07a2-4e92-b77d-57b25d18773c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:51:48.755Z|b56c8a1b-289f-49d8-b5e5-cd3616c03785|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:51:48.756Z|b56c8a1b-289f-49d8-b5e5-cd3616c03785|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:51:50.089Z|82b55a4a-30a7-4d4d-bc64-c7ff4361bb80|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:51:50.089Z|82b55a4a-30a7-4d4d-bc64-c7ff4361bb80|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:51:51.301Z|17640124-5252-4410-a6e9-71660e6f661f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:51:51.301Z|17640124-5252-4410-a6e9-71660e6f661f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:51:55.807Z|4dc290ea-5f1e-487a-b6c2-4ac525bdb712|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:51:55.808Z|4dc290ea-5f1e-487a-b6c2-4ac525bdb712|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:51:56.116Z|d196e3c0-8f87-40ca-b388-c21148674c02|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:51:56.117Z|d196e3c0-8f87-40ca-b388-c21148674c02|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:51:56.948Z|de5f49ca-12cd-4a8c-9f5c-c8149882ec04|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:51:56.949Z|de5f49ca-12cd-4a8c-9f5c-c8149882ec04|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:51:58.787Z|6fe558a5-4fd0-45b4-ab84-1aaade3d683d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:51:58.788Z|6fe558a5-4fd0-45b4-ab84-1aaade3d683d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:52:05.089Z|616bb36f-5316-4cf1-ba76-15c574c43ad1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:52:05.094Z|616bb36f-5316-4cf1-ba76-15c574c43ad1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:52:05.840Z|ce5ba93f-b554-47e7-9ca7-bfb0e70f85e0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:52:05.841Z|ce5ba93f-b554-47e7-9ca7-bfb0e70f85e0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:52:06.979Z|dff3f269-b758-433d-910b-f783e05a9349|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:52:06.980Z|dff3f269-b758-433d-910b-f783e05a9349|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:52:08.820Z|9df8e2ac-845a-4cfc-bf78-e505c6a5e57c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:52:08.820Z|9df8e2ac-845a-4cfc-bf78-e505c6a5e57c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:52:15.873Z|151ff66c-8e46-4ef8-a257-f7194f4d644c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:52:15.874Z|151ff66c-8e46-4ef8-a257-f7194f4d644c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:52:17.010Z|98391103-3deb-4ae8-8acd-0fa78e07a3d9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:52:17.011Z|98391103-3deb-4ae8-8acd-0fa78e07a3d9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:52:18.851Z|a78c8f99-244c-4639-bf8e-45cb4d229c3e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:52:18.852Z|a78c8f99-244c-4639-bf8e-45cb4d229c3e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:52:20.089Z|2665f0a0-1061-4769-8dae-9437fab1f552|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:52:20.090Z|2665f0a0-1061-4769-8dae-9437fab1f552|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:52:21.302Z|6f498ef1-1808-4871-b284-15372ca6b62a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:52:21.303Z|6f498ef1-1808-4871-b284-15372ca6b62a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:52:25.901Z|cb6faa42-ffbd-4e52-b4f2-53de2d30421e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:52:25.901Z|cb6faa42-ffbd-4e52-b4f2-53de2d30421e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:52:27.041Z|4a192ede-7ee5-4591-bf3f-0ddcda498674|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:52:27.042Z|4a192ede-7ee5-4591-bf3f-0ddcda498674|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:52:28.885Z|63ab094a-2206-435c-bbe7-cccb5722a505|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:52:28.886Z|63ab094a-2206-435c-bbe7-cccb5722a505|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:52:35.089Z|89820f54-de63-4581-9546-c97bbf60d981|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:52:35.089Z|89820f54-de63-4581-9546-c97bbf60d981|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:52:35.933Z|9fe37aa2-6112-4916-8f80-40c6ce7adc49|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:52:35.934Z|9fe37aa2-6112-4916-8f80-40c6ce7adc49|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:52:37.073Z|215b5f2b-9889-40fd-969f-f6c440a98389|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:52:37.073Z|215b5f2b-9889-40fd-969f-f6c440a98389|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:52:38.917Z|c91c916a-03b1-4c91-b45b-3e397583eda7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:52:38.917Z|c91c916a-03b1-4c91-b45b-3e397583eda7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:52:45.968Z|03cf9d1b-538d-4329-a36a-661c7d4be05c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:52:45.969Z|03cf9d1b-538d-4329-a36a-661c7d4be05c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:52:47.103Z|2a1a9547-0c79-4793-99c4-707ce03fb0bb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:52:47.104Z|2a1a9547-0c79-4793-99c4-707ce03fb0bb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:52:48.949Z|3c8c421e-9893-4e42-960f-5eb4f3cf94a6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:52:48.949Z|3c8c421e-9893-4e42-960f-5eb4f3cf94a6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:52:50.089Z|b52423ce-2c2e-4914-ad27-d5ac9b2ff165|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:52:50.093Z|b52423ce-2c2e-4914-ad27-d5ac9b2ff165|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:52:51.303Z|f5d6e418-2300-4da6-9c25-c4c943af4748|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:52:51.304Z|f5d6e418-2300-4da6-9c25-c4c943af4748|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:52:55.999Z|17cdac07-a455-42ea-be92-97e89cabfae1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:52:56.000Z|17cdac07-a455-42ea-be92-97e89cabfae1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:52:56.120Z|d24e7ba4-3518-4bbd-8e05-78c24f09092c|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:52:56.121Z|d24e7ba4-3518-4bbd-8e05-78c24f09092c|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:52:57.138Z|d419141d-7d10-4827-b27f-24da954634ee|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:52:57.139Z|d419141d-7d10-4827-b27f-24da954634ee|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:52:58.980Z|f405eba2-fc65-4f5b-9ffb-31d8505f300d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:52:58.980Z|f405eba2-fc65-4f5b-9ffb-31d8505f300d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:53:05.089Z|3112ea69-b480-4b1a-a2cd-f55cfc6571bf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:53:05.090Z|3112ea69-b480-4b1a-a2cd-f55cfc6571bf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:53:06.034Z|763f4069-e943-472a-ad38-ff6e40da7f03|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:53:06.035Z|763f4069-e943-472a-ad38-ff6e40da7f03|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:53:07.172Z|7f6210a0-b6a8-4220-97bc-d0d3ebbd737d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:53:07.173Z|7f6210a0-b6a8-4220-97bc-d0d3ebbd737d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:53:09.021Z|095e2c21-f984-4245-9c74-ee127d35f216|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:53:09.021Z|095e2c21-f984-4245-9c74-ee127d35f216|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:53:16.069Z|73efcc0c-2dd4-4d0d-87cb-9837a26dabc8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:53:16.070Z|73efcc0c-2dd4-4d0d-87cb-9837a26dabc8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:53:17.205Z|e169df43-b4e7-44fa-948b-a4c4e7d40241|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:53:17.205Z|e169df43-b4e7-44fa-948b-a4c4e7d40241|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:53:19.056Z|63e5dfdc-afb1-46cd-b5ab-d3da1ef3a080|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:53:19.057Z|63e5dfdc-afb1-46cd-b5ab-d3da1ef3a080|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:53:20.089Z|b9ff4f85-0ba6-4e58-9dc2-92e43603d129|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:53:20.089Z|b9ff4f85-0ba6-4e58-9dc2-92e43603d129|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:53:21.304Z|279b2cd6-cb11-498d-80b0-3cbd8812f5dd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:53:21.305Z|279b2cd6-cb11-498d-80b0-3cbd8812f5dd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:53:26.102Z|71a2b7ef-e874-495b-b53f-e25e323c6123|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:53:26.104Z|71a2b7ef-e874-495b-b53f-e25e323c6123|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:53:27.231Z|f065a79e-0308-43e3-8bb6-6cb1c012f94f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:53:27.232Z|f065a79e-0308-43e3-8bb6-6cb1c012f94f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:53:29.083Z|d0d99fef-303a-440f-9d3d-e59a140604c9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:53:29.084Z|d0d99fef-303a-440f-9d3d-e59a140604c9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:53:35.089Z|70c07502-22c8-4818-994b-60c2581b796c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:53:35.094Z|70c07502-22c8-4818-994b-60c2581b796c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:53:36.129Z|f046f55b-85a2-429d-aa0e-d8dd24649267|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:53:36.130Z|f046f55b-85a2-429d-aa0e-d8dd24649267|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:53:37.259Z|107fdeb6-7d8b-441e-8caa-04396bf090f5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:53:37.259Z|107fdeb6-7d8b-441e-8caa-04396bf090f5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:53:39.114Z|2de06181-c8a6-4e8b-8b0c-bd537c7250ef|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:53:39.114Z|2de06181-c8a6-4e8b-8b0c-bd537c7250ef|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:53:46.158Z|c7a81eb1-889d-4a7a-b28f-a943a0661aee|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:53:46.159Z|c7a81eb1-889d-4a7a-b28f-a943a0661aee|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:53:47.291Z|482dec7c-cb78-4b9c-9d1c-a09ba8eff6e1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:53:47.292Z|482dec7c-cb78-4b9c-9d1c-a09ba8eff6e1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:53:49.146Z|5e62d966-87c5-477d-9193-c014a5d8d8c8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:53:49.147Z|5e62d966-87c5-477d-9193-c014a5d8d8c8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:53:50.089Z|0b0d1268-4358-4f17-9ff6-fca9b95909bb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:53:50.090Z|0b0d1268-4358-4f17-9ff6-fca9b95909bb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:53:51.306Z|8a31ef3b-a921-4d9b-b25e-bade8c73ab54|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:53:51.306Z|8a31ef3b-a921-4d9b-b25e-bade8c73ab54|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:53:56.117Z|c8a9e686-dd2e-412e-9a5c-a1bdb5934f4b|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:53:56.118Z|c8a9e686-dd2e-412e-9a5c-a1bdb5934f4b|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:53:56.187Z|8b4b0375-e85b-47c2-841e-52c0045b3d82|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:53:56.188Z|8b4b0375-e85b-47c2-841e-52c0045b3d82|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:53:57.323Z|3e393996-d076-4bf7-a9f1-c63330510352|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:53:57.324Z|3e393996-d076-4bf7-a9f1-c63330510352|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:53:59.177Z|3c44b543-afd0-48d8-8c81-c18e26ee30e9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:53:59.178Z|3c44b543-afd0-48d8-8c81-c18e26ee30e9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:54:05.089Z|0d53cca9-838d-45c2-b57b-5539b5a237aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:54:05.089Z|0d53cca9-838d-45c2-b57b-5539b5a237aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:54:06.217Z|192a3706-2c92-466f-84e4-844bdd3a311a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:54:06.217Z|192a3706-2c92-466f-84e4-844bdd3a311a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:54:07.355Z|afa49f4c-650a-466e-8631-1bc94611cd89|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:54:07.356Z|afa49f4c-650a-466e-8631-1bc94611cd89|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:54:09.211Z|84a1124b-3ce5-480d-ab26-2f887014b231|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:54:09.212Z|84a1124b-3ce5-480d-ab26-2f887014b231|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:54:16.243Z|b11ac2bb-b6aa-4b5e-852b-52b508854b70|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:54:16.244Z|b11ac2bb-b6aa-4b5e-852b-52b508854b70|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:54:17.387Z|46651a57-4fa2-4bce-a869-739829517e22|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:54:17.387Z|46651a57-4fa2-4bce-a869-739829517e22|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:54:19.242Z|3c1a4229-1c2d-4fda-8ee0-efaa76873124|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:54:19.243Z|3c1a4229-1c2d-4fda-8ee0-efaa76873124|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:54:20.089Z|7a447e76-17f8-4ea1-832d-fb9501189a9a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:54:20.092Z|7a447e76-17f8-4ea1-832d-fb9501189a9a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:54:21.307Z|4f5fe5ec-f6d2-4796-8d00-45f0924c9800|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:54:21.307Z|4f5fe5ec-f6d2-4796-8d00-45f0924c9800|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:54:26.276Z|9dbcf70f-168d-4f7b-b005-4d62a5919c98|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:54:26.277Z|9dbcf70f-168d-4f7b-b005-4d62a5919c98|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:54:27.416Z|86613c15-4d27-426c-b639-e952562b651d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:54:27.417Z|86613c15-4d27-426c-b639-e952562b651d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:54:29.272Z|2f642627-93a6-40b2-8493-b670b1b1c865|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:54:29.273Z|2f642627-93a6-40b2-8493-b670b1b1c865|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:54:35.089Z|2c70299c-d781-4247-96a4-fa6b163fadf0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:54:35.089Z|2c70299c-d781-4247-96a4-fa6b163fadf0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:54:36.307Z|8e6692a1-5cbb-44d0-8f54-2edd315bb048|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:54:36.308Z|8e6692a1-5cbb-44d0-8f54-2edd315bb048|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:54:37.447Z|9f5f3982-37cd-4be2-bcbb-b772629c6bfc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:54:37.448Z|9f5f3982-37cd-4be2-bcbb-b772629c6bfc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:54:39.304Z|d9e8acf0-8c38-41ce-b3dd-04ace540697c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:54:39.305Z|d9e8acf0-8c38-41ce-b3dd-04ace540697c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:54:46.339Z|25b2dd1d-b3db-482d-8c08-fda1ac8597fc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:54:46.340Z|25b2dd1d-b3db-482d-8c08-fda1ac8597fc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:54:47.479Z|f6de27b5-b071-4065-8fa7-26c26840cdf4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:54:47.479Z|f6de27b5-b071-4065-8fa7-26c26840cdf4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:54:49.340Z|2e5b158e-1ad6-4f50-a5da-678bb9381e1b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:54:49.341Z|2e5b158e-1ad6-4f50-a5da-678bb9381e1b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:54:50.089Z|8cce366c-5b38-497b-a909-3260bd7e97d5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:54:50.089Z|8cce366c-5b38-497b-a909-3260bd7e97d5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:54:51.308Z|bb959f2e-9643-4d57-ad11-9ed90d7f34cd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:54:51.309Z|bb959f2e-9643-4d57-ad11-9ed90d7f34cd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:54:56.116Z|38a90f59-97c8-40e9-9bee-d40d2fee45c4|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:54:56.117Z|38a90f59-97c8-40e9-9bee-d40d2fee45c4|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:54:56.374Z|9a4603e7-d8c6-4465-a822-c22143c40b2c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:54:56.375Z|9a4603e7-d8c6-4465-a822-c22143c40b2c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:54:57.511Z|ddb07934-6ed5-48a2-9282-de5a3314c6f4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:54:57.512Z|ddb07934-6ed5-48a2-9282-de5a3314c6f4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:54:59.377Z|3f92df88-55d8-4cdd-a25e-bf562c3c7724|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:54:59.377Z|3f92df88-55d8-4cdd-a25e-bf562c3c7724|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:55:05.089Z|277b4322-1779-4d89-ae26-e80482e02bd4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:55:05.092Z|277b4322-1779-4d89-ae26-e80482e02bd4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:55:06.406Z|0802e5ad-5df0-42dd-9862-b3f93c8af6e8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:55:06.407Z|0802e5ad-5df0-42dd-9862-b3f93c8af6e8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:55:07.542Z|bfb3d61f-9f60-448c-9e60-f8c91bfad3f3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:55:07.543Z|bfb3d61f-9f60-448c-9e60-f8c91bfad3f3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:55:09.406Z|2cf4c051-ea41-4aea-ab90-549cba8ee541|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:55:09.407Z|2cf4c051-ea41-4aea-ab90-549cba8ee541|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:55:16.437Z|629de1d3-fb20-4d69-8715-bb1befd63f5a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:55:16.438Z|629de1d3-fb20-4d69-8715-bb1befd63f5a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:55:17.575Z|8999b54d-2194-4dc7-ae31-d7917bd34915|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:55:17.576Z|8999b54d-2194-4dc7-ae31-d7917bd34915|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:55:19.430Z|a14511da-9129-4e18-b539-63d63cefabd6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:55:19.431Z|a14511da-9129-4e18-b539-63d63cefabd6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:55:20.089Z|f0ac6243-c6b8-4dd3-b1b2-80ea6894ebd2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:55:20.089Z|f0ac6243-c6b8-4dd3-b1b2-80ea6894ebd2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:55:21.309Z|90c0252b-b79a-46f1-98ba-0ac889400ad1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:55:21.310Z|90c0252b-b79a-46f1-98ba-0ac889400ad1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:55:26.468Z|2112a821-1f65-49aa-8ebf-df1444555391|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:55:26.469Z|2112a821-1f65-49aa-8ebf-df1444555391|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:55:27.604Z|2aaefbec-51fb-468d-ad8b-08cdf974966b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:55:27.605Z|2aaefbec-51fb-468d-ad8b-08cdf974966b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:55:29.455Z|d5da587a-b403-4276-a33f-8b58d93da312|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:55:29.456Z|d5da587a-b403-4276-a33f-8b58d93da312|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:55:35.089Z|f932008c-a345-431a-b9e4-3c9f79e4bcd7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:55:35.089Z|f932008c-a345-431a-b9e4-3c9f79e4bcd7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:55:36.506Z|36471fb7-8f41-4dbc-b428-c1f4ea8640b9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:55:36.506Z|36471fb7-8f41-4dbc-b428-c1f4ea8640b9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:55:37.639Z|8b30d64f-bca8-43bf-875c-e01d43e8a8ab|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:55:37.640Z|8b30d64f-bca8-43bf-875c-e01d43e8a8ab|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:55:39.489Z|51d3feb2-52ca-4a5b-8f9a-1e915ffb9150|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:55:39.490Z|51d3feb2-52ca-4a5b-8f9a-1e915ffb9150|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:55:46.532Z|2cf19ff2-3d57-407e-a7a2-9a58923fff4f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:55:46.532Z|2cf19ff2-3d57-407e-a7a2-9a58923fff4f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:55:47.670Z|cb332266-ca98-4dc8-85cf-9b1f6290f3fc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:55:47.671Z|cb332266-ca98-4dc8-85cf-9b1f6290f3fc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:55:49.526Z|1dcbb65d-d321-4032-bca6-57bcb18a8c2f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:55:49.527Z|1dcbb65d-d321-4032-bca6-57bcb18a8c2f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:55:50.089Z|ec013ec0-7c95-48b9-87a9-52f4fa192e1d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:55:50.093Z|ec013ec0-7c95-48b9-87a9-52f4fa192e1d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:55:51.312Z|9b370a8a-09a0-4901-95a7-7dbaa0594d8a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:55:51.313Z|9b370a8a-09a0-4901-95a7-7dbaa0594d8a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:55:56.118Z|8425b3d3-c19c-4668-a2ff-fc0d6d9f0a17|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:55:56.119Z|8425b3d3-c19c-4668-a2ff-fc0d6d9f0a17|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:55:56.632Z|286a065b-bc50-4e11-a79f-a7f2095523a7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:55:56.632Z|286a065b-bc50-4e11-a79f-a7f2095523a7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:55:57.702Z|81356866-70f2-4a45-85fd-14dd4a65bcf7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:55:57.703Z|81356866-70f2-4a45-85fd-14dd4a65bcf7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:55:59.559Z|705a7405-0647-4fd1-bb9c-c5a6a5a53fac|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:55:59.560Z|705a7405-0647-4fd1-bb9c-c5a6a5a53fac|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:56:05.089Z|2145cae4-e4c7-4cb6-b6be-a28450120b86|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:56:05.090Z|2145cae4-e4c7-4cb6-b6be-a28450120b86|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:56:06.662Z|dd9655fd-2d0c-4ba3-bdb6-ac867817dad6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:56:06.663Z|dd9655fd-2d0c-4ba3-bdb6-ac867817dad6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:56:07.736Z|bdc87464-f988-4a83-9687-1d96a55b5aed|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:56:07.737Z|bdc87464-f988-4a83-9687-1d96a55b5aed|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:56:09.597Z|83f7f881-c62a-4cee-b52d-719062620d73|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:56:09.598Z|83f7f881-c62a-4cee-b52d-719062620d73|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:56:16.712Z|e57df9b8-afc0-453d-9e16-9a4fad29f654|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:56:16.717Z|e57df9b8-afc0-453d-9e16-9a4fad29f654|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:56:17.769Z|71693c9f-3ec0-403b-9a8d-85b129a956be|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:56:17.770Z|71693c9f-3ec0-403b-9a8d-85b129a956be|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:56:19.630Z|9fdb921e-b272-4f35-b63c-5cc06f61e438|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:56:19.632Z|9fdb921e-b272-4f35-b63c-5cc06f61e438|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:56:20.089Z|51a31bdf-05bb-4367-ae95-da9604983112|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:56:20.089Z|51a31bdf-05bb-4367-ae95-da9604983112|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:56:21.314Z|cc84b4e4-2897-4cc7-8359-e105114dc32a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:56:21.314Z|cc84b4e4-2897-4cc7-8359-e105114dc32a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:56:26.752Z|9add345e-e6b4-4435-bf64-6196873fbe86|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:56:26.753Z|9add345e-e6b4-4435-bf64-6196873fbe86|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:56:27.803Z|58d2ab15-0a54-4d16-ae05-ff8cc17a84d7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:56:27.804Z|58d2ab15-0a54-4d16-ae05-ff8cc17a84d7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:56:29.661Z|8f86a562-3e95-44e3-8b5b-73dbf71dec0f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:56:29.662Z|8f86a562-3e95-44e3-8b5b-73dbf71dec0f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:56:35.089Z|a617670f-fbee-4114-80f2-0cf5d895e432|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:56:35.096Z|a617670f-fbee-4114-80f2-0cf5d895e432|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:56:36.785Z|a1eb7ef6-5a9d-4b12-b840-57165f7573c7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:56:36.785Z|a1eb7ef6-5a9d-4b12-b840-57165f7573c7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:56:37.839Z|835349b2-e6da-4ced-8288-92824fb96a48|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:56:37.840Z|835349b2-e6da-4ced-8288-92824fb96a48|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:56:39.693Z|2157358b-49fb-4d4b-9a64-f4a746e66532|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:56:39.696Z|2157358b-49fb-4d4b-9a64-f4a746e66532|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:56:46.823Z|5e095ab3-d9be-4d75-a9c3-302461a13c9a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:56:46.824Z|5e095ab3-d9be-4d75-a9c3-302461a13c9a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:56:47.870Z|c614f457-94c2-4a32-8593-daa5d581001e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:56:47.871Z|c614f457-94c2-4a32-8593-daa5d581001e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:56:49.726Z|feef384a-4719-4515-8321-c126a72f8ae4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:56:49.728Z|feef384a-4719-4515-8321-c126a72f8ae4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:56:50.089Z|c4071268-a8d5-441e-b0a2-b444163a6c6a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:56:50.089Z|c4071268-a8d5-441e-b0a2-b444163a6c6a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:56:51.315Z|a121d03a-c038-4675-b7d3-ec7b540f65ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:56:51.315Z|a121d03a-c038-4675-b7d3-ec7b540f65ad|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:56:56.117Z|10d5053a-98ad-4102-afab-18bba8e9d69e|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:56:56.118Z|10d5053a-98ad-4102-afab-18bba8e9d69e|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:56:56.851Z|84bd75b7-52c2-49fd-9017-79756039acd7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:56:56.852Z|84bd75b7-52c2-49fd-9017-79756039acd7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:56:57.901Z|bb56f921-9088-441b-8653-82f5e8c7171b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:56:57.901Z|bb56f921-9088-441b-8653-82f5e8c7171b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:56:59.764Z|c3e9aebd-1401-41ac-ba6e-b96bd46c4224|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:56:59.764Z|c3e9aebd-1401-41ac-ba6e-b96bd46c4224|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:57:05.089Z|6eef13d6-9f80-4ef0-86d9-c482754be5e4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:57:05.089Z|6eef13d6-9f80-4ef0-86d9-c482754be5e4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:57:06.878Z|ed86ed85-677c-4056-a57b-740d441bdae0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:57:06.879Z|ed86ed85-677c-4056-a57b-740d441bdae0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:57:07.930Z|3d732919-51dc-4f8a-a44a-bb7c970abb89|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:57:07.931Z|3d732919-51dc-4f8a-a44a-bb7c970abb89|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:57:09.794Z|7b1d1c58-06dc-402a-8280-6e7229bb084a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:57:09.795Z|7b1d1c58-06dc-402a-8280-6e7229bb084a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:57:16.910Z|7e1cf0f5-9f44-4559-89c9-f6fc947fd2a4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:57:16.910Z|7e1cf0f5-9f44-4559-89c9-f6fc947fd2a4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:57:17.960Z|a3fcec06-847f-418e-ac7a-6e1aa222a2df|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:57:17.960Z|a3fcec06-847f-418e-ac7a-6e1aa222a2df|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:57:19.827Z|ba73fb33-1056-4dd9-917c-a53d7360afa2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:57:19.827Z|ba73fb33-1056-4dd9-917c-a53d7360afa2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:57:20.089Z|6fe0199e-ca6a-468a-9555-1ac1e665e557|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:57:20.093Z|6fe0199e-ca6a-468a-9555-1ac1e665e557|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:57:21.316Z|8a1e6b2f-a63b-40c5-a661-51179246ee16|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:57:21.317Z|8a1e6b2f-a63b-40c5-a661-51179246ee16|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:57:26.943Z|10ffafbb-9e22-4237-9ed6-56f14c64a943|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:57:26.943Z|10ffafbb-9e22-4237-9ed6-56f14c64a943|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:57:27.987Z|747d4fd9-34a0-4dd3-9424-c357a3d9a54a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:57:27.988Z|747d4fd9-34a0-4dd3-9424-c357a3d9a54a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:57:29.861Z|640e61d5-f2ed-4d91-8d47-52ca1b49cb15|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:57:29.861Z|640e61d5-f2ed-4d91-8d47-52ca1b49cb15|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:57:35.089Z|27fa1138-d1e2-4adb-afeb-01a21d296325|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:57:35.089Z|27fa1138-d1e2-4adb-afeb-01a21d296325|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:57:36.975Z|c62b6f18-838e-469e-906c-2ed2148f11a8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:57:36.976Z|c62b6f18-838e-469e-906c-2ed2148f11a8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:57:38.016Z|32c63673-cc5c-4119-9790-99625053068f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:57:38.016Z|32c63673-cc5c-4119-9790-99625053068f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:57:39.901Z|aff439fe-0fcd-4397-8220-905ee90460e0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:57:39.902Z|aff439fe-0fcd-4397-8220-905ee90460e0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:57:47.007Z|4d3d1045-3b5e-46eb-b95e-db7ec18f2793|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:57:47.007Z|4d3d1045-3b5e-46eb-b95e-db7ec18f2793|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:57:48.047Z|937952f6-925d-4f83-b8b7-da65296ffc4a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:57:48.048Z|937952f6-925d-4f83-b8b7-da65296ffc4a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:57:49.931Z|35324780-05da-498e-b2ea-6da7e8dc97e7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:57:49.932Z|35324780-05da-498e-b2ea-6da7e8dc97e7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:57:50.089Z|e4e5386b-a616-4002-87e5-1685ecc9ae88|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:57:50.089Z|e4e5386b-a616-4002-87e5-1685ecc9ae88|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:57:51.318Z|8fb32ff1-58a6-43cc-89ff-e2015359d34c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:57:51.318Z|8fb32ff1-58a6-43cc-89ff-e2015359d34c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:57:56.117Z|1baca4f1-d06a-477f-b3f4-06f6f79a00c4|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:57:56.118Z|1baca4f1-d06a-477f-b3f4-06f6f79a00c4|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:57:57.039Z|acb8035d-02be-4e29-9aa2-85137569401c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:57:57.040Z|acb8035d-02be-4e29-9aa2-85137569401c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:57:58.076Z|ab397c31-b9c0-416f-81e6-c53d5f5a0b0d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:57:58.077Z|ab397c31-b9c0-416f-81e6-c53d5f5a0b0d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:57:59.962Z|17e0d68a-1fc2-48b2-85c1-77c301fedef5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:57:59.963Z|17e0d68a-1fc2-48b2-85c1-77c301fedef5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:58:05.089Z|85b14ed4-2d43-47b1-8d83-8a09b1ff484b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:58:05.095Z|85b14ed4-2d43-47b1-8d83-8a09b1ff484b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:58:07.069Z|8cf837d8-72e9-4581-a1ba-57b9231e1db1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:58:07.069Z|8cf837d8-72e9-4581-a1ba-57b9231e1db1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:58:08.101Z|c40d1df4-1927-4c98-b911-5412b18e2638|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:58:08.102Z|c40d1df4-1927-4c98-b911-5412b18e2638|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:58:09.994Z|c5f940e7-cb9c-4f24-b4f2-5a029b7cdab1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:58:09.995Z|c5f940e7-cb9c-4f24-b4f2-5a029b7cdab1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:58:17.104Z|009a57ea-6144-42b5-9cbb-c748aea8c34f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:58:17.105Z|009a57ea-6144-42b5-9cbb-c748aea8c34f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:58:18.124Z|cdc1f3b4-814d-428b-b0af-535b43b1b37b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:58:18.125Z|cdc1f3b4-814d-428b-b0af-535b43b1b37b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:58:20.024Z|e7ae228f-2c07-4fd7-81ac-8e0c2f8b70b9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:58:20.025Z|e7ae228f-2c07-4fd7-81ac-8e0c2f8b70b9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:58:20.089Z|11551a1f-6e36-4680-80e9-9ef3755ae9c0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:58:20.089Z|11551a1f-6e36-4680-80e9-9ef3755ae9c0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:58:21.319Z|1b1f719f-884b-4656-af58-0b0a7dc40734|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:58:21.320Z|1b1f719f-884b-4656-af58-0b0a7dc40734|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:58:27.143Z|12f7160c-c6bf-478c-be41-38a64ae40336|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:58:27.144Z|12f7160c-c6bf-478c-be41-38a64ae40336|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:58:28.152Z|359b0877-169e-40ba-bb1c-24d08a958ba4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:58:28.153Z|359b0877-169e-40ba-bb1c-24d08a958ba4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:58:30.054Z|7256c412-0e9f-4532-a5c3-58727041321d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:58:30.056Z|7256c412-0e9f-4532-a5c3-58727041321d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:58:35.089Z|0479168c-89a1-4045-a213-9b1dabdf1112|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:58:35.089Z|0479168c-89a1-4045-a213-9b1dabdf1112|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:58:37.177Z|c5b41aec-a563-476f-8ed2-f9595f897e2e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:58:37.178Z|c5b41aec-a563-476f-8ed2-f9595f897e2e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:58:38.181Z|0cd59159-7e17-4ca2-b947-72b3dc353ef3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:58:38.182Z|0cd59159-7e17-4ca2-b947-72b3dc353ef3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:58:40.083Z|a6445586-382b-471b-836c-95fe8f65df06|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:58:40.083Z|a6445586-382b-471b-836c-95fe8f65df06|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:58:47.216Z|fe72022b-f1a6-4450-a462-5b7521ccf3e4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:58:47.216Z|fe72022b-f1a6-4450-a462-5b7521ccf3e4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:58:48.206Z|f28541bd-03f8-4660-8bd5-f129a40fa9f3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:58:48.207Z|f28541bd-03f8-4660-8bd5-f129a40fa9f3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:58:50.089Z|09d1f78b-f0e1-4684-8e14-f24d00984182|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:58:50.093Z|09d1f78b-f0e1-4684-8e14-f24d00984182|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:58:50.113Z|3d5a5aea-06b4-4c45-ada4-6936b59f072d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:58:50.113Z|3d5a5aea-06b4-4c45-ada4-6936b59f072d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:58:51.320Z|30047a5f-4007-420f-b977-26f3c61361ae|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:58:51.321Z|30047a5f-4007-420f-b977-26f3c61361ae|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:58:56.116Z|5c508fd6-86de-4025-a922-58067dfa6aa0|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:58:56.117Z|5c508fd6-86de-4025-a922-58067dfa6aa0|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:58:57.245Z|6a3a3736-1dd4-429b-b88a-d3318ce58386|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:58:57.247Z|6a3a3736-1dd4-429b-b88a-d3318ce58386|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:58:58.235Z|83284bd5-bbcb-4834-b0cb-27d10986b0c1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:58:58.235Z|83284bd5-bbcb-4834-b0cb-27d10986b0c1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:59:00.142Z|05d3712f-bf7f-4eba-a762-78edaaf596df|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:59:00.143Z|05d3712f-bf7f-4eba-a762-78edaaf596df|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:59:05.089Z|84923166-4ffd-43ee-984b-e2d69689fc6c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:59:05.090Z|84923166-4ffd-43ee-984b-e2d69689fc6c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:59:07.272Z|2e6fedc3-b42d-4be5-80d1-d68443ca9c6e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:59:07.272Z|2e6fedc3-b42d-4be5-80d1-d68443ca9c6e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:59:08.267Z|6c939255-97e7-4fe3-a412-b02029c4d17b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:59:08.268Z|6c939255-97e7-4fe3-a412-b02029c4d17b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:59:10.172Z|bfa745f4-091d-4184-8519-560dde2e4317|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:59:10.173Z|bfa745f4-091d-4184-8519-560dde2e4317|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:59:17.305Z|cd2bafb5-6eb9-44de-97bf-8909d7ea65c4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:59:17.306Z|cd2bafb5-6eb9-44de-97bf-8909d7ea65c4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:59:18.297Z|24f6df11-6d6b-4f07-917b-7d7ac1f06756|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:59:18.298Z|24f6df11-6d6b-4f07-917b-7d7ac1f06756|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:59:20.089Z|50cda5d7-6340-4a50-8016-2342ae7cf024|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:59:20.089Z|50cda5d7-6340-4a50-8016-2342ae7cf024|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:59:20.202Z|0ebadaeb-53a2-4fb7-8381-161b4a393b6c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:59:20.203Z|0ebadaeb-53a2-4fb7-8381-161b4a393b6c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:59:21.322Z|dffdd102-d7a8-4824-a7c6-b3871de16c68|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:59:21.322Z|dffdd102-d7a8-4824-a7c6-b3871de16c68|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:59:27.336Z|ffff72aa-3558-43ba-be4f-0b1bd4ba7d33|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:59:27.337Z|ffff72aa-3558-43ba-be4f-0b1bd4ba7d33|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:59:28.327Z|813431f6-86ec-4ee2-b2a4-be39738721cc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:59:28.328Z|813431f6-86ec-4ee2-b2a4-be39738721cc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:59:30.232Z|c31f491b-ce14-46a3-84f2-221fbf05c3ae|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:59:30.232Z|c31f491b-ce14-46a3-84f2-221fbf05c3ae|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:59:35.089Z|759420d8-31b2-4826-8351-3ce03a26fcc4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:59:35.093Z|759420d8-31b2-4826-8351-3ce03a26fcc4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:59:37.368Z|ada8e130-6e1b-4d66-93d0-cd2e6b355e7a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:59:37.369Z|ada8e130-6e1b-4d66-93d0-cd2e6b355e7a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:59:38.359Z|4d3a1231-9aea-4444-a567-05c6c8c8cade|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:59:38.359Z|4d3a1231-9aea-4444-a567-05c6c8c8cade|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:59:40.261Z|ecbbb4e0-4df5-4d5f-8037-a0adccc11020|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:59:40.262Z|ecbbb4e0-4df5-4d5f-8037-a0adccc11020|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:59:47.401Z|fe1d4872-693b-46e3-a7ff-06796f651065|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:59:47.401Z|fe1d4872-693b-46e3-a7ff-06796f651065|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:59:48.389Z|27d11a75-bce1-486b-9476-cb44fd69aac5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:59:48.389Z|27d11a75-bce1-486b-9476-cb44fd69aac5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:59:50.089Z|2cc81a35-9e65-4472-b13e-cbbd121535ac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:59:50.090Z|2cc81a35-9e65-4472-b13e-cbbd121535ac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:59:50.294Z|47285fb1-e005-49d3-8891-a466dec490a8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:59:50.295Z|47285fb1-e005-49d3-8891-a466dec490a8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:59:51.323Z|c143fab8-92cc-4daf-8a44-2ba25e4a8866|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T06:59:51.325Z|c143fab8-92cc-4daf-8a44-2ba25e4a8866|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T06:59:56.118Z|99a0c5a1-62a2-4ea8-a479-f6cc07cb52c1|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T06:59:56.119Z|99a0c5a1-62a2-4ea8-a479-f6cc07cb52c1|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T06:59:57.431Z|53c0afc9-b25f-47e0-bf61-e240f77b66dd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:59:57.432Z|53c0afc9-b25f-47e0-bf61-e240f77b66dd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T06:59:58.418Z|14aad736-ea96-49ef-b002-e6cd72a9d6d6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T06:59:58.419Z|14aad736-ea96-49ef-b002-e6cd72a9d6d6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:00:00.321Z|c541bdd9-ad3c-4503-a74c-32138dab45b3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:00:00.322Z|c541bdd9-ad3c-4503-a74c-32138dab45b3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:00:05.089Z|51931c55-8361-4d69-adbf-00d36ec7da26|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:00:05.090Z|51931c55-8361-4d69-adbf-00d36ec7da26|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:00:07.463Z|3654b4ba-bd79-469a-8b7f-7e797cd06391|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:00:07.464Z|3654b4ba-bd79-469a-8b7f-7e797cd06391|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:00:08.449Z|b8257e3c-3eea-4136-afdd-4948da31a29c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:00:08.450Z|b8257e3c-3eea-4136-afdd-4948da31a29c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:00:10.352Z|c4afdc21-9c0d-4e8e-b258-b7b2a64bfd5f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:00:10.353Z|c4afdc21-9c0d-4e8e-b258-b7b2a64bfd5f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:00:17.497Z|b88ad85d-e229-468f-922a-6c2c5c0ee1fa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:00:17.497Z|b88ad85d-e229-468f-922a-6c2c5c0ee1fa|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:00:18.482Z|be8bef1c-342a-4883-bb83-416a56db213d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:00:18.482Z|be8bef1c-342a-4883-bb83-416a56db213d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:00:20.089Z|aadc2a88-fbb5-4599-8aa2-ba9a42ad44ad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:00:20.092Z|aadc2a88-fbb5-4599-8aa2-ba9a42ad44ad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:00:20.384Z|e91ebd12-b030-4763-9ab1-8c39958c1d35|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:00:20.385Z|e91ebd12-b030-4763-9ab1-8c39958c1d35|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:00:21.326Z|6c6f58c5-bb54-4248-a991-4ea8c488abd6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:00:21.326Z|6c6f58c5-bb54-4248-a991-4ea8c488abd6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:00:27.533Z|7aacc004-3dc5-4d69-9fe8-bdd4ac919c0d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:00:27.533Z|7aacc004-3dc5-4d69-9fe8-bdd4ac919c0d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:00:28.508Z|fc460370-0e93-44d0-a4fa-ccf8a0995eb8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:00:28.509Z|fc460370-0e93-44d0-a4fa-ccf8a0995eb8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:00:30.413Z|9f5f625c-e363-4d90-a78a-fa9a13ddd1c3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:00:30.413Z|9f5f625c-e363-4d90-a78a-fa9a13ddd1c3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:00:35.089Z|7319c772-fef2-4df8-8a60-d90170a67f91|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:00:35.089Z|7319c772-fef2-4df8-8a60-d90170a67f91|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:00:37.560Z|b20b704a-d72c-4485-9450-51b05d6b8b04|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:00:37.561Z|b20b704a-d72c-4485-9450-51b05d6b8b04|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:00:38.539Z|414d2e77-33b8-4421-8086-a1b825303ab9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:00:38.540Z|414d2e77-33b8-4421-8086-a1b825303ab9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:00:40.442Z|7d39b9d0-3f5a-4f14-8bed-7c47062c328a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:00:40.443Z|7d39b9d0-3f5a-4f14-8bed-7c47062c328a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:00:47.591Z|1ede669b-6d1a-485b-a0fc-845f2878ec69|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:00:47.592Z|1ede669b-6d1a-485b-a0fc-845f2878ec69|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:00:48.570Z|18d6254d-352c-40ba-886f-1f179e8aa17c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:00:48.571Z|18d6254d-352c-40ba-886f-1f179e8aa17c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:00:50.089Z|4e382660-6c1f-411f-97fb-1fe6821d2f05|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:00:50.089Z|4e382660-6c1f-411f-97fb-1fe6821d2f05|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:00:50.474Z|f0d86d2e-b88f-4480-8c8a-0f43679e05f6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:00:50.475Z|f0d86d2e-b88f-4480-8c8a-0f43679e05f6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:00:51.327Z|1f2be1fc-9f7d-430d-8bb8-25cafc880817|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:00:51.327Z|1f2be1fc-9f7d-430d-8bb8-25cafc880817|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:00:56.116Z|7366a9fe-764d-4d11-b840-01c96c3a94c9|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:00:56.116Z|7366a9fe-764d-4d11-b840-01c96c3a94c9|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:00:57.622Z|72a6b82e-f464-4d21-8795-b4fe7131c6f1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:00:57.623Z|72a6b82e-f464-4d21-8795-b4fe7131c6f1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:00:58.597Z|f6afde9f-c23c-4a4f-9876-022fa9312669|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:00:58.598Z|f6afde9f-c23c-4a4f-9876-022fa9312669|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:01:00.506Z|75194631-a08d-42f3-87ca-71406093866a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:01:00.507Z|75194631-a08d-42f3-87ca-71406093866a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:01:05.089Z|31c3b208-be79-48bf-bc7a-d3dd3d9253b1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:01:05.094Z|31c3b208-be79-48bf-bc7a-d3dd3d9253b1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:01:07.655Z|67190d96-0a37-4a07-9e95-7fe0650d0006|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:01:07.656Z|67190d96-0a37-4a07-9e95-7fe0650d0006|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:01:08.627Z|88143c7f-a176-4623-a593-1694f6a53a3c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:01:08.628Z|88143c7f-a176-4623-a593-1694f6a53a3c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:01:10.533Z|9de501cf-2086-4a23-9c17-5b58121fafd2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:01:10.534Z|9de501cf-2086-4a23-9c17-5b58121fafd2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:01:17.696Z|21159dec-16de-4ded-9177-aaabca7bb26a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:01:17.696Z|21159dec-16de-4ded-9177-aaabca7bb26a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:01:18.654Z|a91a1509-0d85-40f5-ab46-fac34ec93b96|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:01:18.655Z|a91a1509-0d85-40f5-ab46-fac34ec93b96|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:01:20.089Z|7361693b-79a2-47dd-b8f9-70f20a960bf9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:01:20.089Z|7361693b-79a2-47dd-b8f9-70f20a960bf9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:01:20.563Z|37f695f5-cd77-40a4-af68-e096270445cf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:01:20.564Z|37f695f5-cd77-40a4-af68-e096270445cf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:01:21.328Z|4efbc79d-8fbf-4da0-af1f-d5073a709ee8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:01:21.329Z|4efbc79d-8fbf-4da0-af1f-d5073a709ee8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:01:27.733Z|6f92a397-fbce-4399-a444-a1b194ae18e5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:01:27.734Z|6f92a397-fbce-4399-a444-a1b194ae18e5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:01:28.677Z|56bf89fe-7ecb-44a9-9622-81b360ad8eff|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:01:28.677Z|56bf89fe-7ecb-44a9-9622-81b360ad8eff|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:01:30.596Z|8b45ab9f-8a02-40bd-9e37-35e4329eb287|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:01:30.596Z|8b45ab9f-8a02-40bd-9e37-35e4329eb287|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:01:35.089Z|63d7d0da-496a-439e-bc50-b83d7c2c3479|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:01:35.089Z|63d7d0da-496a-439e-bc50-b83d7c2c3479|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:01:37.772Z|be05c763-5ebd-42d0-bcd4-0be72bb77e6c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:01:37.773Z|be05c763-5ebd-42d0-bcd4-0be72bb77e6c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:01:38.705Z|082f4b01-6872-4131-b221-4b26448d0f65|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:01:38.706Z|082f4b01-6872-4131-b221-4b26448d0f65|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:01:40.628Z|dc98724d-fa96-4213-b029-631528cf8765|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:01:40.629Z|dc98724d-fa96-4213-b029-631528cf8765|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:01:47.797Z|34110264-fd1d-4c74-bddd-b8685ba1c7d4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:01:47.798Z|34110264-fd1d-4c74-bddd-b8685ba1c7d4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:01:48.735Z|ec626043-7eec-435b-9c13-aa14ce8540c1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:01:48.736Z|ec626043-7eec-435b-9c13-aa14ce8540c1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:01:50.089Z|9f0cae5f-212c-4e71-a730-1cec056fa371|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:01:50.093Z|9f0cae5f-212c-4e71-a730-1cec056fa371|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:01:50.662Z|2cd2977f-a0bc-46cc-9bd5-89057d292b24|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:01:50.663Z|2cd2977f-a0bc-46cc-9bd5-89057d292b24|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:01:51.329Z|95ed6200-4861-4bb2-9112-840a4459ef39|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:01:51.330Z|95ed6200-4861-4bb2-9112-840a4459ef39|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:01:56.116Z|2cd709d7-0683-4234-8da8-96f6667b48f7|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:01:56.117Z|2cd709d7-0683-4234-8da8-96f6667b48f7|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:01:57.828Z|0d895840-3a6f-4488-b5c8-4aac32685bd6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:01:57.829Z|0d895840-3a6f-4488-b5c8-4aac32685bd6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:01:58.766Z|ef948474-01cc-49de-afbf-05b0a122e12b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:01:58.767Z|ef948474-01cc-49de-afbf-05b0a122e12b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:02:00.694Z|d9d4d2ee-d511-4dbb-80f5-65af2f82c663|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:02:00.694Z|d9d4d2ee-d511-4dbb-80f5-65af2f82c663|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:02:05.089Z|42c876f2-31bc-4459-a4c2-3fb2223d3123|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:02:05.089Z|42c876f2-31bc-4459-a4c2-3fb2223d3123|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:02:07.860Z|432883d4-7b5d-408b-a457-7f193cfc6d1b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:02:07.861Z|432883d4-7b5d-408b-a457-7f193cfc6d1b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:02:08.795Z|ccbe162c-492c-4167-b453-cc1acd57e005|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:02:08.796Z|ccbe162c-492c-4167-b453-cc1acd57e005|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:02:10.724Z|02ea7dc6-3a62-4876-9894-e65e7d8937d0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:02:10.724Z|02ea7dc6-3a62-4876-9894-e65e7d8937d0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:02:17.890Z|7ba555c0-1cb4-4c7c-96f9-46c5c5d95487|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:02:17.891Z|7ba555c0-1cb4-4c7c-96f9-46c5c5d95487|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:02:18.825Z|b59797f6-6515-4cf5-9a2d-72362bbdbd35|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:02:18.825Z|b59797f6-6515-4cf5-9a2d-72362bbdbd35|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:02:20.089Z|7f92fd16-32b7-4fd5-961b-b7017a122621|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:02:20.089Z|7f92fd16-32b7-4fd5-961b-b7017a122621|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:02:20.755Z|4a57d25d-640d-4600-8d7d-f8ec1d22ee09|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:02:20.756Z|4a57d25d-640d-4600-8d7d-f8ec1d22ee09|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:02:21.330Z|502173f4-736f-41ae-99b8-aec8676f58c4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:02:21.331Z|502173f4-736f-41ae-99b8-aec8676f58c4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:02:27.930Z|9f540c3f-9b20-403c-b543-306ee3fce0f0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:02:27.931Z|9f540c3f-9b20-403c-b543-306ee3fce0f0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:02:28.850Z|918c2145-0e08-40f8-9abe-f41c56cc1dd2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:02:28.851Z|918c2145-0e08-40f8-9abe-f41c56cc1dd2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:02:30.786Z|470f2d25-e129-4a4e-9fd3-0258a2438cce|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:02:30.787Z|470f2d25-e129-4a4e-9fd3-0258a2438cce|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:02:35.089Z|a8dc5b0a-44ed-4720-9843-845b218d82d2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:02:35.092Z|a8dc5b0a-44ed-4720-9843-845b218d82d2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:02:37.964Z|82694287-c707-46aa-840c-b3b82524ea8b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:02:37.964Z|82694287-c707-46aa-840c-b3b82524ea8b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:02:38.879Z|2380b4d3-96d2-48c4-8b2d-248a24a3800e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:02:38.880Z|2380b4d3-96d2-48c4-8b2d-248a24a3800e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:02:40.817Z|5fa31a9e-d0f0-4dfc-a8ca-ea33c38c4079|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:02:40.818Z|5fa31a9e-d0f0-4dfc-a8ca-ea33c38c4079|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:02:47.993Z|46ba8ef8-ca18-4841-a78b-2cb7c03e770d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:02:47.994Z|46ba8ef8-ca18-4841-a78b-2cb7c03e770d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:02:48.910Z|a6ba7ee3-5c80-4092-8435-182ff9ff18ea|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:02:48.911Z|a6ba7ee3-5c80-4092-8435-182ff9ff18ea|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:02:50.089Z|85c48693-07ff-420c-833d-eaccda2db99c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:02:50.090Z|85c48693-07ff-420c-833d-eaccda2db99c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:02:50.847Z|30e11f05-1d00-4d69-93a4-44135db1e708|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:02:50.848Z|30e11f05-1d00-4d69-93a4-44135db1e708|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:02:51.331Z|0967fde6-368f-4667-a941-57358cdb704c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:02:51.332Z|0967fde6-368f-4667-a941-57358cdb704c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:02:56.117Z|536bb6de-3335-4b00-ab79-40101d101b4c|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:02:56.118Z|536bb6de-3335-4b00-ab79-40101d101b4c|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:02:58.025Z|72141969-3543-4adb-86c5-bbf9a151ea05|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:02:58.025Z|72141969-3543-4adb-86c5-bbf9a151ea05|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:02:58.941Z|b7a8dd8f-b053-454d-abe5-839be41ede54|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:02:58.942Z|b7a8dd8f-b053-454d-abe5-839be41ede54|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:03:00.878Z|0f9bc261-d8c3-4cf3-8cab-f5ab747cbe8c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:03:00.879Z|0f9bc261-d8c3-4cf3-8cab-f5ab747cbe8c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:03:05.089Z|424e4272-6237-49c3-8d91-f7b6d7d940a1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:03:05.090Z|424e4272-6237-49c3-8d91-f7b6d7d940a1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:03:08.058Z|24dc7da1-f376-4004-af6c-0b954cbd8b97|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:03:08.059Z|24dc7da1-f376-4004-af6c-0b954cbd8b97|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:03:08.973Z|16d14c38-7ec1-447d-a3f9-588b3a9f8e4f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:03:08.974Z|16d14c38-7ec1-447d-a3f9-588b3a9f8e4f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:03:10.909Z|c982cb3d-29bd-4865-a1f0-5647cab8c8e8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:03:10.910Z|c982cb3d-29bd-4865-a1f0-5647cab8c8e8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:03:18.095Z|46b1f5aa-ec61-477f-8c60-008e678916e8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:03:18.096Z|46b1f5aa-ec61-477f-8c60-008e678916e8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:03:19.001Z|1fe6f178-c0b1-4ebe-8acc-089d893529b9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:03:19.002Z|1fe6f178-c0b1-4ebe-8acc-089d893529b9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:03:20.089Z|f733dbee-e06c-4244-8172-8e68096e271b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:03:20.090Z|f733dbee-e06c-4244-8172-8e68096e271b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:03:20.942Z|d7b2039e-0675-495b-b7f4-aed4660e903c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:03:20.943Z|d7b2039e-0675-495b-b7f4-aed4660e903c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:03:21.332Z|0889d5b5-befb-41ae-9e2b-fecd782aecff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:03:21.333Z|0889d5b5-befb-41ae-9e2b-fecd782aecff|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:03:28.127Z|c8bc787e-c4e9-44d4-9c24-0fcd83d780ad|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:03:28.127Z|c8bc787e-c4e9-44d4-9c24-0fcd83d780ad|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:03:29.026Z|00177a94-d9b2-4aeb-bb63-8d6a614ab605|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:03:29.027Z|00177a94-d9b2-4aeb-bb63-8d6a614ab605|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:03:30.977Z|8d024bca-d7de-4016-b446-6f2b876b268d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:03:30.978Z|8d024bca-d7de-4016-b446-6f2b876b268d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:03:35.089Z|3423858f-d32b-4027-9f4b-196ed592f298|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:03:35.089Z|3423858f-d32b-4027-9f4b-196ed592f298|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:03:38.165Z|2312347f-f959-4a12-95df-0b7e6a6ba150|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:03:38.166Z|2312347f-f959-4a12-95df-0b7e6a6ba150|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:03:39.058Z|f2b47545-7d7d-45f6-bbe7-5b865def2edd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:03:39.059Z|f2b47545-7d7d-45f6-bbe7-5b865def2edd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:03:41.010Z|a41a9420-ec41-4c1e-8448-1f1162346a7d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:03:41.011Z|a41a9420-ec41-4c1e-8448-1f1162346a7d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:03:48.202Z|60032308-0c29-46e5-b548-55f14c1e8780|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:03:48.204Z|60032308-0c29-46e5-b548-55f14c1e8780|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:03:49.090Z|c8fc8edb-ff71-44fa-858e-ac6db5ec4af6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:03:49.091Z|c8fc8edb-ff71-44fa-858e-ac6db5ec4af6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:03:50.089Z|38619a53-f889-49ef-b3ca-58522ced6e5f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:03:50.090Z|38619a53-f889-49ef-b3ca-58522ced6e5f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:03:51.039Z|ce5ba0e6-db0e-4931-92c7-289a49675ade|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:03:51.040Z|ce5ba0e6-db0e-4931-92c7-289a49675ade|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:03:51.334Z|4b2be9a6-7447-4068-8716-43eb755f75b2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:03:51.335Z|4b2be9a6-7447-4068-8716-43eb755f75b2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:03:56.118Z|49171160-9036-47eb-a816-6c7628701b10|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:03:56.119Z|49171160-9036-47eb-a816-6c7628701b10|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:03:58.238Z|63745932-0a47-4c45-b3a1-3c746d29fbbf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:03:58.239Z|63745932-0a47-4c45-b3a1-3c746d29fbbf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:03:59.126Z|ba06b26f-6e7b-4cf6-ac3e-0a31e1c921ab|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:03:59.127Z|ba06b26f-6e7b-4cf6-ac3e-0a31e1c921ab|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:04:01.068Z|f3c94388-7629-4e9e-a583-5a1620decd27|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:04:01.069Z|f3c94388-7629-4e9e-a583-5a1620decd27|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:04:05.089Z|5b935d48-d4bc-4d57-b719-7f7cfdabfe25|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:04:05.090Z|5b935d48-d4bc-4d57-b719-7f7cfdabfe25|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:04:08.278Z|541206b4-139e-44a1-89f1-2464b336b83f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:04:08.278Z|541206b4-139e-44a1-89f1-2464b336b83f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:04:09.160Z|e2383aa1-1d28-4e76-8987-0f9622187849|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:04:09.161Z|e2383aa1-1d28-4e76-8987-0f9622187849|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:04:11.099Z|4f764f7e-e32f-41de-a5ba-6a03aa639ac1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:04:11.100Z|4f764f7e-e32f-41de-a5ba-6a03aa639ac1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:04:18.308Z|3dae93f0-9307-49f6-ba2a-1db9bc9fed2a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:04:18.309Z|3dae93f0-9307-49f6-ba2a-1db9bc9fed2a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:04:19.189Z|e977f0f8-c91e-4d12-a1c7-6adbee8f235b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:04:19.190Z|e977f0f8-c91e-4d12-a1c7-6adbee8f235b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:04:20.089Z|ba0caaa0-4f11-4183-a9e3-ce90bd954734|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:04:20.089Z|ba0caaa0-4f11-4183-a9e3-ce90bd954734|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:04:21.134Z|2f25b572-5997-4d79-81bc-7c81a40ea57e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:04:21.134Z|2f25b572-5997-4d79-81bc-7c81a40ea57e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:04:21.335Z|1c7f804e-4a76-4b36-803a-12c715edb96b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:04:21.336Z|1c7f804e-4a76-4b36-803a-12c715edb96b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:04:28.339Z|94ecc9cb-4227-487e-b928-11aedc3d0e38|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:04:28.340Z|94ecc9cb-4227-487e-b928-11aedc3d0e38|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:04:29.217Z|85db51a2-a6e6-4478-959e-b1ae153b387c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:04:29.218Z|85db51a2-a6e6-4478-959e-b1ae153b387c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:04:31.163Z|c554e466-7785-4a1f-ae3f-c5ee6644bf69|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:04:31.164Z|c554e466-7785-4a1f-ae3f-c5ee6644bf69|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:04:35.089Z|3bc28d44-3405-4108-b536-f38e1f953f86|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:04:35.089Z|3bc28d44-3405-4108-b536-f38e1f953f86|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:04:38.376Z|06d6a0a1-3b6b-4f74-80b9-099b6d1eb6f5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:04:38.378Z|06d6a0a1-3b6b-4f74-80b9-099b6d1eb6f5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:04:39.247Z|2f57ba6c-ee98-4187-a4d0-3146f5bb547a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:04:39.249Z|2f57ba6c-ee98-4187-a4d0-3146f5bb547a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:04:41.195Z|53caa28d-6b93-4792-8955-0c7f4436f2bd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:04:41.195Z|53caa28d-6b93-4792-8955-0c7f4436f2bd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:04:48.409Z|ec3c49ca-1bbf-40df-9a72-a32a2f87a5a6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:04:48.410Z|ec3c49ca-1bbf-40df-9a72-a32a2f87a5a6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:04:49.277Z|44bd4ad2-9adc-41bb-b1b7-f507fbe84251|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:04:49.278Z|44bd4ad2-9adc-41bb-b1b7-f507fbe84251|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:04:50.089Z|55bd9c11-6872-4e7e-8627-2b1570360bc2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:04:50.093Z|55bd9c11-6872-4e7e-8627-2b1570360bc2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:04:51.227Z|5fa71a15-4b9a-450e-a473-f645a5fd232f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:04:51.228Z|5fa71a15-4b9a-450e-a473-f645a5fd232f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:04:51.336Z|d6464f6e-4a4f-4fa7-b287-4c72a292fe87|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:04:51.337Z|d6464f6e-4a4f-4fa7-b287-4c72a292fe87|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:04:56.115Z|615645c1-6b82-4354-a9ec-8d2b89638e14|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:04:56.116Z|615645c1-6b82-4354-a9ec-8d2b89638e14|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:04:58.450Z|0d903717-52e4-4bdc-934a-8bc3c53f4c46|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:04:58.450Z|0d903717-52e4-4bdc-934a-8bc3c53f4c46|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:04:59.309Z|ad7b15ad-814b-4d54-baaa-cb30a2a345d2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:04:59.310Z|ad7b15ad-814b-4d54-baaa-cb30a2a345d2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:05:01.258Z|1e3a7e0f-bd0f-42cf-b93a-f78844053a6b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:05:01.260Z|1e3a7e0f-bd0f-42cf-b93a-f78844053a6b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:05:05.089Z|c89e1e42-fc1f-4ff3-aa7d-15f35fa0aa74|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:05:05.089Z|c89e1e42-fc1f-4ff3-aa7d-15f35fa0aa74|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:05:08.477Z|5bd2e915-2d33-4915-8ba7-65b8626a4115|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:05:08.478Z|5bd2e915-2d33-4915-8ba7-65b8626a4115|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:05:09.338Z|8877fc8b-9f7c-4ee5-aa13-1807ab7a3ffb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:05:09.339Z|8877fc8b-9f7c-4ee5-aa13-1807ab7a3ffb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:05:11.291Z|82c2e6eb-4a25-4f61-9c26-3d577a01c70c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:05:11.292Z|82c2e6eb-4a25-4f61-9c26-3d577a01c70c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:05:18.509Z|4ea1bac6-0065-4105-87e5-5aa36e47b6cb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:05:18.510Z|4ea1bac6-0065-4105-87e5-5aa36e47b6cb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:05:19.372Z|152f7abf-36d0-4771-9631-7ab817ddfa38|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:05:19.372Z|152f7abf-36d0-4771-9631-7ab817ddfa38|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:05:20.089Z|e47f8a6d-6348-424e-9814-995a64c37aa1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:05:20.089Z|e47f8a6d-6348-424e-9814-995a64c37aa1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:05:21.325Z|ab33cc64-265c-47a5-a04a-774e67c10fcf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:05:21.326Z|ab33cc64-265c-47a5-a04a-774e67c10fcf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:05:21.338Z|72a32ab4-0bcd-4a2b-a3b5-c210cae1be28|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:05:21.338Z|72a32ab4-0bcd-4a2b-a3b5-c210cae1be28|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:05:28.543Z|ea7626bd-5f49-48c9-9821-b8d912a5cf7c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:05:28.544Z|ea7626bd-5f49-48c9-9821-b8d912a5cf7c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:05:29.406Z|aa06406b-0312-48d7-adcf-aa7b556ac2a6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:05:29.407Z|aa06406b-0312-48d7-adcf-aa7b556ac2a6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:05:31.356Z|51ac1345-df12-4052-bd8a-66d1d4fae2ea|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:05:31.357Z|51ac1345-df12-4052-bd8a-66d1d4fae2ea|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:05:35.089Z|0fbb59ea-63e3-439b-8d32-71968a21fe92|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:05:35.093Z|0fbb59ea-63e3-439b-8d32-71968a21fe92|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:05:38.575Z|4c1678b2-cf75-47be-aa06-4079ccd279c6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:05:38.576Z|4c1678b2-cf75-47be-aa06-4079ccd279c6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:05:39.438Z|693ecbad-fc66-412a-95a9-24e202297322|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:05:39.439Z|693ecbad-fc66-412a-95a9-24e202297322|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:05:41.387Z|88d1c627-dc94-45e2-8b86-562989d40de1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:05:41.388Z|88d1c627-dc94-45e2-8b86-562989d40de1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:05:48.607Z|3d6a982d-7fd7-42f3-8f9b-b6487b9b83b1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:05:48.607Z|3d6a982d-7fd7-42f3-8f9b-b6487b9b83b1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:05:49.467Z|556152f9-955e-493d-896d-97ab6dc89545|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:05:49.468Z|556152f9-955e-493d-896d-97ab6dc89545|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:05:50.089Z|4b3154f7-9003-4c74-9b9c-5cc85f1510fe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:05:50.090Z|4b3154f7-9003-4c74-9b9c-5cc85f1510fe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:05:51.339Z|27d78b54-bdff-4cb6-a522-fd06b9c3ae6b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:05:51.340Z|27d78b54-bdff-4cb6-a522-fd06b9c3ae6b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:05:51.418Z|74a513c0-e205-442e-b0f3-b527379a747c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:05:51.419Z|74a513c0-e205-442e-b0f3-b527379a747c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:05:56.117Z|4ac30851-a728-415e-8270-7fc38c9b8803|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:05:56.119Z|4ac30851-a728-415e-8270-7fc38c9b8803|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:05:58.641Z|fafda2b6-dcff-47ca-b396-5030ca8c67d4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:05:58.642Z|fafda2b6-dcff-47ca-b396-5030ca8c67d4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:05:59.497Z|34c6531b-a932-4000-947c-5dbfa737413e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:05:59.498Z|34c6531b-a932-4000-947c-5dbfa737413e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:06:01.451Z|f6b3c321-697a-4688-b3fb-d0c75f8c65f6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:06:01.452Z|f6b3c321-697a-4688-b3fb-d0c75f8c65f6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:06:05.089Z|f69e8973-4674-42ad-83ab-bb4c6aa07b1a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:06:05.090Z|f69e8973-4674-42ad-83ab-bb4c6aa07b1a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:06:08.671Z|4bf1db0a-e631-4701-b3e4-cbb9599d3093|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:06:08.672Z|4bf1db0a-e631-4701-b3e4-cbb9599d3093|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:06:09.529Z|7c4ab4d7-e0dc-4c77-bfae-6eaa5320b09f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:06:09.530Z|7c4ab4d7-e0dc-4c77-bfae-6eaa5320b09f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:06:11.483Z|f11e1e69-0c05-4ed4-bbe5-2ee5cb4ee973|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:06:11.484Z|f11e1e69-0c05-4ed4-bbe5-2ee5cb4ee973|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:06:18.701Z|9b92589e-6fff-4d43-8d6a-6079cb2ef242|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:06:18.702Z|9b92589e-6fff-4d43-8d6a-6079cb2ef242|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:06:19.559Z|8ddf26ae-29e4-4c52-97f8-2ac9340787bb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:06:19.560Z|8ddf26ae-29e4-4c52-97f8-2ac9340787bb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:06:20.089Z|83f04d61-d675-4e77-8575-ad936051315f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:06:20.094Z|83f04d61-d675-4e77-8575-ad936051315f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:06:21.340Z|7a0b094f-2c77-4e7e-aab3-e9f75cf93078|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:06:21.341Z|7a0b094f-2c77-4e7e-aab3-e9f75cf93078|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:06:21.516Z|0541fa4d-6410-46d5-84e2-a63e9d7ef8ed|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:06:21.516Z|0541fa4d-6410-46d5-84e2-a63e9d7ef8ed|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:06:28.733Z|0209c1e3-2ed8-47e7-a3a0-96a4efd7ca9e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:06:28.734Z|0209c1e3-2ed8-47e7-a3a0-96a4efd7ca9e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:06:29.588Z|0829a7c6-79b2-45b8-a98a-23f1c303db89|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:06:29.589Z|0829a7c6-79b2-45b8-a98a-23f1c303db89|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:06:31.546Z|5ea8fd1c-ced4-46c5-9896-b10d69ceb667|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:06:31.547Z|5ea8fd1c-ced4-46c5-9896-b10d69ceb667|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:06:35.089Z|1770f927-bd8c-4ec2-a775-fc2fc3e0eba3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:06:35.089Z|1770f927-bd8c-4ec2-a775-fc2fc3e0eba3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:06:38.765Z|63da27f7-27d0-4806-8692-5d36d6363258|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:06:38.766Z|63da27f7-27d0-4806-8692-5d36d6363258|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:06:39.620Z|126e5ee5-52be-4ce2-8b07-f4156c7afa79|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:06:39.621Z|126e5ee5-52be-4ce2-8b07-f4156c7afa79|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:06:41.577Z|f5c7bc74-b627-4d0d-93a3-78c151d60599|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:06:41.579Z|f5c7bc74-b627-4d0d-93a3-78c151d60599|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:06:48.797Z|1c33a604-aba4-4535-b2b1-718f51539a7f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:06:48.797Z|1c33a604-aba4-4535-b2b1-718f51539a7f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:06:49.652Z|9049a3f2-972c-4b5e-ab0b-c602f4337d98|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:06:49.652Z|9049a3f2-972c-4b5e-ab0b-c602f4337d98|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:06:50.089Z|4eb787b4-ca3a-499a-a1e3-13d3d39050ba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:06:50.090Z|4eb787b4-ca3a-499a-a1e3-13d3d39050ba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:06:51.342Z|5c49e1a2-510d-4983-a573-56a03670dff3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:06:51.342Z|5c49e1a2-510d-4983-a573-56a03670dff3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:06:51.610Z|ff4bd471-e540-4156-9b93-ad2675c1094b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:06:51.611Z|ff4bd471-e540-4156-9b93-ad2675c1094b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:06:56.117Z|64ca811c-dc08-42fa-b9e0-4e9d91b8c8d6|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:06:56.118Z|64ca811c-dc08-42fa-b9e0-4e9d91b8c8d6|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:06:58.828Z|80ca296e-b1fc-4d34-9c31-b9b0acb48a36|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:06:58.829Z|80ca296e-b1fc-4d34-9c31-b9b0acb48a36|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:06:59.681Z|aaf89306-7545-4d17-b3bf-db8115dad6ee|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:06:59.681Z|aaf89306-7545-4d17-b3bf-db8115dad6ee|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:07:01.643Z|a6d059ad-e84c-49d9-a0d7-c97a024d7ee1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:07:01.644Z|a6d059ad-e84c-49d9-a0d7-c97a024d7ee1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:07:05.089Z|d276c97c-d6d9-4f74-accd-8a8f7ca8a66f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:07:05.094Z|d276c97c-d6d9-4f74-accd-8a8f7ca8a66f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:07:08.869Z|70383da9-9a2a-4c48-8542-4f4c85a8486d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:07:08.869Z|70383da9-9a2a-4c48-8542-4f4c85a8486d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:07:09.711Z|85686693-56b1-4cdd-b9f6-67eb5e09651d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:07:09.712Z|85686693-56b1-4cdd-b9f6-67eb5e09651d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:07:11.676Z|ea5872c3-55c8-4e34-b86c-d4625d55b0a8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:07:11.677Z|ea5872c3-55c8-4e34-b86c-d4625d55b0a8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:07:18.907Z|f6f94548-ff8c-4396-80db-ec4a12cebd5f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:07:18.908Z|f6f94548-ff8c-4396-80db-ec4a12cebd5f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:07:19.738Z|8fb704de-244f-4421-88d0-907a336ecbab|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:07:19.739Z|8fb704de-244f-4421-88d0-907a336ecbab|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:07:20.089Z|a18c5456-a04c-4a27-98f6-afcffba61171|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:07:20.090Z|a18c5456-a04c-4a27-98f6-afcffba61171|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:07:21.343Z|b6422c60-f881-4f36-a91e-40d027cdabf2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:07:21.343Z|b6422c60-f881-4f36-a91e-40d027cdabf2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:07:21.711Z|328d3abe-e118-4cdb-a180-7870188d1996|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:07:21.711Z|328d3abe-e118-4cdb-a180-7870188d1996|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:07:28.939Z|3c1bbfbd-1516-47f7-8ca3-13ce6ee30d5c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:07:28.940Z|3c1bbfbd-1516-47f7-8ca3-13ce6ee30d5c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:07:29.767Z|28845271-7212-4e2d-acdb-7cd78a291104|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:07:29.768Z|28845271-7212-4e2d-acdb-7cd78a291104|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:07:31.744Z|e7e4f7fe-bb9d-4090-868d-1b1ed3d61353|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:07:31.745Z|e7e4f7fe-bb9d-4090-868d-1b1ed3d61353|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:07:35.089Z|a4c1e114-c897-4423-bc8b-54314d8e0657|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:07:35.090Z|a4c1e114-c897-4423-bc8b-54314d8e0657|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:07:38.973Z|98dc4385-a3b8-4d7b-aba5-196f0f7151ae|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:07:38.974Z|98dc4385-a3b8-4d7b-aba5-196f0f7151ae|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:07:39.794Z|961481ef-9104-469e-b5cd-066893540678|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:07:39.795Z|961481ef-9104-469e-b5cd-066893540678|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:07:41.778Z|1dc02f16-715f-4252-93e4-3ec9939bac9e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:07:41.779Z|1dc02f16-715f-4252-93e4-3ec9939bac9e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:07:49.016Z|79480ee9-b6e2-41d5-b5e8-ded38bfa94bb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:07:49.018Z|79480ee9-b6e2-41d5-b5e8-ded38bfa94bb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:07:49.825Z|0a2baf67-a50c-4f1d-87d6-22476956c269|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:07:49.826Z|0a2baf67-a50c-4f1d-87d6-22476956c269|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:07:50.089Z|df16495c-f8c2-49b0-9eeb-3a75a66f00da|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:07:50.094Z|df16495c-f8c2-49b0-9eeb-3a75a66f00da|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:07:51.344Z|acccf61c-62df-4d72-94c7-858ceb095030|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:07:51.345Z|acccf61c-62df-4d72-94c7-858ceb095030|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:07:51.813Z|511384a0-6ff5-4b62-a172-70ec86b07b2e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:07:51.814Z|511384a0-6ff5-4b62-a172-70ec86b07b2e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:07:56.118Z|8bebef42-ba2b-4a4a-b195-f092241737f9|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:07:56.119Z|8bebef42-ba2b-4a4a-b195-f092241737f9|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:07:59.051Z|3ad2d18e-d376-4fe2-8595-1083c3a97d41|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:07:59.052Z|3ad2d18e-d376-4fe2-8595-1083c3a97d41|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:07:59.853Z|e960c586-9227-4d66-80c7-1d1c64182daa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:07:59.854Z|e960c586-9227-4d66-80c7-1d1c64182daa|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:08:01.850Z|eeb8deab-2229-4f2e-b80b-8f8e86d5ab24|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:08:01.854Z|eeb8deab-2229-4f2e-b80b-8f8e86d5ab24|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:08:05.089Z|5259ff94-2a85-4e67-a216-6c708965d94a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:08:05.090Z|5259ff94-2a85-4e67-a216-6c708965d94a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:08:09.083Z|61469bb8-9093-4ccb-9f30-a433d8622175|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:08:09.083Z|61469bb8-9093-4ccb-9f30-a433d8622175|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:08:09.881Z|961eade6-04da-4442-9077-4f94697d8098|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:08:09.881Z|961eade6-04da-4442-9077-4f94697d8098|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:08:11.915Z|0fedb681-011d-47a2-8be9-d14629a2d3d4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:08:11.918Z|0fedb681-011d-47a2-8be9-d14629a2d3d4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:08:19.110Z|29b53d5e-47e1-4822-a8c2-8b64352d20a1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:08:19.111Z|29b53d5e-47e1-4822-a8c2-8b64352d20a1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:08:19.908Z|04fd0609-5173-4f96-b17a-c7fb9471e3b7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:08:19.909Z|04fd0609-5173-4f96-b17a-c7fb9471e3b7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:08:20.089Z|cc6d00ee-45a4-4d30-930a-448bb7860db2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:08:20.090Z|cc6d00ee-45a4-4d30-930a-448bb7860db2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:08:21.346Z|d76630bc-0028-47a1-9666-95d3449277ca|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:08:21.347Z|d76630bc-0028-47a1-9666-95d3449277ca|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:08:21.953Z|515551c6-d191-4d93-9e46-8ba51710c064|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:08:21.953Z|515551c6-d191-4d93-9e46-8ba51710c064|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:08:29.144Z|ed29b7a5-7917-4c5e-beb6-485f56693352|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:08:29.145Z|ed29b7a5-7917-4c5e-beb6-485f56693352|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:08:29.938Z|e82afeca-aaab-4ff6-a2cf-95ea70943605|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:08:29.939Z|e82afeca-aaab-4ff6-a2cf-95ea70943605|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:08:31.987Z|1322fe2a-3d66-4875-8f1b-88301eb0d04e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:08:31.988Z|1322fe2a-3d66-4875-8f1b-88301eb0d04e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:08:35.089Z|77853f30-99bc-4225-b239-7a660271d33f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:08:35.093Z|77853f30-99bc-4225-b239-7a660271d33f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:08:39.173Z|49ca214d-5d3b-46ef-8bc6-68037287ad30|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:08:39.174Z|49ca214d-5d3b-46ef-8bc6-68037287ad30|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:08:39.969Z|0593be0b-a219-43be-8ed5-fbdd407f013a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:08:39.969Z|0593be0b-a219-43be-8ed5-fbdd407f013a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:08:42.020Z|521a9e9b-ac20-4740-85c4-7a2d59e75e27|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:08:42.021Z|521a9e9b-ac20-4740-85c4-7a2d59e75e27|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:08:49.204Z|8574808e-5538-4c7f-86db-39aaaaeecfc1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:08:49.205Z|8574808e-5538-4c7f-86db-39aaaaeecfc1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:08:49.999Z|e2b236f9-9a92-46a4-917c-40933d6a6fbc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:08:50.000Z|e2b236f9-9a92-46a4-917c-40933d6a6fbc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:08:50.089Z|39fa0a43-a464-4611-93a3-f56f9ab1fceb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:08:50.089Z|39fa0a43-a464-4611-93a3-f56f9ab1fceb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:08:51.347Z|d1df66bc-cd80-436e-9bb1-14068d16e4c9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:08:51.348Z|d1df66bc-cd80-436e-9bb1-14068d16e4c9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:08:52.051Z|b7d4607a-b8af-4887-8782-a5fdeb2c182a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:08:52.052Z|b7d4607a-b8af-4887-8782-a5fdeb2c182a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:08:56.116Z|cf2de0a6-b004-4f65-864f-abeae279994a|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:08:56.116Z|cf2de0a6-b004-4f65-864f-abeae279994a|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:08:59.237Z|6264d2ba-c95f-46f3-bc1d-4c2c7cebd6f7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:08:59.238Z|6264d2ba-c95f-46f3-bc1d-4c2c7cebd6f7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:09:00.028Z|f57f52bc-5106-4a8a-a17f-785c6b2d9188|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:09:00.029Z|f57f52bc-5106-4a8a-a17f-785c6b2d9188|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:09:02.081Z|3438a65a-7117-4b2d-9744-ea232f9bb5b7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:09:02.081Z|3438a65a-7117-4b2d-9744-ea232f9bb5b7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:09:05.089Z|750c18d9-9db6-4381-a148-5f5ea3c942bf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:09:05.089Z|750c18d9-9db6-4381-a148-5f5ea3c942bf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:09:09.277Z|4f85870f-bfaa-474c-801f-f52a1f4f684e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:09:09.278Z|4f85870f-bfaa-474c-801f-f52a1f4f684e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:09:10.059Z|0ad9d4e6-f279-4b9c-be3f-c83a14d761c9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:09:10.060Z|0ad9d4e6-f279-4b9c-be3f-c83a14d761c9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:09:12.109Z|e51447a0-d6bb-438c-9e06-af47a68ce006|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:09:12.109Z|e51447a0-d6bb-438c-9e06-af47a68ce006|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:09:19.309Z|0e7476eb-b9c0-4d36-a016-5db876b40908|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:09:19.309Z|0e7476eb-b9c0-4d36-a016-5db876b40908|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:09:20.083Z|12044e85-c30b-457e-b45f-c3faee149e23|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:09:20.084Z|12044e85-c30b-457e-b45f-c3faee149e23|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:09:20.089Z|afdedf14-56bf-4212-8076-dedf0a2cfa9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:09:20.092Z|afdedf14-56bf-4212-8076-dedf0a2cfa9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:09:21.349Z|21ebd870-0611-482a-a702-0fc575f913d9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:09:21.349Z|21ebd870-0611-482a-a702-0fc575f913d9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:09:22.135Z|f3c3a0e6-3a06-4502-a9ab-b7fc7fabb271|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:09:22.136Z|f3c3a0e6-3a06-4502-a9ab-b7fc7fabb271|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:09:29.340Z|46fc1382-3517-4389-b98c-544e07c588b3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:09:29.341Z|46fc1382-3517-4389-b98c-544e07c588b3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:09:30.110Z|478d76b1-844a-475d-a852-0e7b003898c2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:09:30.110Z|478d76b1-844a-475d-a852-0e7b003898c2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:09:32.167Z|3fe4f057-ebde-4efc-bbbf-09d33e7f576f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:09:32.168Z|3fe4f057-ebde-4efc-bbbf-09d33e7f576f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:09:35.089Z|f5e60dc8-2267-41c1-8672-4c2781cf177f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:09:35.089Z|f5e60dc8-2267-41c1-8672-4c2781cf177f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:09:39.369Z|c534bb28-5c04-42c5-b7e9-bbdddea05056|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:09:39.369Z|c534bb28-5c04-42c5-b7e9-bbdddea05056|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:09:40.138Z|b735b9da-c52f-4798-81a1-b94fac9ebcdf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:09:40.139Z|b735b9da-c52f-4798-81a1-b94fac9ebcdf|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:09:42.199Z|051e17fd-8187-4128-8074-e68df8c93f3f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:09:42.200Z|051e17fd-8187-4128-8074-e68df8c93f3f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:09:49.400Z|dc32fe97-e71f-48fc-80b5-8a34be423ab3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:09:49.400Z|dc32fe97-e71f-48fc-80b5-8a34be423ab3|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:09:50.089Z|263e2042-6d5a-4d04-9fd5-ce39a225d4c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:09:50.089Z|263e2042-6d5a-4d04-9fd5-ce39a225d4c1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:09:50.163Z|0fb6dca9-3375-4a50-b318-96b053e27d42|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:09:50.164Z|0fb6dca9-3375-4a50-b318-96b053e27d42|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:09:51.350Z|ebad0885-efab-4f76-864a-4b52ab782cba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:09:51.350Z|ebad0885-efab-4f76-864a-4b52ab782cba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:09:52.230Z|f2e57830-e23f-499e-afc0-64e60e291b70|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:09:52.231Z|f2e57830-e23f-499e-afc0-64e60e291b70|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:09:56.118Z|fb4a69f7-d26c-4360-b0e0-170acd629bf0|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:09:56.119Z|fb4a69f7-d26c-4360-b0e0-170acd629bf0|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:09:59.431Z|ac04b272-ba88-402b-88f3-48dee1118cc8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:09:59.431Z|ac04b272-ba88-402b-88f3-48dee1118cc8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:10:00.191Z|91c5c462-9cd8-4cdd-9897-19ca8a508fc6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:10:00.192Z|91c5c462-9cd8-4cdd-9897-19ca8a508fc6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:10:02.257Z|beabd43c-11b5-460f-8352-2ffc92d8b436|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:10:02.258Z|beabd43c-11b5-460f-8352-2ffc92d8b436|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:10:05.089Z|b03ca356-a9d6-4c2f-ad49-9ab81fbdccac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:10:05.093Z|b03ca356-a9d6-4c2f-ad49-9ab81fbdccac|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:10:09.461Z|5ef8be8e-778a-453c-a0a3-d71cf6996cd3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:10:09.461Z|5ef8be8e-778a-453c-a0a3-d71cf6996cd3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:10:10.221Z|03bf9b26-85e5-4af2-b692-48a527c8b611|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:10:10.221Z|03bf9b26-85e5-4af2-b692-48a527c8b611|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:10:12.285Z|f37c2ef2-72f2-4ec2-b075-2a51e86f1e95|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:10:12.286Z|f37c2ef2-72f2-4ec2-b075-2a51e86f1e95|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:10:19.493Z|b84858b7-b0b2-45d7-8ca7-d4ca835f5596|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:10:19.493Z|b84858b7-b0b2-45d7-8ca7-d4ca835f5596|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:10:20.089Z|9c78e836-af3f-4542-bb07-b32b52f76555|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:10:20.089Z|9c78e836-af3f-4542-bb07-b32b52f76555|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:10:20.252Z|2e3ae832-cba0-4091-b41c-899c4d170e8f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:10:20.252Z|2e3ae832-cba0-4091-b41c-899c4d170e8f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:10:21.351Z|7f0dc526-5cb3-4ec8-93d2-46f07548210b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:10:21.352Z|7f0dc526-5cb3-4ec8-93d2-46f07548210b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:10:22.317Z|2c94d192-f55f-4ff2-8761-c958c75a8cda|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:10:22.318Z|2c94d192-f55f-4ff2-8761-c958c75a8cda|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:10:29.524Z|14dfe8dc-c3ec-4c23-b16b-32b2fe536496|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:10:29.524Z|14dfe8dc-c3ec-4c23-b16b-32b2fe536496|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:10:30.281Z|7fdd4ec2-8cf8-43bd-9008-e4c7fd25a614|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:10:30.282Z|7fdd4ec2-8cf8-43bd-9008-e4c7fd25a614|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:10:32.346Z|abebaaac-c5c9-4707-9717-d97b168ab94f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:10:32.346Z|abebaaac-c5c9-4707-9717-d97b168ab94f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:10:35.089Z|cd3288e5-f036-4e0f-b570-f90dd7d5b79c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:10:35.089Z|cd3288e5-f036-4e0f-b570-f90dd7d5b79c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:10:39.553Z|b51823dd-1a89-44dd-be9e-3c60f364dd79|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:10:39.554Z|b51823dd-1a89-44dd-be9e-3c60f364dd79|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:10:40.312Z|54024191-6507-4ff7-a940-1366cbc747ad|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:10:40.313Z|54024191-6507-4ff7-a940-1366cbc747ad|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:10:42.377Z|5069636a-23c5-480b-817d-d46478300104|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:10:42.377Z|5069636a-23c5-480b-817d-d46478300104|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:10:49.583Z|de1f6933-0495-46f8-a7fc-1ad878ef35d4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:10:49.584Z|de1f6933-0495-46f8-a7fc-1ad878ef35d4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:10:50.089Z|eec4b63f-113e-4f4c-934d-fcb8bbe4b596|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:10:50.093Z|eec4b63f-113e-4f4c-934d-fcb8bbe4b596|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:10:50.342Z|f4792e34-e301-432c-a2ef-0c3e45ab5550|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:10:50.343Z|f4792e34-e301-432c-a2ef-0c3e45ab5550|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:10:51.352Z|035c7276-de4d-42a7-83a3-9e7a7be53d73|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:10:51.353Z|035c7276-de4d-42a7-83a3-9e7a7be53d73|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:10:52.407Z|aa6388b4-1205-4e63-b4e1-86e4e165ec4e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:10:52.408Z|aa6388b4-1205-4e63-b4e1-86e4e165ec4e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:10:56.117Z|48316127-fce3-4a5b-abc6-95fa972259bd|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:10:56.118Z|48316127-fce3-4a5b-abc6-95fa972259bd|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:10:59.622Z|8e8bff54-10c2-448c-b64c-1ab3d5e669e1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:10:59.623Z|8e8bff54-10c2-448c-b64c-1ab3d5e669e1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:11:00.371Z|22538545-47f4-4b48-b1da-3b07991f2615|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:11:00.372Z|22538545-47f4-4b48-b1da-3b07991f2615|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:11:02.438Z|29922177-14d9-4019-a16b-50b60c425a82|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:11:02.439Z|29922177-14d9-4019-a16b-50b60c425a82|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:11:05.089Z|3dc543bd-614d-4503-b939-bedfb9bad05e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:11:05.090Z|3dc543bd-614d-4503-b939-bedfb9bad05e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:11:09.651Z|da2a9b40-aefc-45ee-870d-cd9556c9502d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:11:09.652Z|da2a9b40-aefc-45ee-870d-cd9556c9502d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:11:10.402Z|139c621d-3a39-416a-b4b1-76765d1a8611|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:11:10.403Z|139c621d-3a39-416a-b4b1-76765d1a8611|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:11:12.468Z|925d4f47-3e64-49ed-9869-b339fe6c04fe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:11:12.469Z|925d4f47-3e64-49ed-9869-b339fe6c04fe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:11:19.682Z|f34c50cf-3722-4ea3-93a4-e24fa597c9e5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:11:19.683Z|f34c50cf-3722-4ea3-93a4-e24fa597c9e5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:11:20.094Z|bb3f1b52-cfae-4e5d-b24d-83257ceccd6e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:11:20.098Z|bb3f1b52-cfae-4e5d-b24d-83257ceccd6e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:11:20.435Z|3a030141-091c-4c4e-b492-ca6e3990b1a8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:11:20.438Z|3a030141-091c-4c4e-b492-ca6e3990b1a8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:11:21.353Z|4f43aa33-e4bc-485e-97ad-611050b8bb59|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:11:21.354Z|4f43aa33-e4bc-485e-97ad-611050b8bb59|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:11:22.516Z|5be859fa-d72b-4d04-ab80-ddb2aca787e2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:11:22.519Z|5be859fa-d72b-4d04-ab80-ddb2aca787e2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:11:29.716Z|d11d299f-ecb0-4949-a79b-4f4230b38e05|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:11:29.717Z|d11d299f-ecb0-4949-a79b-4f4230b38e05|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:11:30.465Z|474d3b09-810b-4905-9646-d5ac5873b554|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:11:30.467Z|474d3b09-810b-4905-9646-d5ac5873b554|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:11:32.558Z|b0b946a6-c220-4f80-aaee-8afe5a591deb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:11:32.558Z|b0b946a6-c220-4f80-aaee-8afe5a591deb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:11:35.089Z|fb87fcb2-7da2-46b7-a059-27d0838d4870|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:11:35.090Z|fb87fcb2-7da2-46b7-a059-27d0838d4870|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:11:39.756Z|e7c82fe7-e284-4a52-9a45-e1dc0816fb26|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:11:39.757Z|e7c82fe7-e284-4a52-9a45-e1dc0816fb26|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:11:40.501Z|ae8dce85-dc16-4ddc-8bd7-b115c058044a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:11:40.502Z|ae8dce85-dc16-4ddc-8bd7-b115c058044a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:11:42.592Z|2dfcc542-9f7f-4a2e-ba56-1c8d1488584f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:11:42.593Z|2dfcc542-9f7f-4a2e-ba56-1c8d1488584f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:11:49.787Z|31ecccc5-f882-46c1-b530-e809a6a58bf2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:11:49.788Z|31ecccc5-f882-46c1-b530-e809a6a58bf2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:11:50.089Z|364a946d-8f2e-4007-918f-03b35ad2e4c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:11:50.089Z|364a946d-8f2e-4007-918f-03b35ad2e4c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:11:50.532Z|9f5b095d-3b47-487a-9d0c-acc7deabeb8a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:11:50.533Z|9f5b095d-3b47-487a-9d0c-acc7deabeb8a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:11:51.354Z|83bc01e9-6900-4aab-b0bf-c89cc287c4fb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:11:51.355Z|83bc01e9-6900-4aab-b0bf-c89cc287c4fb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:11:52.624Z|6d3ca20b-9a36-4b9b-aa43-c50fb4366912|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:11:52.625Z|6d3ca20b-9a36-4b9b-aa43-c50fb4366912|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:11:56.118Z|65065433-3cce-4444-acf1-8636e7e5b430|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:11:56.119Z|65065433-3cce-4444-acf1-8636e7e5b430|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:11:59.827Z|4d04f428-114c-4164-8b44-1d201ede46f1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:11:59.833Z|4d04f428-114c-4164-8b44-1d201ede46f1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:12:00.570Z|08d5e1a6-6a28-48af-9c62-9f26e10ba638|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:12:00.571Z|08d5e1a6-6a28-48af-9c62-9f26e10ba638|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:12:02.659Z|54f21cda-2a4b-4358-894d-95b719901eb2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:12:02.660Z|54f21cda-2a4b-4358-894d-95b719901eb2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:12:05.089Z|89a93feb-b22f-4742-91cb-51fe3a08d8cc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:12:05.093Z|89a93feb-b22f-4742-91cb-51fe3a08d8cc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:12:09.865Z|6c061060-6804-496e-a7a1-681515ac6a48|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:12:09.866Z|6c061060-6804-496e-a7a1-681515ac6a48|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:12:10.598Z|a4511870-653c-4823-9df9-cc2af493f75e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:12:10.598Z|a4511870-653c-4823-9df9-cc2af493f75e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:12:12.691Z|620e956a-052a-4b26-9546-a0930189b7cc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:12:12.692Z|620e956a-052a-4b26-9546-a0930189b7cc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:12:19.897Z|ea464a06-73f2-4d4b-a4fc-14c913526200|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:12:19.898Z|ea464a06-73f2-4d4b-a4fc-14c913526200|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:12:20.089Z|44112ab6-f86e-4015-88a5-79baa61ec3f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:12:20.090Z|44112ab6-f86e-4015-88a5-79baa61ec3f7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:12:20.629Z|46d5bf45-9c80-4920-ab5d-01647f4ae86e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:12:20.630Z|46d5bf45-9c80-4920-ab5d-01647f4ae86e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:12:21.356Z|b592030c-46ee-4c23-9d70-6c866d7a7e06|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:12:21.356Z|b592030c-46ee-4c23-9d70-6c866d7a7e06|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:12:22.723Z|4b242487-f16d-4837-8f7e-e74f912d148a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:12:22.724Z|4b242487-f16d-4837-8f7e-e74f912d148a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:12:29.928Z|56079398-fb70-466b-838a-f6f40ade0f9b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:12:29.929Z|56079398-fb70-466b-838a-f6f40ade0f9b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:12:30.661Z|1dec4ab2-c3d2-46ad-99da-dd59b9e80b70|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:12:30.662Z|1dec4ab2-c3d2-46ad-99da-dd59b9e80b70|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:12:32.752Z|733c4842-3dbb-4a80-b4f2-78782096904d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:12:32.753Z|733c4842-3dbb-4a80-b4f2-78782096904d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:12:35.089Z|8c0cb19f-b524-405e-8cae-e9255a957031|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:12:35.089Z|8c0cb19f-b524-405e-8cae-e9255a957031|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:12:39.968Z|f53aaf65-8d5d-463c-8938-0cad591646c5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:12:39.968Z|f53aaf65-8d5d-463c-8938-0cad591646c5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:12:40.688Z|f7478d59-052a-4991-95a0-600c7bed2b95|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:12:40.689Z|f7478d59-052a-4991-95a0-600c7bed2b95|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:12:42.784Z|2f2772c2-ee37-45b2-9377-c686a778a0c6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:12:42.785Z|2f2772c2-ee37-45b2-9377-c686a778a0c6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:12:49.995Z|f535c663-92f2-4bc9-afa3-6c866e210306|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:12:49.996Z|f535c663-92f2-4bc9-afa3-6c866e210306|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:12:50.089Z|a6c9e970-3684-4af4-bc52-31a238c34df9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:12:50.093Z|a6c9e970-3684-4af4-bc52-31a238c34df9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:12:50.719Z|ae46724f-febf-44de-a888-4cfd32ea5e32|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:12:50.719Z|ae46724f-febf-44de-a888-4cfd32ea5e32|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:12:51.357Z|e45bee09-99e6-4741-bad5-899303bc49ce|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:12:51.357Z|e45bee09-99e6-4741-bad5-899303bc49ce|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:12:52.815Z|1d9f8166-3dcd-4760-894a-ba4d2cb5dd45|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:12:52.817Z|1d9f8166-3dcd-4760-894a-ba4d2cb5dd45|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:12:56.119Z|fe5c97fe-9eac-46b1-b9bd-4367fe8ffcd4|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:12:56.119Z|fe5c97fe-9eac-46b1-b9bd-4367fe8ffcd4|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:13:00.034Z|f815ce7a-f6c2-4ef5-bbc0-e342ba94859c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:13:00.035Z|f815ce7a-f6c2-4ef5-bbc0-e342ba94859c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:13:00.750Z|e2a9cf7f-2972-4dad-b8dd-a413c36d2596|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:13:00.750Z|e2a9cf7f-2972-4dad-b8dd-a413c36d2596|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:13:02.850Z|d186b14a-30f5-4afc-ac1a-a59f15f93416|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:13:02.851Z|d186b14a-30f5-4afc-ac1a-a59f15f93416|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:13:05.089Z|ff65e809-93f5-462e-91ea-2081b1ba1714|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:13:05.089Z|ff65e809-93f5-462e-91ea-2081b1ba1714|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:13:10.062Z|308cb8d9-4b6e-41f0-91f4-cf98e210b800|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:13:10.063Z|308cb8d9-4b6e-41f0-91f4-cf98e210b800|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:13:10.775Z|e9464632-395b-4856-bf29-60768bd142e8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:13:10.775Z|e9464632-395b-4856-bf29-60768bd142e8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:13:12.882Z|bf66176f-9e11-47cb-b00f-c1700b661789|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:13:12.882Z|bf66176f-9e11-47cb-b00f-c1700b661789|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:13:20.089Z|27b33ade-d612-4827-b047-77af7bb73115|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:13:20.089Z|27b33ade-d612-4827-b047-77af7bb73115|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:13:20.094Z|5cdb550b-28bc-4626-9525-f4918f33482e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:13:20.094Z|5cdb550b-28bc-4626-9525-f4918f33482e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:13:20.803Z|56aef8b3-2d00-43f5-ad04-d3157ab5b1f9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:13:20.804Z|56aef8b3-2d00-43f5-ad04-d3157ab5b1f9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:13:21.358Z|79274adc-5ffa-4094-85de-2c1e51b793f6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:13:21.359Z|79274adc-5ffa-4094-85de-2c1e51b793f6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:13:22.912Z|f55958ea-6ae8-4336-b2fd-f47d4999dc84|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:13:22.912Z|f55958ea-6ae8-4336-b2fd-f47d4999dc84|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:13:30.121Z|8ace82fe-606a-4bf1-92f3-8e0d3d4d95ca|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:13:30.122Z|8ace82fe-606a-4bf1-92f3-8e0d3d4d95ca|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:13:30.829Z|961973fd-7c30-4b04-a50e-83a98c3cd54b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:13:30.830Z|961973fd-7c30-4b04-a50e-83a98c3cd54b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:13:32.943Z|94b8d794-bbd3-4544-9cfb-089f4dd1272b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:13:32.944Z|94b8d794-bbd3-4544-9cfb-089f4dd1272b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:13:35.089Z|01dc6e50-1684-4ff4-9440-f9488a58f1bc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:13:35.093Z|01dc6e50-1684-4ff4-9440-f9488a58f1bc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:13:40.150Z|f1796504-caf1-4fb3-b671-06648222cce4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:13:40.151Z|f1796504-caf1-4fb3-b671-06648222cce4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:13:40.857Z|dc27406f-dad3-43bf-9c37-e7e3b811d7bf|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:13:40.858Z|dc27406f-dad3-43bf-9c37-e7e3b811d7bf|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:13:42.970Z|a9392694-5e64-4331-99c3-f9b4ceb22cb5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:13:42.971Z|a9392694-5e64-4331-99c3-f9b4ceb22cb5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:13:50.089Z|6cd9e948-ff8c-4736-a6e6-c2ab82c64d8a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:13:50.090Z|6cd9e948-ff8c-4736-a6e6-c2ab82c64d8a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:13:50.182Z|bbeefc18-e778-4522-bfa8-3bf727ef3077|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:13:50.182Z|bbeefc18-e778-4522-bfa8-3bf727ef3077|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:13:50.889Z|2f203abc-fcb0-4766-a3b4-73626c352c6d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:13:50.890Z|2f203abc-fcb0-4766-a3b4-73626c352c6d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:13:51.359Z|871529b0-fda1-4722-adc4-e4396476d9ea|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:13:51.360Z|871529b0-fda1-4722-adc4-e4396476d9ea|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:13:53.002Z|e2e149f0-95d3-4f74-862e-a94dfc51b963|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:13:53.003Z|e2e149f0-95d3-4f74-862e-a94dfc51b963|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:13:56.117Z|0c40cb0b-3959-4d1d-8820-44460acf04fa|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:13:56.117Z|0c40cb0b-3959-4d1d-8820-44460acf04fa|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:14:00.211Z|b8922af5-63bc-4590-8bc3-734d46858186|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:14:00.212Z|b8922af5-63bc-4590-8bc3-734d46858186|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:14:00.919Z|6840d2dc-42f5-4507-8120-d85bc2ecdfde|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:14:00.920Z|6840d2dc-42f5-4507-8120-d85bc2ecdfde|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:14:03.033Z|c46c0792-02f6-4cb8-935f-d499db38e36c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:14:03.034Z|c46c0792-02f6-4cb8-935f-d499db38e36c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:14:05.089Z|35152262-16c3-4228-a0c8-92a71f7da3b9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:14:05.090Z|35152262-16c3-4228-a0c8-92a71f7da3b9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:14:10.242Z|a21c65cc-45f1-4359-a32c-25f28bdc326d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:14:10.243Z|a21c65cc-45f1-4359-a32c-25f28bdc326d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:14:10.952Z|0c8155e2-c2ac-4ce7-b981-2476795c5893|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:14:10.953Z|0c8155e2-c2ac-4ce7-b981-2476795c5893|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:14:13.063Z|576713d8-5a5e-43a5-8740-5c56ea78128e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:14:13.064Z|576713d8-5a5e-43a5-8740-5c56ea78128e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:14:20.089Z|4242669d-4a42-4963-a99d-01adc6dc1c73|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:14:20.093Z|4242669d-4a42-4963-a99d-01adc6dc1c73|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:14:20.274Z|1d3ae93b-5708-493d-a640-d744198194f6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:14:20.274Z|1d3ae93b-5708-493d-a640-d744198194f6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:14:20.979Z|5f00a712-7372-4109-9eb5-a9230c1fdaf2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:14:20.980Z|5f00a712-7372-4109-9eb5-a9230c1fdaf2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:14:21.361Z|c149a5a5-3759-4283-83c4-2ddd24513bef|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:14:21.362Z|c149a5a5-3759-4283-83c4-2ddd24513bef|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:14:23.090Z|93d78d3a-0cc3-4d8b-9f14-d30ae1041525|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:14:23.091Z|93d78d3a-0cc3-4d8b-9f14-d30ae1041525|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:14:30.309Z|108b3236-9976-420b-944c-c4082181b9a7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:14:30.310Z|108b3236-9976-420b-944c-c4082181b9a7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:14:31.008Z|c77f172c-e0dd-4b8b-9497-8d890a66b604|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:14:31.009Z|c77f172c-e0dd-4b8b-9497-8d890a66b604|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:14:33.122Z|6a8ab93c-ff15-453b-b9b9-8672317f49da|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:14:33.123Z|6a8ab93c-ff15-453b-b9b9-8672317f49da|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:14:35.089Z|1b0cd90c-f05f-41c8-86f4-7d428e700bae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:14:35.089Z|1b0cd90c-f05f-41c8-86f4-7d428e700bae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:14:40.336Z|55838f99-d41a-4172-bfae-3ae0b7b56166|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:14:40.337Z|55838f99-d41a-4172-bfae-3ae0b7b56166|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:14:41.037Z|f6a7b01a-bfa3-4ae1-b251-d6564a68330c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:14:41.038Z|f6a7b01a-bfa3-4ae1-b251-d6564a68330c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:14:43.153Z|ccc5eca7-8f4f-4dee-b0f1-957f60e030fc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:14:43.154Z|ccc5eca7-8f4f-4dee-b0f1-957f60e030fc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:14:50.089Z|4da49aa2-d537-4e23-8c56-198d4cfb0235|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:14:50.090Z|4da49aa2-d537-4e23-8c56-198d4cfb0235|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:14:50.372Z|a1952f99-adf1-40e5-b9fc-c6adbed4249f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:14:50.373Z|a1952f99-adf1-40e5-b9fc-c6adbed4249f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:14:51.070Z|f53d6a65-1a2e-4a8c-ab9e-ef92a50590c9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:14:51.071Z|f53d6a65-1a2e-4a8c-ab9e-ef92a50590c9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:14:51.362Z|a76c8ad6-2ae8-4c67-90a5-b8994c7ab149|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:14:51.363Z|a76c8ad6-2ae8-4c67-90a5-b8994c7ab149|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:14:53.180Z|bc675885-84e7-4e7c-ad33-3d7505e552d1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:14:53.181Z|bc675885-84e7-4e7c-ad33-3d7505e552d1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:14:56.117Z|4d8e15cb-3dc8-4f0c-981e-58e86a0a2346|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:14:56.118Z|4d8e15cb-3dc8-4f0c-981e-58e86a0a2346|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:15:00.407Z|4e4e6668-4743-4dcf-94fb-4d08921911fc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:15:00.407Z|4e4e6668-4743-4dcf-94fb-4d08921911fc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:15:01.099Z|449e7635-61f3-4b4a-ac18-6a94455efab0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:15:01.100Z|449e7635-61f3-4b4a-ac18-6a94455efab0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:15:03.214Z|9f7f3677-6226-4747-a153-c3fbe074e68f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:15:03.215Z|9f7f3677-6226-4747-a153-c3fbe074e68f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:15:05.089Z|dc67f375-4886-4437-9646-c6ec7cb046cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:15:05.095Z|dc67f375-4886-4437-9646-c6ec7cb046cb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:15:10.439Z|46d84ddb-081b-4b47-a0c4-bbb23ffec9be|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:15:10.440Z|46d84ddb-081b-4b47-a0c4-bbb23ffec9be|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:15:11.127Z|114c6d11-d853-4624-88f0-62767c1529ad|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:15:11.128Z|114c6d11-d853-4624-88f0-62767c1529ad|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:15:13.248Z|589b6d23-74c0-4dac-9903-a7eb8ec89a7a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:15:13.248Z|589b6d23-74c0-4dac-9903-a7eb8ec89a7a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:15:20.089Z|98624788-84df-4656-bfb9-40e8d6353ef6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:15:20.090Z|98624788-84df-4656-bfb9-40e8d6353ef6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:15:20.480Z|a1c798f6-2034-43f6-a703-4d6b423d1542|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:15:20.481Z|a1c798f6-2034-43f6-a703-4d6b423d1542|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:15:21.155Z|e731793e-7b69-45ee-a1a6-746fb86223d7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:15:21.156Z|e731793e-7b69-45ee-a1a6-746fb86223d7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:15:21.364Z|5bed64cd-c145-4ef8-8e1b-fbfe9df1ed1d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:15:21.364Z|5bed64cd-c145-4ef8-8e1b-fbfe9df1ed1d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:15:23.303Z|2831e35d-4690-46e9-9a86-820effeae1e3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:15:23.304Z|2831e35d-4690-46e9-9a86-820effeae1e3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:15:30.513Z|aed1fd6e-d8c8-47fa-a582-40472c190a58|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:15:30.514Z|aed1fd6e-d8c8-47fa-a582-40472c190a58|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:15:31.186Z|99787ec8-9bef-4812-94be-53b74061fbb9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:15:31.187Z|99787ec8-9bef-4812-94be-53b74061fbb9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:15:33.334Z|b306b300-56f7-44c5-a96b-527e9e2402df|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:15:33.335Z|b306b300-56f7-44c5-a96b-527e9e2402df|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:15:35.089Z|26d0902f-4a0a-4558-b90e-2f87f5f9a344|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:15:35.090Z|26d0902f-4a0a-4558-b90e-2f87f5f9a344|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:15:40.545Z|a49be64d-9afb-469a-8c32-9007b0bda593|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:15:40.546Z|a49be64d-9afb-469a-8c32-9007b0bda593|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:15:41.215Z|16fc9e99-10fa-4867-bea3-89c35ec6335f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:15:41.216Z|16fc9e99-10fa-4867-bea3-89c35ec6335f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:15:43.383Z|1723e2e9-7f5f-4188-85cc-218c42b4fce9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:15:43.384Z|1723e2e9-7f5f-4188-85cc-218c42b4fce9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:15:50.089Z|ec48fa0e-1617-467f-b0c8-a3464abb5c05|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:15:50.094Z|ec48fa0e-1617-467f-b0c8-a3464abb5c05|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:15:50.579Z|7329389a-5b26-47fc-b23a-c2f05843cf55|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:15:50.580Z|7329389a-5b26-47fc-b23a-c2f05843cf55|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:15:51.246Z|d4bc9da2-9929-4f17-9a62-0c8653548a2a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:15:51.247Z|d4bc9da2-9929-4f17-9a62-0c8653548a2a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:15:51.365Z|a3104187-5878-4fb4-af46-9405817d6da4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:15:51.365Z|a3104187-5878-4fb4-af46-9405817d6da4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:15:53.408Z|77f6ace1-45b3-4670-a589-e88aba1a9567|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:15:53.409Z|77f6ace1-45b3-4670-a589-e88aba1a9567|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:15:56.118Z|9a345735-63eb-4ab2-9704-abc071b0ae0b|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:15:56.119Z|9a345735-63eb-4ab2-9704-abc071b0ae0b|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:16:00.611Z|a1deba59-55e3-4e27-a204-4bc8e82becbd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:16:00.613Z|a1deba59-55e3-4e27-a204-4bc8e82becbd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:16:01.277Z|aabcd9c5-0229-409e-92c8-3801aeac242f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:16:01.278Z|aabcd9c5-0229-409e-92c8-3801aeac242f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:16:03.432Z|30e82fea-072e-4fbd-8812-a4c13a38adc0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:16:03.433Z|30e82fea-072e-4fbd-8812-a4c13a38adc0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:16:05.090Z|8b240fca-df77-4b86-aa87-ea4d16216101|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:16:05.091Z|8b240fca-df77-4b86-aa87-ea4d16216101|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:16:10.651Z|21acd39a-0402-4abc-85c0-2c10c0a8c075|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:16:10.652Z|21acd39a-0402-4abc-85c0-2c10c0a8c075|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:16:11.305Z|12c56425-06c1-4443-b78b-2bb4eba602f1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:16:11.306Z|12c56425-06c1-4443-b78b-2bb4eba602f1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:16:13.456Z|2be114b6-628e-4a21-8e43-8a0de2313d03|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:16:13.457Z|2be114b6-628e-4a21-8e43-8a0de2313d03|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:16:20.089Z|293d29cf-8cc3-4187-8ef7-c1b36dc417b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:16:20.089Z|293d29cf-8cc3-4187-8ef7-c1b36dc417b5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:16:20.681Z|c5e5ad51-6b5c-4ed7-9e1d-7ae9621fe896|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:16:20.682Z|c5e5ad51-6b5c-4ed7-9e1d-7ae9621fe896|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:16:21.335Z|ea8ba6a7-f7d4-4630-b41f-6f605ca164bc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:16:21.336Z|ea8ba6a7-f7d4-4630-b41f-6f605ca164bc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:16:21.366Z|921e93d2-84fc-4041-96da-fc85e3f3160b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:16:21.366Z|921e93d2-84fc-4041-96da-fc85e3f3160b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:16:23.489Z|948a566e-631f-425d-a780-61f39abdb976|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:16:23.489Z|948a566e-631f-425d-a780-61f39abdb976|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:16:30.711Z|d426ef05-9662-4a16-831c-6062914582a8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:16:30.712Z|d426ef05-9662-4a16-831c-6062914582a8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:16:31.365Z|f2583e83-7948-4854-b4ef-3d534fdc1220|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:16:31.365Z|f2583e83-7948-4854-b4ef-3d534fdc1220|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:16:33.519Z|bed6a3f3-c6de-460d-a7d9-07d2b7214d04|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:16:33.520Z|bed6a3f3-c6de-460d-a7d9-07d2b7214d04|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:16:35.089Z|64ad2153-e539-4b75-a87a-b6481839e7d0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:16:35.094Z|64ad2153-e539-4b75-a87a-b6481839e7d0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:16:40.745Z|8a5145a0-ccd5-4ca1-ab22-003c513e32f5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:16:40.745Z|8a5145a0-ccd5-4ca1-ab22-003c513e32f5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:16:41.394Z|c81a8eeb-01e0-4dac-b57a-d7f0e4cd3fdf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:16:41.395Z|c81a8eeb-01e0-4dac-b57a-d7f0e4cd3fdf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:16:43.550Z|21f8a986-599b-43e0-b378-c2ecd1f7ecfa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:16:43.551Z|21f8a986-599b-43e0-b378-c2ecd1f7ecfa|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:16:50.089Z|2e30305f-ca8e-4841-88ae-53e3d4d72587|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:16:50.089Z|2e30305f-ca8e-4841-88ae-53e3d4d72587|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:16:50.774Z|534ae604-f803-4e39-876f-b466ab9332ae|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:16:50.775Z|534ae604-f803-4e39-876f-b466ab9332ae|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:16:51.367Z|3dd7cc64-6066-4e7f-9a6d-e5d6c7822ead|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:16:51.368Z|3dd7cc64-6066-4e7f-9a6d-e5d6c7822ead|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:16:51.424Z|7a91c5b5-433b-466b-949c-b427ea9efdcb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:16:51.424Z|7a91c5b5-433b-466b-949c-b427ea9efdcb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:16:53.582Z|be8c10cb-4c33-4920-b308-8b8f70aea4b8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:16:53.582Z|be8c10cb-4c33-4920-b308-8b8f70aea4b8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:16:56.117Z|69403cec-33c7-4219-9be0-de0971a1192b|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:16:56.117Z|69403cec-33c7-4219-9be0-de0971a1192b|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:17:00.804Z|4945bea3-df64-474c-9773-669905be12e4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:17:00.805Z|4945bea3-df64-474c-9773-669905be12e4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:17:01.455Z|0fbde0a9-9da9-4d53-b17b-164802531d3f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:17:01.456Z|0fbde0a9-9da9-4d53-b17b-164802531d3f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:17:03.610Z|8ac6f2d2-6ac9-4b8b-a491-e894204343c0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:17:03.611Z|8ac6f2d2-6ac9-4b8b-a491-e894204343c0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:17:05.089Z|a1849dec-44fa-4412-8976-1a5446e60d87|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:17:05.089Z|a1849dec-44fa-4412-8976-1a5446e60d87|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:17:10.835Z|a0185143-b925-43a5-bb3d-a2329827b267|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:17:10.835Z|a0185143-b925-43a5-bb3d-a2329827b267|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:17:11.483Z|cebc45b2-8741-438a-8ace-3dd004109bca|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:17:11.484Z|cebc45b2-8741-438a-8ace-3dd004109bca|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:17:13.641Z|2ab1f65c-c56c-4cee-af3d-78534736f329|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:17:13.641Z|2ab1f65c-c56c-4cee-af3d-78534736f329|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:17:20.089Z|b5b665e1-2f0e-4528-934a-01048bb649fc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:17:20.094Z|b5b665e1-2f0e-4528-934a-01048bb649fc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:17:20.864Z|9d5d537b-ed57-49f3-88f6-80d26341d995|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:17:20.864Z|9d5d537b-ed57-49f3-88f6-80d26341d995|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:17:21.368Z|f94a4c71-0ddf-4068-a5dc-2ef9fa755123|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:17:21.369Z|f94a4c71-0ddf-4068-a5dc-2ef9fa755123|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:17:21.515Z|06041d1a-bb6a-4465-96b4-1ddbe5b88555|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:17:21.516Z|06041d1a-bb6a-4465-96b4-1ddbe5b88555|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:17:23.673Z|7c2ca80b-a76e-45c8-9fdb-8c7bdd81ad89|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:17:23.674Z|7c2ca80b-a76e-45c8-9fdb-8c7bdd81ad89|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:17:30.895Z|6e375f97-5199-410c-a24d-0868adedc4e7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:17:30.895Z|6e375f97-5199-410c-a24d-0868adedc4e7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:17:31.547Z|428d411f-4ab7-4f71-8644-472d2cc3b1ed|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:17:31.547Z|428d411f-4ab7-4f71-8644-472d2cc3b1ed|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:17:33.700Z|e651d0f9-794d-4b7a-8202-b6421daa1483|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:17:33.700Z|e651d0f9-794d-4b7a-8202-b6421daa1483|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:17:35.089Z|76181d36-ff5d-42c8-9f00-98d6463c3650|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:17:35.090Z|76181d36-ff5d-42c8-9f00-98d6463c3650|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:17:40.924Z|7b6b538d-f461-4cb5-b00f-6db69c3df550|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:17:40.926Z|7b6b538d-f461-4cb5-b00f-6db69c3df550|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:17:41.577Z|78510a97-6d38-43c3-b028-c55f4844eaf9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:17:41.578Z|78510a97-6d38-43c3-b028-c55f4844eaf9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:17:43.733Z|2f920441-558e-460b-abb8-0880e1f1182e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:17:43.734Z|2f920441-558e-460b-abb8-0880e1f1182e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:17:50.089Z|db16e46e-0c25-4aaf-bfa9-525318219967|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:17:50.090Z|db16e46e-0c25-4aaf-bfa9-525318219967|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:17:50.954Z|adf4a4d9-fd03-46a8-8864-4efc79998d03|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:17:50.955Z|adf4a4d9-fd03-46a8-8864-4efc79998d03|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:17:51.369Z|59dfddd0-c9d8-498e-8394-a865a5737a9e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:17:51.370Z|59dfddd0-c9d8-498e-8394-a865a5737a9e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:17:51.607Z|f06de596-c7c6-472a-9c99-f0f5e81870c8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:17:51.608Z|f06de596-c7c6-472a-9c99-f0f5e81870c8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:17:53.758Z|e456e196-3726-4f54-9107-b1f053ea1d79|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:17:53.758Z|e456e196-3726-4f54-9107-b1f053ea1d79|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:17:56.115Z|ccd4edeb-62a6-4936-aa0a-447d82f9d106|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:17:56.115Z|ccd4edeb-62a6-4936-aa0a-447d82f9d106|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:18:00.986Z|5a9b99ac-251a-4513-8463-929e6efee52c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:18:00.986Z|5a9b99ac-251a-4513-8463-929e6efee52c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:18:01.639Z|8e7483c0-a182-4b27-b37c-29eaa99ef07a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:18:01.640Z|8e7483c0-a182-4b27-b37c-29eaa99ef07a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:18:03.789Z|39c12eea-e6ca-480b-a076-fc7c73fa3929|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:18:03.790Z|39c12eea-e6ca-480b-a076-fc7c73fa3929|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:18:05.089Z|13861892-8050-447c-ab4f-92168192dd9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:18:05.094Z|13861892-8050-447c-ab4f-92168192dd9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:18:11.019Z|3bc88316-615b-42b8-af31-45991e19d741|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:18:11.019Z|3bc88316-615b-42b8-af31-45991e19d741|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:18:11.670Z|35648ec8-e36c-4308-9e34-14c51b170d26|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:18:11.671Z|35648ec8-e36c-4308-9e34-14c51b170d26|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:18:13.814Z|47484412-e6a3-4556-9bbd-b52da127e595|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:18:13.815Z|47484412-e6a3-4556-9bbd-b52da127e595|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:18:20.089Z|528a8cda-8d1a-4d3a-b0b6-c07c08d01a03|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:18:20.090Z|528a8cda-8d1a-4d3a-b0b6-c07c08d01a03|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:18:21.049Z|e61c9b63-b1a4-48f7-9220-be4f0454e212|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:18:21.050Z|e61c9b63-b1a4-48f7-9220-be4f0454e212|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:18:21.370Z|fb8ff93e-1ce8-4e29-9de2-5ad08d57fc06|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:18:21.371Z|fb8ff93e-1ce8-4e29-9de2-5ad08d57fc06|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:18:21.701Z|96777bf5-86bf-4340-8b56-3b1707a77fc7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:18:21.701Z|96777bf5-86bf-4340-8b56-3b1707a77fc7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:18:23.838Z|19da428d-2abd-4387-b52c-6e7ede3716dd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:18:23.839Z|19da428d-2abd-4387-b52c-6e7ede3716dd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:18:31.081Z|f43a14c3-3e2d-454e-8f44-fb2a502d7dcf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:18:31.082Z|f43a14c3-3e2d-454e-8f44-fb2a502d7dcf|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:18:31.733Z|13362bc5-7d68-453f-b396-eaa934971197|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:18:31.734Z|13362bc5-7d68-453f-b396-eaa934971197|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:18:33.864Z|59b3eb51-17ba-4946-9406-e290b3343cf9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:18:33.865Z|59b3eb51-17ba-4946-9406-e290b3343cf9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:18:35.089Z|85a3945d-9fd4-478c-9037-5bbe9fbf0df9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:18:35.090Z|85a3945d-9fd4-478c-9037-5bbe9fbf0df9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:18:41.113Z|49c475c9-b11d-4e50-929f-367c542acc41|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:18:41.114Z|49c475c9-b11d-4e50-929f-367c542acc41|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:18:41.767Z|f3b8aa74-dd6d-4c53-8490-a605a46f0443|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:18:41.768Z|f3b8aa74-dd6d-4c53-8490-a605a46f0443|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:18:43.889Z|1e7c892c-1a8d-4d36-b12e-b02c94861248|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:18:43.890Z|1e7c892c-1a8d-4d36-b12e-b02c94861248|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:18:50.089Z|d5105d21-ddab-4670-a2cf-b1042be0cdf7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:18:50.092Z|d5105d21-ddab-4670-a2cf-b1042be0cdf7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:18:51.144Z|d8c8648d-19f4-4c57-ab12-3289a4f1d245|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:18:51.144Z|d8c8648d-19f4-4c57-ab12-3289a4f1d245|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:18:51.371Z|96a1e201-0a9c-42e5-8df6-e736a2cf1052|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:18:51.372Z|96a1e201-0a9c-42e5-8df6-e736a2cf1052|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:18:51.801Z|7d1daaf4-5969-4d82-ba4d-d13ec3e6890b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:18:51.802Z|7d1daaf4-5969-4d82-ba4d-d13ec3e6890b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:18:53.919Z|72359bf5-3469-4d8d-8346-deb7afb7a81d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:18:53.920Z|72359bf5-3469-4d8d-8346-deb7afb7a81d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:18:56.116Z|7fab0b1c-db34-44c0-8739-89d3d805ea43|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:18:56.117Z|7fab0b1c-db34-44c0-8739-89d3d805ea43|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:19:01.170Z|3607908b-89a9-49e4-abfd-271592f13308|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:19:01.171Z|3607908b-89a9-49e4-abfd-271592f13308|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:19:01.832Z|900acdc2-ecf6-4161-9c41-076166e03366|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:19:01.833Z|900acdc2-ecf6-4161-9c41-076166e03366|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:19:03.950Z|40953dad-bd6b-4c6d-8ad7-9308c795159d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:19:03.951Z|40953dad-bd6b-4c6d-8ad7-9308c795159d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:19:05.089Z|07f5d88c-6758-4703-be23-f87389d27087|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:19:05.090Z|07f5d88c-6758-4703-be23-f87389d27087|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:19:11.202Z|805b0cad-bf68-4c6d-8c82-29beda0986ba|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:19:11.203Z|805b0cad-bf68-4c6d-8c82-29beda0986ba|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:19:11.858Z|2a8062b1-815e-4eb1-8557-13ff8072e1c2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:19:11.858Z|2a8062b1-815e-4eb1-8557-13ff8072e1c2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:19:13.980Z|e99aef0b-eff0-4245-882c-cbb9c767e8ec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:19:13.980Z|e99aef0b-eff0-4245-882c-cbb9c767e8ec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:19:20.089Z|70dbf533-b8b5-449b-b806-084464aec853|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:19:20.090Z|70dbf533-b8b5-449b-b806-084464aec853|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:19:21.236Z|d960dd68-690f-42e3-9067-350d9fd965b4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:19:21.237Z|d960dd68-690f-42e3-9067-350d9fd965b4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:19:21.373Z|ed7ea4f1-5713-45ff-a46f-7c665b97c348|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:19:21.374Z|ed7ea4f1-5713-45ff-a46f-7c665b97c348|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:19:21.886Z|a8bd1909-0cff-4a02-a507-a6e4a536edf0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:19:21.887Z|a8bd1909-0cff-4a02-a507-a6e4a536edf0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:19:24.011Z|99cfb37c-2b37-44ca-9d7a-ffc6f1088513|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:19:24.012Z|99cfb37c-2b37-44ca-9d7a-ffc6f1088513|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:19:31.269Z|2f230595-76eb-4297-b727-a17426b35859|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:19:31.270Z|2f230595-76eb-4297-b727-a17426b35859|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:19:31.916Z|f393aed8-28e0-4f44-a696-496c82ba2277|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:19:31.917Z|f393aed8-28e0-4f44-a696-496c82ba2277|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:19:34.042Z|8dfcfca1-6067-472f-9c44-2c966e119a11|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:19:34.043Z|8dfcfca1-6067-472f-9c44-2c966e119a11|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:19:35.089Z|18f6e257-d435-4f61-bfd1-bed94acb1e5b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:19:35.093Z|18f6e257-d435-4f61-bfd1-bed94acb1e5b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:19:41.300Z|d07e6473-56fa-4cb3-bf6e-baf46f06a668|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:19:41.301Z|d07e6473-56fa-4cb3-bf6e-baf46f06a668|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:19:41.947Z|3ace0248-fddd-4b9f-a7e3-f5499e022700|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:19:41.947Z|3ace0248-fddd-4b9f-a7e3-f5499e022700|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:19:44.072Z|a8cf1f64-f843-4461-97b2-2aefd6eedce0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:19:44.072Z|a8cf1f64-f843-4461-97b2-2aefd6eedce0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:19:50.089Z|ea9f8d15-ff59-418d-9bca-a43fb22491af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:19:50.089Z|ea9f8d15-ff59-418d-9bca-a43fb22491af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:19:51.331Z|1114c70e-5a1d-4727-9a03-bfe1d6def129|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:19:51.331Z|1114c70e-5a1d-4727-9a03-bfe1d6def129|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:19:51.374Z|2342a387-6998-4780-ac86-30f15a675611|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:19:51.375Z|2342a387-6998-4780-ac86-30f15a675611|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:19:51.977Z|b18d6dc9-04e0-42ab-b008-13de3a915237|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:19:51.978Z|b18d6dc9-04e0-42ab-b008-13de3a915237|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:19:54.104Z|ecf2b1e3-2f9d-4731-b9ab-5ca4bd931a56|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:19:54.104Z|ecf2b1e3-2f9d-4731-b9ab-5ca4bd931a56|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:19:56.116Z|18eb9065-9954-4350-b41b-51f6240f59f4|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:19:56.117Z|18eb9065-9954-4350-b41b-51f6240f59f4|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:20:01.361Z|15d9daf2-aa17-4229-98e2-84c4b951c7e9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:20:01.362Z|15d9daf2-aa17-4229-98e2-84c4b951c7e9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:20:02.011Z|e4979fed-de59-493b-a2d9-8d4f7db1fcc9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:20:02.011Z|e4979fed-de59-493b-a2d9-8d4f7db1fcc9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:20:04.133Z|c6f7babe-277c-43fb-8982-9e3c32abc15a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:20:04.134Z|c6f7babe-277c-43fb-8982-9e3c32abc15a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:20:05.089Z|6e58bbcb-f6b3-475f-97af-2355d7d5d997|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:20:05.089Z|6e58bbcb-f6b3-475f-97af-2355d7d5d997|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:20:11.391Z|62564b41-c8a9-4e99-b707-1b6799612be8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:20:11.391Z|62564b41-c8a9-4e99-b707-1b6799612be8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:20:12.038Z|260aecea-03a4-47d9-a595-e11369c77a93|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:20:12.039Z|260aecea-03a4-47d9-a595-e11369c77a93|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:20:14.163Z|9191d885-73bb-49f4-b5d7-ff5b9d3d1ecc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:20:14.164Z|9191d885-73bb-49f4-b5d7-ff5b9d3d1ecc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:20:20.089Z|72ccf86b-c20f-4c07-a046-e7a356dfd305|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:20:20.093Z|72ccf86b-c20f-4c07-a046-e7a356dfd305|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:20:21.375Z|e4d34d58-2cea-4c99-aa88-0dfcddd50d34|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:20:21.376Z|e4d34d58-2cea-4c99-aa88-0dfcddd50d34|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:20:21.415Z|5f426ef5-49b1-4d4d-a1ff-f989387dd031|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:20:21.416Z|5f426ef5-49b1-4d4d-a1ff-f989387dd031|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:20:22.069Z|44a35362-a7d0-48b8-aba9-8a221ae34966|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:20:22.071Z|44a35362-a7d0-48b8-aba9-8a221ae34966|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:20:24.194Z|d33367ad-88fc-4708-901f-c30edacc5a42|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:20:24.195Z|d33367ad-88fc-4708-901f-c30edacc5a42|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:20:31.447Z|5799dccc-b936-4a88-a068-795c4332ffa0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:20:31.448Z|5799dccc-b936-4a88-a068-795c4332ffa0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:20:32.102Z|c3771878-b626-400f-9722-df51b289ff61|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:20:32.103Z|c3771878-b626-400f-9722-df51b289ff61|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:20:34.224Z|e2ed7b3a-e761-49f2-b838-fb13b1dcbe6a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:20:34.224Z|e2ed7b3a-e761-49f2-b838-fb13b1dcbe6a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:20:35.089Z|6662ebd5-e8e4-4dd2-b877-94ec632bcc80|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:20:35.089Z|6662ebd5-e8e4-4dd2-b877-94ec632bcc80|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:20:41.486Z|2337862d-6b29-4f79-80ad-a3bff4ea22fb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:20:41.487Z|2337862d-6b29-4f79-80ad-a3bff4ea22fb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:20:42.128Z|ac10d227-7fa1-4367-aa75-795c3926ee0d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:20:42.129Z|ac10d227-7fa1-4367-aa75-795c3926ee0d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:20:44.251Z|41252f81-b7d1-4853-ba94-848219feee85|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:20:44.252Z|41252f81-b7d1-4853-ba94-848219feee85|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:20:50.089Z|56041c13-006e-4018-9c3c-47219c424aed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:20:50.089Z|56041c13-006e-4018-9c3c-47219c424aed|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:20:51.376Z|86cadc18-157e-4a91-894f-85412499b7fd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:20:51.377Z|86cadc18-157e-4a91-894f-85412499b7fd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:20:51.518Z|02c97f65-8b4e-4e97-8c5a-040758e9939f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:20:51.519Z|02c97f65-8b4e-4e97-8c5a-040758e9939f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:20:52.157Z|95d1d82d-e14e-4ae4-96be-4c5623484848|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:20:52.158Z|95d1d82d-e14e-4ae4-96be-4c5623484848|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:20:54.280Z|c88123d7-a544-4909-a2d9-992f291d240e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:20:54.280Z|c88123d7-a544-4909-a2d9-992f291d240e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:20:56.115Z|ad940dda-db7c-4738-9441-9bf4e3c14462|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:20:56.116Z|ad940dda-db7c-4738-9441-9bf4e3c14462|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:21:01.548Z|e65ebe14-5041-4516-8725-60793f6b5b1d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:21:01.549Z|e65ebe14-5041-4516-8725-60793f6b5b1d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:21:02.187Z|6e2b82c8-182b-4e0f-b73c-7bc963565c02|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:21:02.187Z|6e2b82c8-182b-4e0f-b73c-7bc963565c02|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:21:04.310Z|a04f8842-3c39-4bd9-80fa-d792f92f3848|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:21:04.311Z|a04f8842-3c39-4bd9-80fa-d792f92f3848|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:21:05.089Z|ac7828ca-acba-40ac-b02d-019c08d2eeef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:21:05.093Z|ac7828ca-acba-40ac-b02d-019c08d2eeef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:21:11.580Z|8c56070d-e86f-49d4-a3a7-8f0a4cca67e6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:21:11.581Z|8c56070d-e86f-49d4-a3a7-8f0a4cca67e6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:21:12.217Z|bda904f3-8387-47ce-bdc0-d96d4a5153fc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:21:12.217Z|bda904f3-8387-47ce-bdc0-d96d4a5153fc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:21:14.342Z|80aa9bc3-36bb-44fc-8bd6-d39cbe7166f2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:21:14.342Z|80aa9bc3-36bb-44fc-8bd6-d39cbe7166f2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:21:20.089Z|6adc1916-e07d-4065-ba50-e16408f2f0e0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:21:20.090Z|6adc1916-e07d-4065-ba50-e16408f2f0e0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:21:21.377Z|a8fb4858-f901-4dd6-93fd-f8b52df0a269|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:21:21.378Z|a8fb4858-f901-4dd6-93fd-f8b52df0a269|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:21:21.612Z|71271c2f-c1b8-4756-ae11-3b3aeb194910|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:21:21.613Z|71271c2f-c1b8-4756-ae11-3b3aeb194910|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:21:22.247Z|effd35a4-4cca-4577-b4f5-c94206bf711a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:21:22.247Z|effd35a4-4cca-4577-b4f5-c94206bf711a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:21:24.374Z|ce81576d-8fa7-4aea-99c3-962456346ddf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:21:24.374Z|ce81576d-8fa7-4aea-99c3-962456346ddf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:21:31.641Z|d22b5324-9342-42ce-bfab-cb8bd46c1557|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:21:31.642Z|d22b5324-9342-42ce-bfab-cb8bd46c1557|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:21:32.271Z|c313816e-c564-4c05-881b-7152b2921cdb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:21:32.272Z|c313816e-c564-4c05-881b-7152b2921cdb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:21:34.404Z|2f11b4b4-1102-43fc-8574-41c5b9cfe376|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:21:34.405Z|2f11b4b4-1102-43fc-8574-41c5b9cfe376|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:21:35.089Z|235c52b1-05b1-477b-b850-4528587cbded|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:21:35.089Z|235c52b1-05b1-477b-b850-4528587cbded|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:21:41.666Z|c0b53c1d-08c0-4f5f-9321-52cc869b4a33|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:21:41.666Z|c0b53c1d-08c0-4f5f-9321-52cc869b4a33|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:21:42.303Z|0013b581-1492-4e51-a4cf-a360c4704f70|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:21:42.305Z|0013b581-1492-4e51-a4cf-a360c4704f70|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:21:44.437Z|78c9ceb2-5960-4421-87bd-74453c5e6c7e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:21:44.437Z|78c9ceb2-5960-4421-87bd-74453c5e6c7e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:21:50.089Z|53b1b9e0-339f-4585-9555-a9404924bfe4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:21:50.093Z|53b1b9e0-339f-4585-9555-a9404924bfe4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:21:51.379Z|c6bd2c0c-4731-485b-bc0a-b734593e1b0e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:21:51.379Z|c6bd2c0c-4731-485b-bc0a-b734593e1b0e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:21:51.696Z|752a5e86-0fed-42c1-833a-96971c0c9ff9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:21:51.697Z|752a5e86-0fed-42c1-833a-96971c0c9ff9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:21:52.335Z|d41bbb86-52c1-4ac4-9e18-c171e6734265|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:21:52.336Z|d41bbb86-52c1-4ac4-9e18-c171e6734265|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:21:54.467Z|5739d27a-cb16-425d-b373-fa4eff95d7e9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:21:54.468Z|5739d27a-cb16-425d-b373-fa4eff95d7e9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:21:56.116Z|62e60040-95e5-4834-8749-8bb2c65eb457|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:21:56.117Z|62e60040-95e5-4834-8749-8bb2c65eb457|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:22:01.730Z|360f1af1-6e45-48fb-9a8b-4aeb05916e93|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:22:01.731Z|360f1af1-6e45-48fb-9a8b-4aeb05916e93|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:22:02.371Z|dd56c544-6577-4fbb-a647-73a895914f83|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:22:02.371Z|dd56c544-6577-4fbb-a647-73a895914f83|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:22:04.501Z|9cac7c0e-0570-404a-bdeb-083b66851a6a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:22:04.502Z|9cac7c0e-0570-404a-bdeb-083b66851a6a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:22:05.090Z|e2877f31-f291-408b-9816-ebcd97901cd5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:22:05.091Z|e2877f31-f291-408b-9816-ebcd97901cd5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:22:11.779Z|6d2d267d-d13b-48bf-98fc-aebda7bf0784|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:22:11.781Z|6d2d267d-d13b-48bf-98fc-aebda7bf0784|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:22:12.409Z|32c68088-f4b0-4e74-b03d-20b3e3b0c5e6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:22:12.410Z|32c68088-f4b0-4e74-b03d-20b3e3b0c5e6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:22:14.534Z|fcdb45b5-5285-4c5f-a4ca-ddd362bd61cd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:22:14.535Z|fcdb45b5-5285-4c5f-a4ca-ddd362bd61cd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:22:20.093Z|a684ad56-61ab-4851-b00f-6e1fc0cc5d8f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:22:20.100Z|a684ad56-61ab-4851-b00f-6e1fc0cc5d8f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:22:21.380Z|d616cb8a-fc9a-4ae7-b58f-b159a865b9c4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:22:21.381Z|d616cb8a-fc9a-4ae7-b58f-b159a865b9c4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:22:21.816Z|28c3d106-bbc0-448b-a77e-62a6f0fe19c4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:22:21.817Z|28c3d106-bbc0-448b-a77e-62a6f0fe19c4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:22:22.446Z|62447aee-a79d-4131-b7d2-f84f06b5cb94|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:22:22.446Z|62447aee-a79d-4131-b7d2-f84f06b5cb94|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:22:24.567Z|82070309-7ce5-48af-bebd-822f302830c7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:22:24.568Z|82070309-7ce5-48af-bebd-822f302830c7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:22:31.862Z|2d261ccd-8c2e-4682-960a-57814e876463|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:22:31.865Z|2d261ccd-8c2e-4682-960a-57814e876463|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:22:32.477Z|eb32e806-5d98-4d94-adc2-33a0f3bb4870|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:22:32.478Z|eb32e806-5d98-4d94-adc2-33a0f3bb4870|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:22:34.599Z|7ea7cd6d-475e-4863-a869-69de2377599c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:22:34.600Z|7ea7cd6d-475e-4863-a869-69de2377599c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:22:35.091Z|ae8dcb18-0db3-4639-8ee7-2db1217fdd56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:22:35.091Z|ae8dcb18-0db3-4639-8ee7-2db1217fdd56|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:22:41.907Z|a0ca331f-ddcd-4326-9b64-874c8206035e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:22:41.909Z|a0ca331f-ddcd-4326-9b64-874c8206035e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:22:42.511Z|2ca38fcd-7b9e-4c3f-88a0-8827e9cbd337|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:22:42.512Z|2ca38fcd-7b9e-4c3f-88a0-8827e9cbd337|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:22:44.632Z|9dd34054-b080-4691-84c5-43720eb545b8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:22:44.633Z|9dd34054-b080-4691-84c5-43720eb545b8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:22:50.089Z|1d2bda75-3f0f-437e-ab8b-ef9adc3aa625|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:22:50.089Z|1d2bda75-3f0f-437e-ab8b-ef9adc3aa625|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:22:51.381Z|5ba08e07-b9b3-4a24-bddd-df17fb5544f5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:22:51.382Z|5ba08e07-b9b3-4a24-bddd-df17fb5544f5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:22:51.938Z|4fbd9317-a2e2-43f5-98e9-9d2095d1f122|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:22:51.939Z|4fbd9317-a2e2-43f5-98e9-9d2095d1f122|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:22:52.543Z|530332de-e26b-4f21-8176-dc51c90101c1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:22:52.543Z|530332de-e26b-4f21-8176-dc51c90101c1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:22:54.664Z|6b518c43-f072-468a-a5fa-cd09f873cb3b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:22:54.665Z|6b518c43-f072-468a-a5fa-cd09f873cb3b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:22:56.119Z|0c74cebd-34cc-4a5b-ab40-18fda53f0e95|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:22:56.119Z|0c74cebd-34cc-4a5b-ab40-18fda53f0e95|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:23:01.970Z|a16b7081-41db-405f-9bf8-13fe0665457e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:23:01.971Z|a16b7081-41db-405f-9bf8-13fe0665457e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:23:02.576Z|38bd173b-3045-4bca-bfa6-e64975a89c90|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:23:02.577Z|38bd173b-3045-4bca-bfa6-e64975a89c90|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:23:04.694Z|f34f4603-34fa-414e-a330-509f60fc4ba1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:23:04.694Z|f34f4603-34fa-414e-a330-509f60fc4ba1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:23:05.089Z|09fd9bae-a01e-4ac8-b68c-f3461c72304a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:23:05.094Z|09fd9bae-a01e-4ac8-b68c-f3461c72304a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:23:12.008Z|f1b51ded-b592-43ce-b590-fe5b5b79e7d8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:23:12.008Z|f1b51ded-b592-43ce-b590-fe5b5b79e7d8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:23:12.608Z|f142fc3f-6af3-4f2d-97c8-e46f113337ca|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:23:12.609Z|f142fc3f-6af3-4f2d-97c8-e46f113337ca|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:23:14.725Z|0f503f51-d717-45b3-a016-daa73bb90533|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:23:14.726Z|0f503f51-d717-45b3-a016-daa73bb90533|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:23:20.089Z|2e3bb637-5215-452f-a6ed-7b33ce457a26|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:23:20.089Z|2e3bb637-5215-452f-a6ed-7b33ce457a26|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:23:21.383Z|51e9c995-c519-4d33-aa17-ba8d6797c93b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:23:21.384Z|51e9c995-c519-4d33-aa17-ba8d6797c93b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:23:22.040Z|6d76e979-d6d4-4194-9f07-5dc7f936e35b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:23:22.041Z|6d76e979-d6d4-4194-9f07-5dc7f936e35b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:23:22.641Z|ad64a5d9-8141-46db-b680-749743151f60|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:23:22.641Z|ad64a5d9-8141-46db-b680-749743151f60|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:23:24.758Z|87898d4a-88f9-4b0f-a7c1-543f47e0023d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:23:24.761Z|87898d4a-88f9-4b0f-a7c1-543f47e0023d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:23:32.083Z|54532fee-106e-4bc4-bb23-fd2a8a1df371|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:23:32.083Z|54532fee-106e-4bc4-bb23-fd2a8a1df371|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:23:32.676Z|b7f77079-1986-4b10-8901-beb907bdfb2f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:23:32.677Z|b7f77079-1986-4b10-8901-beb907bdfb2f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:23:34.791Z|93e95d8f-1743-4db3-a845-259f247781e4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:23:34.792Z|93e95d8f-1743-4db3-a845-259f247781e4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:23:35.089Z|5faaaff2-5d01-4a23-8617-23c11a638273|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:23:35.089Z|5faaaff2-5d01-4a23-8617-23c11a638273|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:23:42.109Z|c05bda69-f4a5-41f8-abb0-23abc8a3e8d5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:23:42.110Z|c05bda69-f4a5-41f8-abb0-23abc8a3e8d5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:23:42.709Z|a9a52b78-a50c-4b8e-947e-1acbf29443a4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:23:42.709Z|a9a52b78-a50c-4b8e-947e-1acbf29443a4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:23:44.822Z|19f92f51-13b0-46ed-9c8a-f65adffbf2a3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:23:44.823Z|19f92f51-13b0-46ed-9c8a-f65adffbf2a3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:23:50.089Z|feb450ab-a21a-4fc3-aa31-9caa4d6f6faa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:23:50.094Z|feb450ab-a21a-4fc3-aa31-9caa4d6f6faa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:23:51.384Z|be8b7510-296b-4768-ac1f-9999128a7bdc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:23:51.385Z|be8b7510-296b-4768-ac1f-9999128a7bdc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:23:52.140Z|61aabea8-15f0-41d2-b65f-4478553bfb74|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:23:52.140Z|61aabea8-15f0-41d2-b65f-4478553bfb74|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:23:52.736Z|1a3ce9c2-3729-4dcc-97e8-be274340a63c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:23:52.736Z|1a3ce9c2-3729-4dcc-97e8-be274340a63c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:23:54.853Z|f512fa9a-4c97-48b8-9a92-27e726b16102|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:23:54.853Z|f512fa9a-4c97-48b8-9a92-27e726b16102|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:23:56.117Z|f3e83fa1-8fee-4976-957c-621b5d41213f|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:23:56.118Z|f3e83fa1-8fee-4976-957c-621b5d41213f|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:24:02.165Z|a9675ab1-f462-482e-8500-c5e36710adad|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:24:02.165Z|a9675ab1-f462-482e-8500-c5e36710adad|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:24:02.767Z|1a842924-7082-4f01-9c4d-6c83c05fce3c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:24:02.768Z|1a842924-7082-4f01-9c4d-6c83c05fce3c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:24:04.879Z|44a5a7a0-c6bb-4a68-8f5c-47064077bdbf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:24:04.880Z|44a5a7a0-c6bb-4a68-8f5c-47064077bdbf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:24:05.089Z|99eb2be8-aa26-4e30-a30b-2b9bf3b7a007|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:24:05.090Z|99eb2be8-aa26-4e30-a30b-2b9bf3b7a007|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:24:12.196Z|a8197278-9875-4235-b592-ded6dcc79f15|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:24:12.196Z|a8197278-9875-4235-b592-ded6dcc79f15|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:24:12.794Z|5afc4131-f6b3-4e65-af05-b402cd83c2ec|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:24:12.795Z|5afc4131-f6b3-4e65-af05-b402cd83c2ec|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:24:14.907Z|4628de4e-f2c5-46be-926f-4b470c63b89b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:24:14.908Z|4628de4e-f2c5-46be-926f-4b470c63b89b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:24:20.089Z|afba7596-d067-40b0-93db-d6bc6178f11b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:24:20.089Z|afba7596-d067-40b0-93db-d6bc6178f11b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:24:21.385Z|de3399d8-3054-4aa4-b8a8-b66ec95645f9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:24:21.386Z|de3399d8-3054-4aa4-b8a8-b66ec95645f9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:24:22.226Z|07308a5e-0ff2-4882-86ae-c834618468c6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:24:22.227Z|07308a5e-0ff2-4882-86ae-c834618468c6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:24:22.820Z|c6a67a46-edcd-4e47-901d-5b456781cc9a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:24:22.821Z|c6a67a46-edcd-4e47-901d-5b456781cc9a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:24:24.937Z|92075d3f-afc8-476e-bdab-2d08966069d6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:24:24.938Z|92075d3f-afc8-476e-bdab-2d08966069d6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:24:32.256Z|fde8acc7-dcc7-4efe-8ab0-f4533ba57f94|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:24:32.257Z|fde8acc7-dcc7-4efe-8ab0-f4533ba57f94|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:24:32.848Z|81f6eccb-600e-433e-a5b6-9c594b1fe217|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:24:32.849Z|81f6eccb-600e-433e-a5b6-9c594b1fe217|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:24:34.969Z|7470bb9c-65d9-4a8e-a8b9-0cb1c082b9ef|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:24:34.969Z|7470bb9c-65d9-4a8e-a8b9-0cb1c082b9ef|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:24:35.089Z|3e738821-c985-4730-97db-a0827389ad1a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:24:35.093Z|3e738821-c985-4730-97db-a0827389ad1a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:24:42.286Z|a20925c2-4e9b-41db-8197-9f1bba0cde22|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:24:42.287Z|a20925c2-4e9b-41db-8197-9f1bba0cde22|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:24:42.879Z|53e2d385-2c03-4a76-918e-3fb07b5033f2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:24:42.879Z|53e2d385-2c03-4a76-918e-3fb07b5033f2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:24:45.000Z|75b45f14-0712-439c-8efe-f832eebd65ea|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:24:45.001Z|75b45f14-0712-439c-8efe-f832eebd65ea|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:24:50.089Z|056590b6-6ab4-42df-9379-624d1982c888|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:24:50.090Z|056590b6-6ab4-42df-9379-624d1982c888|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:24:51.386Z|9c612128-e4bb-4af6-82f6-b9bd9054424d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:24:51.387Z|9c612128-e4bb-4af6-82f6-b9bd9054424d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:24:52.313Z|90575d8c-95e9-4176-8732-ee2ed6637406|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:24:52.314Z|90575d8c-95e9-4176-8732-ee2ed6637406|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:24:52.908Z|cfeec1a1-3b02-4b3e-89f5-addefb120b69|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:24:52.909Z|cfeec1a1-3b02-4b3e-89f5-addefb120b69|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:24:55.031Z|0fcc4bf2-a1fe-4494-8d67-fdeb50029bef|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:24:55.031Z|0fcc4bf2-a1fe-4494-8d67-fdeb50029bef|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:24:56.116Z|44e83e0e-96d3-4611-a290-39f88819e8f7|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:24:56.117Z|44e83e0e-96d3-4611-a290-39f88819e8f7|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:25:02.344Z|2cea32ec-d8ee-423d-80a8-7c249bf53708|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:25:02.344Z|2cea32ec-d8ee-423d-80a8-7c249bf53708|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:25:02.940Z|a31434bf-f78d-4283-a444-77a3140ff5b1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:25:02.940Z|a31434bf-f78d-4283-a444-77a3140ff5b1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:25:05.064Z|89b587aa-76de-4ab5-9512-adccfd903d27|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:25:05.065Z|89b587aa-76de-4ab5-9512-adccfd903d27|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:25:05.089Z|c8d4c3ce-70f9-451d-9268-9625f5cda573|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:25:05.089Z|c8d4c3ce-70f9-451d-9268-9625f5cda573|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:25:12.376Z|fb1210cf-c3da-4c85-9403-cd7eb8b5e582|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:25:12.377Z|fb1210cf-c3da-4c85-9403-cd7eb8b5e582|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:25:12.971Z|c4746f31-4979-47e6-b788-5e191d1e1f6b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:25:12.972Z|c4746f31-4979-47e6-b788-5e191d1e1f6b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:25:15.097Z|c5a0f5b0-3871-421c-a8db-eb9632732872|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:25:15.098Z|c5a0f5b0-3871-421c-a8db-eb9632732872|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:25:20.089Z|3e313ed5-7e1f-4617-86b5-9129244b54a5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:25:20.092Z|3e313ed5-7e1f-4617-86b5-9129244b54a5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:25:21.388Z|3b4aea37-169d-48a3-a183-6357950ff4bb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:25:21.388Z|3b4aea37-169d-48a3-a183-6357950ff4bb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:25:22.407Z|27c900b1-7420-474e-9b36-241d40f7478e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:25:22.407Z|27c900b1-7420-474e-9b36-241d40f7478e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:25:23.004Z|1bf90278-f702-419f-ac1f-28b6b3720c25|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:25:23.004Z|1bf90278-f702-419f-ac1f-28b6b3720c25|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:25:25.129Z|6d03f0b7-0083-4df1-b85b-117d210b46c2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:25:25.130Z|6d03f0b7-0083-4df1-b85b-117d210b46c2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:25:32.445Z|b0777ecf-a8ba-4ffe-a4b6-8029a8335ea7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:25:32.446Z|b0777ecf-a8ba-4ffe-a4b6-8029a8335ea7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:25:33.033Z|e545a11d-65b0-4206-976f-7656a349f10e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:25:33.034Z|e545a11d-65b0-4206-976f-7656a349f10e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:25:35.089Z|376715b3-6809-41d3-b6b1-be2b30545630|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:25:35.089Z|376715b3-6809-41d3-b6b1-be2b30545630|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:25:35.161Z|0c3b6178-cc3d-40e3-b0d6-5ebb10b7f67c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:25:35.162Z|0c3b6178-cc3d-40e3-b0d6-5ebb10b7f67c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:25:42.476Z|886497db-1fc6-4b1d-b588-a340ad2e3a52|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:25:42.477Z|886497db-1fc6-4b1d-b588-a340ad2e3a52|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:25:43.062Z|868c5ef6-77ae-488c-bf2b-327b9c3ea987|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:25:43.063Z|868c5ef6-77ae-488c-bf2b-327b9c3ea987|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:25:45.195Z|823b5da7-b257-4392-96d2-fcd3b896b692|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:25:45.196Z|823b5da7-b257-4392-96d2-fcd3b896b692|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:25:50.089Z|1fdad54b-26ee-4e57-b7e9-b4224a93b2c4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:25:50.089Z|1fdad54b-26ee-4e57-b7e9-b4224a93b2c4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:25:51.389Z|e54a5268-a295-41e2-acf1-547ab41759e3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:25:51.390Z|e54a5268-a295-41e2-acf1-547ab41759e3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:25:52.506Z|dc0ea504-b5c6-4b23-ab09-a0822b8b6750|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:25:52.507Z|dc0ea504-b5c6-4b23-ab09-a0822b8b6750|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:25:53.094Z|2dda16aa-241d-44b8-83ef-9c70a2ff3da7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:25:53.094Z|2dda16aa-241d-44b8-83ef-9c70a2ff3da7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:25:55.234Z|b0147b63-aa4c-4d23-ad9f-6dd3fa079cc4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:25:55.235Z|b0147b63-aa4c-4d23-ad9f-6dd3fa079cc4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:25:56.117Z|ed779885-fb6a-4760-aab4-cc4836f8a411|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:25:56.117Z|ed779885-fb6a-4760-aab4-cc4836f8a411|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:26:02.534Z|3f621096-f432-4756-9612-2f7ac7f52d30|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:26:02.535Z|3f621096-f432-4756-9612-2f7ac7f52d30|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:26:03.127Z|1cdd703b-0753-4d84-9ed6-8f8957619129|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:26:03.128Z|1cdd703b-0753-4d84-9ed6-8f8957619129|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:26:05.089Z|5e375a82-0d98-4413-86d9-38ba4e0d89b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:26:05.094Z|5e375a82-0d98-4413-86d9-38ba4e0d89b4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:26:05.267Z|a082d58f-c39d-48a2-9b44-719a70fc8e20|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:26:05.268Z|a082d58f-c39d-48a2-9b44-719a70fc8e20|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:26:12.573Z|b5f21f34-fbd1-440e-b4d9-6d116c8015bd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:26:12.574Z|b5f21f34-fbd1-440e-b4d9-6d116c8015bd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:26:13.157Z|251451ee-a4d3-458f-baf7-dad96f3abb69|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:26:13.158Z|251451ee-a4d3-458f-baf7-dad96f3abb69|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:26:15.297Z|9ec4a549-0034-4b23-b1e7-c10991369c43|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:26:15.298Z|9ec4a549-0034-4b23-b1e7-c10991369c43|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:26:20.094Z|083b36fe-caef-4976-a043-75e5de74bd7c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:26:20.095Z|083b36fe-caef-4976-a043-75e5de74bd7c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:26:21.391Z|3d5f34f1-dd86-46e1-86c4-e969cb75da04|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:26:21.393Z|3d5f34f1-dd86-46e1-86c4-e969cb75da04|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:26:22.613Z|1ce8ea4b-c2e5-44b3-b125-d4a20079136e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:26:22.614Z|1ce8ea4b-c2e5-44b3-b125-d4a20079136e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:26:23.188Z|c2c9b061-6592-4a7b-b84c-fc8864ec44e1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:26:23.188Z|c2c9b061-6592-4a7b-b84c-fc8864ec44e1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:26:25.343Z|142b7f5a-70ea-4849-9481-013e6053eff8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:26:25.344Z|142b7f5a-70ea-4849-9481-013e6053eff8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:26:32.645Z|e5658cf5-4690-4e16-9a76-a110638623ee|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:26:32.647Z|e5658cf5-4690-4e16-9a76-a110638623ee|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:26:33.220Z|ab77e764-dc1b-4c8d-933f-e0f42af1a4f8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:26:33.220Z|ab77e764-dc1b-4c8d-933f-e0f42af1a4f8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:26:35.089Z|c3b52757-e34e-480a-ba3f-a1b48b71b44e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:26:35.090Z|c3b52757-e34e-480a-ba3f-a1b48b71b44e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:26:35.376Z|cf08c1a2-ab60-430e-9338-f1044b46aee8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:26:35.377Z|cf08c1a2-ab60-430e-9338-f1044b46aee8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:26:42.679Z|41644db3-d36c-431d-b5e5-02956a5b8267|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:26:42.681Z|41644db3-d36c-431d-b5e5-02956a5b8267|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:26:43.244Z|03c1becc-64c6-409d-b6d1-9069d89626e0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:26:43.244Z|03c1becc-64c6-409d-b6d1-9069d89626e0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:26:45.407Z|29952772-6b0d-451f-9b46-1e91b694f659|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:26:45.408Z|29952772-6b0d-451f-9b46-1e91b694f659|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:26:50.089Z|d1381317-8ed0-482b-9877-d5a1dd30f329|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:26:50.094Z|d1381317-8ed0-482b-9877-d5a1dd30f329|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:26:51.395Z|e5d469ad-52d2-447b-9860-22471ab9d901|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:26:51.396Z|e5d469ad-52d2-447b-9860-22471ab9d901|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:26:52.716Z|6ae95d4f-4e38-448a-afd8-7cb2786587c5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:26:52.717Z|6ae95d4f-4e38-448a-afd8-7cb2786587c5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:26:53.300Z|282a5e8e-9199-4a7d-9b57-2e1358cffa71|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:26:53.300Z|282a5e8e-9199-4a7d-9b57-2e1358cffa71|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:26:55.440Z|372e7adf-dc29-4a38-a575-63c62467f8dd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:26:55.441Z|372e7adf-dc29-4a38-a575-63c62467f8dd|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:26:56.120Z|2ebeb40c-5470-4eaf-8803-c4c240a4fb67|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:26:56.120Z|2ebeb40c-5470-4eaf-8803-c4c240a4fb67|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:27:02.750Z|8cd00f2b-1cb8-4e8c-9dd3-49c59bbfe6a8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:27:02.751Z|8cd00f2b-1cb8-4e8c-9dd3-49c59bbfe6a8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:27:03.348Z|92e668f5-f54a-46d8-b947-54bb853f7edd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:27:03.349Z|92e668f5-f54a-46d8-b947-54bb853f7edd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:27:05.089Z|c366324a-9652-4f58-9cc2-02c773e175e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:27:05.089Z|c366324a-9652-4f58-9cc2-02c773e175e1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:27:05.468Z|97a4697c-74dd-4502-a89e-63f1861cf6cd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:27:05.469Z|97a4697c-74dd-4502-a89e-63f1861cf6cd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:27:12.779Z|90643db1-41df-4366-bc7d-74c4a93e63c4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:27:12.780Z|90643db1-41df-4366-bc7d-74c4a93e63c4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:27:13.380Z|915e5c40-8398-4596-aa3e-52553de8da5e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:27:13.380Z|915e5c40-8398-4596-aa3e-52553de8da5e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:27:15.499Z|c8db0b41-e68e-4f60-bb2c-91f91fc2b007|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:27:15.500Z|c8db0b41-e68e-4f60-bb2c-91f91fc2b007|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:27:20.089Z|d332a5f3-0088-40f9-b4a1-cc998adf553f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:27:20.089Z|d332a5f3-0088-40f9-b4a1-cc998adf553f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:27:21.396Z|966e5415-ad5f-4c80-88b8-f2706fccf41a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:27:21.397Z|966e5415-ad5f-4c80-88b8-f2706fccf41a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:27:22.811Z|322a53ef-1a51-42db-8b2d-0974f89cbb81|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:27:22.812Z|322a53ef-1a51-42db-8b2d-0974f89cbb81|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:27:23.406Z|5d47e459-1fd5-4394-bc9e-a6e880af7074|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:27:23.407Z|5d47e459-1fd5-4394-bc9e-a6e880af7074|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:27:25.530Z|9d93c2c2-a8a1-4a49-ab3b-837a319c1dc1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:27:25.531Z|9d93c2c2-a8a1-4a49-ab3b-837a319c1dc1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:27:32.843Z|0a1bf8e5-c6af-4d7b-b822-0ce20acdd5db|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:27:32.844Z|0a1bf8e5-c6af-4d7b-b822-0ce20acdd5db|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:27:33.432Z|7db6a6c0-d774-43b8-a5b7-e1edcaed8970|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:27:33.433Z|7db6a6c0-d774-43b8-a5b7-e1edcaed8970|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:27:35.089Z|0e9a59fe-b478-4e01-8ae7-f00ad4792c37|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:27:35.093Z|0e9a59fe-b478-4e01-8ae7-f00ad4792c37|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:27:35.561Z|635d859a-11de-489c-80b6-c51ec752032b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:27:35.561Z|635d859a-11de-489c-80b6-c51ec752032b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:27:42.876Z|339d3d08-6efd-4e15-aaa7-0ee5b8f5fd9c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:27:42.877Z|339d3d08-6efd-4e15-aaa7-0ee5b8f5fd9c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:27:43.458Z|6475e121-374c-4132-b679-4d08a9159003|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:27:43.460Z|6475e121-374c-4132-b679-4d08a9159003|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:27:45.600Z|29277adc-927e-450d-9350-bd1b599a8c71|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:27:45.601Z|29277adc-927e-450d-9350-bd1b599a8c71|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:27:50.089Z|a0ca8ea3-85da-4bbc-8c0d-8d5e2a1a4e6c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:27:50.090Z|a0ca8ea3-85da-4bbc-8c0d-8d5e2a1a4e6c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:27:51.397Z|097e20dd-2f4b-4748-abec-16e2e8e0d395|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:27:51.398Z|097e20dd-2f4b-4748-abec-16e2e8e0d395|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:27:52.906Z|5c56582b-8c13-4de2-84fd-41b204ef186a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:27:52.907Z|5c56582b-8c13-4de2-84fd-41b204ef186a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:27:53.489Z|adad4900-2661-4f60-82d4-8a1b39392e88|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:27:53.489Z|adad4900-2661-4f60-82d4-8a1b39392e88|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:27:55.631Z|ca744e1c-02e9-4d72-bc8c-62d431b94c46|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:27:55.632Z|ca744e1c-02e9-4d72-bc8c-62d431b94c46|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:27:56.116Z|671c9f08-0ad9-4d75-a3d1-187166ae4533|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:27:56.117Z|671c9f08-0ad9-4d75-a3d1-187166ae4533|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:28:02.937Z|8b45062a-e938-4101-80c2-2796fd00f8f3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:28:02.937Z|8b45062a-e938-4101-80c2-2796fd00f8f3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:28:03.522Z|b8c8eda7-b9cb-41c0-a937-1e3c7651bebc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:28:03.523Z|b8c8eda7-b9cb-41c0-a937-1e3c7651bebc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:28:05.089Z|7104efd9-7358-448a-a864-f1d40338aeea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:28:05.089Z|7104efd9-7358-448a-a864-f1d40338aeea|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:28:05.662Z|4cefe3c1-c5e3-4fba-a03c-bd641871ef98|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:28:05.662Z|4cefe3c1-c5e3-4fba-a03c-bd641871ef98|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:28:12.968Z|ded24687-46f3-48e2-b5b9-1f48b0a75d56|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:28:12.968Z|ded24687-46f3-48e2-b5b9-1f48b0a75d56|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:28:13.550Z|5147b111-0542-493b-b294-dd73a332c669|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:28:13.551Z|5147b111-0542-493b-b294-dd73a332c669|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:28:15.694Z|d904f1a9-dfd0-4d53-a884-2a2e60ed74f9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:28:15.695Z|d904f1a9-dfd0-4d53-a884-2a2e60ed74f9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:28:20.089Z|17804335-9c3b-455d-8156-586a2006ca46|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:28:20.094Z|17804335-9c3b-455d-8156-586a2006ca46|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:28:21.399Z|936f5e57-9294-4eb5-b616-4da077a44793|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:28:21.400Z|936f5e57-9294-4eb5-b616-4da077a44793|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:28:23.000Z|16873865-6296-41f9-a0bd-4d6a4b475531|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:28:23.001Z|16873865-6296-41f9-a0bd-4d6a4b475531|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:28:23.579Z|3fe9c437-2c7c-49e4-84fa-667cd80c250d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:28:23.580Z|3fe9c437-2c7c-49e4-84fa-667cd80c250d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:28:25.727Z|32ed08db-fe2f-407c-b94a-85f0eb1b81ca|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:28:25.728Z|32ed08db-fe2f-407c-b94a-85f0eb1b81ca|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:28:33.032Z|c9d15d9b-caec-44d0-8103-408a955bff97|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:28:33.032Z|c9d15d9b-caec-44d0-8103-408a955bff97|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:28:33.609Z|96676b2f-2add-4c2c-bf1a-d6432ad8454e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:28:33.610Z|96676b2f-2add-4c2c-bf1a-d6432ad8454e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:28:35.089Z|8f6e4181-af40-497d-b44b-2af349fc4f57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:28:35.089Z|8f6e4181-af40-497d-b44b-2af349fc4f57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:28:35.758Z|2841e0d7-6f9d-4aac-8230-5f8c5f86988a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:28:35.759Z|2841e0d7-6f9d-4aac-8230-5f8c5f86988a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:28:43.059Z|923d2e6c-3fea-4fe0-8764-f4e7dafe3ee1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:28:43.060Z|923d2e6c-3fea-4fe0-8764-f4e7dafe3ee1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:28:43.635Z|ef9a4798-831e-4e61-b289-6b46b0cc3e6b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:28:43.636Z|ef9a4798-831e-4e61-b289-6b46b0cc3e6b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:28:45.790Z|e6dbaaba-395b-4a26-8fe8-53e4da459a05|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:28:45.790Z|e6dbaaba-395b-4a26-8fe8-53e4da459a05|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:28:50.089Z|0c4436cc-6e7d-4349-9083-c43346cba1bd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:28:50.089Z|0c4436cc-6e7d-4349-9083-c43346cba1bd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:28:51.401Z|bdce6fab-6d65-49ce-9b68-a260317a59b6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:28:51.401Z|bdce6fab-6d65-49ce-9b68-a260317a59b6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:28:53.091Z|827662a3-75a0-4895-a162-c9055c723f45|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:28:53.092Z|827662a3-75a0-4895-a162-c9055c723f45|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:28:53.666Z|968231e3-7bcd-4ffc-9924-2e865806a563|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:28:53.667Z|968231e3-7bcd-4ffc-9924-2e865806a563|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:28:55.829Z|ae6ee52f-6795-4165-b703-45d60f73486c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:28:55.830Z|ae6ee52f-6795-4165-b703-45d60f73486c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:28:56.117Z|1bb7860d-7575-4230-a5a3-c3f7e41aca9c|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:28:56.117Z|1bb7860d-7575-4230-a5a3-c3f7e41aca9c|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:29:03.124Z|4b3ae8f7-0042-4f85-accc-dc7625ae782b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:29:03.125Z|4b3ae8f7-0042-4f85-accc-dc7625ae782b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:29:03.693Z|b7d8e2a5-8a1a-4fba-9103-62f699f5e9b5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:29:03.694Z|b7d8e2a5-8a1a-4fba-9103-62f699f5e9b5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:29:05.089Z|1c4032fe-597b-40ce-9f31-64c4cd0325f1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:29:05.093Z|1c4032fe-597b-40ce-9f31-64c4cd0325f1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:29:05.868Z|e21d359e-661e-41a5-9891-5fb0ac13a485|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:29:05.869Z|e21d359e-661e-41a5-9891-5fb0ac13a485|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:29:13.155Z|54ac49a1-f010-4b2a-a028-aa1c578e8686|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:29:13.156Z|54ac49a1-f010-4b2a-a028-aa1c578e8686|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:29:13.732Z|ad5bd54d-2e75-417b-a93e-bdb35d666c36|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:29:13.733Z|ad5bd54d-2e75-417b-a93e-bdb35d666c36|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:29:15.896Z|b61a6290-04e1-4201-9e99-a080fe58585b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:29:15.897Z|b61a6290-04e1-4201-9e99-a080fe58585b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:29:20.089Z|7f6691df-95f8-445b-9ed9-15e0bfd9f87f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:29:20.089Z|7f6691df-95f8-445b-9ed9-15e0bfd9f87f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:29:21.402Z|c1270c0f-deb7-4101-8e12-cdb435fc1277|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:29:21.402Z|c1270c0f-deb7-4101-8e12-cdb435fc1277|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:29:23.187Z|ccf062a0-d1a7-4e8b-ab19-cf3d52c54c06|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:29:23.188Z|ccf062a0-d1a7-4e8b-ab19-cf3d52c54c06|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:29:23.755Z|ea59bdec-06b6-4368-8ade-957c0b882fa3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:29:23.756Z|ea59bdec-06b6-4368-8ade-957c0b882fa3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:29:25.929Z|4a82262e-7d76-48e2-a618-1924d60aec44|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:29:25.930Z|4a82262e-7d76-48e2-a618-1924d60aec44|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:29:33.222Z|7a281c81-34ab-4aa5-9ff7-b20bb6172536|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:29:33.223Z|7a281c81-34ab-4aa5-9ff7-b20bb6172536|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:29:33.803Z|cfa11622-e940-40be-a97c-95174ffdcfb0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:29:33.804Z|cfa11622-e940-40be-a97c-95174ffdcfb0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:29:35.089Z|1cf85de3-76d2-4f10-b17f-f87d40902fc3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:29:35.089Z|1cf85de3-76d2-4f10-b17f-f87d40902fc3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:29:35.961Z|9f8331de-8888-44f9-a9d1-0a169ca55c79|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:29:35.961Z|9f8331de-8888-44f9-a9d1-0a169ca55c79|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:29:43.254Z|29d326fc-ca09-4fdc-b8b0-5ba6ccf5bcf2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:29:43.255Z|29d326fc-ca09-4fdc-b8b0-5ba6ccf5bcf2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:29:43.833Z|5b78f697-8570-4a47-96d5-c7aece96403e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:29:43.834Z|5b78f697-8570-4a47-96d5-c7aece96403e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:29:45.992Z|45c70522-94f2-436b-8065-1416b3bfaf27|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:29:45.992Z|45c70522-94f2-436b-8065-1416b3bfaf27|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:29:50.089Z|b2a74286-a30c-42de-8d71-75f97e8f8d64|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:29:50.093Z|b2a74286-a30c-42de-8d71-75f97e8f8d64|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:29:51.403Z|2010852c-683e-4e9a-9019-5ecbe223d9c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:29:51.403Z|2010852c-683e-4e9a-9019-5ecbe223d9c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:29:53.322Z|f196f1b9-f35a-477d-a14d-a217d5ee7d83|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:29:53.323Z|f196f1b9-f35a-477d-a14d-a217d5ee7d83|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:29:53.857Z|6232a539-1ca8-4a6e-b5ed-378ea5b619d3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:29:53.857Z|6232a539-1ca8-4a6e-b5ed-378ea5b619d3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:29:56.027Z|2f62781e-4b92-4caa-b14b-c2394ce706c7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:29:56.028Z|2f62781e-4b92-4caa-b14b-c2394ce706c7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:29:56.117Z|16bd3e85-6fb6-40e2-80ac-e7cd0dd8747a|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:29:56.117Z|16bd3e85-6fb6-40e2-80ac-e7cd0dd8747a|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:30:03.359Z|ab76c1f4-742b-4afc-9e36-504b79cfb643|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:30:03.360Z|ab76c1f4-742b-4afc-9e36-504b79cfb643|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:30:03.884Z|d1b8e872-3400-4cff-92bf-8537db099363|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:30:03.884Z|d1b8e872-3400-4cff-92bf-8537db099363|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:30:05.090Z|ede6e118-28e5-40ff-81a4-0bc8fe1fc7d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:30:05.091Z|ede6e118-28e5-40ff-81a4-0bc8fe1fc7d8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:30:06.056Z|0585260a-1462-4d6f-8681-1e1d3c4537fc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:30:06.056Z|0585260a-1462-4d6f-8681-1e1d3c4537fc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:30:13.392Z|85792ced-2f38-4416-861f-b9e76ddfdaf9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:30:13.393Z|85792ced-2f38-4416-861f-b9e76ddfdaf9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:30:13.913Z|06562e2b-d708-4630-be31-921bf3fa294c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:30:13.914Z|06562e2b-d708-4630-be31-921bf3fa294c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:30:16.086Z|d27674b2-244e-4df0-b9f2-f3749fd17ea9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:30:16.087Z|d27674b2-244e-4df0-b9f2-f3749fd17ea9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:30:20.095Z|a5adb792-ef9e-4ddd-9ded-0f2a7b75c656|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:30:20.099Z|a5adb792-ef9e-4ddd-9ded-0f2a7b75c656|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:30:21.404Z|69aa9763-fdb5-4cbb-86a8-75c3d369e1ed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:30:21.404Z|69aa9763-fdb5-4cbb-86a8-75c3d369e1ed|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:30:23.419Z|3afd5191-80d4-48ca-b67d-4e9bcc966f6e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:30:23.419Z|3afd5191-80d4-48ca-b67d-4e9bcc966f6e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:30:23.939Z|4d7870c2-0a67-4843-bfc7-37c7e9be685b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:30:23.940Z|4d7870c2-0a67-4843-bfc7-37c7e9be685b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:30:26.112Z|25a5e519-cc37-40fb-9822-5396dfc9e30b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:30:26.113Z|25a5e519-cc37-40fb-9822-5396dfc9e30b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:30:33.443Z|32c1379e-7137-4ada-9023-da2c38dd7027|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:30:33.443Z|32c1379e-7137-4ada-9023-da2c38dd7027|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:30:33.969Z|75927412-30d9-4d0a-8574-d702b44367af|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:30:33.970Z|75927412-30d9-4d0a-8574-d702b44367af|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:30:35.089Z|5eae8096-74b1-453e-b178-30a4ee9b5d91|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:30:35.089Z|5eae8096-74b1-453e-b178-30a4ee9b5d91|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:30:36.142Z|413ab3ab-b031-4c97-8955-6b0937277ad8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:30:36.143Z|413ab3ab-b031-4c97-8955-6b0937277ad8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:30:43.471Z|3c2ec8da-5bd7-437f-81bf-4a6b532ec27b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:30:43.471Z|3c2ec8da-5bd7-437f-81bf-4a6b532ec27b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:30:44.008Z|11bdc332-fb24-46a8-96f5-6374fe9cc672|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:30:44.008Z|11bdc332-fb24-46a8-96f5-6374fe9cc672|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:30:46.169Z|ec3ae417-37be-473e-9d00-31213ee04dc4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:30:46.170Z|ec3ae417-37be-473e-9d00-31213ee04dc4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:30:50.089Z|e907e33d-a8bf-4df8-8387-95886358aacd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:30:50.090Z|e907e33d-a8bf-4df8-8387-95886358aacd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:30:51.405Z|2dc40a27-8de2-40ce-9137-109bbeb6ab6b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:30:51.406Z|2dc40a27-8de2-40ce-9137-109bbeb6ab6b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:30:53.502Z|068a13a4-28c0-4925-bed5-81b1cd696434|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:30:53.503Z|068a13a4-28c0-4925-bed5-81b1cd696434|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:30:54.038Z|aa507384-b433-45d4-a81a-c5b2a7e94559|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:30:54.039Z|aa507384-b433-45d4-a81a-c5b2a7e94559|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:30:56.116Z|7565f37b-1c6c-4e78-9a8f-b82c84effd7f|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:30:56.118Z|7565f37b-1c6c-4e78-9a8f-b82c84effd7f|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:30:56.197Z|79c41932-8165-43f2-a227-ae866c14a703|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:30:56.197Z|79c41932-8165-43f2-a227-ae866c14a703|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:31:03.528Z|93d6e129-34fe-4c28-a80e-a12c1f6c5297|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:31:03.529Z|93d6e129-34fe-4c28-a80e-a12c1f6c5297|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:31:04.071Z|005defd1-22c9-4846-bda8-cce7c4d4d54f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:31:04.072Z|005defd1-22c9-4846-bda8-cce7c4d4d54f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:31:05.089Z|ac5410f3-fae1-42e3-b58a-0cf120dea67d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:31:05.096Z|ac5410f3-fae1-42e3-b58a-0cf120dea67d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:31:06.224Z|6b7f631c-fc88-4d2e-8b5e-a0248fb6772c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:31:06.225Z|6b7f631c-fc88-4d2e-8b5e-a0248fb6772c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:31:13.558Z|3169cc9f-6f8e-4c86-bb22-818cdba523bf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:31:13.559Z|3169cc9f-6f8e-4c86-bb22-818cdba523bf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:31:14.104Z|c5d5b019-1288-4d80-9fb2-3dda0ab53606|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:31:14.105Z|c5d5b019-1288-4d80-9fb2-3dda0ab53606|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:31:16.254Z|ee8e0f32-c3ce-40aa-842c-082040ac15b5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:31:16.255Z|ee8e0f32-c3ce-40aa-842c-082040ac15b5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:31:20.089Z|8df5ca60-f36c-4f7a-99e0-1547cf79c457|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:31:20.089Z|8df5ca60-f36c-4f7a-99e0-1547cf79c457|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:31:21.406Z|082d9214-94b3-461f-b956-ebdab06c16e1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:31:21.407Z|082d9214-94b3-461f-b956-ebdab06c16e1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:31:23.597Z|ca79c145-87ab-4c07-8eb6-584f625fe4dd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:31:23.598Z|ca79c145-87ab-4c07-8eb6-584f625fe4dd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:31:24.129Z|f98522fd-da57-410c-8def-24cce386f1d4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:31:24.130Z|f98522fd-da57-410c-8def-24cce386f1d4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:31:26.283Z|9d74f64f-5357-455b-8c69-fa24370d5a30|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:31:26.284Z|9d74f64f-5357-455b-8c69-fa24370d5a30|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:31:33.628Z|04b8f887-b505-4a58-8db8-7a4c51b0324a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:31:33.629Z|04b8f887-b505-4a58-8db8-7a4c51b0324a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:31:34.162Z|a0524621-2b50-4932-901a-9699f5a26332|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:31:34.163Z|a0524621-2b50-4932-901a-9699f5a26332|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:31:35.089Z|980758e6-1603-4b93-8f82-d5d8caddb06a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:31:35.089Z|980758e6-1603-4b93-8f82-d5d8caddb06a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:31:36.315Z|0a858962-b38b-40ab-a924-d21a2de9e652|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:31:36.316Z|0a858962-b38b-40ab-a924-d21a2de9e652|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:31:43.660Z|20c9b62b-8f61-4ef3-9f51-f172b4992c5c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:31:43.661Z|20c9b62b-8f61-4ef3-9f51-f172b4992c5c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:31:44.189Z|0360c9e1-446f-4989-8416-1763b72e5cb3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:31:44.190Z|0360c9e1-446f-4989-8416-1763b72e5cb3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:31:46.346Z|e0827df3-995a-4576-a521-e68fa783f4ab|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:31:46.347Z|e0827df3-995a-4576-a521-e68fa783f4ab|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:31:50.089Z|6b497eea-e75d-4311-a195-4da5fcd274a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:31:50.094Z|6b497eea-e75d-4311-a195-4da5fcd274a7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:31:51.408Z|788d85ba-96d9-4a13-942e-bff8f20bd536|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:31:51.409Z|788d85ba-96d9-4a13-942e-bff8f20bd536|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:31:53.695Z|ea401589-18e5-44b7-a289-a06acc7c4b6f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:31:53.696Z|ea401589-18e5-44b7-a289-a06acc7c4b6f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:31:54.218Z|265dc418-9755-4a5c-82c6-50a1644b1804|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:31:54.219Z|265dc418-9755-4a5c-82c6-50a1644b1804|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:31:56.114Z|fd24c37c-4228-4bcd-b3ba-6062b181b490|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:31:56.115Z|fd24c37c-4228-4bcd-b3ba-6062b181b490|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:31:56.374Z|0ea82f3f-1c41-4ac6-9853-8767e414d523|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:31:56.375Z|0ea82f3f-1c41-4ac6-9853-8767e414d523|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:32:03.754Z|cd42efbc-cc70-4f6a-a47b-f6af02d5af83|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:32:03.754Z|cd42efbc-cc70-4f6a-a47b-f6af02d5af83|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:32:04.247Z|3f09edb4-4ca1-4ed6-96eb-319ce0d4871f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:32:04.247Z|3f09edb4-4ca1-4ed6-96eb-319ce0d4871f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:32:05.089Z|52f3e7ca-9528-45d7-833b-bbdc394cd0ab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:32:05.090Z|52f3e7ca-9528-45d7-833b-bbdc394cd0ab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:32:06.407Z|48b891a7-1281-4acd-9646-a7b0d61c4886|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:32:06.408Z|48b891a7-1281-4acd-9646-a7b0d61c4886|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:32:13.780Z|d4a6cbfa-606e-4346-bd9c-79354a182535|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:32:13.781Z|d4a6cbfa-606e-4346-bd9c-79354a182535|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:32:14.272Z|1cef07c5-7820-4dc7-8056-cd931cbd6a3d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:32:14.273Z|1cef07c5-7820-4dc7-8056-cd931cbd6a3d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:32:16.438Z|1b7f56e1-8b10-4d6e-960b-560e83c8125e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:32:16.439Z|1b7f56e1-8b10-4d6e-960b-560e83c8125e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:32:20.089Z|5cdcd767-9de0-4dc9-8e86-a228b486f254|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:32:20.089Z|5cdcd767-9de0-4dc9-8e86-a228b486f254|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:32:21.409Z|4ad3a955-ee64-4a78-b0d5-6debfc1e4fca|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:32:21.410Z|4ad3a955-ee64-4a78-b0d5-6debfc1e4fca|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:32:23.805Z|5bd12c12-8554-4c3f-ab38-ccb6e1a28cf7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:32:23.806Z|5bd12c12-8554-4c3f-ab38-ccb6e1a28cf7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:32:24.303Z|9d82ddac-bde5-43f1-9fb7-af304bdffe3c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:32:24.303Z|9d82ddac-bde5-43f1-9fb7-af304bdffe3c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:32:26.467Z|4f49bb22-286e-464a-a065-881bbd22517a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:32:26.468Z|4f49bb22-286e-464a-a065-881bbd22517a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:32:33.833Z|efa977f1-7539-48a5-bc56-3422e9191a86|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:32:33.834Z|efa977f1-7539-48a5-bc56-3422e9191a86|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:32:34.334Z|13ba1592-ae6b-4d01-bb26-b9d237eb02da|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:32:34.335Z|13ba1592-ae6b-4d01-bb26-b9d237eb02da|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:32:35.089Z|8a35ad93-5c63-4669-9776-14d4d3a2d6b3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:32:35.090Z|8a35ad93-5c63-4669-9776-14d4d3a2d6b3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:32:36.498Z|fa5cff1f-42d1-4726-a597-1288a28c80ec|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:32:36.499Z|fa5cff1f-42d1-4726-a597-1288a28c80ec|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:32:43.859Z|8b0dfc9b-49ad-413c-9c9d-4a8bbee74efd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:32:43.860Z|8b0dfc9b-49ad-413c-9c9d-4a8bbee74efd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:32:44.364Z|d20c1d65-b2ec-4805-a752-5a67382b8bc6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:32:44.365Z|d20c1d65-b2ec-4805-a752-5a67382b8bc6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:32:46.528Z|fe9636ee-80b1-4291-92f4-056d5e8f7aa8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:32:46.528Z|fe9636ee-80b1-4291-92f4-056d5e8f7aa8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:32:50.089Z|5abbd81e-f826-4deb-a058-4f323356b769|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:32:50.089Z|5abbd81e-f826-4deb-a058-4f323356b769|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:32:51.411Z|f3845d04-33ef-49a7-9162-6ec5fe216f53|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:32:51.412Z|f3845d04-33ef-49a7-9162-6ec5fe216f53|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:32:53.888Z|aa98ee12-1188-49fa-ac9b-837caac9b3af|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:32:53.889Z|aa98ee12-1188-49fa-ac9b-837caac9b3af|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:32:54.396Z|47b78dec-7641-44ee-8c9c-ff530be9a84f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:32:54.396Z|47b78dec-7641-44ee-8c9c-ff530be9a84f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:32:56.116Z|cae46146-2009-465f-b491-10d3441dcc9f|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:32:56.117Z|cae46146-2009-465f-b491-10d3441dcc9f|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:32:56.562Z|b3123e28-92d1-41c0-b9d7-5ba94466c127|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:32:56.563Z|b3123e28-92d1-41c0-b9d7-5ba94466c127|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:33:03.918Z|8ff4318e-e030-4348-b86f-9bbd84fcbf48|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:33:03.919Z|8ff4318e-e030-4348-b86f-9bbd84fcbf48|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:33:04.427Z|1ea226f9-6c9d-4fb8-b04d-73ea3e9857d4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:33:04.428Z|1ea226f9-6c9d-4fb8-b04d-73ea3e9857d4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:33:05.089Z|e33e1bb1-76fe-476d-896d-fef1367dfc3f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:33:05.089Z|e33e1bb1-76fe-476d-896d-fef1367dfc3f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:33:06.593Z|d12a77e1-2a21-4d65-a2b5-ac4ce04ad87b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:33:06.594Z|d12a77e1-2a21-4d65-a2b5-ac4ce04ad87b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:33:13.948Z|9f8f1450-e636-4379-8bfe-9258d4e0c777|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:33:13.949Z|9f8f1450-e636-4379-8bfe-9258d4e0c777|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:33:14.458Z|c007ac2c-4cda-4c4b-b25e-54087c682d1e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:33:14.458Z|c007ac2c-4cda-4c4b-b25e-54087c682d1e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:33:16.623Z|ef576572-a55b-4fd4-b717-04c318fd4ba4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:33:16.623Z|ef576572-a55b-4fd4-b717-04c318fd4ba4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:33:20.089Z|a85a66a4-48df-4c38-8dc1-f5e8e17aebfa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:33:20.089Z|a85a66a4-48df-4c38-8dc1-f5e8e17aebfa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:33:21.412Z|ff41ff9b-f749-4eea-afdd-774bf9d4ec98|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:33:21.413Z|ff41ff9b-f749-4eea-afdd-774bf9d4ec98|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:33:23.980Z|d2176423-50f7-4efd-b437-ff19d5400f41|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:33:23.981Z|d2176423-50f7-4efd-b437-ff19d5400f41|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:33:24.488Z|73f1c298-97ae-421a-98c2-828251d8ac9f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:33:24.489Z|73f1c298-97ae-421a-98c2-828251d8ac9f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:33:26.655Z|5c2acdd0-8fe4-4540-bbbb-29736705e84c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:33:26.655Z|5c2acdd0-8fe4-4540-bbbb-29736705e84c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:33:34.021Z|6b0c55c4-1618-4089-bc08-f16aa7c751ec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:33:34.021Z|6b0c55c4-1618-4089-bc08-f16aa7c751ec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:33:34.519Z|cc2c081c-656b-411e-9a56-47251fb23470|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:33:34.519Z|cc2c081c-656b-411e-9a56-47251fb23470|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:33:35.089Z|638bbc27-97af-4556-bbb1-30bc68a066fa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:33:35.089Z|638bbc27-97af-4556-bbb1-30bc68a066fa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:33:36.686Z|c34f5256-8a22-4dd0-ba01-7000b0e7527b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:33:36.687Z|c34f5256-8a22-4dd0-ba01-7000b0e7527b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:33:44.050Z|704ef84e-12cc-4bb4-898e-038f72bb1c0b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:33:44.051Z|704ef84e-12cc-4bb4-898e-038f72bb1c0b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:33:44.550Z|8eb4061a-7263-419d-ab65-7c30c1e6813f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:33:44.551Z|8eb4061a-7263-419d-ab65-7c30c1e6813f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:33:46.717Z|c04c55a7-8d29-4a1b-9344-9ef5442f0edc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:33:46.718Z|c04c55a7-8d29-4a1b-9344-9ef5442f0edc|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:33:50.089Z|ba4da33a-66af-4b22-b5a7-c6e36d1508d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:33:50.089Z|ba4da33a-66af-4b22-b5a7-c6e36d1508d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:33:51.414Z|17f3481f-21e4-4597-9365-deaf9933eea6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:33:51.414Z|17f3481f-21e4-4597-9365-deaf9933eea6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:33:54.082Z|339f2de2-b5d1-4173-b4c9-7fa47b773f32|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:33:54.083Z|339f2de2-b5d1-4173-b4c9-7fa47b773f32|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:33:54.581Z|0ec0537e-bdf0-4dba-9686-ee50549c87a3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:33:54.582Z|0ec0537e-bdf0-4dba-9686-ee50549c87a3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:33:56.118Z|58d3d2f7-5e59-4c56-864a-83a56486bb30|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:33:56.118Z|58d3d2f7-5e59-4c56-864a-83a56486bb30|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:33:56.745Z|51933e29-c033-4abc-a641-c088b6202b5f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:33:56.745Z|51933e29-c033-4abc-a641-c088b6202b5f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:34:04.107Z|99852548-58ba-441b-bef0-2f937a7f806e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:34:04.108Z|99852548-58ba-441b-bef0-2f937a7f806e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:34:04.613Z|2f29c975-dc99-4797-8578-2feb2fd73607|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:34:04.614Z|2f29c975-dc99-4797-8578-2feb2fd73607|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:34:05.089Z|305e0998-dda9-4300-a754-49aba5e6638f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:34:05.093Z|305e0998-dda9-4300-a754-49aba5e6638f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:34:06.775Z|6960439b-a9d6-43a7-82eb-75e29767038d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:34:06.776Z|6960439b-a9d6-43a7-82eb-75e29767038d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:34:14.134Z|3c4fd8ef-d703-4957-87c5-8ee0148e88f1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:34:14.135Z|3c4fd8ef-d703-4957-87c5-8ee0148e88f1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:34:14.644Z|95ac0b1d-c937-4970-9c00-0aa6aec36c9e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:34:14.645Z|95ac0b1d-c937-4970-9c00-0aa6aec36c9e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:34:16.805Z|ee56b2e7-162a-4727-9278-f7163752fb83|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:34:16.806Z|ee56b2e7-162a-4727-9278-f7163752fb83|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:34:20.089Z|7c9f3dd2-4f69-427e-81c4-59b6debda8ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:34:20.091Z|7c9f3dd2-4f69-427e-81c4-59b6debda8ae|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:34:21.415Z|859e5ed7-0419-46f7-a868-54a8bd114337|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:34:21.415Z|859e5ed7-0419-46f7-a868-54a8bd114337|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:34:24.165Z|2763b345-08ea-4c92-afec-f6c6cf06c569|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:34:24.166Z|2763b345-08ea-4c92-afec-f6c6cf06c569|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:34:24.674Z|278d08c9-7a11-4cd0-abba-5a72ebde9a23|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:34:24.674Z|278d08c9-7a11-4cd0-abba-5a72ebde9a23|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:34:26.835Z|b445ed65-1fa9-4c91-afb6-6bd4438ad243|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:34:26.836Z|b445ed65-1fa9-4c91-afb6-6bd4438ad243|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:34:34.201Z|50248f9e-53f1-4132-8a8f-081631a26c1c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:34:34.202Z|50248f9e-53f1-4132-8a8f-081631a26c1c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:34:34.704Z|9aba19f9-b4c3-4b1d-a9c5-cad81d53e977|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:34:34.705Z|9aba19f9-b4c3-4b1d-a9c5-cad81d53e977|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:34:35.089Z|a8a27cc3-657a-45f2-b9dc-2be62a76b00b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:34:35.089Z|a8a27cc3-657a-45f2-b9dc-2be62a76b00b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:34:36.863Z|a77d0d6c-b19a-46b6-96ea-f08f3f65f287|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:34:36.863Z|a77d0d6c-b19a-46b6-96ea-f08f3f65f287|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:34:44.232Z|0750921e-7fa8-43f2-90f7-e99fbc2dd91f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:34:44.232Z|0750921e-7fa8-43f2-90f7-e99fbc2dd91f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:34:44.736Z|c75a78ab-68a0-40c3-b227-b0c95b57b226|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:34:44.737Z|c75a78ab-68a0-40c3-b227-b0c95b57b226|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:34:46.889Z|3a8247ae-1c25-40ee-9bae-ff716c10505f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:34:46.890Z|3a8247ae-1c25-40ee-9bae-ff716c10505f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:34:50.092Z|3839994f-289f-4f62-bbcb-07ec14e515d9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:34:50.096Z|3839994f-289f-4f62-bbcb-07ec14e515d9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:34:51.416Z|92b8f367-3684-45c5-8438-f94a4d9f2319|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:34:51.417Z|92b8f367-3684-45c5-8438-f94a4d9f2319|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:34:54.265Z|898287bf-694c-4508-9679-8d6a3b386e5d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:34:54.266Z|898287bf-694c-4508-9679-8d6a3b386e5d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:34:54.762Z|5759f133-499c-41df-89c2-2c596daf4102|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:34:54.763Z|5759f133-499c-41df-89c2-2c596daf4102|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:34:56.115Z|49a8352a-0751-4488-9831-425e69ad1454|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:34:56.116Z|49a8352a-0751-4488-9831-425e69ad1454|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:34:56.926Z|91257a51-902c-4524-9a72-5bac70261ab6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:34:56.927Z|91257a51-902c-4524-9a72-5bac70261ab6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:35:04.300Z|075723df-921a-43a7-9d8b-1fd9a3d28f23|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:35:04.301Z|075723df-921a-43a7-9d8b-1fd9a3d28f23|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:35:04.794Z|cdb4f935-78e6-4b5e-adff-ad468004e26c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:35:04.794Z|cdb4f935-78e6-4b5e-adff-ad468004e26c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:35:05.089Z|0651e0ae-8d0e-4105-ad91-bfa4c2d38dbc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:35:05.090Z|0651e0ae-8d0e-4105-ad91-bfa4c2d38dbc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:35:06.955Z|61abded2-b954-4d6b-ad58-3b56477f7c35|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:35:06.956Z|61abded2-b954-4d6b-ad58-3b56477f7c35|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:35:14.333Z|2dc26ac6-96b5-486b-a5b7-db5a61e977cb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:35:14.334Z|2dc26ac6-96b5-486b-a5b7-db5a61e977cb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:35:14.823Z|63f4df13-d544-4a3a-b963-db71d274dae4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:35:14.823Z|63f4df13-d544-4a3a-b963-db71d274dae4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:35:16.988Z|183b80d8-5afa-44e0-a590-ca6147792edd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:35:16.989Z|183b80d8-5afa-44e0-a590-ca6147792edd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:35:20.089Z|29ba2d3b-6d73-46dc-98c6-00d4b76021a4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:35:20.090Z|29ba2d3b-6d73-46dc-98c6-00d4b76021a4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:35:21.418Z|521e3b96-793c-421c-bac5-bd4e4046d2b8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:35:21.418Z|521e3b96-793c-421c-bac5-bd4e4046d2b8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:35:24.374Z|b3a90c84-2ab2-4c99-aa99-1fba20fd7bc5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:35:24.375Z|b3a90c84-2ab2-4c99-aa99-1fba20fd7bc5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:35:24.853Z|c5076f8f-874a-491f-a3c7-7eae7bce7647|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:35:24.854Z|c5076f8f-874a-491f-a3c7-7eae7bce7647|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:35:27.017Z|9ee485b4-99a9-4841-8e45-4254702de918|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:35:27.018Z|9ee485b4-99a9-4841-8e45-4254702de918|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:35:34.405Z|5a8b8500-a77a-4b31-82fe-b736a7e5a859|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:35:34.405Z|5a8b8500-a77a-4b31-82fe-b736a7e5a859|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:35:34.885Z|cde35791-9b91-412b-824e-4f145d4fb399|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:35:34.886Z|cde35791-9b91-412b-824e-4f145d4fb399|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:35:35.089Z|46d3bca5-e483-445a-a0a7-7041dc755bd1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:35:35.089Z|46d3bca5-e483-445a-a0a7-7041dc755bd1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:35:37.049Z|c51bf0f5-3a43-42cc-b41e-29dbaed120e8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:35:37.049Z|c51bf0f5-3a43-42cc-b41e-29dbaed120e8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:35:44.437Z|800ce409-8977-4384-b03c-3fa48d442e6d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:35:44.438Z|800ce409-8977-4384-b03c-3fa48d442e6d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:35:44.918Z|2d4a52ea-04f0-4ff7-a4c7-08d5afd7f096|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:35:44.919Z|2d4a52ea-04f0-4ff7-a4c7-08d5afd7f096|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:35:47.080Z|79dd1bf0-1d8f-4661-86b6-136e9e6a3293|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:35:47.080Z|79dd1bf0-1d8f-4661-86b6-136e9e6a3293|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:35:50.089Z|99e2e7f0-9d53-40c2-ae1a-c192ea8805ff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:35:50.089Z|99e2e7f0-9d53-40c2-ae1a-c192ea8805ff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:35:51.419Z|3fd53c77-c5a3-4eb4-a05e-59edae0a86d1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:35:51.419Z|3fd53c77-c5a3-4eb4-a05e-59edae0a86d1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:35:54.470Z|b6ac1f88-1c41-4232-8976-620945eb8a7f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:35:54.471Z|b6ac1f88-1c41-4232-8976-620945eb8a7f|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:35:54.951Z|9f4ac7a0-5eb6-4cf9-bbe9-39b8523fb7ec|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:35:54.952Z|9f4ac7a0-5eb6-4cf9-bbe9-39b8523fb7ec|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:35:56.116Z|f0eb30cf-7fd4-43b1-963c-3b6df5850f43|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:35:56.117Z|f0eb30cf-7fd4-43b1-963c-3b6df5850f43|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:35:57.111Z|099cbb0b-5a3d-4f40-8560-74a33ad65466|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:35:57.112Z|099cbb0b-5a3d-4f40-8560-74a33ad65466|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:36:04.510Z|53c12aff-6498-46a8-aa57-cd3886be1c8a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:36:04.511Z|53c12aff-6498-46a8-aa57-cd3886be1c8a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:36:04.983Z|12b3d641-1bd9-4bf4-b6f1-3047dcd3e5cc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:36:04.984Z|12b3d641-1bd9-4bf4-b6f1-3047dcd3e5cc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:36:05.089Z|51959ee4-fcef-4626-95e6-011744608faf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:36:05.093Z|51959ee4-fcef-4626-95e6-011744608faf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:36:07.142Z|8701d22d-15b7-406f-a7f6-c8bf5f06fb6b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:36:07.143Z|8701d22d-15b7-406f-a7f6-c8bf5f06fb6b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:36:14.540Z|bd1d2df6-949f-45d4-8793-778c63945b4d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:36:14.541Z|bd1d2df6-949f-45d4-8793-778c63945b4d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:36:15.014Z|ec90faca-6819-40d8-8cfa-9a5cbb27c6b2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:36:15.014Z|ec90faca-6819-40d8-8cfa-9a5cbb27c6b2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:36:17.171Z|5406f9c6-93a5-4d26-90d9-151c55c2ebef|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:36:17.172Z|5406f9c6-93a5-4d26-90d9-151c55c2ebef|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:36:20.089Z|e4fdd658-2081-454b-8314-1cc542bdd33a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:36:20.089Z|e4fdd658-2081-454b-8314-1cc542bdd33a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:36:21.420Z|a097bb0b-89d7-4add-ac11-5aff0590350a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:36:21.422Z|a097bb0b-89d7-4add-ac11-5aff0590350a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:36:24.570Z|b215239d-473f-481a-8488-4fd67d371956|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:36:24.571Z|b215239d-473f-481a-8488-4fd67d371956|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:36:25.051Z|f1b290eb-4ac9-4156-99bf-38e682b443f8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:36:25.051Z|f1b290eb-4ac9-4156-99bf-38e682b443f8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:36:27.202Z|0f6e0c45-6956-49d6-b95d-b3e3e6d9e1fe|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:36:27.203Z|0f6e0c45-6956-49d6-b95d-b3e3e6d9e1fe|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:36:34.603Z|710ac22e-3567-4e6f-9879-9d3a3305f83e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:36:34.604Z|710ac22e-3567-4e6f-9879-9d3a3305f83e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:36:35.077Z|02deb6ae-d20a-4807-8032-52d56315126e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:36:35.078Z|02deb6ae-d20a-4807-8032-52d56315126e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:36:35.089Z|a709ff41-e246-4e83-9078-bc414eeb8d96|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:36:35.089Z|a709ff41-e246-4e83-9078-bc414eeb8d96|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:36:37.234Z|a6a37418-f6b1-4b51-9c4f-5334326c6ee7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:36:37.234Z|a6a37418-f6b1-4b51-9c4f-5334326c6ee7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:36:44.636Z|e3cab490-4e18-4bed-aeae-3820887b9bb5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:36:44.637Z|e3cab490-4e18-4bed-aeae-3820887b9bb5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:36:45.111Z|a58b0538-79e6-484e-a05e-5a17e1c1d9cb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:36:45.112Z|a58b0538-79e6-484e-a05e-5a17e1c1d9cb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:36:47.262Z|1eb09c9c-61cf-4746-be0c-9ee6beef7a93|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:36:47.263Z|1eb09c9c-61cf-4746-be0c-9ee6beef7a93|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:36:50.089Z|e43d272e-b4a2-4515-aa61-e49ffd702e51|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:36:50.093Z|e43d272e-b4a2-4515-aa61-e49ffd702e51|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:36:51.423Z|71248a8e-4580-450d-8683-35463b4beca4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:36:51.423Z|71248a8e-4580-450d-8683-35463b4beca4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:36:54.669Z|5097bd2f-8535-47a4-ba0f-35045fa3e8ef|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:36:54.670Z|5097bd2f-8535-47a4-ba0f-35045fa3e8ef|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:36:55.137Z|a25cb1e2-a42a-45a3-8ac5-92719f02c45c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:36:55.138Z|a25cb1e2-a42a-45a3-8ac5-92719f02c45c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:36:56.116Z|69084a9b-f75c-42f2-8ebc-7881a511e290|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:36:56.117Z|69084a9b-f75c-42f2-8ebc-7881a511e290|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:36:57.295Z|aa75ed0c-ae39-4cec-9ffd-08dc744e6a77|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:36:57.296Z|aa75ed0c-ae39-4cec-9ffd-08dc744e6a77|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:37:04.701Z|9ac0f1b6-4cb7-4a93-a604-b88cbd700290|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:37:04.701Z|9ac0f1b6-4cb7-4a93-a604-b88cbd700290|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:37:05.089Z|196deee1-a646-41a1-b2aa-b9f6de556567|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:37:05.090Z|196deee1-a646-41a1-b2aa-b9f6de556567|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:37:05.168Z|3d38a634-9c77-4c59-98dd-ac75a7f1d811|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:37:05.168Z|3d38a634-9c77-4c59-98dd-ac75a7f1d811|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:37:07.325Z|5cfc237d-c773-4b77-a607-80c261d5e054|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:37:07.325Z|5cfc237d-c773-4b77-a607-80c261d5e054|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:37:14.739Z|a8e1bbec-5063-4dcd-9ddb-e90e7e3bfd2f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:37:14.740Z|a8e1bbec-5063-4dcd-9ddb-e90e7e3bfd2f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:37:15.197Z|84cd19be-2cb8-4717-aec3-41d5ff009ad8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:37:15.200Z|84cd19be-2cb8-4717-aec3-41d5ff009ad8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:37:17.349Z|fa09fa2d-b1cb-4757-899b-14b50b4ec25f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:37:17.350Z|fa09fa2d-b1cb-4757-899b-14b50b4ec25f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:37:20.089Z|92a1cb70-3fc9-455b-a6cb-0bde936ab165|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:37:20.090Z|92a1cb70-3fc9-455b-a6cb-0bde936ab165|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:37:21.424Z|504e68b5-ae90-4f87-bcd3-f5f23fb45b6d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:37:21.424Z|504e68b5-ae90-4f87-bcd3-f5f23fb45b6d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:37:24.771Z|29b58374-452a-48f7-9712-4146b1b4e418|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:37:24.773Z|29b58374-452a-48f7-9712-4146b1b4e418|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:37:25.231Z|0d5c6e2e-9326-4365-9378-5a83bd92da9c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:37:25.232Z|0d5c6e2e-9326-4365-9378-5a83bd92da9c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:37:27.383Z|e666b295-a3f5-4e2f-a744-43b173979901|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:37:27.383Z|e666b295-a3f5-4e2f-a744-43b173979901|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:37:34.802Z|daec346a-3ab9-4f3b-a47a-3c25da72be45|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:37:34.803Z|daec346a-3ab9-4f3b-a47a-3c25da72be45|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:37:35.089Z|f3a573d1-c04f-49b2-bb94-8a1ae233f6ce|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:37:35.094Z|f3a573d1-c04f-49b2-bb94-8a1ae233f6ce|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:37:35.260Z|804e8ddb-e85a-4cfc-9acf-3184515b1b4b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:37:35.260Z|804e8ddb-e85a-4cfc-9acf-3184515b1b4b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:37:37.415Z|a49f7007-db00-4c0d-a81d-b0204f76afa4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:37:37.416Z|a49f7007-db00-4c0d-a81d-b0204f76afa4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:37:44.831Z|f01141dc-87ba-4a32-b434-5763588fbc42|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:37:44.832Z|f01141dc-87ba-4a32-b434-5763588fbc42|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:37:45.287Z|17ca11cc-55f4-4e63-ba96-83105d2af96a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:37:45.287Z|17ca11cc-55f4-4e63-ba96-83105d2af96a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:37:47.446Z|e3f72a08-bee7-4918-aee2-09e3e3145656|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:37:47.446Z|e3f72a08-bee7-4918-aee2-09e3e3145656|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:37:50.089Z|4131c1da-57c3-4e0e-8cc3-96974fd57a9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:37:50.089Z|4131c1da-57c3-4e0e-8cc3-96974fd57a9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:37:51.425Z|92b2d2dc-7b3c-48bc-8083-d9092562eaf2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:37:51.425Z|92b2d2dc-7b3c-48bc-8083-d9092562eaf2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:37:54.862Z|be98c011-db5c-489d-84ec-d0802f4efb46|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:37:54.863Z|be98c011-db5c-489d-84ec-d0802f4efb46|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:37:55.315Z|2b54c1f2-f873-4577-be0b-c60acf0ef038|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:37:55.315Z|2b54c1f2-f873-4577-be0b-c60acf0ef038|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:37:56.116Z|3389d3bf-7465-4bae-a971-d1c59eb41cec|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:37:56.116Z|3389d3bf-7465-4bae-a971-d1c59eb41cec|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:37:57.477Z|c40e66c6-0c61-4f02-9d7e-f2e51982db3d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:37:57.477Z|c40e66c6-0c61-4f02-9d7e-f2e51982db3d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:38:04.901Z|8c1338aa-17ef-4baf-b848-79268c63c2d8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:38:04.902Z|8c1338aa-17ef-4baf-b848-79268c63c2d8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:38:05.089Z|18850d7c-9507-4d3c-9e73-78e94261767d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:38:05.089Z|18850d7c-9507-4d3c-9e73-78e94261767d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:38:05.344Z|440cf851-825e-40b2-ae45-b4a9594b3a11|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:38:05.345Z|440cf851-825e-40b2-ae45-b4a9594b3a11|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:38:07.509Z|65b97b1b-21e7-4f1e-963e-146190e28c7b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:38:07.510Z|65b97b1b-21e7-4f1e-963e-146190e28c7b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:38:14.933Z|c250e30d-9ec2-43e0-85a5-6bb3a481fd43|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:38:14.934Z|c250e30d-9ec2-43e0-85a5-6bb3a481fd43|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:38:15.372Z|a6bd7ed5-2653-4b2a-bb69-332723fd7421|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:38:15.373Z|a6bd7ed5-2653-4b2a-bb69-332723fd7421|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:38:17.539Z|79e24d42-def5-41dd-9802-65da50f3e80f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:38:17.539Z|79e24d42-def5-41dd-9802-65da50f3e80f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:38:20.089Z|869d2a7e-68bb-4f6b-8488-fcd6043d0dd5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:38:20.093Z|869d2a7e-68bb-4f6b-8488-fcd6043d0dd5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:38:21.426Z|8c98d105-a4af-4a73-bc15-35df469c8b92|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:38:21.426Z|8c98d105-a4af-4a73-bc15-35df469c8b92|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:38:24.965Z|8a338eea-61e2-4462-8fff-5c54df7790b1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:38:24.965Z|8a338eea-61e2-4462-8fff-5c54df7790b1|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:38:25.398Z|8411e81a-a6fa-4bac-90b1-9188100aeaab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:38:25.399Z|8411e81a-a6fa-4bac-90b1-9188100aeaab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:38:27.568Z|13193794-c550-4672-b18b-97ada4013228|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:38:27.569Z|13193794-c550-4672-b18b-97ada4013228|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:38:34.995Z|d710a681-cee0-4220-8724-ff0b3846ec1a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:38:34.996Z|d710a681-cee0-4220-8724-ff0b3846ec1a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:38:35.089Z|d0c1bb8c-0e0b-4e03-aaa9-f8e866476c57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:38:35.089Z|d0c1bb8c-0e0b-4e03-aaa9-f8e866476c57|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:38:35.428Z|e4a3cd21-bf65-4170-89e0-abb760203971|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:38:35.429Z|e4a3cd21-bf65-4170-89e0-abb760203971|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:38:37.599Z|ee4bfe17-a489-4efc-b155-d9e6e6062b65|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:38:37.600Z|ee4bfe17-a489-4efc-b155-d9e6e6062b65|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:38:45.028Z|ddf14737-1a18-4904-9836-60e6921cfeb5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:38:45.029Z|ddf14737-1a18-4904-9836-60e6921cfeb5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:38:45.458Z|596777d5-5deb-405a-af1d-91328542b967|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:38:45.459Z|596777d5-5deb-405a-af1d-91328542b967|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:38:47.633Z|77f59fa8-2aa5-4e4d-8fcf-54cd87a9d930|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:38:47.633Z|77f59fa8-2aa5-4e4d-8fcf-54cd87a9d930|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:38:50.089Z|97716442-4e83-41f4-afe6-f6cdc10400e9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:38:50.089Z|97716442-4e83-41f4-afe6-f6cdc10400e9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:38:51.427Z|4ff99b1a-8ca2-4af8-829b-b22f33132e63|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:38:51.428Z|4ff99b1a-8ca2-4af8-829b-b22f33132e63|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:38:55.062Z|f4454337-21cf-4113-886e-6316a988907d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:38:55.063Z|f4454337-21cf-4113-886e-6316a988907d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:38:55.489Z|2bb0232d-e675-4620-aa78-c9af85fb6272|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:38:55.490Z|2bb0232d-e675-4620-aa78-c9af85fb6272|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:38:56.116Z|a1a0a778-b64f-426b-8cf0-247831eb6767|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:38:56.116Z|a1a0a778-b64f-426b-8cf0-247831eb6767|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:38:57.662Z|bba7461c-609b-415b-9828-e1f6b3529551|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:38:57.663Z|bba7461c-609b-415b-9828-e1f6b3529551|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:39:05.089Z|c2a24e27-04bc-415f-a738-310382124ce6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:39:05.092Z|c2a24e27-04bc-415f-a738-310382124ce6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:39:05.095Z|c352def1-61f3-4727-bc9a-e40dbfac2eb8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:39:05.096Z|c352def1-61f3-4727-bc9a-e40dbfac2eb8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:39:05.516Z|47f9ef2f-d838-4817-8c8d-48253fa3437e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:39:05.517Z|47f9ef2f-d838-4817-8c8d-48253fa3437e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:39:07.693Z|bec5b606-6ab1-470f-8d19-4477c98f5297|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:39:07.694Z|bec5b606-6ab1-470f-8d19-4477c98f5297|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:39:15.127Z|f0903a8d-55e5-4b4a-a2c6-1c66ccf565b6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:39:15.128Z|f0903a8d-55e5-4b4a-a2c6-1c66ccf565b6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:39:15.545Z|96ae5a9d-c9bd-491c-b9ed-2be1114de868|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:39:15.545Z|96ae5a9d-c9bd-491c-b9ed-2be1114de868|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:39:17.725Z|548c132f-c3e9-46eb-8b7d-ac6fd540da08|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:39:17.726Z|548c132f-c3e9-46eb-8b7d-ac6fd540da08|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:39:20.094Z|cf7fcad8-b092-463e-8c54-746f5ea613b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:39:20.094Z|cf7fcad8-b092-463e-8c54-746f5ea613b7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:39:21.428Z|8d70c086-1c86-4530-8f74-20051eaf4950|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:39:21.429Z|8d70c086-1c86-4530-8f74-20051eaf4950|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:39:25.155Z|68620676-8cef-4aad-aadc-3f86f29011c8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:39:25.156Z|68620676-8cef-4aad-aadc-3f86f29011c8|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:39:25.575Z|e2c2ee33-e588-4b91-91d1-9223e26455c5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:39:25.576Z|e2c2ee33-e588-4b91-91d1-9223e26455c5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:39:27.758Z|a5c338e3-b9e7-4fce-8d1c-c19b44617e37|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:39:27.759Z|a5c338e3-b9e7-4fce-8d1c-c19b44617e37|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:39:35.089Z|681a055a-474b-47ef-ab20-31dd0c4cc69d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:39:35.090Z|681a055a-474b-47ef-ab20-31dd0c4cc69d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:39:35.182Z|9cb81734-8f3d-4d98-8bd1-161850e254bc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:39:35.183Z|9cb81734-8f3d-4d98-8bd1-161850e254bc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:39:35.603Z|7121d83f-28ca-4d5e-885d-0f2f6bcbe86c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:39:35.604Z|7121d83f-28ca-4d5e-885d-0f2f6bcbe86c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:39:37.790Z|4d44d9f7-7452-48a9-ab8d-451eae1c7f7b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:39:37.791Z|4d44d9f7-7452-48a9-ab8d-451eae1c7f7b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:39:45.223Z|00b438fb-0820-410a-a811-ff52967b4600|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:39:45.223Z|00b438fb-0820-410a-a811-ff52967b4600|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:39:45.631Z|3932ccac-08a5-4372-813a-f4dc8b336737|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:39:45.631Z|3932ccac-08a5-4372-813a-f4dc8b336737|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:39:47.822Z|17a35e9d-088b-42db-8321-13e5779107b7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:39:47.823Z|17a35e9d-088b-42db-8321-13e5779107b7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:39:50.089Z|230fdeae-3ca6-47c2-b832-fab1431d9b06|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:39:50.094Z|230fdeae-3ca6-47c2-b832-fab1431d9b06|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:39:51.429Z|87e4ccf3-fc26-40b1-8f91-41e4d25848ba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:39:51.430Z|87e4ccf3-fc26-40b1-8f91-41e4d25848ba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:39:55.254Z|fba2e716-661b-43e9-a8a2-c408eed775f5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:39:55.254Z|fba2e716-661b-43e9-a8a2-c408eed775f5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:39:55.662Z|812c715a-092d-4515-a4c8-dd5a994af525|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:39:55.663Z|812c715a-092d-4515-a4c8-dd5a994af525|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:39:56.116Z|4506ac01-a1c7-4432-98aa-2db29150b4e9|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:39:56.118Z|4506ac01-a1c7-4432-98aa-2db29150b4e9|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:39:57.856Z|e4ef0e7a-afcd-4249-82ea-3a49b801edd7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:39:57.857Z|e4ef0e7a-afcd-4249-82ea-3a49b801edd7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:40:05.089Z|83ee7e9d-ae33-4927-ae88-f6d311f5e6c0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:40:05.089Z|83ee7e9d-ae33-4927-ae88-f6d311f5e6c0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:40:05.285Z|57fdca14-adc3-4d6b-b3a9-af4869b98e6a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:40:05.286Z|57fdca14-adc3-4d6b-b3a9-af4869b98e6a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:40:05.692Z|aa6caf7b-93dd-4a37-885e-8e83bcb70274|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:40:05.693Z|aa6caf7b-93dd-4a37-885e-8e83bcb70274|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:40:07.890Z|1957f7d8-6ebe-4a67-b3e2-d5afc8dd9416|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:40:07.891Z|1957f7d8-6ebe-4a67-b3e2-d5afc8dd9416|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:40:15.312Z|3b3c0722-ebea-434e-9411-495ae0603cf8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:40:15.313Z|3b3c0722-ebea-434e-9411-495ae0603cf8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:40:15.721Z|49f5cfac-c25f-4da8-ae96-3f227c8029e5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:40:15.722Z|49f5cfac-c25f-4da8-ae96-3f227c8029e5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:40:17.919Z|ba5cf93f-7ec7-488b-8b77-9c348e5a2ee2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:40:17.919Z|ba5cf93f-7ec7-488b-8b77-9c348e5a2ee2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:40:20.089Z|99d7686d-82b2-4579-a2d5-b9c6e78dbfc8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:40:20.089Z|99d7686d-82b2-4579-a2d5-b9c6e78dbfc8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:40:21.431Z|f8ba97b5-139d-414d-8116-64faa4ffcaf1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:40:21.432Z|f8ba97b5-139d-414d-8116-64faa4ffcaf1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:40:25.336Z|382ec777-598a-4cc9-b41b-f5bc2f345609|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:40:25.337Z|382ec777-598a-4cc9-b41b-f5bc2f345609|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:40:25.752Z|1a98dcdf-1a0b-4c69-b4c5-e33dd32724db|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:40:25.753Z|1a98dcdf-1a0b-4c69-b4c5-e33dd32724db|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:40:27.951Z|ed7c0f30-52e0-42fd-aad0-8c0e014f0357|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:40:27.951Z|ed7c0f30-52e0-42fd-aad0-8c0e014f0357|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:40:35.089Z|ada3f32d-8644-42dd-a9bf-7c333605bb5d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:40:35.093Z|ada3f32d-8644-42dd-a9bf-7c333605bb5d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:40:35.366Z|dd25e7b2-d996-4920-8f67-a9bdbde41a5e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:40:35.367Z|dd25e7b2-d996-4920-8f67-a9bdbde41a5e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:40:35.783Z|10a29521-b8fe-4889-895f-6ee2552f6eea|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:40:35.784Z|10a29521-b8fe-4889-895f-6ee2552f6eea|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:40:37.983Z|3b6a2d4f-4045-4a26-9cd4-32bdfe68b4b6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:40:37.984Z|3b6a2d4f-4045-4a26-9cd4-32bdfe68b4b6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:40:45.396Z|b3dcaee4-528f-49f9-8663-701cb4a09517|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:40:45.397Z|b3dcaee4-528f-49f9-8663-701cb4a09517|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:40:45.812Z|4243c41a-300e-481b-bdb1-b33fba6fe278|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:40:45.813Z|4243c41a-300e-481b-bdb1-b33fba6fe278|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:40:48.010Z|2a960066-85c5-45f3-b20d-82aa52c41c87|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:40:48.011Z|2a960066-85c5-45f3-b20d-82aa52c41c87|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:40:50.089Z|5684721e-6c06-48c9-8e7a-6fa6b858d249|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:40:50.089Z|5684721e-6c06-48c9-8e7a-6fa6b858d249|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:40:51.432Z|ff804f34-ca9c-4f3f-a335-3f560f395f94|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:40:51.433Z|ff804f34-ca9c-4f3f-a335-3f560f395f94|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:40:55.436Z|d0a2e585-8b96-426b-acd7-34b4e88a2c09|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:40:55.437Z|d0a2e585-8b96-426b-acd7-34b4e88a2c09|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:40:55.840Z|ec2119cb-343b-4091-95d1-1554ee173116|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:40:55.841Z|ec2119cb-343b-4091-95d1-1554ee173116|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:40:56.116Z|9adfbd2d-bde9-46a2-9f5e-554163e6e836|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:40:56.117Z|9adfbd2d-bde9-46a2-9f5e-554163e6e836|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:40:58.045Z|265e9f5a-a376-4d71-8b1a-f635eb89aa6e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:40:58.046Z|265e9f5a-a376-4d71-8b1a-f635eb89aa6e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:41:05.089Z|f0db6e54-93a8-4246-af2f-e820a626a5dd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:41:05.089Z|f0db6e54-93a8-4246-af2f-e820a626a5dd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:41:05.464Z|eae75856-2131-4731-847f-09b9854baf9a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:41:05.465Z|eae75856-2131-4731-847f-09b9854baf9a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:41:05.873Z|5920b89e-cc52-4049-a901-f6a9aea5f5c4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:41:05.874Z|5920b89e-cc52-4049-a901-f6a9aea5f5c4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:41:08.074Z|8fb0bd06-8296-4ef3-b097-7eb93d7d2de8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:41:08.074Z|8fb0bd06-8296-4ef3-b097-7eb93d7d2de8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:41:15.495Z|d70214dd-fae5-4940-810e-72a40770079f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:41:15.496Z|d70214dd-fae5-4940-810e-72a40770079f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:41:15.909Z|07f1d02c-45a3-4d5c-8b8e-e071d81592dc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:41:15.910Z|07f1d02c-45a3-4d5c-8b8e-e071d81592dc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:41:18.098Z|6612f383-b0eb-4201-868c-a2490a58d886|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:41:18.099Z|6612f383-b0eb-4201-868c-a2490a58d886|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:41:20.089Z|2dac59e3-b212-43f9-a0ee-076537b55f16|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:41:20.093Z|2dac59e3-b212-43f9-a0ee-076537b55f16|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:41:21.434Z|9142521f-f238-4290-be92-91550815feba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:41:21.434Z|9142521f-f238-4290-be92-91550815feba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:41:25.526Z|f0c88440-f855-47fe-bffc-af1654202b9e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:41:25.527Z|f0c88440-f855-47fe-bffc-af1654202b9e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:41:25.939Z|a39f23ff-c780-4efb-bdc6-0f9b7b841a40|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:41:25.940Z|a39f23ff-c780-4efb-bdc6-0f9b7b841a40|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:41:28.127Z|26e146c4-12f8-46df-9cd8-bb2ebd9030ce|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:41:28.128Z|26e146c4-12f8-46df-9cd8-bb2ebd9030ce|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:41:35.089Z|408ac536-e5c9-4d2a-9727-00d0ef770d86|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:41:35.090Z|408ac536-e5c9-4d2a-9727-00d0ef770d86|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:41:35.556Z|47cf5e54-2837-4358-aa18-7f1ec3cc6fb9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:41:35.557Z|47cf5e54-2837-4358-aa18-7f1ec3cc6fb9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:41:35.971Z|2b819eda-39eb-4c8c-9cf9-f518d5ddc9e7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:41:35.972Z|2b819eda-39eb-4c8c-9cf9-f518d5ddc9e7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:41:38.159Z|045639e4-8142-49ba-ba85-cb36ea607d21|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:41:38.159Z|045639e4-8142-49ba-ba85-cb36ea607d21|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:41:45.588Z|11513856-0338-40dd-9341-73485954c805|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:41:45.589Z|11513856-0338-40dd-9341-73485954c805|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:41:45.999Z|f9abc901-6aee-40fa-af2e-5955904dacee|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:41:46.000Z|f9abc901-6aee-40fa-af2e-5955904dacee|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:41:48.187Z|d4dd334f-a14b-49f9-b211-81e0a9c190da|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:41:48.187Z|d4dd334f-a14b-49f9-b211-81e0a9c190da|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:41:50.089Z|9b8546e5-8c9a-4374-b0bd-3eb0f9f7c21e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:41:50.089Z|9b8546e5-8c9a-4374-b0bd-3eb0f9f7c21e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:41:51.435Z|c9fca0bc-5ff6-499a-9040-2525357cb175|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:41:51.436Z|c9fca0bc-5ff6-499a-9040-2525357cb175|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:41:55.618Z|3f393436-6e46-473f-9fca-805759b07cf3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:41:55.619Z|3f393436-6e46-473f-9fca-805759b07cf3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:41:56.032Z|8834894b-c3c3-472b-9454-c0a72ed83623|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:41:56.032Z|8834894b-c3c3-472b-9454-c0a72ed83623|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:41:56.115Z|70680305-87e4-49b0-89bf-b929c60c2321|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:41:56.116Z|70680305-87e4-49b0-89bf-b929c60c2321|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:41:58.215Z|461db9fc-7abc-420c-88e3-b012fbc743bb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:41:58.215Z|461db9fc-7abc-420c-88e3-b012fbc743bb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:42:05.089Z|dbac3c11-2a33-45ac-b30c-dad5c405031c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:42:05.094Z|dbac3c11-2a33-45ac-b30c-dad5c405031c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:42:05.647Z|b1668c8f-8caf-4e54-b3c5-56dad2d1f7f0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:42:05.647Z|b1668c8f-8caf-4e54-b3c5-56dad2d1f7f0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:42:06.060Z|7f9981aa-e089-4327-9264-4a1698a2c915|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:42:06.061Z|7f9981aa-e089-4327-9264-4a1698a2c915|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:42:08.246Z|1242d75a-4d67-448d-9eff-c5bc7ccfd3f2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:42:08.246Z|1242d75a-4d67-448d-9eff-c5bc7ccfd3f2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:42:15.676Z|33f40ca6-f83e-412a-be26-aa4f97f8ebaa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:42:15.676Z|33f40ca6-f83e-412a-be26-aa4f97f8ebaa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:42:16.093Z|27cca5ff-f804-42a2-89bf-f1c948236170|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:42:16.093Z|27cca5ff-f804-42a2-89bf-f1c948236170|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:42:18.273Z|43ea9c18-5c28-44bc-aef2-f036a51c7d64|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:42:18.273Z|43ea9c18-5c28-44bc-aef2-f036a51c7d64|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:42:20.089Z|a680dd59-4157-4afe-80d4-416d22b008c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:42:20.089Z|a680dd59-4157-4afe-80d4-416d22b008c2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:42:21.436Z|f88846e7-7a04-43a9-b5e6-e01cb52d93fe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:42:21.437Z|f88846e7-7a04-43a9-b5e6-e01cb52d93fe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:42:25.702Z|473026fe-b5a9-4aa6-b440-7dd11d9de2cb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:42:25.703Z|473026fe-b5a9-4aa6-b440-7dd11d9de2cb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:42:26.123Z|1b6060c3-603f-4be1-b0c3-622e0b580977|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:42:26.123Z|1b6060c3-603f-4be1-b0c3-622e0b580977|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:42:28.302Z|98d61f28-0fcd-4036-b626-91fa9d4a25b7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:42:28.303Z|98d61f28-0fcd-4036-b626-91fa9d4a25b7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:42:35.089Z|8b3433bf-d139-4007-873c-f40e1ddab7be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:42:35.090Z|8b3433bf-d139-4007-873c-f40e1ddab7be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:42:35.730Z|baf7380f-e3ac-4ce7-a5c2-567cc8982da7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:42:35.731Z|baf7380f-e3ac-4ce7-a5c2-567cc8982da7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:42:36.152Z|0badc307-00b9-4272-b01e-2a6f67bc4587|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:42:36.152Z|0badc307-00b9-4272-b01e-2a6f67bc4587|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:42:38.332Z|f6023689-054a-4145-b393-7251a8cf50ec|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:42:38.333Z|f6023689-054a-4145-b393-7251a8cf50ec|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:42:45.764Z|73cf2d9a-f09d-4767-8652-2076b46d3a99|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:42:45.765Z|73cf2d9a-f09d-4767-8652-2076b46d3a99|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:42:46.181Z|a2de66b5-7e58-4e88-a3dc-f1ae8e25a58d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:42:46.182Z|a2de66b5-7e58-4e88-a3dc-f1ae8e25a58d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:42:48.364Z|0940a256-f78f-435a-a2b4-1e558a2f05e5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:42:48.364Z|0940a256-f78f-435a-a2b4-1e558a2f05e5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:42:50.089Z|4034f6eb-35f6-4d42-8d4a-75c7b7ee9601|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:42:50.093Z|4034f6eb-35f6-4d42-8d4a-75c7b7ee9601|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:42:51.437Z|5ef29c0b-85cf-44af-9073-80b11724e0ef|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:42:51.438Z|5ef29c0b-85cf-44af-9073-80b11724e0ef|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:42:55.796Z|49bfa706-9177-490a-8763-c37c84e03f91|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:42:55.797Z|49bfa706-9177-490a-8763-c37c84e03f91|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:42:56.117Z|691914ca-e00b-4b49-850d-b7c94179e72a|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:42:56.118Z|691914ca-e00b-4b49-850d-b7c94179e72a|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:42:56.208Z|e5902151-5472-45ad-8be5-5e3ac21c5d75|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:42:56.208Z|e5902151-5472-45ad-8be5-5e3ac21c5d75|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:42:58.415Z|9e172d3a-dfc1-433d-be05-5a95a0d2614f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:42:58.416Z|9e172d3a-dfc1-433d-be05-5a95a0d2614f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:43:05.089Z|3b78bddf-074c-43c3-9afb-6b8383f641f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:43:05.089Z|3b78bddf-074c-43c3-9afb-6b8383f641f0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:43:05.855Z|035f202e-2205-4157-bbf1-4e956bbfb02b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:43:05.857Z|035f202e-2205-4157-bbf1-4e956bbfb02b|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:43:06.239Z|df700d5e-fc0b-4fb1-aa49-bd7fc282fd5f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:43:06.240Z|df700d5e-fc0b-4fb1-aa49-bd7fc282fd5f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:43:08.443Z|681d1ef6-7caf-4024-a720-17643fc08ac4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:43:08.444Z|681d1ef6-7caf-4024-a720-17643fc08ac4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:43:15.931Z|579c8705-4c2f-4e8f-9df9-0ab6c4a25544|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:43:15.936Z|579c8705-4c2f-4e8f-9df9-0ab6c4a25544|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:43:16.271Z|0400256a-9e70-447c-b6d4-8d8875ebccfa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:43:16.272Z|0400256a-9e70-447c-b6d4-8d8875ebccfa|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:43:18.475Z|a4145b4a-2384-4c67-9eb4-122dced122ab|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:43:18.476Z|a4145b4a-2384-4c67-9eb4-122dced122ab|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:43:20.089Z|61fe7317-391f-418f-b510-e136752ad94d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:43:20.089Z|61fe7317-391f-418f-b510-e136752ad94d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:43:21.439Z|8c9bcc71-52b1-40e8-9c50-d2f3c643816f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:43:21.441Z|8c9bcc71-52b1-40e8-9c50-d2f3c643816f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:43:25.976Z|0c9d53d0-a860-4b96-8250-f4a6ba41835d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:43:25.977Z|0c9d53d0-a860-4b96-8250-f4a6ba41835d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:43:26.304Z|48d03e5a-36ca-4098-bbc1-8e93f79e77fe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:43:26.305Z|48d03e5a-36ca-4098-bbc1-8e93f79e77fe|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:43:28.506Z|044d9aa4-8b86-4fa0-a2c4-ee84178f5ba1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:43:28.506Z|044d9aa4-8b86-4fa0-a2c4-ee84178f5ba1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:43:35.089Z|22d30399-f535-44f1-a1ae-d19e206a06f5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:43:35.094Z|22d30399-f535-44f1-a1ae-d19e206a06f5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:43:36.003Z|51acf46f-cc30-4ea9-b186-95318c82f09c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:43:36.004Z|51acf46f-cc30-4ea9-b186-95318c82f09c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:43:36.331Z|ec564d7c-b4db-4564-a8ee-3be2ce7c2e7e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:43:36.331Z|ec564d7c-b4db-4564-a8ee-3be2ce7c2e7e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:43:38.537Z|ce44ecb0-1ca6-4106-b17d-99035a377631|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:43:38.538Z|ce44ecb0-1ca6-4106-b17d-99035a377631|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:43:46.034Z|5d0a0967-3f02-4005-b99c-407e7cc34b47|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:43:46.035Z|5d0a0967-3f02-4005-b99c-407e7cc34b47|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:43:46.360Z|3cf8cd04-d784-45b8-af6a-0e78a581c059|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:43:46.361Z|3cf8cd04-d784-45b8-af6a-0e78a581c059|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:43:48.569Z|c5c2dc31-1894-4928-ab23-2dc6c6d6ab11|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:43:48.569Z|c5c2dc31-1894-4928-ab23-2dc6c6d6ab11|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:43:50.089Z|b9547280-10c0-43ee-9c26-b13ce847d665|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:43:50.089Z|b9547280-10c0-43ee-9c26-b13ce847d665|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:43:51.441Z|e3ee0a94-9714-42a3-b254-f098078b7dcd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:43:51.442Z|e3ee0a94-9714-42a3-b254-f098078b7dcd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:43:56.068Z|f659dadc-5a0e-4e42-9ac1-942ebdda301a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:43:56.069Z|f659dadc-5a0e-4e42-9ac1-942ebdda301a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:43:56.118Z|40c086df-94b4-4795-8907-5c65d55cb691|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:43:56.119Z|40c086df-94b4-4795-8907-5c65d55cb691|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:43:56.391Z|fd562683-2340-47ea-8f04-4596b2bb1e74|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:43:56.392Z|fd562683-2340-47ea-8f04-4596b2bb1e74|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:43:58.599Z|76523377-bedf-46ff-b5c8-ec0c5d887006|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:43:58.600Z|76523377-bedf-46ff-b5c8-ec0c5d887006|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:44:05.089Z|933c5d0d-6942-4e49-a44e-30a3abf0c130|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:44:05.089Z|933c5d0d-6942-4e49-a44e-30a3abf0c130|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:44:06.094Z|88c4e639-46a5-4fb2-9f8d-943de9e1fe6b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:44:06.095Z|88c4e639-46a5-4fb2-9f8d-943de9e1fe6b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:44:06.420Z|b09fd83a-dfc1-45ef-82ca-2238c1f97518|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:44:06.421Z|b09fd83a-dfc1-45ef-82ca-2238c1f97518|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:44:08.630Z|62015061-9044-4e69-b45d-19a0b31de171|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:44:08.631Z|62015061-9044-4e69-b45d-19a0b31de171|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:44:16.119Z|5b2f79d1-d7d2-4fae-896d-6ab547df9b51|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:44:16.119Z|5b2f79d1-d7d2-4fae-896d-6ab547df9b51|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:44:16.450Z|e5ae8843-983a-4dc0-a3bd-18b56d2a8148|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:44:16.451Z|e5ae8843-983a-4dc0-a3bd-18b56d2a8148|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:44:18.661Z|c1b67715-d95c-41af-bcfc-8e10ebadb80c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:44:18.661Z|c1b67715-d95c-41af-bcfc-8e10ebadb80c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:44:20.089Z|bd7e33ce-2e26-43c1-bf20-7fc368e93cfc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:44:20.093Z|bd7e33ce-2e26-43c1-bf20-7fc368e93cfc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:44:21.443Z|af6f2f85-f157-4afd-8148-5ced42e57af3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:44:21.443Z|af6f2f85-f157-4afd-8148-5ced42e57af3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:44:26.175Z|348ffb9b-e8d7-4070-8179-4bf52bd863f6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:44:26.176Z|348ffb9b-e8d7-4070-8179-4bf52bd863f6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:44:26.481Z|bbb95c5d-3705-4382-9e40-b18bbb6e3438|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:44:26.482Z|bbb95c5d-3705-4382-9e40-b18bbb6e3438|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:44:28.696Z|def617ea-68ae-493c-9e77-f2d3338f7d09|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:44:28.696Z|def617ea-68ae-493c-9e77-f2d3338f7d09|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:44:35.089Z|ca4c9e76-d38d-486f-bdb7-f5c33a774cf4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:44:35.090Z|ca4c9e76-d38d-486f-bdb7-f5c33a774cf4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:44:36.213Z|684d179e-84c7-4755-81c6-da0a889fc020|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:44:36.213Z|684d179e-84c7-4755-81c6-da0a889fc020|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:44:36.510Z|a77385e4-c910-4d8c-87bc-5f1f4d98236d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:44:36.511Z|a77385e4-c910-4d8c-87bc-5f1f4d98236d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:44:38.725Z|51f758f9-6027-45af-bb54-c586499c3050|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:44:38.726Z|51f758f9-6027-45af-bb54-c586499c3050|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:44:46.243Z|1ea57814-5343-4820-9d9c-98f7e67eb749|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:44:46.243Z|1ea57814-5343-4820-9d9c-98f7e67eb749|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:44:46.540Z|35efb30d-997b-4aff-9447-f92a2aa0f5ab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:44:46.541Z|35efb30d-997b-4aff-9447-f92a2aa0f5ab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:44:48.757Z|b27996b6-e57c-4667-bc04-ebe36f05ab9b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:44:48.757Z|b27996b6-e57c-4667-bc04-ebe36f05ab9b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:44:50.089Z|6e1fcf38-7e21-45fc-8cae-27d900e2f9ad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:44:50.090Z|6e1fcf38-7e21-45fc-8cae-27d900e2f9ad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:44:51.444Z|4809d433-84cd-47f0-9ebf-da81a7d2e90d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:44:51.444Z|4809d433-84cd-47f0-9ebf-da81a7d2e90d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:44:56.120Z|c1471cca-05e9-4ff6-945b-c41ff3903643|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:44:56.121Z|c1471cca-05e9-4ff6-945b-c41ff3903643|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:44:56.271Z|06c3fc08-0060-4c97-a740-2c9565f71783|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:44:56.272Z|06c3fc08-0060-4c97-a740-2c9565f71783|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:44:56.567Z|49f7ca49-6337-4206-9de2-9eb7fc1f9637|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:44:56.568Z|49f7ca49-6337-4206-9de2-9eb7fc1f9637|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:44:58.785Z|e729359d-a96f-4432-8808-9c2e61fb194f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:44:58.785Z|e729359d-a96f-4432-8808-9c2e61fb194f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:45:05.089Z|43a554a5-3e81-4d50-b358-841bb4fbf307|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:45:05.092Z|43a554a5-3e81-4d50-b358-841bb4fbf307|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:45:06.300Z|834671c7-8f69-43a6-84f8-956c9c68ae31|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:45:06.301Z|834671c7-8f69-43a6-84f8-956c9c68ae31|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:45:06.596Z|a9ae44f9-d923-4163-955f-a4b1c8519b3b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:45:06.596Z|a9ae44f9-d923-4163-955f-a4b1c8519b3b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:45:08.811Z|7e7d84d7-ebb6-44ec-b92a-8dc723673c46|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:45:08.811Z|7e7d84d7-ebb6-44ec-b92a-8dc723673c46|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:45:16.327Z|2c6652f0-60c6-4244-8036-5fa0fb22814d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:45:16.329Z|2c6652f0-60c6-4244-8036-5fa0fb22814d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:45:16.627Z|5fce9734-9a2a-4e6a-82b0-e1fb2dcc4112|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:45:16.628Z|5fce9734-9a2a-4e6a-82b0-e1fb2dcc4112|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:45:18.840Z|b9997c8c-58a9-4d55-b8ca-29b83409d75e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:45:18.840Z|b9997c8c-58a9-4d55-b8ca-29b83409d75e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:45:20.089Z|4888b187-f3ee-4ecc-b933-6260bbdd7492|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:45:20.090Z|4888b187-f3ee-4ecc-b933-6260bbdd7492|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:45:21.445Z|c2b1a43d-44f6-4948-95a5-118e721fa74a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:45:21.446Z|c2b1a43d-44f6-4948-95a5-118e721fa74a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:45:26.360Z|fdf88473-fc10-436c-84bc-45db5e7f5579|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:45:26.360Z|fdf88473-fc10-436c-84bc-45db5e7f5579|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:45:26.658Z|5b781ab2-78f7-418e-82d2-5f4f02e58369|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:45:26.659Z|5b781ab2-78f7-418e-82d2-5f4f02e58369|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:45:28.871Z|642c67a0-418d-4bd4-b349-39f1d95896e2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:45:28.871Z|642c67a0-418d-4bd4-b349-39f1d95896e2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:45:35.089Z|22d43693-2bdf-4233-bd24-06ca60e1a9be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:45:35.089Z|22d43693-2bdf-4233-bd24-06ca60e1a9be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:45:36.389Z|23b6055c-6570-4b55-a2d9-8f3f394684ff|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:45:36.390Z|23b6055c-6570-4b55-a2d9-8f3f394684ff|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:45:36.691Z|f02e6fc9-f3a0-4150-8c43-21e6e3d41e7d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:45:36.691Z|f02e6fc9-f3a0-4150-8c43-21e6e3d41e7d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:45:38.902Z|7b1e1b1e-7e38-4590-b46f-7e6a58a843fe|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:45:38.903Z|7b1e1b1e-7e38-4590-b46f-7e6a58a843fe|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:45:46.418Z|af150c59-74c4-451c-9d50-65e9b4d8e844|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:45:46.418Z|af150c59-74c4-451c-9d50-65e9b4d8e844|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:45:46.722Z|d6f0031b-0b60-4198-92f7-931614810d8b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:45:46.723Z|d6f0031b-0b60-4198-92f7-931614810d8b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:45:46.903Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:45:46.906Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Checking if requestId: e9886bf0-65f9-498b-aafc-6f7110fba814 already exists in requestDb InfraActiveRequests table
2023-03-28T07:45:46.906Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814
2023-03-28T07:45:46.907Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|INFO|500||Invoke
2023-03-28T07:45:46.907Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||===========================request begin================================================
2023-03-28T07:45:46.907Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814
2023-03-28T07:45:46.907Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Method      : GET
2023-03-28T07:45:46.907Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e41143d5fcbe483bfef166c418d937d2", X-B3-SpanId:"82b9e4fe685ed179", X-B3-ParentSpanId:"d450480488751890", X-B3-Sampled:"0", X-ONAP-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-TransactionID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-ECOMP-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"112cd0a9-7c44-4efb-830f-6351dc837e05"]
2023-03-28T07:45:46.907Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Request body: 
2023-03-28T07:45:46.907Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||==========================request end================================================
2023-03-28T07:45:47.112Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||============================response begin==========================================
2023-03-28T07:45:47.113Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T07:45:47.113Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Status text  : Not Found
2023-03-28T07:45:47.113Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=ECD7C14046F6A55FEABB61D248972842; Path=/; HttpOnly", vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 07:45:46 GMT", x-envoy-upstream-service-time:"192", server:"envoy"]
2023-03-28T07:45:47.114Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Response body: 
2023-03-28T07:45:47.114Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||=======================response end=================================================
2023-03-28T07:45:47.114Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|INFO|404|Not Found|InvokeReturn
2023-03-28T07:45:47.130Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Running local validations
2023-03-28T07:45:47.131Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Retrieving productFamilyName to put into requests db
2023-03-28T07:45:47.138Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T07:45:47.155Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]}
2023-03-28T07:45:47.156Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234|INFO|500||Invoke
2023-03-28T07:45:47.200Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234|INFO|404|Not Found|InvokeReturn
2023-03-28T07:45:47.201Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234 has http status code:404 and response headers:{date=[Tue, 28 Mar 2023 07:45:46 GMT], server=[envoy], content-length=[313], x-envoy-upstream-service-time=[33], x-aai-txid=[1-aai-resources-230328-07:45:46:178-68504], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T07:45:47.202Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","service-design-and-creation/services/service/1234","Node Not Found:No Node of type service found at: service-design-and-creation/services/service/1234","ERR.5.4.6114"]}}}

2023-03-28T07:45:47.204Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234
2023-03-28T07:45:47.204Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||No Service found in A&AI ServiceId: 1234
2023-03-28T07:45:47.207Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T07:45:47.224Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]}
2023-03-28T07:45:47.225Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234|INFO|500||Invoke
2023-03-28T07:45:47.260Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234|INFO|404|Not Found|InvokeReturn
2023-03-28T07:45:47.261Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234 has http status code:404 and response headers:{date=[Tue, 28 Mar 2023 07:45:46 GMT], server=[envoy], content-length=[313], x-envoy-upstream-service-time=[32], x-aai-txid=[0-aai-resources-230328-07:45:46:238-11580], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T07:45:47.261Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","service-design-and-creation/services/service/1234","Node Not Found:No Node of type service found at: service-design-and-creation/services/service/1234","ERR.5.4.6114"]}}}

2023-03-28T07:45:47.263Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234
2023-03-28T07:45:47.263Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||No Service found in A&AI ServiceId: 1234
2023-03-28T07:45:47.267Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T07:45:47.285Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456|INFO|500||Invoke
2023-03-28T07:45:47.285Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456|DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e9886bf0-65f9-498b-aafc-6f7110fba814], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[168f3166-48e7-4b1c-9476-c5ce74149aab], X-ECOMP-RequestID=[e9886bf0-65f9-498b-aafc-6f7110fba814], X-TransactionId=[], X-ONAP-RequestID=[e9886bf0-65f9-498b-aafc-6f7110fba814]}
2023-03-28T07:45:47.338Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456|DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456 has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 07:45:46 GMT], server=[envoy], content-length=[599], x-envoy-upstream-service-time=[49], vertex-id=[290984], x-aai-txid=[1-aai-resources-230328-07:45:46:300-7584], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T07:45:47.339Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456|DEBUG|500||{"tenant-id":"123456","tenant-name":"dummy_test","tenant-context":"None","resource-version":"1679989363734","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basiccnf-macro-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf_macro"}]}]}}

2023-03-28T07:45:47.339Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456|INFO|500||InvokeReturn
2023-03-28T07:45:47.340Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Validating the Service Instance request
2023-03-28T07:45:47.341Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7
2023-03-28T07:45:47.360Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T07:45:47.360Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke
2023-03-28T07:45:47.361Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================
2023-03-28T07:45:47.361Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T07:45:47.361Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method      : POST
2023-03-28T07:45:47.361Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"117", X-B3-TraceId:"e41143d5fcbe483bfef166c418d937d2", X-B3-SpanId:"3a6ed5d76c87dbe0", X-B3-ParentSpanId:"d450480488751890", X-B3-Sampled:"0", X-ONAP-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-TransactionID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-ECOMP-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e7729c5d-d4cf-4e42-8a8e-843e6cc6d329"]
2023-03-28T07:45:47.362Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":null,"instanceName":"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180","requestScope":"service"}
2023-03-28T07:45:47.362Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================
2023-03-28T07:45:47.431Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin==========================================
2023-03-28T07:45:47.432Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code  : 200 OK
2023-03-28T07:45:47.432Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text  : OK
2023-03-28T07:45:47.433Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers      : [x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 07:45:46 GMT", x-envoy-upstream-service-time:"66", server:"envoy"]
2023-03-28T07:45:47.433Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 
2023-03-28T07:45:47.433Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end=================================================
2023-03-28T07:45:47.433Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn
2023-03-28T07:45:47.436Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79
2023-03-28T07:45:47.436Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|INFO|500||Invoke
2023-03-28T07:45:47.436Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||===========================request begin================================================
2023-03-28T07:45:47.437Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79
2023-03-28T07:45:47.437Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Method      : GET
2023-03-28T07:45:47.437Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-TransactionID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-ECOMP-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"77a7818a-dcb9-4b29-bdd9-413b7b4ecb79"]
2023-03-28T07:45:47.437Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Request body: 
2023-03-28T07:45:47.437Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||==========================request end================================================
2023-03-28T07:45:47.613Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||============================response begin==========================================
2023-03-28T07:45:47.614Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Status code  : 200 OK
2023-03-28T07:45:47.615Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Status text  : OK
2023-03-28T07:45:47.615Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=7827D54BBF80EBAE49157AAE12006F16; Path=/; HttpOnly", vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 07:45:47 GMT", x-envoy-upstream-service-time:"164", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:45:47.616Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Response body: {
  "modelName" : "basic_cnf_macro",
  "description" : "service",
  "modelUUID" : "99a0dea6-13e7-4128-be9d-1639c5abef79",
  "modelInvariantUUID" : "eaa5cfa8-5b09-412d-b995-c28af06be038",
  "created" : "2023-03-28 07:44:18.000",
  "modelVersion" : "1.0",
  "serviceType" : "",
  "serviceRole" : "",
  "serviceFunction" : "",
  "environmentContext" : "General_Revenue-Bearing",
  "workloadContext" : "Production",
  "category" : "Network Service",
  "resourceOrder" : "basic_cnf_macro",
  "distrobutionStatus" : null,
  "serviceArtifactList" : [ ],
  "serviceInfos" : [ {
    "id" : 10,
    "serviceInput" : "[{\\\"default\\\":\\\"\\\",\\\"name\\\":\\\"default_software_version\\\",\\\"type\\\":\\\"string\\\",\\\"required\\\":false}]",
    "serviceProperties" : "[]",
    "_links" : {
      "service" : {
        "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79"
      }
    }
  } ],
  "namingPolicy" : "",
  "onapGeneratedNaming" : true,
  "blueprintName" : null,
  "blueprintVersion" : null,
  "skipPostInstConf" : true,
  "controllerActor" : "SO-REF-DATA",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79"
    },
    "recipes" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/recipes"
    },
    "pnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/pnfCustomizations"
    },
    "collectionResourceCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/collectionResourceCustomizations"
    },
    "vnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/vnfCustomizations"
    },
    "configurationCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/configurationCustomizations"
    },
    "networkCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/networkCustomizations"
    },
    "allottedCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/allottedCustomizations"
    },
    "serviceProxyCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/serviceProxyCustomizations"
    },
    "csar" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/csar"
    }
  }
}
2023-03-28T07:45:47.617Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||=======================response end=================================================
2023-03-28T07:45:47.618Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|INFO|500||InvokeReturn
2023-03-28T07:45:47.626Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance
2023-03-28T07:45:47.626Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|INFO|500||Invoke
2023-03-28T07:45:47.627Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||===========================request begin================================================
2023-03-28T07:45:47.627Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance
2023-03-28T07:45:47.627Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Method      : GET
2023-03-28T07:45:47.627Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-TransactionID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-ECOMP-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"62b01125-07e6-4f87-8a69-7a9bab94842a"]
2023-03-28T07:45:47.628Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Request body: 
2023-03-28T07:45:47.628Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||==========================request end================================================
2023-03-28T07:45:47.650Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||============================response begin==========================================
2023-03-28T07:45:47.650Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T07:45:47.650Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Status text  : Not Found
2023-03-28T07:45:47.651Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 07:45:47 GMT", x-envoy-upstream-service-time:"17", server:"envoy"]
2023-03-28T07:45:47.651Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Response body: 
2023-03-28T07:45:47.651Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||=======================response end=================================================
2023-03-28T07:45:47.651Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|INFO|404|Not Found|InvokeReturn
2023-03-28T07:45:47.652Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038
2023-03-28T07:45:47.652Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|INFO|500||Invoke
2023-03-28T07:45:47.653Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|DEBUG|500||===========================request begin================================================
2023-03-28T07:45:47.653Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038
2023-03-28T07:45:47.653Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|DEBUG|500||Method      : GET
2023-03-28T07:45:47.653Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-TransactionID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-ECOMP-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"73081315-920b-4da0-8838-25c5d70ea715"]
2023-03-28T07:45:47.653Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|DEBUG|500||Request body: 
2023-03-28T07:45:47.654Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|DEBUG|500||==========================request end================================================
2023-03-28T07:45:47.690Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|DEBUG|500||============================response begin==========================================
2023-03-28T07:45:47.690Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|DEBUG|500||Status code  : 200 OK
2023-03-28T07:45:47.691Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|DEBUG|500||Status text  : OK
2023-03-28T07:45:47.691Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 07:45:47 GMT", x-envoy-upstream-service-time:"33", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:45:47.691Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|DEBUG|500||Response body: {
  "_embedded" : {
    "service" : [ {
      "modelName" : "basic_cnf_macro",
      "description" : "service",
      "modelUUID" : "99a0dea6-13e7-4128-be9d-1639c5abef79",
      "modelInvariantUUID" : "eaa5cfa8-5b09-412d-b995-c28af06be038",
      "created" : "2023-03-28 07:44:18.000",
      "modelVersion" : "1.0",
      "serviceType" : "",
      "serviceRole" : "",
      "serviceFunction" : "",
      "environmentContext" : "General_Revenue-Bearing",
      "workloadContext" : "Production",
      "category" : "Network Service",
      "resourceOrder" : "basic_cnf_macro",
      "distrobutionStatus" : null,
      "serviceArtifactList" : [ ],
      "serviceInfos" : [ {
        "id" : 10,
        "serviceInput" : "[{\\\"default\\\":\\\"\\\",\\\"name\\\":\\\"default_software_version\\\",\\\"type\\\":\\\"string\\\",\\\"required\\\":false}]",
        "serviceProperties" : "[]",
        "_links" : {
          "service" : {
            "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79"
          }
        }
      } ],
      "namingPolicy" : "",
      "onapGeneratedNaming" : true,
      "blueprintName" : null,
      "blueprintVersion" : null,
      "skipPostInstConf" : true,
      "controllerActor" : "SO-REF-DATA",
      "_links" : {
        "self" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79"
        },
        "service" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79"
        },
        "recipes" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/recipes"
        },
        "pnfCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/pnfCustomizations"
        },
        "collectionResourceCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/collectionResourceCustomizations"
        },
        "vnfCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/vnfCustomizations"
        },
        "configurationCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/configurationCustomizations"
        },
        "networkCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/networkCustomizations"
        },
        "allottedCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/allottedCustomizations"
        },
        "serviceProxyCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/serviceProxyCustomizations"
        },
        "csar" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/csar"
        }
      }
    } ]
  },
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038"
    }
  }
}
2023-03-28T07:45:47.691Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|DEBUG|500||=======================response end=================================================
2023-03-28T07:45:47.692Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|INFO|500||InvokeReturn
2023-03-28T07:45:47.699Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance
2023-03-28T07:45:47.700Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|INFO|500||Invoke
2023-03-28T07:45:47.700Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||===========================request begin================================================
2023-03-28T07:45:47.700Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance
2023-03-28T07:45:47.701Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Method      : GET
2023-03-28T07:45:47.701Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-TransactionID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-ECOMP-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"19488bf1-a47e-4d9c-8a24-2b14e6c244d1"]
2023-03-28T07:45:47.701Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Request body: 
2023-03-28T07:45:47.702Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||==========================request end================================================
2023-03-28T07:45:47.720Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||============================response begin==========================================
2023-03-28T07:45:47.720Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T07:45:47.721Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Status text  : Not Found
2023-03-28T07:45:47.721Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 07:45:47 GMT", x-envoy-upstream-service-time:"15", server:"envoy"]
2023-03-28T07:45:47.721Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Response body: 
2023-03-28T07:45:47.721Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||=======================response end=================================================
2023-03-28T07:45:47.722Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|INFO|404|Not Found|InvokeReturn
2023-03-28T07:45:47.722Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T07:45:47.723Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke
2023-03-28T07:45:47.723Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================
2023-03-28T07:45:47.723Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T07:45:47.723Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method      : GET
2023-03-28T07:45:47.723Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-TransactionID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-ECOMP-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c5f72aa5-7158-46a7-b7f1-4e2cfdda15a2"]
2023-03-28T07:45:47.723Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 
2023-03-28T07:45:47.724Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================
2023-03-28T07:45:47.747Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin==========================================
2023-03-28T07:45:47.747Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code  : 200 OK
2023-03-28T07:45:47.747Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text  : OK
2023-03-28T07:45:47.747Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 07:45:47 GMT", x-envoy-upstream-service-time:"21", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:45:47.748Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: {
  "modelName" : "GR-API-DEFAULT",
  "description" : "Gr api service for VID to use for infra APIH orchestration",
  "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b",
  "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672",
  "created" : "2023-03-28 00:09:21.000",
  "modelVersion" : "1.0",
  "serviceType" : null,
  "serviceRole" : null,
  "serviceFunction" : null,
  "environmentContext" : null,
  "workloadContext" : null,
  "category" : null,
  "resourceOrder" : null,
  "distrobutionStatus" : null,
  "serviceArtifactList" : [ ],
  "serviceInfos" : [ ],
  "namingPolicy" : null,
  "onapGeneratedNaming" : null,
  "blueprintName" : null,
  "blueprintVersion" : null,
  "skipPostInstConf" : true,
  "controllerActor" : null,
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "recipes" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes"
    },
    "pnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations"
    },
    "collectionResourceCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations"
    },
    "vnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations"
    },
    "configurationCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations"
    },
    "networkCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations"
    },
    "allottedCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations"
    },
    "serviceProxyCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations"
    },
    "csar" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar"
    }
  }
}
2023-03-28T07:45:47.748Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end=================================================
2023-03-28T07:45:47.749Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn
2023-03-28T07:45:47.751Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance
2023-03-28T07:45:47.752Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||Invoke
2023-03-28T07:45:47.752Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||===========================request begin================================================
2023-03-28T07:45:47.752Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance
2023-03-28T07:45:47.752Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Method      : GET
2023-03-28T07:45:47.752Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-TransactionID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-ECOMP-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5ed8a8a8-8065-4dbe-8001-9fb2537a3abc"]
2023-03-28T07:45:47.752Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Request body: 
2023-03-28T07:45:47.753Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||==========================request end================================================
2023-03-28T07:45:47.775Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||============================response begin==========================================
2023-03-28T07:45:47.775Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status code  : 200 OK
2023-03-28T07:45:47.775Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status text  : OK
2023-03-28T07:45:47.775Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 07:45:47 GMT", x-envoy-upstream-service-time:"20", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:45:47.777Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Response body: {
  "id" : 531,
  "serviceModelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b",
  "action" : "createInstance",
  "description" : "Gr api recipe to create service-instance",
  "orchestrationUri" : "/mso/async/services/WorkflowActionBB",
  "paramXsd" : null,
  "recipeTimeout" : 180,
  "serviceTimeoutInterim" : null,
  "created" : "2023-03-28T00:09:21.000+00:00",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/531"
    },
    "serviceRecipe" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/531"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/531/service"
    }
  }
}
2023-03-28T07:45:47.777Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||=======================response end=================================================
2023-03-28T07:45:47.777Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||InvokeReturn
2023-03-28T07:45:47.786Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79
2023-03-28T07:45:47.786Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|INFO|500||Invoke
2023-03-28T07:45:47.786Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||===========================request begin================================================
2023-03-28T07:45:47.786Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79
2023-03-28T07:45:47.786Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Method      : GET
2023-03-28T07:45:47.787Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-TransactionID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-ECOMP-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9f9a854c-83c1-480f-a8af-0c6390b2aaf4"]
2023-03-28T07:45:47.787Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Request body: 
2023-03-28T07:45:47.787Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||==========================request end================================================
2023-03-28T07:45:47.821Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||============================response begin==========================================
2023-03-28T07:45:47.821Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Status code  : 200 OK
2023-03-28T07:45:47.821Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Status text  : OK
2023-03-28T07:45:47.822Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 07:45:47 GMT", x-envoy-upstream-service-time:"32", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:45:47.822Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Response body: {
  "modelName" : "basic_cnf_macro",
  "description" : "service",
  "modelUUID" : "99a0dea6-13e7-4128-be9d-1639c5abef79",
  "modelInvariantUUID" : "eaa5cfa8-5b09-412d-b995-c28af06be038",
  "created" : "2023-03-28 07:44:18.000",
  "modelVersion" : "1.0",
  "serviceType" : "",
  "serviceRole" : "",
  "serviceFunction" : "",
  "environmentContext" : "General_Revenue-Bearing",
  "workloadContext" : "Production",
  "category" : "Network Service",
  "resourceOrder" : "basic_cnf_macro",
  "distrobutionStatus" : null,
  "serviceArtifactList" : [ ],
  "serviceInfos" : [ {
    "id" : 10,
    "serviceInput" : "[{\\\"default\\\":\\\"\\\",\\\"name\\\":\\\"default_software_version\\\",\\\"type\\\":\\\"string\\\",\\\"required\\\":false}]",
    "serviceProperties" : "[]",
    "_links" : {
      "service" : {
        "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79"
      }
    }
  } ],
  "namingPolicy" : "",
  "onapGeneratedNaming" : true,
  "blueprintName" : null,
  "blueprintVersion" : null,
  "skipPostInstConf" : true,
  "controllerActor" : "SO-REF-DATA",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79"
    },
    "recipes" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/recipes"
    },
    "pnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/pnfCustomizations"
    },
    "collectionResourceCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/collectionResourceCustomizations"
    },
    "vnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/vnfCustomizations"
    },
    "configurationCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/configurationCustomizations"
    },
    "networkCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/networkCustomizations"
    },
    "allottedCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/allottedCustomizations"
    },
    "serviceProxyCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/serviceProxyCustomizations"
    },
    "csar" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/csar"
    }
  }
}
2023-03-28T07:45:47.823Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||=======================response end=================================================
2023-03-28T07:45:47.823Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|INFO|500||InvokeReturn
2023-03-28T07:45:47.827Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T07:45:47.827Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke
2023-03-28T07:45:47.828Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================
2023-03-28T07:45:47.828Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T07:45:47.828Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method      : POST
2023-03-28T07:45:47.828Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers     : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"8974", X-B3-TraceId:"e41143d5fcbe483bfef166c418d937d2", X-B3-SpanId:"8e01f0c868d4677c", X-B3-ParentSpanId:"d450480488751890", X-B3-Sampled:"0", X-ONAP-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-TransactionID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-ECOMP-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1b0f90bf-bc03-42c5-bb69-2e143ed4502f"]
2023-03-28T07:45:47.828Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"e9886bf0-65f9-498b-aafc-6f7110fba814","requestStatus":"IN_PROGRESS","startTime":1679989547130,"source":"VID","tenantId":"123456","requestBody":"{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n\t\t\t\"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"123456\",\n            \"cloudOwner\": \"basiccnf-cloud-owner\",\n            \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basiccnf-macro-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_cnf_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_cnf_macro\",\n                                        \"modelVersionId\": \"a4462083-daee-45bc-ba93-31612e9e0d44\",\n                                        \"modelInvariantUuid\": \"27aa5b2c-4328-40a3-98aa-9d8a23d13a80\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"b60081d5-c5e8-458c-a76f-c192e0373e97\",\n                                        \"modelInstanceName\": \"basic_cnf_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"123456\",\n                                        \"cloudOwner\": \"basiccnf-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicnf_macro_platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicnf_macro_lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_cnf_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                            \n                                            \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n                                                \"modelVersionId\": \"3e583ba7-3456-4e79-9ce2-db486fcaf168\",\n                                                \"modelInvariantUuid\": \"02ba7037-6ade-40f1-86a6-70a20f27d5b4\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"36fb8596-6ce8-4976-8de7-ce8f2d9895f3\"\n                                            },\n                                            \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"vf_module_label\": \"helm_apache\",\n                                                    \n                                                    \"k8s-rb-profile-name\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-source\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                                    \n                                                    \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n                                                    \n                                                    \"k8s-rb-config-template-name\": \"replica-count-template\",\n                                                    \n                                                    \"k8s-rb-config-template-source\": \"deployment-config\",\n                                                    \n                                                    \"k8s-rb-config-name\": \"replica-count-change\",\n                                                    \n                                                    \"k8s-rb-config-value-source\": \"custom-values\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n                            \"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n                            \"modelName\": \"basic_cnf_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicnf_macro_project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"93e2711d-83e0-40cf-80f4-9685432e74de\",\n            \"owningEntityName\": \"basicnf_macro_owning_entity\"\n        }\n    }\n}","lastModifiedBy":"APIH","cloudRegion":"k8sregion-cnf-macro","serviceInstanceName":"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180","requestScope":"service","requestAction":"createInstance","requestorId":"demo","requestUrl":"https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances","tenantName":"dummy_test","cloudApiRequests":[],"requestURI":"e9886bf0-65f9-498b-aafc-6f7110fba814"}
2023-03-28T07:45:47.829Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================
2023-03-28T07:45:47.896Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin==========================================
2023-03-28T07:45:47.896Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code  : 201 CREATED
2023-03-28T07:45:47.897Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text  : Created
2023-03-28T07:45:47.897Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:45:46 GMT", x-envoy-upstream-service-time:"64", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:45:47.918Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: {
  "requestId" : "e9886bf0-65f9-498b-aafc-6f7110fba814",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T07:45:47.130+00:00",
  "source" : "VID",
  "tenantId" : "123456",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n\t\t\t\"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"123456\",\n            \"cloudOwner\": \"basiccnf-cloud-owner\",\n            \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basiccnf-macro-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_cnf_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_cnf_macro\",\n                                        \"modelVersionId\": \"a4462083-daee-45bc-ba93-31612e9e0d44\",\n                                        \"modelInvariantUuid\": \"27aa5b2c-4328-40a3-98aa-9d8a23d13a80\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"b60081d5-c5e8-458c-a76f-c192e0373e97\",\n                                        \"modelInstanceName\": \"basic_cnf_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"123456\",\n                                        \"cloudOwner\": \"basiccnf-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicnf_macro_platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicnf_macro_lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_cnf_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                            \n                                            \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n                                                \"modelVersionId\": \"3e583ba7-3456-4e79-9ce2-db486fcaf168\",\n                                                \"modelInvariantUuid\": \"02ba7037-6ade-40f1-86a6-70a20f27d5b4\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"36fb8596-6ce8-4976-8de7-ce8f2d9895f3\"\n                                            },\n                                            \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"vf_module_label\": \"helm_apache\",\n                                                    \n                                                    \"k8s-rb-profile-name\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-source\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                                    \n                                                    \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n                                                    \n                                                    \"k8s-rb-config-template-name\": \"replica-count-template\",\n                                                    \n                                                    \"k8s-rb-config-template-source\": \"deployment-config\",\n                                                    \n                                                    \"k8s-rb-config-name\": \"replica-count-change\",\n                                                    \n                                                    \"k8s-rb-config-value-source\": \"custom-values\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n                            \"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n                            \"modelName\": \"basic_cnf_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicnf_macro_project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"93e2711d-83e0-40cf-80f4-9685432e74de\",\n            \"owningEntityName\": \"basicnf_macro_owning_entity\"\n        }\n    }\n}",
  "lastModifiedBy" : "APIH",
  "modifyTime" : "2023-03-28T07:45:47.653+00:00",
  "cloudRegion" : "k8sregion-cnf-macro",
  "serviceInstanceName" : "basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "dummy_test",
  "cloudApiRequests" : [ ],
  "requestURI" : "e9886bf0-65f9-498b-aafc-6f7110fba814",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814"
    }
  }
}
2023-03-28T07:45:47.919Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end=================================================
2023-03-28T07:45:47.920Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn
2023-03-28T07:45:47.935Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T07:45:47.936Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke
2023-03-28T07:45:47.936Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================
2023-03-28T07:45:47.937Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T07:45:47.937Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method      : POST
2023-03-28T07:45:47.937Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers     : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"4343", X-B3-TraceId:"e41143d5fcbe483bfef166c418d937d2", X-B3-SpanId:"e8c4146b36b9408c", X-B3-ParentSpanId:"d450480488751890", X-B3-Sampled:"0", X-ONAP-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-TransactionID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-ECOMP-RequestID:"e9886bf0-65f9-498b-aafc-6f7110fba814", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1c1c0a69-8b91-463e-bb05-cc2755d483f1"]
2023-03-28T07:45:47.937Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelInvariantId\":\"eaa5cfa8-5b09-412d-b995-c28af06be038\",\"modelType\":\"service\",\"modelName\":\"basic_cnf_macro\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"99a0dea6-13e7-4128-be9d-1639c5abef79\",\"modelUuid\":\"99a0dea6-13e7-4128-be9d-1639c5abef79\",\"modelInvariantUuid\":\"eaa5cfa8-5b09-412d-b995-c28af06be038\"},\"requestInfo\":{\"productFamilyId\":\"1234\",\"source\":\"VID\",\"instanceName\":\"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"subscriberInfo\":{\"globalSubscriberId\":\"basiccnf-macro-customer\"},\"cloudConfiguration\":{\"tenantId\":\"123456\",\"cloudOwner\":\"basiccnf-cloud-owner\",\"lcpCloudRegionId\":\"k8sregion-cnf-macro\"},\"requestParameters\":{\"subscriptionServiceType\":\"basic_cnf_macro\",\"userParams\":[{\"Homing_Solution\":\"none\"},{\"service\":{\"instanceParams\":[],\"instanceName\":\"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180\",\"resources\":{\"pnfs\":[],\"vnfs\":[{\"modelInfo\":{\"modelName\":\"basic_cnf_macro\",\"modelVersionId\":\"a4462083-daee-45bc-ba93-31612e9e0d44\",\"modelInvariantUuid\":\"27aa5b2c-4328-40a3-98aa-9d8a23d13a80\",\"modelVersion\":\"1.0\",\"modelCustomizationId\":\"b60081d5-c5e8-458c-a76f-c192e0373e97\",\"modelInstanceName\":\"basic_cnf_macro\"},\"cloudConfiguration\":{\"tenantId\":\"123456\",\"cloudOwner\":\"basiccnf-cloud-owner\",\"lcpCloudRegionId\":\"k8sregion-cnf-macro\"},\"platform\":{\"platformName\":\"basicnf_macro_platform\"},\"lineOfBusiness\":{\"lineOfBusinessName\":\"basicnf_macro_lob\"},\"productFamilyId\":\"1234\",\"instanceName\":\"basic_cnf_macro\",\"instanceParams\":[{\"k8s-rb-profile-namespace\":\"onap-tests\",\"k8s-rb-profile-k8s-version\":\"1.19.0\"}],\"vfModules\":[{\"modelInfo\":{\"modelName\":\"BasicCnfMacro..helm_apache..module-1\",\"modelVersionId\":\"3e583ba7-3456-4e79-9ce2-db486fcaf168\",\"modelInvariantUuid\":\"02ba7037-6ade-40f1-86a6-70a20f27d5b4\",\"modelVersion\":\"1\",\"modelCustomizationId\":\"36fb8596-6ce8-4976-8de7-ce8f2d9895f3\"},\"instanceName\":\"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\"instanceParams\":[{\"vf_module_label\":\"helm_apache\",\"k8s-rb-profile-name\":\"node-port-profile\",\"k8s-rb-profile-source\":\"node-port-profile\",\"k8s-rb-profile-namespace\":\"onap-tests\",\"k8s-rb-instance-release-name\":\"rel-1-apache\",\"k8s-rb-config-template-name\":\"replica-count-template\",\"k8s-rb-config-template-source\":\"deployment-config\",\"k8s-rb-config-name\":\"replica-count-change\",\"k8s-rb-config-value-source\":\"custom-values\"}]}]}]},\"modelInfo\":{\"modelVersion\":\"1.0\",\"modelVersionId\":\"99a0dea6-13e7-4128-be9d-1639c5abef79\",\"modelInvariantId\":\"eaa5cfa8-5b09-412d-b995-c28af06be038\",\"modelName\":\"basic_cnf_macro\",\"modelType\":\"service\"}}}],\"aLaCarte\":false,\"usePreload\":false},\"project\":{\"projectName\":\"basicnf_macro_project\"},\"owningEntity\":{\"owningEntityId\":\"93e2711d-83e0-40cf-80f4-9685432e74de\",\"owningEntityName\":\"basicnf_macro_owning_entity\"}}}","type":"String"},"requestId":{"value":"e9886bf0-65f9-498b-aafc-6f7110fba814","type":"String"},"mso-request-id":{"value":"e9886bf0-65f9-498b-aafc-6f7110fba814","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"createInstance","type":"String"},"serviceInstanceId":{"value":"","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":false,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}}
2023-03-28T07:45:47.938Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================
2023-03-28T07:45:48.936Z|1beb0549-ff7d-481e-a92b-fef846bee3bb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:45:48.937Z|1beb0549-ff7d-481e-a92b-fef846bee3bb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:45:50.089Z|34367eed-52c4-4751-bf90-e4bd60a810e0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:45:50.094Z|34367eed-52c4-4751-bf90-e4bd60a810e0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:45:50.130Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin==========================================
2023-03-28T07:45:50.131Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code  : 202 ACCEPTED
2023-03-28T07:45:50.132Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text  : Accepted
2023-03-28T07:45:50.132Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=D21FD5D47E4711BA917998CC336D1BDC; Path=/; HttpOnly", date:"Tue, 28 Mar 2023 07:45:49 GMT", x-onap-requestid:"e9886bf0-65f9-498b-aafc-6f7110fba814", x-requestid:"e9886bf0-65f9-498b-aafc-6f7110fba814", x-transactionid:"e9886bf0-65f9-498b-aafc-6f7110fba814", x-ecomp-requestid:"e9886bf0-65f9-498b-aafc-6f7110fba814", x-onap-partnername:"UNKNOWN", x-invocationid:"1c1c0a69-8b91-463e-bb05-cc2755d483f1", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", x-envoy-upstream-service-time:"2180", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:45:50.133Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"e9886bf0-65f9-498b-aafc-6f7110fba814\",\"instanceId\":\"ad0f128d-301c-45a4-94d6-0712ba1fcf88\"}}","message":"Success","processInstanceID":"8dcf7ad1-cd3c-11ed-8192-02f87d878986","variables":null,"messageCode":200}
2023-03-28T07:45:50.133Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end=================================================
2023-03-28T07:45:50.134Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn
2023-03-28T07:45:50.141Z|e9886bf0-65f9-498b-aafc-6f7110fba814|http-nio-8080-exec-9|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:45:50.343Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:45:50.348Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814
2023-03-28T07:45:50.349Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|INFO|500||Invoke
2023-03-28T07:45:50.349Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||===========================request begin================================================
2023-03-28T07:45:50.349Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814
2023-03-28T07:45:50.349Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Method      : GET
2023-03-28T07:45:50.349Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"0030795c479491ebee9e199019d8f96a", X-B3-SpanId:"61d5a92ab1171107", X-B3-ParentSpanId:"e51149f4c5dd858f", X-B3-Sampled:"0", X-ONAP-RequestID:"4a47186c-8fca-40a7-8f84-33374682edac", X-RequestID:"4a47186c-8fca-40a7-8f84-33374682edac", X-TransactionID:"4a47186c-8fca-40a7-8f84-33374682edac", X-ECOMP-RequestID:"4a47186c-8fca-40a7-8f84-33374682edac", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"153de431-041d-42a1-815e-08bdde81e35b"]
2023-03-28T07:45:50.350Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Request body: 
2023-03-28T07:45:50.350Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||==========================request end================================================
2023-03-28T07:45:51.015Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||============================response begin==========================================
2023-03-28T07:45:51.016Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Status code  : 200 OK
2023-03-28T07:45:51.016Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Status text  : OK
2023-03-28T07:45:51.016Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:45:50 GMT", x-envoy-upstream-service-time:"659", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:45:51.017Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Response body: {
  "requestId" : "e9886bf0-65f9-498b-aafc-6f7110fba814",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T07:45:47.000+00:00",
  "source" : "VID",
  "tenantId" : "123456",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n\t\t\t\"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"123456\",\n            \"cloudOwner\": \"basiccnf-cloud-owner\",\n            \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basiccnf-macro-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_cnf_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_cnf_macro\",\n                                        \"modelVersionId\": \"a4462083-daee-45bc-ba93-31612e9e0d44\",\n                                        \"modelInvariantUuid\": \"27aa5b2c-4328-40a3-98aa-9d8a23d13a80\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"b60081d5-c5e8-458c-a76f-c192e0373e97\",\n                                        \"modelInstanceName\": \"basic_cnf_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"123456\",\n                                        \"cloudOwner\": \"basiccnf-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicnf_macro_platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicnf_macro_lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_cnf_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                            \n                                            \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n                                                \"modelVersionId\": \"3e583ba7-3456-4e79-9ce2-db486fcaf168\",\n                                                \"modelInvariantUuid\": \"02ba7037-6ade-40f1-86a6-70a20f27d5b4\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"36fb8596-6ce8-4976-8de7-ce8f2d9895f3\"\n                                            },\n                                            \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"vf_module_label\": \"helm_apache\",\n                                                    \n                                                    \"k8s-rb-profile-name\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-source\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                                    \n                                                    \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n                                                    \n                                                    \"k8s-rb-config-template-name\": \"replica-count-template\",\n                                                    \n                                                    \"k8s-rb-config-template-source\": \"deployment-config\",\n                                                    \n                                                    \"k8s-rb-config-name\": \"replica-count-change\",\n                                                    \n                                                    \"k8s-rb-config-value-source\": \"custom-values\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n                            \"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n                            \"modelName\": \"basic_cnf_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicnf_macro_project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"93e2711d-83e0-40cf-80f4-9685432e74de\",\n            \"owningEntityName\": \"basicnf_macro_owning_entity\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:45:49.000+00:00",
  "cloudRegion" : "k8sregion-cnf-macro",
  "serviceInstanceId" : "ad0f128d-301c-45a4-94d6-0712ba1fcf88",
  "serviceInstanceName" : "basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "dummy_test",
  "cloudApiRequests" : [ ],
  "requestURI" : "e9886bf0-65f9-498b-aafc-6f7110fba814",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814"
    }
  }
}
2023-03-28T07:45:51.017Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||=======================response end=================================================
2023-03-28T07:45:51.018Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|INFO|500||InvokeReturn
2023-03-28T07:45:51.019Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false
2023-03-28T07:45:51.020Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:45:51.020Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:45:51.021Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false
2023-03-28T07:45:51.021Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:45:51.021Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"0030795c479491ebee9e199019d8f96a", X-B3-SpanId:"fa3ad9eeb6c125db", X-B3-ParentSpanId:"e51149f4c5dd858f", X-B3-Sampled:"0", X-ONAP-RequestID:"4a47186c-8fca-40a7-8f84-33374682edac", X-RequestID:"4a47186c-8fca-40a7-8f84-33374682edac", X-TransactionID:"4a47186c-8fca-40a7-8f84-33374682edac", X-ECOMP-RequestID:"4a47186c-8fca-40a7-8f84-33374682edac", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d9410ce8-3e52-4d45-9575-070a6c8039d2"]
2023-03-28T07:45:51.021Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:45:51.022Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:45:51.042Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:45:51.043Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:45:51.043Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:45:51.043Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:45:50 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:45:51.044Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T07:45:51.045Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:45:51.045Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:45:51.054Z|4a47186c-8fca-40a7-8f84-33374682edac|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:45:51.446Z|93e6de8d-059e-47f0-bdfe-3abdbed3cf12|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:45:51.447Z|93e6de8d-059e-47f0-bdfe-3abdbed3cf12|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:45:56.116Z|1aab3298-a14f-4b8e-9f84-bad58c89bcb1|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:45:56.117Z|1aab3298-a14f-4b8e-9f84-bad58c89bcb1|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:45:56.459Z|3cde5541-a4f8-4e2f-a378-ffc555d7cef7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:45:56.460Z|3cde5541-a4f8-4e2f-a378-ffc555d7cef7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:45:56.753Z|28cfb618-e71b-4fc8-a91e-023f0b3c1dd0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:45:56.754Z|28cfb618-e71b-4fc8-a91e-023f0b3c1dd0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:45:58.968Z|6017fcdd-18df-498c-ace0-a044447123dc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:45:58.969Z|6017fcdd-18df-498c-ace0-a044447123dc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:46:01.283Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:46:01.293Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814
2023-03-28T07:46:01.294Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|INFO|500||Invoke
2023-03-28T07:46:01.294Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||===========================request begin================================================
2023-03-28T07:46:01.294Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814
2023-03-28T07:46:01.294Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Method      : GET
2023-03-28T07:46:01.294Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"956ecd315cf787785fa8f9ed6bc7ddc3", X-B3-SpanId:"1a1a39b7e13e64b1", X-B3-ParentSpanId:"9b5c494fbc8c0794", X-B3-Sampled:"0", X-ONAP-RequestID:"0062b99e-3f0a-4c40-ae48-22447cffbda9", X-RequestID:"0062b99e-3f0a-4c40-ae48-22447cffbda9", X-TransactionID:"0062b99e-3f0a-4c40-ae48-22447cffbda9", X-ECOMP-RequestID:"0062b99e-3f0a-4c40-ae48-22447cffbda9", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f543fd68-0d1d-49e6-8b44-add7a758a806"]
2023-03-28T07:46:01.295Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Request body: 
2023-03-28T07:46:01.295Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||==========================request end================================================
2023-03-28T07:46:01.335Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||============================response begin==========================================
2023-03-28T07:46:01.335Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Status code  : 200 OK
2023-03-28T07:46:01.335Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Status text  : OK
2023-03-28T07:46:01.336Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:46:00 GMT", x-envoy-upstream-service-time:"36", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:46:01.336Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Response body: {
  "requestId" : "e9886bf0-65f9-498b-aafc-6f7110fba814",
  "requestStatus" : "IN_PROGRESS",
  "flowStatus" : "Execution of AssignVnfBB has completed successfully, next invoking AssignVfModuleBB (Execution Path progress: BBs completed = 2; BBs remaining = 7).",
  "progress" : 26,
  "startTime" : "2023-03-28T07:45:47.000+00:00",
  "source" : "VID",
  "vnfId" : "36bfc51b-d6c3-4b7d-8d1c-7498accff9fd",
  "tenantId" : "123456",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n\t\t\t\"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"123456\",\n            \"cloudOwner\": \"basiccnf-cloud-owner\",\n            \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basiccnf-macro-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_cnf_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_cnf_macro\",\n                                        \"modelVersionId\": \"a4462083-daee-45bc-ba93-31612e9e0d44\",\n                                        \"modelInvariantUuid\": \"27aa5b2c-4328-40a3-98aa-9d8a23d13a80\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"b60081d5-c5e8-458c-a76f-c192e0373e97\",\n                                        \"modelInstanceName\": \"basic_cnf_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"123456\",\n                                        \"cloudOwner\": \"basiccnf-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicnf_macro_platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicnf_macro_lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_cnf_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                            \n                                            \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n                                                \"modelVersionId\": \"3e583ba7-3456-4e79-9ce2-db486fcaf168\",\n                                                \"modelInvariantUuid\": \"02ba7037-6ade-40f1-86a6-70a20f27d5b4\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"36fb8596-6ce8-4976-8de7-ce8f2d9895f3\"\n                                            },\n                                            \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"vf_module_label\": \"helm_apache\",\n                                                    \n                                                    \"k8s-rb-profile-name\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-source\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                                    \n                                                    \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n                                                    \n                                                    \"k8s-rb-config-template-name\": \"replica-count-template\",\n                                                    \n                                                    \"k8s-rb-config-template-source\": \"deployment-config\",\n                                                    \n                                                    \"k8s-rb-config-name\": \"replica-count-change\",\n                                                    \n                                                    \"k8s-rb-config-value-source\": \"custom-values\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n                            \"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n                            \"modelName\": \"basic_cnf_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicnf_macro_project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"93e2711d-83e0-40cf-80f4-9685432e74de\",\n            \"owningEntityName\": \"basicnf_macro_owning_entity\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:46:00.000+00:00",
  "cloudRegion" : "k8sregion-cnf-macro",
  "serviceInstanceId" : "ad0f128d-301c-45a4-94d6-0712ba1fcf88",
  "serviceInstanceName" : "basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "dummy_test",
  "cloudApiRequests" : [ ],
  "requestURI" : "e9886bf0-65f9-498b-aafc-6f7110fba814",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814"
    }
  }
}
2023-03-28T07:46:01.336Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||=======================response end=================================================
2023-03-28T07:46:01.337Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|INFO|500||InvokeReturn
2023-03-28T07:46:01.338Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false
2023-03-28T07:46:01.338Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:46:01.338Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:46:01.339Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false
2023-03-28T07:46:01.339Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:46:01.339Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"956ecd315cf787785fa8f9ed6bc7ddc3", X-B3-SpanId:"a712490219825c1e", X-B3-ParentSpanId:"9b5c494fbc8c0794", X-B3-Sampled:"0", X-ONAP-RequestID:"0062b99e-3f0a-4c40-ae48-22447cffbda9", X-RequestID:"0062b99e-3f0a-4c40-ae48-22447cffbda9", X-TransactionID:"0062b99e-3f0a-4c40-ae48-22447cffbda9", X-ECOMP-RequestID:"0062b99e-3f0a-4c40-ae48-22447cffbda9", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ee67a367-0dac-4258-b217-ae9deeda6e7c"]
2023-03-28T07:46:01.341Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:46:01.342Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:46:01.363Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:46:01.364Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:46:01.365Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:46:01.365Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:46:00 GMT", x-envoy-upstream-service-time:"18", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:46:01.366Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T07:46:01.367Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:46:01.367Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:46:01.403Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:46:01.404Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T07:46:01.404Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:46:01.404Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:46:01.404Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:46:01.404Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"0062b99e-3f0a-4c40-ae48-22447cffbda9", X-RequestID:"0062b99e-3f0a-4c40-ae48-22447cffbda9", X-TransactionID:"0062b99e-3f0a-4c40-ae48-22447cffbda9", X-ECOMP-RequestID:"0062b99e-3f0a-4c40-ae48-22447cffbda9", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"28507e9f-f482-4a8d-9c34-d5de3661ac90"]
2023-03-28T07:46:01.404Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:46:01.405Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:46:01.573Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:46:01.574Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:46:01.575Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:46:01.575Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=2AF921A4FDED46D8D7A6571E2A27EE6F; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"652", date:"Tue, 28 Mar 2023 07:46:01 GMT", x-envoy-upstream-service-time:"164", server:"envoy"]
2023-03-28T07:46:01.576Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"929a97a3-cd3c-11ed-8192-02f87d878986","businessKey":"e9886bf0-65f9-498b-aafc-6f7110fba814","processDefinitionId":"SDNCHandler:1:e265a33b-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"SDNCHandler","processDefinitionName":"SDNC","processDefinitionVersion":1,"startTime":"2023-03-28T07:45:55.969+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"SDNC_Start","deleteReason":null,"rootProcessInstanceId":"8dcf7ad1-cd3c-11ed-8192-02f87d878986","superProcessInstanceId":"91d6ab12-cd3c-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}]
2023-03-28T07:46:01.577Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:46:01.577Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:46:01.602Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=929a97a3-cd3c-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=929a97a3-cd3c-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:46:01.603Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=929a97a3-cd3c-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T07:46:01.603Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=929a97a3-cd3c-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:46:01.604Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=929a97a3-cd3c-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=929a97a3-cd3c-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:46:01.604Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=929a97a3-cd3c-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:46:01.604Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=929a97a3-cd3c-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"0062b99e-3f0a-4c40-ae48-22447cffbda9", X-RequestID:"0062b99e-3f0a-4c40-ae48-22447cffbda9", X-TransactionID:"0062b99e-3f0a-4c40-ae48-22447cffbda9", X-ECOMP-RequestID:"0062b99e-3f0a-4c40-ae48-22447cffbda9", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"628278b8-f5c0-4322-8cad-6c54d279ba52"]
2023-03-28T07:46:01.605Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=929a97a3-cd3c-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:46:01.605Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=929a97a3-cd3c-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:46:01.785Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=929a97a3-cd3c-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:46:01.786Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=929a97a3-cd3c-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:46:01.787Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=929a97a3-cd3c-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:46:01.787Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=929a97a3-cd3c-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=D2447AF186D6FDD9173FCD31B6FCF20D; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"807", date:"Tue, 28 Mar 2023 07:46:01 GMT", x-envoy-upstream-service-time:"176", server:"envoy"]
2023-03-28T07:46:01.788Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=929a97a3-cd3c-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"937e411b-cd3c-11ed-8192-02f87d878986","parentActivityInstanceId":"SubProcess_0y8yozw:92b4fd8f-cd3c-11ed-8192-02f87d878986","activityId":"IntermediateCatchEvent_0a9exm4","activityName":"Catch Event","activityType":"intermediateMessageCatch","processDefinitionKey":"SDNCHandler","processDefinitionId":"SDNCHandler:1:e265a33b-ccfc-11ed-8192-02f87d878986","processInstanceId":"929a97a3-cd3c-11ed-8192-02f87d878986","executionId":"937e4119-cd3c-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T07:45:57.461+0000","endTime":"2023-03-28T07:46:00.011+0000","durationInMillis":2550,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"8dcf7ad1-cd3c-11ed-8192-02f87d878986"}]
2023-03-28T07:46:01.788Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=929a97a3-cd3c-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:46:01.789Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=929a97a3-cd3c-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:46:01.795Z|0062b99e-3f0a-4c40-ae48-22447cffbda9|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:46:05.089Z|f30209c3-32a1-4e8b-9e87-e9931862600d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:46:05.089Z|f30209c3-32a1-4e8b-9e87-e9931862600d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:46:06.491Z|6f356a69-825b-4984-8796-2317c46907a1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:46:06.492Z|6f356a69-825b-4984-8796-2317c46907a1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:46:06.783Z|e8791d47-1d67-4c3b-9b7c-122c9e313aef|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:46:06.784Z|e8791d47-1d67-4c3b-9b7c-122c9e313aef|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:46:09.000Z|81221a68-853d-4760-b7b8-be3bd447d1d1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:46:09.000Z|81221a68-853d-4760-b7b8-be3bd447d1d1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:46:11.994Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:46:12.002Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814
2023-03-28T07:46:12.003Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|INFO|500||Invoke
2023-03-28T07:46:12.003Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||===========================request begin================================================
2023-03-28T07:46:12.003Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814
2023-03-28T07:46:12.003Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Method      : GET
2023-03-28T07:46:12.003Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"3fc0920f3af6f842c644678cb905808b", X-B3-SpanId:"c743da4df27bbd8f", X-B3-ParentSpanId:"96a25afbbfbc8c6f", X-B3-Sampled:"0", X-ONAP-RequestID:"0a4189a7-06e7-431e-a7d2-ab7755352734", X-RequestID:"0a4189a7-06e7-431e-a7d2-ab7755352734", X-TransactionID:"0a4189a7-06e7-431e-a7d2-ab7755352734", X-ECOMP-RequestID:"0a4189a7-06e7-431e-a7d2-ab7755352734", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"591a2a28-f87d-43c9-91ff-df15f19ff955"]
2023-03-28T07:46:12.004Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Request body: 
2023-03-28T07:46:12.004Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||==========================request end================================================
2023-03-28T07:46:12.041Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||============================response begin==========================================
2023-03-28T07:46:12.042Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Status code  : 200 OK
2023-03-28T07:46:12.042Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Status text  : OK
2023-03-28T07:46:12.043Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:46:11 GMT", x-envoy-upstream-service-time:"33", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:46:12.043Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Response body: {
  "requestId" : "e9886bf0-65f9-498b-aafc-6f7110fba814",
  "requestStatus" : "IN_PROGRESS",
  "statusMessage" : "Failed to create self-serve assignment for vf-module with vf-module-id=ca3a3b1d-4ab3-436e-bbc4-c044272ea7fc with error: Failed to get RA assignments: Error from ConfigAssignmentNode",
  "flowStatus" : "Execution of UnassignVfModuleBB has completed successfully, next invoking UnassignVnfBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).",
  "progress" : 36,
  "startTime" : "2023-03-28T07:45:47.000+00:00",
  "endTime" : "2023-03-28T07:46:06.000+00:00",
  "source" : "VID",
  "vnfId" : "36bfc51b-d6c3-4b7d-8d1c-7498accff9fd",
  "tenantId" : "123456",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n\t\t\t\"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"123456\",\n            \"cloudOwner\": \"basiccnf-cloud-owner\",\n            \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basiccnf-macro-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_cnf_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_cnf_macro\",\n                                        \"modelVersionId\": \"a4462083-daee-45bc-ba93-31612e9e0d44\",\n                                        \"modelInvariantUuid\": \"27aa5b2c-4328-40a3-98aa-9d8a23d13a80\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"b60081d5-c5e8-458c-a76f-c192e0373e97\",\n                                        \"modelInstanceName\": \"basic_cnf_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"123456\",\n                                        \"cloudOwner\": \"basiccnf-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicnf_macro_platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicnf_macro_lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_cnf_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                            \n                                            \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n                                                \"modelVersionId\": \"3e583ba7-3456-4e79-9ce2-db486fcaf168\",\n                                                \"modelInvariantUuid\": \"02ba7037-6ade-40f1-86a6-70a20f27d5b4\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"36fb8596-6ce8-4976-8de7-ce8f2d9895f3\"\n                                            },\n                                            \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"vf_module_label\": \"helm_apache\",\n                                                    \n                                                    \"k8s-rb-profile-name\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-source\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                                    \n                                                    \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n                                                    \n                                                    \"k8s-rb-config-template-name\": \"replica-count-template\",\n                                                    \n                                                    \"k8s-rb-config-template-source\": \"deployment-config\",\n                                                    \n                                                    \"k8s-rb-config-name\": \"replica-count-change\",\n                                                    \n                                                    \"k8s-rb-config-value-source\": \"custom-values\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n                            \"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n                            \"modelName\": \"basic_cnf_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicnf_macro_project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"93e2711d-83e0-40cf-80f4-9685432e74de\",\n            \"owningEntityName\": \"basicnf_macro_owning_entity\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:46:09.000+00:00",
  "cloudRegion" : "k8sregion-cnf-macro",
  "serviceInstanceId" : "ad0f128d-301c-45a4-94d6-0712ba1fcf88",
  "serviceInstanceName" : "basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "extSystemErrorSource" : "SDNC",
  "tenantName" : "dummy_test",
  "cloudApiRequests" : [ ],
  "requestURI" : "e9886bf0-65f9-498b-aafc-6f7110fba814",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814"
    }
  }
}
2023-03-28T07:46:12.044Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||=======================response end=================================================
2023-03-28T07:46:12.045Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|INFO|500||InvokeReturn
2023-03-28T07:46:12.047Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false
2023-03-28T07:46:12.047Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:46:12.048Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:46:12.048Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false
2023-03-28T07:46:12.048Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:46:12.049Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"3fc0920f3af6f842c644678cb905808b", X-B3-SpanId:"6158587ea6feb597", X-B3-ParentSpanId:"96a25afbbfbc8c6f", X-B3-Sampled:"0", X-ONAP-RequestID:"0a4189a7-06e7-431e-a7d2-ab7755352734", X-RequestID:"0a4189a7-06e7-431e-a7d2-ab7755352734", X-TransactionID:"0a4189a7-06e7-431e-a7d2-ab7755352734", X-ECOMP-RequestID:"0a4189a7-06e7-431e-a7d2-ab7755352734", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a2742e7e-00ef-4224-92e4-0b8cb37b5d4b"]
2023-03-28T07:46:12.049Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:46:12.050Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:46:12.070Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:46:12.071Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:46:12.072Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:46:12.072Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:46:11 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:46:12.073Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T07:46:12.073Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:46:12.074Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:46:12.114Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:46:12.118Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T07:46:12.118Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:46:12.119Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:46:12.119Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:46:12.120Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"0a4189a7-06e7-431e-a7d2-ab7755352734", X-RequestID:"0a4189a7-06e7-431e-a7d2-ab7755352734", X-TransactionID:"0a4189a7-06e7-431e-a7d2-ab7755352734", X-ECOMP-RequestID:"0a4189a7-06e7-431e-a7d2-ab7755352734", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e601ccda-4aaa-4bee-a383-60ceb864149a"]
2023-03-28T07:46:12.120Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:46:12.120Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:46:12.277Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:46:12.278Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:46:12.278Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:46:12.279Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=0B84945526A360EAE7C9C93DF6C759AF; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"680", date:"Tue, 28 Mar 2023 07:46:12 GMT", x-envoy-upstream-service-time:"152", server:"envoy"]
2023-03-28T07:46:12.279Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"99f908d2-cd3c-11ed-8192-02f87d878986","businessKey":"e9886bf0-65f9-498b-aafc-6f7110fba814","processDefinitionId":"SDNCHandler:1:e265a33b-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"SDNCHandler","processDefinitionName":"SDNC","processDefinitionVersion":1,"startTime":"2023-03-28T07:46:08.332+0000","endTime":"2023-03-28T07:46:08.490+0000","removalTime":null,"durationInMillis":158,"startUserId":null,"startActivityId":"SDNC_Start","deleteReason":null,"rootProcessInstanceId":"8dcf7ad1-cd3c-11ed-8192-02f87d878986","superProcessInstanceId":"99f75be9-cd3c-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}]
2023-03-28T07:46:12.279Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:46:12.280Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=e9886bf0-65f9-498b-aafc-6f7110fba814&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:46:12.309Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=99f908d2-cd3c-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=99f908d2-cd3c-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:46:12.310Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=99f908d2-cd3c-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T07:46:12.310Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=99f908d2-cd3c-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:46:12.311Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=99f908d2-cd3c-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=99f908d2-cd3c-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:46:12.311Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=99f908d2-cd3c-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:46:12.311Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=99f908d2-cd3c-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"0a4189a7-06e7-431e-a7d2-ab7755352734", X-RequestID:"0a4189a7-06e7-431e-a7d2-ab7755352734", X-TransactionID:"0a4189a7-06e7-431e-a7d2-ab7755352734", X-ECOMP-RequestID:"0a4189a7-06e7-431e-a7d2-ab7755352734", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8b7533e3-dae4-4095-a29a-bf6be30a2a45"]
2023-03-28T07:46:12.311Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=99f908d2-cd3c-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:46:12.311Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=99f908d2-cd3c-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:46:12.444Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=99f908d2-cd3c-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:46:12.445Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=99f908d2-cd3c-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:46:12.445Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=99f908d2-cd3c-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:46:12.445Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=99f908d2-cd3c-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=254C374652790759D7C72E6B4CDC7ECE; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"761", date:"Tue, 28 Mar 2023 07:46:12 GMT", x-envoy-upstream-service-time:"129", server:"envoy"]
2023-03-28T07:46:12.445Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=99f908d2-cd3c-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"Call_SDNC:99f9a525-cd3c-11ed-8192-02f87d878986","parentActivityInstanceId":"99f908d2-cd3c-11ed-8192-02f87d878986","activityId":"Call_SDNC","activityName":"Call SDNC","activityType":"serviceTask","processDefinitionKey":"SDNCHandler","processDefinitionId":"SDNCHandler:1:e265a33b-ccfc-11ed-8192-02f87d878986","processInstanceId":"99f908d2-cd3c-11ed-8192-02f87d878986","executionId":"99f908d2-cd3c-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T07:46:08.336+0000","endTime":"2023-03-28T07:46:08.490+0000","durationInMillis":154,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"8dcf7ad1-cd3c-11ed-8192-02f87d878986"}]
2023-03-28T07:46:12.446Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=99f908d2-cd3c-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:46:12.446Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=99f908d2-cd3c-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:46:12.452Z|0a4189a7-06e7-431e-a7d2-ab7755352734|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:46:16.525Z|9d310146-f0f7-4ff6-a3eb-a16a39cc74d1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:46:16.525Z|9d310146-f0f7-4ff6-a3eb-a16a39cc74d1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:46:16.813Z|f8840831-9f9f-4ed2-b3f7-b2ce30116dff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:46:16.814Z|f8840831-9f9f-4ed2-b3f7-b2ce30116dff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:46:19.030Z|957c4afc-a74e-4981-b4ff-4af97ce63f35|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:46:19.031Z|957c4afc-a74e-4981-b4ff-4af97ce63f35|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:46:20.089Z|0c9129af-1e08-4c96-af81-697971773e15|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:46:20.089Z|0c9129af-1e08-4c96-af81-697971773e15|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:46:21.447Z|3f60ad5f-adfe-4862-bc34-c238485d3d6f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:46:21.448Z|3f60ad5f-adfe-4862-bc34-c238485d3d6f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:46:22.671Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:46:22.684Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814
2023-03-28T07:46:22.685Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|INFO|500||Invoke
2023-03-28T07:46:22.685Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||===========================request begin================================================
2023-03-28T07:46:22.685Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814
2023-03-28T07:46:22.686Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Method      : GET
2023-03-28T07:46:22.686Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"bbd38fba92ac00d9eccbb89136c4a07f", X-B3-SpanId:"cfb4b3aa752e3d36", X-B3-ParentSpanId:"56bd4d32e02183c0", X-B3-Sampled:"0", X-ONAP-RequestID:"579c5f98-2875-48c7-88c2-6166de651d41", X-RequestID:"579c5f98-2875-48c7-88c2-6166de651d41", X-TransactionID:"579c5f98-2875-48c7-88c2-6166de651d41", X-ECOMP-RequestID:"579c5f98-2875-48c7-88c2-6166de651d41", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e50c3d53-cd8e-46f8-ac7c-ec4e6817dc3d"]
2023-03-28T07:46:22.686Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Request body: 
2023-03-28T07:46:22.686Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||==========================request end================================================
2023-03-28T07:46:22.732Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||============================response begin==========================================
2023-03-28T07:46:22.733Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Status code  : 200 OK
2023-03-28T07:46:22.733Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Status text  : OK
2023-03-28T07:46:22.733Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:46:22 GMT", x-envoy-upstream-service-time:"41", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:46:22.734Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Response body: {
  "requestId" : "e9886bf0-65f9-498b-aafc-6f7110fba814",
  "requestStatus" : "ROLLED_BACK",
  "statusMessage" : "Failed to create self-serve assignment for vf-module with vf-module-id=ca3a3b1d-4ab3-436e-bbc4-c044272ea7fc with error: Failed to get RA assignments: Error from ConfigAssignmentNode",
  "rollbackStatusMessage" : "Rollback has been completed successfully.",
  "flowStatus" : "All Rollback flows have completed successfully",
  "progress" : 100,
  "startTime" : "2023-03-28T07:45:47.000+00:00",
  "endTime" : "2023-03-28T07:46:14.000+00:00",
  "source" : "VID",
  "vnfId" : "36bfc51b-d6c3-4b7d-8d1c-7498accff9fd",
  "tenantId" : "123456",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n\t\t\t\"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"123456\",\n            \"cloudOwner\": \"basiccnf-cloud-owner\",\n            \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basiccnf-macro-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_cnf_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_cnf_macro\",\n                                        \"modelVersionId\": \"a4462083-daee-45bc-ba93-31612e9e0d44\",\n                                        \"modelInvariantUuid\": \"27aa5b2c-4328-40a3-98aa-9d8a23d13a80\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"b60081d5-c5e8-458c-a76f-c192e0373e97\",\n                                        \"modelInstanceName\": \"basic_cnf_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"123456\",\n                                        \"cloudOwner\": \"basiccnf-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicnf_macro_platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicnf_macro_lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_cnf_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                            \n                                            \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n                                                \"modelVersionId\": \"3e583ba7-3456-4e79-9ce2-db486fcaf168\",\n                                                \"modelInvariantUuid\": \"02ba7037-6ade-40f1-86a6-70a20f27d5b4\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"36fb8596-6ce8-4976-8de7-ce8f2d9895f3\"\n                                            },\n                                            \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"vf_module_label\": \"helm_apache\",\n                                                    \n                                                    \"k8s-rb-profile-name\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-source\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                                    \n                                                    \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n                                                    \n                                                    \"k8s-rb-config-template-name\": \"replica-count-template\",\n                                                    \n                                                    \"k8s-rb-config-template-source\": \"deployment-config\",\n                                                    \n                                                    \"k8s-rb-config-name\": \"replica-count-change\",\n                                                    \n                                                    \"k8s-rb-config-value-source\": \"custom-values\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n                            \"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n                            \"modelName\": \"basic_cnf_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicnf_macro_project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"93e2711d-83e0-40cf-80f4-9685432e74de\",\n            \"owningEntityName\": \"basicnf_macro_owning_entity\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:46:14.000+00:00",
  "cloudRegion" : "k8sregion-cnf-macro",
  "serviceInstanceId" : "ad0f128d-301c-45a4-94d6-0712ba1fcf88",
  "serviceInstanceName" : "basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "extSystemErrorSource" : "SDNC",
  "tenantName" : "dummy_test",
  "cloudApiRequests" : [ ],
  "requestURI" : "e9886bf0-65f9-498b-aafc-6f7110fba814",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814"
    }
  }
}
2023-03-28T07:46:22.734Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||=======================response end=================================================
2023-03-28T07:46:22.735Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|INFO|500||InvokeReturn
2023-03-28T07:46:22.737Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false
2023-03-28T07:46:22.737Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:46:22.737Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:46:22.737Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false
2023-03-28T07:46:22.738Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:46:22.738Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"bbd38fba92ac00d9eccbb89136c4a07f", X-B3-SpanId:"d5f1799e62b43d98", X-B3-ParentSpanId:"56bd4d32e02183c0", X-B3-Sampled:"0", X-ONAP-RequestID:"579c5f98-2875-48c7-88c2-6166de651d41", X-RequestID:"579c5f98-2875-48c7-88c2-6166de651d41", X-TransactionID:"579c5f98-2875-48c7-88c2-6166de651d41", X-ECOMP-RequestID:"579c5f98-2875-48c7-88c2-6166de651d41", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8f238a63-f8fd-430e-a849-2a2ae0cb9a86"]
2023-03-28T07:46:22.738Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:46:22.738Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:46:22.758Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:46:22.758Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:46:22.758Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:46:22.759Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:46:22 GMT", x-envoy-upstream-service-time:"16", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:46:22.759Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T07:46:22.759Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:46:22.760Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:46:22.769Z|579c5f98-2875-48c7-88c2-6166de651d41|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:46:22.953Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:46:22.958Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814
2023-03-28T07:46:22.958Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|INFO|500||Invoke
2023-03-28T07:46:22.958Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||===========================request begin================================================
2023-03-28T07:46:22.959Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814
2023-03-28T07:46:22.959Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Method      : GET
2023-03-28T07:46:22.959Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8be3fb06dff064b82120ec22397ff603", X-B3-SpanId:"fa16fe47224b81d6", X-B3-ParentSpanId:"af025e7102a72e6a", X-B3-Sampled:"0", X-ONAP-RequestID:"4bccdc6d-928f-448e-88a1-7bb22bf09e2e", X-RequestID:"4bccdc6d-928f-448e-88a1-7bb22bf09e2e", X-TransactionID:"4bccdc6d-928f-448e-88a1-7bb22bf09e2e", X-ECOMP-RequestID:"4bccdc6d-928f-448e-88a1-7bb22bf09e2e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"712af97f-4e35-4012-8ffd-85543dbb5527"]
2023-03-28T07:46:22.959Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Request body: 
2023-03-28T07:46:22.959Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||==========================request end================================================
2023-03-28T07:46:22.992Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||============================response begin==========================================
2023-03-28T07:46:22.993Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Status code  : 200 OK
2023-03-28T07:46:22.993Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Status text  : OK
2023-03-28T07:46:22.993Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:46:22 GMT", x-envoy-upstream-service-time:"31", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:46:22.994Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Response body: {
  "requestId" : "e9886bf0-65f9-498b-aafc-6f7110fba814",
  "requestStatus" : "ROLLED_BACK",
  "statusMessage" : "Failed to create self-serve assignment for vf-module with vf-module-id=ca3a3b1d-4ab3-436e-bbc4-c044272ea7fc with error: Failed to get RA assignments: Error from ConfigAssignmentNode",
  "rollbackStatusMessage" : "Rollback has been completed successfully.",
  "flowStatus" : "All Rollback flows have completed successfully",
  "progress" : 100,
  "startTime" : "2023-03-28T07:45:47.000+00:00",
  "endTime" : "2023-03-28T07:46:14.000+00:00",
  "source" : "VID",
  "vnfId" : "36bfc51b-d6c3-4b7d-8d1c-7498accff9fd",
  "tenantId" : "123456",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n\t\t\t\"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"123456\",\n            \"cloudOwner\": \"basiccnf-cloud-owner\",\n            \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basiccnf-macro-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_cnf_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_cnf_macro\",\n                                        \"modelVersionId\": \"a4462083-daee-45bc-ba93-31612e9e0d44\",\n                                        \"modelInvariantUuid\": \"27aa5b2c-4328-40a3-98aa-9d8a23d13a80\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"b60081d5-c5e8-458c-a76f-c192e0373e97\",\n                                        \"modelInstanceName\": \"basic_cnf_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"123456\",\n                                        \"cloudOwner\": \"basiccnf-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicnf_macro_platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicnf_macro_lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_cnf_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                            \n                                            \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n                                                \"modelVersionId\": \"3e583ba7-3456-4e79-9ce2-db486fcaf168\",\n                                                \"modelInvariantUuid\": \"02ba7037-6ade-40f1-86a6-70a20f27d5b4\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"36fb8596-6ce8-4976-8de7-ce8f2d9895f3\"\n                                            },\n                                            \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"vf_module_label\": \"helm_apache\",\n                                                    \n                                                    \"k8s-rb-profile-name\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-source\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                                    \n                                                    \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n                                                    \n                                                    \"k8s-rb-config-template-name\": \"replica-count-template\",\n                                                    \n                                                    \"k8s-rb-config-template-source\": \"deployment-config\",\n                                                    \n                                                    \"k8s-rb-config-name\": \"replica-count-change\",\n                                                    \n                                                    \"k8s-rb-config-value-source\": \"custom-values\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n                            \"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n                            \"modelName\": \"basic_cnf_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicnf_macro_project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"93e2711d-83e0-40cf-80f4-9685432e74de\",\n            \"owningEntityName\": \"basicnf_macro_owning_entity\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:46:14.000+00:00",
  "cloudRegion" : "k8sregion-cnf-macro",
  "serviceInstanceId" : "ad0f128d-301c-45a4-94d6-0712ba1fcf88",
  "serviceInstanceName" : "basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "extSystemErrorSource" : "SDNC",
  "tenantName" : "dummy_test",
  "cloudApiRequests" : [ ],
  "requestURI" : "e9886bf0-65f9-498b-aafc-6f7110fba814",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814"
    }
  }
}
2023-03-28T07:46:22.994Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||=======================response end=================================================
2023-03-28T07:46:22.994Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|INFO|500||InvokeReturn
2023-03-28T07:46:22.995Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false
2023-03-28T07:46:22.996Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:46:22.996Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:46:22.996Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false
2023-03-28T07:46:22.996Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:46:22.996Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8be3fb06dff064b82120ec22397ff603", X-B3-SpanId:"b7830c38101aaf8a", X-B3-ParentSpanId:"af025e7102a72e6a", X-B3-Sampled:"0", X-ONAP-RequestID:"4bccdc6d-928f-448e-88a1-7bb22bf09e2e", X-RequestID:"4bccdc6d-928f-448e-88a1-7bb22bf09e2e", X-TransactionID:"4bccdc6d-928f-448e-88a1-7bb22bf09e2e", X-ECOMP-RequestID:"4bccdc6d-928f-448e-88a1-7bb22bf09e2e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"142c5ed4-0a0b-4286-84a8-86ecf08f7401"]
2023-03-28T07:46:22.996Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:46:22.996Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:46:23.016Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:46:23.016Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:46:23.016Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:46:23.016Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:46:22 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:46:23.017Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T07:46:23.017Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:46:23.018Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:46:23.025Z|4bccdc6d-928f-448e-88a1-7bb22bf09e2e|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:46:23.193Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:46:23.199Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814
2023-03-28T07:46:23.199Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|INFO|500||Invoke
2023-03-28T07:46:23.199Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||===========================request begin================================================
2023-03-28T07:46:23.199Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814
2023-03-28T07:46:23.199Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Method      : GET
2023-03-28T07:46:23.200Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f750ca6a4004477130ff6ac83143b775", X-B3-SpanId:"ac4ceeef0f8125a3", X-B3-ParentSpanId:"6628d24545ee2536", X-B3-Sampled:"0", X-ONAP-RequestID:"91e73191-1dd2-4d2e-a1b1-0342e37da56c", X-RequestID:"91e73191-1dd2-4d2e-a1b1-0342e37da56c", X-TransactionID:"91e73191-1dd2-4d2e-a1b1-0342e37da56c", X-ECOMP-RequestID:"91e73191-1dd2-4d2e-a1b1-0342e37da56c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d20ee6e7-af98-4f8b-b2be-d76742ca0f7f"]
2023-03-28T07:46:23.200Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Request body: 
2023-03-28T07:46:23.200Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||==========================request end================================================
2023-03-28T07:46:23.232Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||============================response begin==========================================
2023-03-28T07:46:23.232Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Status code  : 200 OK
2023-03-28T07:46:23.233Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Status text  : OK
2023-03-28T07:46:23.233Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:46:22 GMT", x-envoy-upstream-service-time:"29", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:46:23.233Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Response body: {
  "requestId" : "e9886bf0-65f9-498b-aafc-6f7110fba814",
  "requestStatus" : "ROLLED_BACK",
  "statusMessage" : "Failed to create self-serve assignment for vf-module with vf-module-id=ca3a3b1d-4ab3-436e-bbc4-c044272ea7fc with error: Failed to get RA assignments: Error from ConfigAssignmentNode",
  "rollbackStatusMessage" : "Rollback has been completed successfully.",
  "flowStatus" : "All Rollback flows have completed successfully",
  "progress" : 100,
  "startTime" : "2023-03-28T07:45:47.000+00:00",
  "endTime" : "2023-03-28T07:46:14.000+00:00",
  "source" : "VID",
  "vnfId" : "36bfc51b-d6c3-4b7d-8d1c-7498accff9fd",
  "tenantId" : "123456",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n\t\t\t\"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"123456\",\n            \"cloudOwner\": \"basiccnf-cloud-owner\",\n            \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basiccnf-macro-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_cnf_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_cnf_macro\",\n                                        \"modelVersionId\": \"a4462083-daee-45bc-ba93-31612e9e0d44\",\n                                        \"modelInvariantUuid\": \"27aa5b2c-4328-40a3-98aa-9d8a23d13a80\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"b60081d5-c5e8-458c-a76f-c192e0373e97\",\n                                        \"modelInstanceName\": \"basic_cnf_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"123456\",\n                                        \"cloudOwner\": \"basiccnf-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicnf_macro_platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicnf_macro_lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_cnf_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                            \n                                            \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n                                                \"modelVersionId\": \"3e583ba7-3456-4e79-9ce2-db486fcaf168\",\n                                                \"modelInvariantUuid\": \"02ba7037-6ade-40f1-86a6-70a20f27d5b4\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"36fb8596-6ce8-4976-8de7-ce8f2d9895f3\"\n                                            },\n                                            \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"vf_module_label\": \"helm_apache\",\n                                                    \n                                                    \"k8s-rb-profile-name\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-source\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                                    \n                                                    \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n                                                    \n                                                    \"k8s-rb-config-template-name\": \"replica-count-template\",\n                                                    \n                                                    \"k8s-rb-config-template-source\": \"deployment-config\",\n                                                    \n                                                    \"k8s-rb-config-name\": \"replica-count-change\",\n                                                    \n                                                    \"k8s-rb-config-value-source\": \"custom-values\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n                            \"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n                            \"modelName\": \"basic_cnf_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicnf_macro_project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"93e2711d-83e0-40cf-80f4-9685432e74de\",\n            \"owningEntityName\": \"basicnf_macro_owning_entity\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:46:14.000+00:00",
  "cloudRegion" : "k8sregion-cnf-macro",
  "serviceInstanceId" : "ad0f128d-301c-45a4-94d6-0712ba1fcf88",
  "serviceInstanceName" : "basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "extSystemErrorSource" : "SDNC",
  "tenantName" : "dummy_test",
  "cloudApiRequests" : [ ],
  "requestURI" : "e9886bf0-65f9-498b-aafc-6f7110fba814",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814"
    }
  }
}
2023-03-28T07:46:23.233Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||=======================response end=================================================
2023-03-28T07:46:23.234Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|INFO|500||InvokeReturn
2023-03-28T07:46:23.236Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false
2023-03-28T07:46:23.236Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:46:23.236Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:46:23.237Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false
2023-03-28T07:46:23.237Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:46:23.237Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f750ca6a4004477130ff6ac83143b775", X-B3-SpanId:"c72e77b9ed6826ac", X-B3-ParentSpanId:"6628d24545ee2536", X-B3-Sampled:"0", X-ONAP-RequestID:"91e73191-1dd2-4d2e-a1b1-0342e37da56c", X-RequestID:"91e73191-1dd2-4d2e-a1b1-0342e37da56c", X-TransactionID:"91e73191-1dd2-4d2e-a1b1-0342e37da56c", X-ECOMP-RequestID:"91e73191-1dd2-4d2e-a1b1-0342e37da56c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2a5f790f-a57f-4249-82a5-33be71dfa886"]
2023-03-28T07:46:23.237Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:46:23.237Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:46:23.254Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:46:23.255Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:46:23.255Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:46:23.255Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:46:22 GMT", x-envoy-upstream-service-time:"15", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:46:23.258Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T07:46:23.258Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:46:23.258Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:46:23.265Z|91e73191-1dd2-4d2e-a1b1-0342e37da56c|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:46:23.491Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:46:23.496Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814
2023-03-28T07:46:23.497Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|INFO|500||Invoke
2023-03-28T07:46:23.497Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||===========================request begin================================================
2023-03-28T07:46:23.497Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814
2023-03-28T07:46:23.497Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Method      : GET
2023-03-28T07:46:23.497Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"7e2e434a442507774ae6f2f5fe907b53", X-B3-SpanId:"ac7973b89a5957d2", X-B3-ParentSpanId:"51069456435b9348", X-B3-Sampled:"0", X-ONAP-RequestID:"7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5", X-RequestID:"7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5", X-TransactionID:"7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5", X-ECOMP-RequestID:"7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"979dd1ff-50ad-429e-af2e-7391ba68fc75"]
2023-03-28T07:46:23.497Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Request body: 
2023-03-28T07:46:23.498Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||==========================request end================================================
2023-03-28T07:46:23.527Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||============================response begin==========================================
2023-03-28T07:46:23.527Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Status code  : 200 OK
2023-03-28T07:46:23.527Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Status text  : OK
2023-03-28T07:46:23.527Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:46:22 GMT", x-envoy-upstream-service-time:"26", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:46:23.528Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Response body: {
  "requestId" : "e9886bf0-65f9-498b-aafc-6f7110fba814",
  "requestStatus" : "ROLLED_BACK",
  "statusMessage" : "Failed to create self-serve assignment for vf-module with vf-module-id=ca3a3b1d-4ab3-436e-bbc4-c044272ea7fc with error: Failed to get RA assignments: Error from ConfigAssignmentNode",
  "rollbackStatusMessage" : "Rollback has been completed successfully.",
  "flowStatus" : "All Rollback flows have completed successfully",
  "progress" : 100,
  "startTime" : "2023-03-28T07:45:47.000+00:00",
  "endTime" : "2023-03-28T07:46:14.000+00:00",
  "source" : "VID",
  "vnfId" : "36bfc51b-d6c3-4b7d-8d1c-7498accff9fd",
  "tenantId" : "123456",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n\t\t\t\"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"123456\",\n            \"cloudOwner\": \"basiccnf-cloud-owner\",\n            \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basiccnf-macro-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_cnf_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_cnf_macro\",\n                                        \"modelVersionId\": \"a4462083-daee-45bc-ba93-31612e9e0d44\",\n                                        \"modelInvariantUuid\": \"27aa5b2c-4328-40a3-98aa-9d8a23d13a80\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"b60081d5-c5e8-458c-a76f-c192e0373e97\",\n                                        \"modelInstanceName\": \"basic_cnf_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"123456\",\n                                        \"cloudOwner\": \"basiccnf-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicnf_macro_platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicnf_macro_lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_cnf_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                            \n                                            \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n                                                \"modelVersionId\": \"3e583ba7-3456-4e79-9ce2-db486fcaf168\",\n                                                \"modelInvariantUuid\": \"02ba7037-6ade-40f1-86a6-70a20f27d5b4\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"36fb8596-6ce8-4976-8de7-ce8f2d9895f3\"\n                                            },\n                                            \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"vf_module_label\": \"helm_apache\",\n                                                    \n                                                    \"k8s-rb-profile-name\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-source\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                                    \n                                                    \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n                                                    \n                                                    \"k8s-rb-config-template-name\": \"replica-count-template\",\n                                                    \n                                                    \"k8s-rb-config-template-source\": \"deployment-config\",\n                                                    \n                                                    \"k8s-rb-config-name\": \"replica-count-change\",\n                                                    \n                                                    \"k8s-rb-config-value-source\": \"custom-values\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n                            \"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n                            \"modelName\": \"basic_cnf_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicnf_macro_project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"93e2711d-83e0-40cf-80f4-9685432e74de\",\n            \"owningEntityName\": \"basicnf_macro_owning_entity\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:46:14.000+00:00",
  "cloudRegion" : "k8sregion-cnf-macro",
  "serviceInstanceId" : "ad0f128d-301c-45a4-94d6-0712ba1fcf88",
  "serviceInstanceName" : "basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "extSystemErrorSource" : "SDNC",
  "tenantName" : "dummy_test",
  "cloudApiRequests" : [ ],
  "requestURI" : "e9886bf0-65f9-498b-aafc-6f7110fba814",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814"
    }
  }
}
2023-03-28T07:46:23.528Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||=======================response end=================================================
2023-03-28T07:46:23.528Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|INFO|500||InvokeReturn
2023-03-28T07:46:23.529Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false
2023-03-28T07:46:23.530Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:46:23.530Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:46:23.530Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false
2023-03-28T07:46:23.530Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:46:23.530Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"7e2e434a442507774ae6f2f5fe907b53", X-B3-SpanId:"c6bfc948200f0fe0", X-B3-ParentSpanId:"51069456435b9348", X-B3-Sampled:"0", X-ONAP-RequestID:"7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5", X-RequestID:"7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5", X-TransactionID:"7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5", X-ECOMP-RequestID:"7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"336f8ee3-719c-43d6-8627-586c64786856"]
2023-03-28T07:46:23.530Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:46:23.531Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:46:23.545Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:46:23.547Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:46:23.547Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:46:23.548Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:46:22 GMT", x-envoy-upstream-service-time:"12", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:46:23.548Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T07:46:23.548Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:46:23.549Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:46:23.560Z|7359f9ab-dc8a-4f0c-bda1-49af39d8a6f5|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:46:23.744Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:46:23.749Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814
2023-03-28T07:46:23.750Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|INFO|500||Invoke
2023-03-28T07:46:23.750Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||===========================request begin================================================
2023-03-28T07:46:23.750Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814
2023-03-28T07:46:23.750Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Method      : GET
2023-03-28T07:46:23.750Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"b730249ceee3cd9d9989541b977d3793", X-B3-SpanId:"1415a906394989b8", X-B3-ParentSpanId:"ea5b955cced151b7", X-B3-Sampled:"0", X-ONAP-RequestID:"765023e6-2231-4d5c-a167-b3dc02338c82", X-RequestID:"765023e6-2231-4d5c-a167-b3dc02338c82", X-TransactionID:"765023e6-2231-4d5c-a167-b3dc02338c82", X-ECOMP-RequestID:"765023e6-2231-4d5c-a167-b3dc02338c82", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"adefd3c9-3742-4e79-bc1c-93fae5054ec2"]
2023-03-28T07:46:23.750Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Request body: 
2023-03-28T07:46:23.750Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||==========================request end================================================
2023-03-28T07:46:23.787Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||============================response begin==========================================
2023-03-28T07:46:23.788Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Status code  : 200 OK
2023-03-28T07:46:23.788Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Status text  : OK
2023-03-28T07:46:23.788Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:46:23 GMT", x-envoy-upstream-service-time:"35", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:46:23.788Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||Response body: {
  "requestId" : "e9886bf0-65f9-498b-aafc-6f7110fba814",
  "requestStatus" : "ROLLED_BACK",
  "statusMessage" : "Failed to create self-serve assignment for vf-module with vf-module-id=ca3a3b1d-4ab3-436e-bbc4-c044272ea7fc with error: Failed to get RA assignments: Error from ConfigAssignmentNode",
  "rollbackStatusMessage" : "Rollback has been completed successfully.",
  "flowStatus" : "All Rollback flows have completed successfully",
  "progress" : 100,
  "startTime" : "2023-03-28T07:45:47.000+00:00",
  "endTime" : "2023-03-28T07:46:14.000+00:00",
  "source" : "VID",
  "vnfId" : "36bfc51b-d6c3-4b7d-8d1c-7498accff9fd",
  "tenantId" : "123456",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n\t\t\t\"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"123456\",\n            \"cloudOwner\": \"basiccnf-cloud-owner\",\n            \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basiccnf-macro-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_cnf_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_cnf_macro\",\n                                        \"modelVersionId\": \"a4462083-daee-45bc-ba93-31612e9e0d44\",\n                                        \"modelInvariantUuid\": \"27aa5b2c-4328-40a3-98aa-9d8a23d13a80\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"b60081d5-c5e8-458c-a76f-c192e0373e97\",\n                                        \"modelInstanceName\": \"basic_cnf_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"123456\",\n                                        \"cloudOwner\": \"basiccnf-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicnf_macro_platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicnf_macro_lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_cnf_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                            \n                                            \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n                                                \"modelVersionId\": \"3e583ba7-3456-4e79-9ce2-db486fcaf168\",\n                                                \"modelInvariantUuid\": \"02ba7037-6ade-40f1-86a6-70a20f27d5b4\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"36fb8596-6ce8-4976-8de7-ce8f2d9895f3\"\n                                            },\n                                            \"instanceName\": \"basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"vf_module_label\": \"helm_apache\",\n                                                    \n                                                    \"k8s-rb-profile-name\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-source\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                                    \n                                                    \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n                                                    \n                                                    \"k8s-rb-config-template-name\": \"replica-count-template\",\n                                                    \n                                                    \"k8s-rb-config-template-source\": \"deployment-config\",\n                                                    \n                                                    \"k8s-rb-config-name\": \"replica-count-change\",\n                                                    \n                                                    \"k8s-rb-config-value-source\": \"custom-values\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n                            \"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n                            \"modelName\": \"basic_cnf_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicnf_macro_project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"93e2711d-83e0-40cf-80f4-9685432e74de\",\n            \"owningEntityName\": \"basicnf_macro_owning_entity\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:46:14.000+00:00",
  "cloudRegion" : "k8sregion-cnf-macro",
  "serviceInstanceId" : "ad0f128d-301c-45a4-94d6-0712ba1fcf88",
  "serviceInstanceName" : "basic_cnf_macro_16f921a1-5619-403e-ba8c-8984dd319180",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "extSystemErrorSource" : "SDNC",
  "tenantName" : "dummy_test",
  "cloudApiRequests" : [ ],
  "requestURI" : "e9886bf0-65f9-498b-aafc-6f7110fba814",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814"
    }
  }
}
2023-03-28T07:46:23.788Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|DEBUG|500||=======================response end=================================================
2023-03-28T07:46:23.789Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/e9886bf0-65f9-498b-aafc-6f7110fba814|INFO|500||InvokeReturn
2023-03-28T07:46:23.790Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false
2023-03-28T07:46:23.790Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:46:23.790Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:46:23.790Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false
2023-03-28T07:46:23.790Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:46:23.790Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"b730249ceee3cd9d9989541b977d3793", X-B3-SpanId:"dc2480da9b37d214", X-B3-ParentSpanId:"ea5b955cced151b7", X-B3-Sampled:"0", X-ONAP-RequestID:"765023e6-2231-4d5c-a167-b3dc02338c82", X-RequestID:"765023e6-2231-4d5c-a167-b3dc02338c82", X-TransactionID:"765023e6-2231-4d5c-a167-b3dc02338c82", X-ECOMP-RequestID:"765023e6-2231-4d5c-a167-b3dc02338c82", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ee5f8349-87c4-49c5-860b-0b5018a03532"]
2023-03-28T07:46:23.790Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:46:23.791Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:46:23.815Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:46:23.815Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:46:23.816Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:46:23.816Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:46:23 GMT", x-envoy-upstream-service-time:"22", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:46:23.817Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T07:46:23.817Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:46:23.817Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=e9886bf0-65f9-498b-aafc-6f7110fba814&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:46:23.827Z|765023e6-2231-4d5c-a167-b3dc02338c82|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/e9886bf0-65f9-498b-aafc-6f7110fba814|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:46:26.556Z|d74bf25b-3d00-47bb-af43-0e5e17197bda|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:46:26.556Z|d74bf25b-3d00-47bb-af43-0e5e17197bda|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:46:26.848Z|50341ab8-37f2-450b-a017-6dddcf8ba16e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:46:26.848Z|50341ab8-37f2-450b-a017-6dddcf8ba16e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:46:29.064Z|ad4e9306-efc6-46f3-95a8-f5a0b5ca2ff3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:46:29.065Z|ad4e9306-efc6-46f3-95a8-f5a0b5ca2ff3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:46:35.089Z|7208f975-3565-46c5-9b58-b5708f847708|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:46:35.093Z|7208f975-3565-46c5-9b58-b5708f847708|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:46:36.583Z|f4f3ff59-0b40-489d-abf3-21aa38a535e7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:46:36.583Z|f4f3ff59-0b40-489d-abf3-21aa38a535e7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:46:36.876Z|8c136bbd-1d84-4147-a3a9-3b0a71bb804f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:46:36.877Z|8c136bbd-1d84-4147-a3a9-3b0a71bb804f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:46:39.096Z|6f9cc4b1-2791-41b7-a8c8-7c13283457a2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:46:39.097Z|6f9cc4b1-2791-41b7-a8c8-7c13283457a2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:46:46.622Z|008d4f61-4d7c-492b-a106-908966eeadad|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:46:46.623Z|008d4f61-4d7c-492b-a106-908966eeadad|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:46:46.905Z|e0e98074-4ae7-4b6a-bf9d-a13d7e10078e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:46:46.907Z|e0e98074-4ae7-4b6a-bf9d-a13d7e10078e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:46:49.126Z|df7023b1-b9c4-48ad-9056-13e5fbb2b08f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:46:49.127Z|df7023b1-b9c4-48ad-9056-13e5fbb2b08f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:46:50.089Z|0d62f222-9dc7-4c37-962e-7f853050db6a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:46:50.089Z|0d62f222-9dc7-4c37-962e-7f853050db6a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:46:51.449Z|b7145ff8-76c5-488a-b40f-01c17af2de98|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:46:51.449Z|b7145ff8-76c5-488a-b40f-01c17af2de98|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:46:56.116Z|24df23dd-cca2-495e-b968-fbe92fd6775c|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:46:56.117Z|24df23dd-cca2-495e-b968-fbe92fd6775c|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:46:56.657Z|5dd40cea-9198-4af0-9eb1-efdbe69b0bf5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:46:56.658Z|5dd40cea-9198-4af0-9eb1-efdbe69b0bf5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:46:56.937Z|c4ef11ab-8f8a-43cb-8bed-64ac2af0379e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:46:56.938Z|c4ef11ab-8f8a-43cb-8bed-64ac2af0379e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:46:59.154Z|a5f75c66-ad53-4470-a857-089e99329c82|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:46:59.155Z|a5f75c66-ad53-4470-a857-089e99329c82|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:47:05.089Z|b2ee22c6-b44d-42e9-9671-4dc654592358|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:47:05.090Z|b2ee22c6-b44d-42e9-9671-4dc654592358|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:47:06.688Z|f890b08a-07e2-4d19-8d10-fce3d56828f2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:47:06.689Z|f890b08a-07e2-4d19-8d10-fce3d56828f2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:47:06.966Z|8aecac64-bf64-4c40-80d2-b819e62404ac|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:47:06.967Z|8aecac64-bf64-4c40-80d2-b819e62404ac|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:47:09.187Z|467a0fbb-0efc-4f76-9c7c-a58934f550e5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:47:09.188Z|467a0fbb-0efc-4f76-9c7c-a58934f550e5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:47:16.716Z|c54fa215-8a7f-4412-a9ad-c86d3a0f4109|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:47:16.717Z|c54fa215-8a7f-4412-a9ad-c86d3a0f4109|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:47:16.998Z|d7713977-700c-4f09-9c91-f702804dd09c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:47:16.999Z|d7713977-700c-4f09-9c91-f702804dd09c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:47:19.221Z|8853969b-8eb2-46da-bec8-e7229ae6a77d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:47:19.225Z|8853969b-8eb2-46da-bec8-e7229ae6a77d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:47:20.089Z|1e51e8cc-904f-491b-a66a-650bec008c18|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:47:20.094Z|1e51e8cc-904f-491b-a66a-650bec008c18|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:47:21.450Z|9c8365b5-d084-416b-8f65-821969e7ff01|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:47:21.450Z|9c8365b5-d084-416b-8f65-821969e7ff01|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:47:26.749Z|137328fa-b5ba-4820-8252-8867d4d28fe4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:47:26.750Z|137328fa-b5ba-4820-8252-8867d4d28fe4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:47:27.029Z|563ec4a0-d382-448a-a739-0ccf1759a4c4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:47:27.030Z|563ec4a0-d382-448a-a739-0ccf1759a4c4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:47:29.262Z|1af321d9-bdbb-4208-b496-cd648f151fc2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:47:29.263Z|1af321d9-bdbb-4208-b496-cd648f151fc2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:47:35.089Z|0dbcd0a7-e4cd-45c2-b770-22121e933dd1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:47:35.090Z|0dbcd0a7-e4cd-45c2-b770-22121e933dd1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:47:36.782Z|bb2aff93-131d-4ee0-8948-3b6579250c0d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:47:36.783Z|bb2aff93-131d-4ee0-8948-3b6579250c0d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:47:37.059Z|af86851d-1353-4db0-99ad-b569dfb5ed6f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:47:37.060Z|af86851d-1353-4db0-99ad-b569dfb5ed6f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:47:39.293Z|440e0e2b-c5c5-4a61-8dcd-11d8bcb8ff73|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:47:39.293Z|440e0e2b-c5c5-4a61-8dcd-11d8bcb8ff73|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:47:46.815Z|f33ed7ab-9acd-4b64-ba45-498cbcb49d4b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:47:46.815Z|f33ed7ab-9acd-4b64-ba45-498cbcb49d4b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:47:47.094Z|d4a3896b-6bf6-47d1-a06c-6d2725f82c63|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:47:47.095Z|d4a3896b-6bf6-47d1-a06c-6d2725f82c63|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:47:49.323Z|7631baad-3e2d-409f-bcb8-773d9e7fb08e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:47:49.323Z|7631baad-3e2d-409f-bcb8-773d9e7fb08e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:47:50.089Z|7df383d0-ef9c-4ba9-8f41-e1b373d17276|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:47:50.090Z|7df383d0-ef9c-4ba9-8f41-e1b373d17276|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:47:51.451Z|800c8078-0d04-493e-a627-fcb36b96d65f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:47:51.451Z|800c8078-0d04-493e-a627-fcb36b96d65f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:47:56.115Z|0b43f6a2-7d4f-4cca-b4c5-9cebfd2b1ad0|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:47:56.116Z|0b43f6a2-7d4f-4cca-b4c5-9cebfd2b1ad0|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:47:56.845Z|bb051871-bab4-4a54-af10-9664468f45f7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:47:56.846Z|bb051871-bab4-4a54-af10-9664468f45f7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:47:57.125Z|b88b9aad-ed40-4370-ac3c-ce3fc93c1974|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:47:57.126Z|b88b9aad-ed40-4370-ac3c-ce3fc93c1974|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:47:59.355Z|54253f21-a05d-4d8a-86b2-958056805b47|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:47:59.355Z|54253f21-a05d-4d8a-86b2-958056805b47|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:48:05.089Z|8947f480-f825-4383-9722-536b5e821f05|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:48:05.094Z|8947f480-f825-4383-9722-536b5e821f05|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:48:06.877Z|543bfa7a-1236-41f5-a14b-1a924aaa1191|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:48:06.878Z|543bfa7a-1236-41f5-a14b-1a924aaa1191|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:48:07.157Z|ca2f6bdc-3f1e-49c3-9b6d-03d1403f6946|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:48:07.157Z|ca2f6bdc-3f1e-49c3-9b6d-03d1403f6946|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:48:09.386Z|17327abe-6c9e-4542-a80e-e5a83d3b12a9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:48:09.387Z|17327abe-6c9e-4542-a80e-e5a83d3b12a9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:48:16.910Z|3939d5dd-2fd0-4a8a-88ab-0920b00e8ca8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:48:16.911Z|3939d5dd-2fd0-4a8a-88ab-0920b00e8ca8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:48:17.187Z|8730062d-5e32-4aba-ae1f-181fafba0767|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:48:17.188Z|8730062d-5e32-4aba-ae1f-181fafba0767|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:48:19.418Z|2ef5808a-5f94-4fcb-9078-994426e8ec05|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:48:19.419Z|2ef5808a-5f94-4fcb-9078-994426e8ec05|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:48:20.089Z|b4185b9c-1c98-453d-aea2-7035a19452d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:48:20.090Z|b4185b9c-1c98-453d-aea2-7035a19452d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:48:21.452Z|200ce603-320f-42fc-985c-7681349947fd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:48:21.453Z|200ce603-320f-42fc-985c-7681349947fd|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:48:26.945Z|0c71a58d-2f3d-4b74-84e5-a911564e259a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:48:26.946Z|0c71a58d-2f3d-4b74-84e5-a911564e259a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:48:27.216Z|61302119-a519-4d87-9d0f-273145d85879|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:48:27.217Z|61302119-a519-4d87-9d0f-273145d85879|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:48:29.448Z|6ba77bff-1fc2-4e96-99bb-14aff8da9871|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:48:29.449Z|6ba77bff-1fc2-4e96-99bb-14aff8da9871|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:48:35.089Z|50729db3-3ad2-4311-998e-a24acc291721|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:48:35.089Z|50729db3-3ad2-4311-998e-a24acc291721|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:48:36.974Z|9c194ae1-909d-4f12-ab0b-683b415bcaea|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:48:36.975Z|9c194ae1-909d-4f12-ab0b-683b415bcaea|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:48:37.241Z|918783c1-eab2-49c1-94c2-20a1302ce1d5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:48:37.242Z|918783c1-eab2-49c1-94c2-20a1302ce1d5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:48:39.479Z|82169901-1849-4624-a7c2-e6ed203b5545|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:48:39.481Z|82169901-1849-4624-a7c2-e6ed203b5545|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:48:47.012Z|a159d1cc-de1e-4c90-9e67-b45e68342c68|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:48:47.013Z|a159d1cc-de1e-4c90-9e67-b45e68342c68|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:48:47.273Z|b1f08e6f-5be3-4e78-8bd0-044ee30fc5ba|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:48:47.274Z|b1f08e6f-5be3-4e78-8bd0-044ee30fc5ba|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:48:49.509Z|e3488072-aef3-4eee-9481-57183f78a596|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:48:49.510Z|e3488072-aef3-4eee-9481-57183f78a596|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:48:50.089Z|99c41208-9a30-4989-9af3-9048e35f8957|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:48:50.093Z|99c41208-9a30-4989-9af3-9048e35f8957|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:48:51.453Z|3950fc63-8b29-4fd5-b97c-28750574e8c4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:48:51.454Z|3950fc63-8b29-4fd5-b97c-28750574e8c4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:48:56.118Z|40cd2def-3660-4212-b491-a083ec882c5b|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:48:56.119Z|40cd2def-3660-4212-b491-a083ec882c5b|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:48:57.042Z|a688fcd6-fc62-4a04-a89b-0f322ffe89e8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:48:57.043Z|a688fcd6-fc62-4a04-a89b-0f322ffe89e8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:48:57.302Z|106e9f25-dd74-427f-832d-3cdb0ce0d0e1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:48:57.303Z|106e9f25-dd74-427f-832d-3cdb0ce0d0e1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:48:59.539Z|c107f440-1eee-4712-9f16-ab84e0816867|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:48:59.539Z|c107f440-1eee-4712-9f16-ab84e0816867|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:49:05.089Z|7b408e65-74c6-4c4a-bc30-900d28a1d108|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:49:05.089Z|7b408e65-74c6-4c4a-bc30-900d28a1d108|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:49:07.072Z|386ad3cb-d39b-4fc8-a9d7-89c434c93815|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:49:07.073Z|386ad3cb-d39b-4fc8-a9d7-89c434c93815|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:49:07.328Z|832d0502-5d60-4c10-8a3f-ab67f39cf27e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:49:07.328Z|832d0502-5d60-4c10-8a3f-ab67f39cf27e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:49:07.379Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:49:07.380Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Checking if requestId: 2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c already exists in requestDb InfraActiveRequests table
2023-03-28T07:49:07.381Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:49:07.381Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||Invoke
2023-03-28T07:49:07.381Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:07.381Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:49:07.382Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Method      : GET
2023-03-28T07:49:07.382Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"a09a2ce79527a1fa85c63bc86e3cbfd6", X-B3-SpanId:"07478382469c1b72", X-B3-ParentSpanId:"7b693910b7334fa0", X-B3-Sampled:"0", X-ONAP-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-TransactionID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-ECOMP-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b7a25500-9342-41f9-be18-279985e02d1c"]
2023-03-28T07:49:07.382Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Request body: 
2023-03-28T07:49:07.382Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||==========================request end================================================
2023-03-28T07:49:07.431Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:07.431Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T07:49:07.432Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status text  : Not Found
2023-03-28T07:49:07.432Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 07:49:07 GMT", x-envoy-upstream-service-time:"45", server:"envoy"]
2023-03-28T07:49:07.432Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Response body: 
2023-03-28T07:49:07.432Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:07.432Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|404|Not Found|InvokeReturn
2023-03-28T07:49:07.446Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Running local validations
2023-03-28T07:49:07.446Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Retrieving productFamilyName to put into requests db
2023-03-28T07:49:07.450Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T07:49:07.466Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234|INFO|500||Invoke
2023-03-28T07:49:07.467Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234|DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[933b2de5-0be3-4941-a93d-4d9450500cbf], X-ECOMP-RequestID=[2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c], X-TransactionId=[], X-ONAP-RequestID=[2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c]}
2023-03-28T07:49:07.515Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234|DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234 has http status code:404 and response headers:{date=[Tue, 28 Mar 2023 07:49:06 GMT], server=[envoy], content-length=[313], x-envoy-upstream-service-time=[40], x-aai-txid=[0-aai-resources-230328-07:49:06:487-92822], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T07:49:07.517Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","service-design-and-creation/services/service/1234","Node Not Found:No Node of type service found at: service-design-and-creation/services/service/1234","ERR.5.4.6114"]}}}

2023-03-28T07:49:07.518Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234|INFO|404|Not Found|InvokeReturn
2023-03-28T07:49:07.526Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234
2023-03-28T07:49:07.526Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||No Service found in A&AI ServiceId: 1234
2023-03-28T07:49:07.531Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T07:49:07.556Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234|INFO|500||Invoke
2023-03-28T07:49:07.557Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234|DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[a09d153b-26a2-46f9-88a2-6fe9d9febbc1], X-ECOMP-RequestID=[2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c], X-TransactionId=[], X-ONAP-RequestID=[2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c]}
2023-03-28T07:49:07.589Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234|DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234 has http status code:404 and response headers:{date=[Tue, 28 Mar 2023 07:49:06 GMT], server=[envoy], content-length=[313], x-envoy-upstream-service-time=[28], x-aai-txid=[1-aai-resources-230328-07:49:06:569-44595], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T07:49:07.590Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","service-design-and-creation/services/service/1234","Node Not Found:No Node of type service found at: service-design-and-creation/services/service/1234","ERR.5.4.6114"]}}}

2023-03-28T07:49:07.590Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234|INFO|404|Not Found|InvokeReturn
2023-03-28T07:49:07.592Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234
2023-03-28T07:49:07.593Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||No Service found in A&AI ServiceId: 1234
2023-03-28T07:49:07.598Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T07:49:07.620Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|INFO|500||Invoke
2023-03-28T07:49:07.620Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[b55042f4-a507-4a06-87db-ad1e84d102a0], X-ECOMP-RequestID=[2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c], X-TransactionId=[], X-ONAP-RequestID=[2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c]}
2023-03-28T07:49:07.697Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883 has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 07:49:06 GMT], server=[envoy], content-length=[619], x-envoy-upstream-service-time=[74], vertex-id=[463088], x-aai-txid=[2-aai-resources-230328-07:49:06:632-60774], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T07:49:07.698Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|DEBUG|500||{"tenant-id":"dbdab9c92e304927ab8038a443bd1883","tenant-name":"onap-daily-master-sm","tenant-context":"None","resource-version":"1679989744371","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicvm-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_vm_macro"}]}]}}

2023-03-28T07:49:07.699Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|INFO|500||InvokeReturn
2023-03-28T07:49:07.700Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Validating the Service Instance request
2023-03-28T07:49:07.701Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7
2023-03-28T07:49:07.706Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T07:49:07.706Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke
2023-03-28T07:49:07.707Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:07.707Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T07:49:07.707Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method      : POST
2023-03-28T07:49:07.707Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"113", X-B3-TraceId:"a09a2ce79527a1fa85c63bc86e3cbfd6", X-B3-SpanId:"5a957882b49dde1b", X-B3-ParentSpanId:"7b693910b7334fa0", X-B3-Sampled:"0", X-ONAP-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-TransactionID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-ECOMP-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"64e0ce9a-d777-4d5e-994a-fa6b9851f74a"]
2023-03-28T07:49:07.708Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":null,"instanceName":"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39","requestScope":"service"}
2023-03-28T07:49:07.708Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================
2023-03-28T07:49:07.740Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:07.740Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code  : 200 OK
2023-03-28T07:49:07.741Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text  : OK
2023-03-28T07:49:07.741Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers      : [x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 07:49:07 GMT", x-envoy-upstream-service-time:"29", server:"envoy"]
2023-03-28T07:49:07.741Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 
2023-03-28T07:49:07.741Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:07.741Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn
2023-03-28T07:49:07.742Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d
2023-03-28T07:49:07.742Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|INFO|500||Invoke
2023-03-28T07:49:07.742Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:07.742Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d
2023-03-28T07:49:07.743Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Method      : GET
2023-03-28T07:49:07.743Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-TransactionID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-ECOMP-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"74fd7d95-ceee-4f35-bd84-41df6f55c42a"]
2023-03-28T07:49:07.743Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Request body: 
2023-03-28T07:49:07.743Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||==========================request end================================================
2023-03-28T07:49:07.783Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:07.783Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Status code  : 200 OK
2023-03-28T07:49:07.783Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Status text  : OK
2023-03-28T07:49:07.784Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 07:49:07 GMT", x-envoy-upstream-service-time:"36", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:49:07.784Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Response body: {
  "modelName" : "basic_vm_macro",
  "description" : "service",
  "modelUUID" : "74e09605-ec7e-42f0-8cd6-86a8b9b29c1d",
  "modelInvariantUUID" : "4ac5657e-6ca6-4def-aab7-c240945dfb9b",
  "created" : "2023-03-28 07:45:09.000",
  "modelVersion" : "1.0",
  "serviceType" : "",
  "serviceRole" : "",
  "serviceFunction" : "",
  "environmentContext" : "General_Revenue-Bearing",
  "workloadContext" : "Production",
  "category" : "Network Service",
  "resourceOrder" : "basic_vm_macro",
  "distrobutionStatus" : null,
  "serviceArtifactList" : [ ],
  "serviceInfos" : [ {
    "id" : 13,
    "serviceInput" : "[{\\\"default\\\":\\\"\\\",\\\"name\\\":\\\"default_software_version\\\",\\\"type\\\":\\\"string\\\",\\\"required\\\":false}]",
    "serviceProperties" : "[]",
    "_links" : {
      "service" : {
        "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d"
      }
    }
  } ],
  "namingPolicy" : "",
  "onapGeneratedNaming" : true,
  "blueprintName" : null,
  "blueprintVersion" : null,
  "skipPostInstConf" : true,
  "controllerActor" : "SO-REF-DATA",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d"
    },
    "recipes" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/recipes"
    },
    "pnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/pnfCustomizations"
    },
    "collectionResourceCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/collectionResourceCustomizations"
    },
    "vnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/vnfCustomizations"
    },
    "configurationCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/configurationCustomizations"
    },
    "networkCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/networkCustomizations"
    },
    "allottedCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/allottedCustomizations"
    },
    "serviceProxyCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/serviceProxyCustomizations"
    },
    "csar" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/csar"
    }
  }
}
2023-03-28T07:49:07.784Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:07.785Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|INFO|500||InvokeReturn
2023-03-28T07:49:07.787Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance
2023-03-28T07:49:07.787Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|INFO|500||Invoke
2023-03-28T07:49:07.788Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:07.788Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance
2023-03-28T07:49:07.788Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|DEBUG|500||Method      : GET
2023-03-28T07:49:07.788Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-TransactionID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-ECOMP-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"28a9c9fa-8a0c-494a-ac2a-319bc1bcf94c"]
2023-03-28T07:49:07.788Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|DEBUG|500||Request body: 
2023-03-28T07:49:07.788Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|DEBUG|500||==========================request end================================================
2023-03-28T07:49:07.825Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:07.825Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T07:49:07.826Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|DEBUG|500||Status text  : Not Found
2023-03-28T07:49:07.826Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 07:49:07 GMT", x-envoy-upstream-service-time:"34", server:"envoy"]
2023-03-28T07:49:07.826Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|DEBUG|500||Response body: 
2023-03-28T07:49:07.826Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:07.826Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|INFO|404|Not Found|InvokeReturn
2023-03-28T07:49:07.827Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b
2023-03-28T07:49:07.827Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|INFO|500||Invoke
2023-03-28T07:49:07.827Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:07.827Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b
2023-03-28T07:49:07.828Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|DEBUG|500||Method      : GET
2023-03-28T07:49:07.828Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-TransactionID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-ECOMP-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"983c8c55-c350-4351-9713-cacd0812c46a"]
2023-03-28T07:49:07.828Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|DEBUG|500||Request body: 
2023-03-28T07:49:07.828Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|DEBUG|500||==========================request end================================================
2023-03-28T07:49:07.879Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:07.888Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|DEBUG|500||Status code  : 200 OK
2023-03-28T07:49:07.888Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|DEBUG|500||Status text  : OK
2023-03-28T07:49:07.889Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 07:49:07 GMT", x-envoy-upstream-service-time:"48", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:49:07.889Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|DEBUG|500||Response body: {
  "_embedded" : {
    "service" : [ {
      "modelName" : "basic_vm_macro",
      "description" : "service",
      "modelUUID" : "74e09605-ec7e-42f0-8cd6-86a8b9b29c1d",
      "modelInvariantUUID" : "4ac5657e-6ca6-4def-aab7-c240945dfb9b",
      "created" : "2023-03-28 07:45:09.000",
      "modelVersion" : "1.0",
      "serviceType" : "",
      "serviceRole" : "",
      "serviceFunction" : "",
      "environmentContext" : "General_Revenue-Bearing",
      "workloadContext" : "Production",
      "category" : "Network Service",
      "resourceOrder" : "basic_vm_macro",
      "distrobutionStatus" : null,
      "serviceArtifactList" : [ ],
      "serviceInfos" : [ {
        "id" : 13,
        "serviceInput" : "[{\\\"default\\\":\\\"\\\",\\\"name\\\":\\\"default_software_version\\\",\\\"type\\\":\\\"string\\\",\\\"required\\\":false}]",
        "serviceProperties" : "[]",
        "_links" : {
          "service" : {
            "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d"
          }
        }
      } ],
      "namingPolicy" : "",
      "onapGeneratedNaming" : true,
      "blueprintName" : null,
      "blueprintVersion" : null,
      "skipPostInstConf" : true,
      "controllerActor" : "SO-REF-DATA",
      "_links" : {
        "self" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d"
        },
        "service" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d"
        },
        "recipes" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/recipes"
        },
        "pnfCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/pnfCustomizations"
        },
        "collectionResourceCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/collectionResourceCustomizations"
        },
        "vnfCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/vnfCustomizations"
        },
        "configurationCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/configurationCustomizations"
        },
        "networkCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/networkCustomizations"
        },
        "allottedCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/allottedCustomizations"
        },
        "serviceProxyCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/serviceProxyCustomizations"
        },
        "csar" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/csar"
        }
      }
    } ]
  },
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b"
    }
  }
}
2023-03-28T07:49:07.889Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:07.889Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|INFO|500||InvokeReturn
2023-03-28T07:49:07.897Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance
2023-03-28T07:49:07.899Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|INFO|500||Invoke
2023-03-28T07:49:07.899Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:07.899Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance
2023-03-28T07:49:07.900Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|DEBUG|500||Method      : GET
2023-03-28T07:49:07.900Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-TransactionID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-ECOMP-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f2b07264-68f3-4736-a05d-cfff03fea71d"]
2023-03-28T07:49:07.900Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|DEBUG|500||Request body: 
2023-03-28T07:49:07.900Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|DEBUG|500||==========================request end================================================
2023-03-28T07:49:07.928Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:07.928Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T07:49:07.928Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|DEBUG|500||Status text  : Not Found
2023-03-28T07:49:07.928Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 07:49:07 GMT", x-envoy-upstream-service-time:"24", server:"envoy"]
2023-03-28T07:49:07.929Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|DEBUG|500||Response body: 
2023-03-28T07:49:07.929Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:07.929Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=createInstance|INFO|404|Not Found|InvokeReturn
2023-03-28T07:49:07.930Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T07:49:07.930Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke
2023-03-28T07:49:07.930Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:07.930Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T07:49:07.930Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method      : GET
2023-03-28T07:49:07.930Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-TransactionID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-ECOMP-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a6d1808f-aaa8-4e15-8c41-455bcd5961e8"]
2023-03-28T07:49:07.930Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 
2023-03-28T07:49:07.931Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================
2023-03-28T07:49:07.962Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:07.963Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code  : 200 OK
2023-03-28T07:49:07.964Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text  : OK
2023-03-28T07:49:07.964Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 07:49:07 GMT", x-envoy-upstream-service-time:"28", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:49:07.965Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: {
  "modelName" : "GR-API-DEFAULT",
  "description" : "Gr api service for VID to use for infra APIH orchestration",
  "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b",
  "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672",
  "created" : "2023-03-28 00:09:21.000",
  "modelVersion" : "1.0",
  "serviceType" : null,
  "serviceRole" : null,
  "serviceFunction" : null,
  "environmentContext" : null,
  "workloadContext" : null,
  "category" : null,
  "resourceOrder" : null,
  "distrobutionStatus" : null,
  "serviceArtifactList" : [ ],
  "serviceInfos" : [ ],
  "namingPolicy" : null,
  "onapGeneratedNaming" : null,
  "blueprintName" : null,
  "blueprintVersion" : null,
  "skipPostInstConf" : true,
  "controllerActor" : null,
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "recipes" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes"
    },
    "pnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations"
    },
    "collectionResourceCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations"
    },
    "vnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations"
    },
    "configurationCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations"
    },
    "networkCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations"
    },
    "allottedCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations"
    },
    "serviceProxyCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations"
    },
    "csar" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar"
    }
  }
}
2023-03-28T07:49:07.965Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:07.966Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn
2023-03-28T07:49:07.969Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance
2023-03-28T07:49:07.970Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||Invoke
2023-03-28T07:49:07.970Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:07.970Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance
2023-03-28T07:49:07.970Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Method      : GET
2023-03-28T07:49:07.971Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-TransactionID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-ECOMP-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2b5ba035-4db1-43c2-a713-e436cad3353c"]
2023-03-28T07:49:07.971Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Request body: 
2023-03-28T07:49:07.971Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||==========================request end================================================
2023-03-28T07:49:07.993Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:07.994Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status code  : 200 OK
2023-03-28T07:49:07.994Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status text  : OK
2023-03-28T07:49:07.995Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 07:49:07 GMT", x-envoy-upstream-service-time:"19", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:49:07.995Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Response body: {
  "id" : 531,
  "serviceModelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b",
  "action" : "createInstance",
  "description" : "Gr api recipe to create service-instance",
  "orchestrationUri" : "/mso/async/services/WorkflowActionBB",
  "paramXsd" : null,
  "recipeTimeout" : 180,
  "serviceTimeoutInterim" : null,
  "created" : "2023-03-28T00:09:21.000+00:00",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/531"
    },
    "serviceRecipe" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/531"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/531/service"
    }
  }
}
2023-03-28T07:49:07.995Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:07.996Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||InvokeReturn
2023-03-28T07:49:07.999Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d
2023-03-28T07:49:07.999Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|INFO|500||Invoke
2023-03-28T07:49:08.000Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:08.000Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d
2023-03-28T07:49:08.000Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Method      : GET
2023-03-28T07:49:08.001Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-TransactionID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-ECOMP-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5f1edd3f-999a-4592-9210-136963e8db09"]
2023-03-28T07:49:08.001Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Request body: 
2023-03-28T07:49:08.001Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||==========================request end================================================
2023-03-28T07:49:08.055Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:08.056Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Status code  : 200 OK
2023-03-28T07:49:08.056Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Status text  : OK
2023-03-28T07:49:08.057Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 07:49:07 GMT", x-envoy-upstream-service-time:"50", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:49:08.058Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Response body: {
  "modelName" : "basic_vm_macro",
  "description" : "service",
  "modelUUID" : "74e09605-ec7e-42f0-8cd6-86a8b9b29c1d",
  "modelInvariantUUID" : "4ac5657e-6ca6-4def-aab7-c240945dfb9b",
  "created" : "2023-03-28 07:45:09.000",
  "modelVersion" : "1.0",
  "serviceType" : "",
  "serviceRole" : "",
  "serviceFunction" : "",
  "environmentContext" : "General_Revenue-Bearing",
  "workloadContext" : "Production",
  "category" : "Network Service",
  "resourceOrder" : "basic_vm_macro",
  "distrobutionStatus" : null,
  "serviceArtifactList" : [ ],
  "serviceInfos" : [ {
    "id" : 13,
    "serviceInput" : "[{\\\"default\\\":\\\"\\\",\\\"name\\\":\\\"default_software_version\\\",\\\"type\\\":\\\"string\\\",\\\"required\\\":false}]",
    "serviceProperties" : "[]",
    "_links" : {
      "service" : {
        "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d"
      }
    }
  } ],
  "namingPolicy" : "",
  "onapGeneratedNaming" : true,
  "blueprintName" : null,
  "blueprintVersion" : null,
  "skipPostInstConf" : true,
  "controllerActor" : "SO-REF-DATA",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d"
    },
    "recipes" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/recipes"
    },
    "pnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/pnfCustomizations"
    },
    "collectionResourceCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/collectionResourceCustomizations"
    },
    "vnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/vnfCustomizations"
    },
    "configurationCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/configurationCustomizations"
    },
    "networkCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/networkCustomizations"
    },
    "allottedCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/allottedCustomizations"
    },
    "serviceProxyCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/serviceProxyCustomizations"
    },
    "csar" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/csar"
    }
  }
}
2023-03-28T07:49:08.059Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:08.059Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|INFO|500||InvokeReturn
2023-03-28T07:49:08.064Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T07:49:08.065Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke
2023-03-28T07:49:08.065Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:08.065Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T07:49:08.065Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method      : POST
2023-03-28T07:49:08.066Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers     : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"9183", X-B3-TraceId:"a09a2ce79527a1fa85c63bc86e3cbfd6", X-B3-SpanId:"efd6f38bb880b3ab", X-B3-ParentSpanId:"7b693910b7334fa0", X-B3-Sampled:"0", X-ONAP-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-TransactionID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-ECOMP-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e7ff9c82-38d4-48a6-8c89-3ce07f7dcb5d"]
2023-03-28T07:49:08.066Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c","requestStatus":"IN_PROGRESS","startTime":1679989747446,"source":"VID","tenantId":"dbdab9c92e304927ab8038a443bd1883","requestBody":"{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n\t\t\t\"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basicvm-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_vm_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_vm_macro\",\n                                        \"modelVersionId\": \"c7e1dfbb-2243-434f-a456-c37aa8c08067\",\n                                        \"modelInvariantUuid\": \"5af3410d-cd9e-4bc8-9c5e-58c42ee90049\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"5755a7a9-66b7-4113-b73a-643bc49262cc\",\n                                        \"modelInstanceName\": \"basic_vm_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n                                        \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"RegionOne\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicvm-platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicvm-lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_vm_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n                                                \"modelVersionId\": \"88c6ab63-b0dc-4c42-8100-9bed66bcca93\",\n                                                \"modelInvariantUuid\": \"12c81d3f-0e5d-48dc-a4e8-e625516d752e\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"5e14cdee-39ff-4e20-9c8f-9108fb213210\"\n                                            },\n                                            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"ubuntu20_image_name\": \"Ubuntu_2004\",\n                                                    \n                                                    \"ubuntu20_key_name\": \"onap_dt\",\n                                                    \n                                                    \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n                                                    \n                                                    \"ubuntu20_flavor_name\": \"m1.small\",\n                                                    \n                                                    \"VM_name\": \"basic_vm_macro-VM-01\",\n                                                    \n                                                    \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n                                                    \n                                                    \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n                                                    \n                                                    \"vnf_name\": \"basic_vm_macro-VNF\",\n                                                    \n                                                    \"admin_plane_net_name\": \"admin-daily-master-sm\",\n                                                    \n                                                    \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n                            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n                            \"modelName\": \"basic_vm_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicvm-project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n            \"owningEntityName\": \"basicvm-oe\"\n        }\n    }\n}","lastModifiedBy":"APIH","cloudRegion":"RegionOne","serviceInstanceName":"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39","requestScope":"service","requestAction":"createInstance","requestorId":"demo","requestUrl":"https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances","tenantName":"onap-daily-master-sm","cloudApiRequests":[],"requestURI":"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"}
2023-03-28T07:49:08.067Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================
2023-03-28T07:49:08.116Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:08.117Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code  : 201 CREATED
2023-03-28T07:49:08.117Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text  : Created
2023-03-28T07:49:08.117Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:49:07 GMT", x-envoy-upstream-service-time:"45", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:49:08.118Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: {
  "requestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T07:49:07.446+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n\t\t\t\"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basicvm-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_vm_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_vm_macro\",\n                                        \"modelVersionId\": \"c7e1dfbb-2243-434f-a456-c37aa8c08067\",\n                                        \"modelInvariantUuid\": \"5af3410d-cd9e-4bc8-9c5e-58c42ee90049\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"5755a7a9-66b7-4113-b73a-643bc49262cc\",\n                                        \"modelInstanceName\": \"basic_vm_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n                                        \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"RegionOne\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicvm-platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicvm-lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_vm_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n                                                \"modelVersionId\": \"88c6ab63-b0dc-4c42-8100-9bed66bcca93\",\n                                                \"modelInvariantUuid\": \"12c81d3f-0e5d-48dc-a4e8-e625516d752e\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"5e14cdee-39ff-4e20-9c8f-9108fb213210\"\n                                            },\n                                            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"ubuntu20_image_name\": \"Ubuntu_2004\",\n                                                    \n                                                    \"ubuntu20_key_name\": \"onap_dt\",\n                                                    \n                                                    \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n                                                    \n                                                    \"ubuntu20_flavor_name\": \"m1.small\",\n                                                    \n                                                    \"VM_name\": \"basic_vm_macro-VM-01\",\n                                                    \n                                                    \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n                                                    \n                                                    \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n                                                    \n                                                    \"vnf_name\": \"basic_vm_macro-VNF\",\n                                                    \n                                                    \"admin_plane_net_name\": \"admin-daily-master-sm\",\n                                                    \n                                                    \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n                            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n                            \"modelName\": \"basic_vm_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicvm-project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n            \"owningEntityName\": \"basicvm-oe\"\n        }\n    }\n}",
  "lastModifiedBy" : "APIH",
  "modifyTime" : "2023-03-28T07:49:07.885+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceName" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    }
  }
}
2023-03-28T07:49:08.118Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:08.118Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn
2023-03-28T07:49:08.127Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T07:49:08.128Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke
2023-03-28T07:49:08.128Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:08.128Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T07:49:08.129Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method      : POST
2023-03-28T07:49:08.130Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers     : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"4607", X-B3-TraceId:"a09a2ce79527a1fa85c63bc86e3cbfd6", X-B3-SpanId:"9173177336f374db", X-B3-ParentSpanId:"7b693910b7334fa0", X-B3-Sampled:"0", X-ONAP-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-TransactionID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-ECOMP-RequestID:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"826bc75f-9037-4b3f-a7a7-f7c24d990d3b"]
2023-03-28T07:49:08.130Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelInvariantId\":\"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\"modelType\":\"service\",\"modelName\":\"basic_vm_macro\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\"modelUuid\":\"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\"modelInvariantUuid\":\"4ac5657e-6ca6-4def-aab7-c240945dfb9b\"},\"requestInfo\":{\"productFamilyId\":\"1234\",\"source\":\"VID\",\"instanceName\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"subscriberInfo\":{\"globalSubscriberId\":\"basicvm-customer\"},\"cloudConfiguration\":{\"tenantId\":\"dbdab9c92e304927ab8038a443bd1883\",\"cloudOwner\":\"basicvm-macro-cloud-owner\",\"lcpCloudRegionId\":\"RegionOne\"},\"requestParameters\":{\"subscriptionServiceType\":\"basic_vm_macro\",\"userParams\":[{\"Homing_Solution\":\"none\"},{\"service\":{\"instanceParams\":[],\"instanceName\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\"resources\":{\"pnfs\":[],\"vnfs\":[{\"modelInfo\":{\"modelName\":\"basic_vm_macro\",\"modelVersionId\":\"c7e1dfbb-2243-434f-a456-c37aa8c08067\",\"modelInvariantUuid\":\"5af3410d-cd9e-4bc8-9c5e-58c42ee90049\",\"modelVersion\":\"1.0\",\"modelCustomizationId\":\"5755a7a9-66b7-4113-b73a-643bc49262cc\",\"modelInstanceName\":\"basic_vm_macro\"},\"cloudConfiguration\":{\"tenantId\":\"dbdab9c92e304927ab8038a443bd1883\",\"cloudOwner\":\"basicvm-macro-cloud-owner\",\"lcpCloudRegionId\":\"RegionOne\"},\"platform\":{\"platformName\":\"basicvm-platform\"},\"lineOfBusiness\":{\"lineOfBusinessName\":\"basicvm-lob\"},\"productFamilyId\":\"1234\",\"instanceName\":\"basic_vm_macro\",\"instanceParams\":[{}],\"vfModules\":[{\"modelInfo\":{\"modelName\":\"BasicVmMacro..base_ubuntu20..module-0\",\"modelVersionId\":\"88c6ab63-b0dc-4c42-8100-9bed66bcca93\",\"modelInvariantUuid\":\"12c81d3f-0e5d-48dc-a4e8-e625516d752e\",\"modelVersion\":\"1\",\"modelCustomizationId\":\"5e14cdee-39ff-4e20-9c8f-9108fb213210\"},\"instanceName\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"instanceParams\":[{\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_key_name\":\"onap_dt\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"VM_name\":\"basic_vm_macro-VM-01\",\"vnf_id\":\"basic_vm_macro-VNF-instance\",\"vf_module_id\":\"basic_vm_macro-vfmodule-instance\",\"vnf_name\":\"basic_vm_macro-VNF\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\"}]}]}]},\"modelInfo\":{\"modelVersion\":\"1.0\",\"modelVersionId\":\"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\"modelInvariantId\":\"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\"modelName\":\"basic_vm_macro\",\"modelType\":\"service\"}}}],\"aLaCarte\":false,\"usePreload\":false},\"project\":{\"projectName\":\"basicvm-project\"},\"owningEntity\":{\"owningEntityId\":\"e62ccc81-460c-4672-b718-69ca3f69db04\",\"owningEntityName\":\"basicvm-oe\"}}}","type":"String"},"requestId":{"value":"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c","type":"String"},"mso-request-id":{"value":"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"createInstance","type":"String"},"serviceInstanceId":{"value":"","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":false,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}}
2023-03-28T07:49:08.130Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================
2023-03-28T07:49:09.570Z|de5d962d-bf52-460f-a094-987fb4d635ff|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:49:09.571Z|de5d962d-bf52-460f-a094-987fb4d635ff|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:49:10.150Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:10.151Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code  : 202 ACCEPTED
2023-03-28T07:49:10.151Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text  : Accepted
2023-03-28T07:49:10.152Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers      : [date:"Tue, 28 Mar 2023 07:49:09 GMT", x-onap-requestid:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", x-requestid:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", x-transactionid:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", x-ecomp-requestid:"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c", x-onap-partnername:"UNKNOWN", x-invocationid:"826bc75f-9037-4b3f-a7a7-f7c24d990d3b", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", x-envoy-upstream-service-time:"2014", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:49:10.152Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c\",\"instanceId\":\"a4a45514-0fda-45e0-96d8-a1c493b9f58b\"}}","message":"Success","processInstanceID":"050a8cfd-cd3d-11ed-8192-02f87d878986","variables":null,"messageCode":200}
2023-03-28T07:49:10.153Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:10.153Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn
2023-03-28T07:49:10.161Z|2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|http-nio-8080-exec-2|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:49:10.410Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:49:10.422Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:49:10.423Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||Invoke
2023-03-28T07:49:10.423Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:10.423Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:49:10.423Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Method      : GET
2023-03-28T07:49:10.423Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"2972538e137cb64864f5912f62554df5", X-B3-SpanId:"792300d02ea41188", X-B3-ParentSpanId:"367f7a89c7bebfec", X-B3-Sampled:"0", X-ONAP-RequestID:"f3578dd0-5846-4d4f-bd8a-337711d87136", X-RequestID:"f3578dd0-5846-4d4f-bd8a-337711d87136", X-TransactionID:"f3578dd0-5846-4d4f-bd8a-337711d87136", X-ECOMP-RequestID:"f3578dd0-5846-4d4f-bd8a-337711d87136", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"297e6f1c-5d2c-4b75-94b0-48fed30a2613"]
2023-03-28T07:49:10.424Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Request body: 
2023-03-28T07:49:10.424Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||==========================request end================================================
2023-03-28T07:49:10.456Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:10.456Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status code  : 200 OK
2023-03-28T07:49:10.456Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status text  : OK
2023-03-28T07:49:10.456Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:49:10 GMT", x-envoy-upstream-service-time:"28", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:49:10.459Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Response body: {
  "requestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T07:49:07.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n\t\t\t\"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basicvm-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_vm_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_vm_macro\",\n                                        \"modelVersionId\": \"c7e1dfbb-2243-434f-a456-c37aa8c08067\",\n                                        \"modelInvariantUuid\": \"5af3410d-cd9e-4bc8-9c5e-58c42ee90049\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"5755a7a9-66b7-4113-b73a-643bc49262cc\",\n                                        \"modelInstanceName\": \"basic_vm_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n                                        \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"RegionOne\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicvm-platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicvm-lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_vm_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n                                                \"modelVersionId\": \"88c6ab63-b0dc-4c42-8100-9bed66bcca93\",\n                                                \"modelInvariantUuid\": \"12c81d3f-0e5d-48dc-a4e8-e625516d752e\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"5e14cdee-39ff-4e20-9c8f-9108fb213210\"\n                                            },\n                                            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"ubuntu20_image_name\": \"Ubuntu_2004\",\n                                                    \n                                                    \"ubuntu20_key_name\": \"onap_dt\",\n                                                    \n                                                    \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n                                                    \n                                                    \"ubuntu20_flavor_name\": \"m1.small\",\n                                                    \n                                                    \"VM_name\": \"basic_vm_macro-VM-01\",\n                                                    \n                                                    \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n                                                    \n                                                    \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n                                                    \n                                                    \"vnf_name\": \"basic_vm_macro-VNF\",\n                                                    \n                                                    \"admin_plane_net_name\": \"admin-daily-master-sm\",\n                                                    \n                                                    \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n                            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n                            \"modelName\": \"basic_vm_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicvm-project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n            \"owningEntityName\": \"basicvm-oe\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:49:09.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "serviceInstanceName" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    }
  }
}
2023-03-28T07:49:10.459Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:10.459Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||InvokeReturn
2023-03-28T07:49:10.460Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false
2023-03-28T07:49:10.461Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:49:10.461Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:10.461Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false
2023-03-28T07:49:10.461Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:49:10.461Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"2972538e137cb64864f5912f62554df5", X-B3-SpanId:"f261d588d2eee598", X-B3-ParentSpanId:"367f7a89c7bebfec", X-B3-Sampled:"0", X-ONAP-RequestID:"f3578dd0-5846-4d4f-bd8a-337711d87136", X-RequestID:"f3578dd0-5846-4d4f-bd8a-337711d87136", X-TransactionID:"f3578dd0-5846-4d4f-bd8a-337711d87136", X-ECOMP-RequestID:"f3578dd0-5846-4d4f-bd8a-337711d87136", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b10f6800-2525-48f3-ac69-c12adee835dd"]
2023-03-28T07:49:10.461Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:49:10.461Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:49:10.478Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:10.479Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:49:10.479Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:49:10.479Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:49:10 GMT", x-envoy-upstream-service-time:"15", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:49:10.480Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T07:49:10.480Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:10.481Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:49:10.487Z|f3578dd0-5846-4d4f-bd8a-337711d87136|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:49:17.103Z|1d944525-f576-4bd6-a54f-b08090b60e2d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:49:17.103Z|1d944525-f576-4bd6-a54f-b08090b60e2d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:49:17.355Z|23c61af8-0569-4d2a-a5aa-751d7f1f39ed|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:49:17.355Z|23c61af8-0569-4d2a-a5aa-751d7f1f39ed|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:49:19.603Z|93302356-af79-48fe-9981-1ab61f5e8f05|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:49:19.604Z|93302356-af79-48fe-9981-1ab61f5e8f05|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:49:20.089Z|ede0be14-b1bf-48bc-ae36-dadbebbab88c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:49:20.089Z|ede0be14-b1bf-48bc-ae36-dadbebbab88c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:49:20.690Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:49:20.699Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:49:20.700Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||Invoke
2023-03-28T07:49:20.700Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:20.700Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:49:20.700Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Method      : GET
2023-03-28T07:49:20.700Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"31e5613e932f73ce15d84d5c43c4a7de", X-B3-SpanId:"664c9a5eef17648b", X-B3-ParentSpanId:"52a7b5fddfb6aa58", X-B3-Sampled:"0", X-ONAP-RequestID:"11073891-2cf3-4c41-98d6-a4091f5bb655", X-RequestID:"11073891-2cf3-4c41-98d6-a4091f5bb655", X-TransactionID:"11073891-2cf3-4c41-98d6-a4091f5bb655", X-ECOMP-RequestID:"11073891-2cf3-4c41-98d6-a4091f5bb655", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"13383da8-0d93-43e9-b741-4a79a8b8e97e"]
2023-03-28T07:49:20.700Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Request body: 
2023-03-28T07:49:20.700Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||==========================request end================================================
2023-03-28T07:49:21.313Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:21.314Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status code  : 200 OK
2023-03-28T07:49:21.315Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status text  : OK
2023-03-28T07:49:21.317Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:49:21 GMT", x-envoy-upstream-service-time:"608", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:49:21.318Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Response body: {
  "requestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "requestStatus" : "IN_PROGRESS",
  "flowStatus" : "Execution of AssignVnfBB has completed successfully, next invoking AssignVfModuleBB (Execution Path progress: BBs completed = 2; BBs remaining = 7).",
  "progress" : 26,
  "startTime" : "2023-03-28T07:49:07.000+00:00",
  "source" : "VID",
  "vnfId" : "97a6d2c8-c4d0-4aa3-a894-01f9ea209e55",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n\t\t\t\"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basicvm-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_vm_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_vm_macro\",\n                                        \"modelVersionId\": \"c7e1dfbb-2243-434f-a456-c37aa8c08067\",\n                                        \"modelInvariantUuid\": \"5af3410d-cd9e-4bc8-9c5e-58c42ee90049\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"5755a7a9-66b7-4113-b73a-643bc49262cc\",\n                                        \"modelInstanceName\": \"basic_vm_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n                                        \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"RegionOne\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicvm-platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicvm-lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_vm_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n                                                \"modelVersionId\": \"88c6ab63-b0dc-4c42-8100-9bed66bcca93\",\n                                                \"modelInvariantUuid\": \"12c81d3f-0e5d-48dc-a4e8-e625516d752e\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"5e14cdee-39ff-4e20-9c8f-9108fb213210\"\n                                            },\n                                            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"ubuntu20_image_name\": \"Ubuntu_2004\",\n                                                    \n                                                    \"ubuntu20_key_name\": \"onap_dt\",\n                                                    \n                                                    \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n                                                    \n                                                    \"ubuntu20_flavor_name\": \"m1.small\",\n                                                    \n                                                    \"VM_name\": \"basic_vm_macro-VM-01\",\n                                                    \n                                                    \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n                                                    \n                                                    \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n                                                    \n                                                    \"vnf_name\": \"basic_vm_macro-VNF\",\n                                                    \n                                                    \"admin_plane_net_name\": \"admin-daily-master-sm\",\n                                                    \n                                                    \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n                            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n                            \"modelName\": \"basic_vm_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicvm-project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n            \"owningEntityName\": \"basicvm-oe\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:49:17.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "serviceInstanceName" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    }
  }
}
2023-03-28T07:49:21.318Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:21.319Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||InvokeReturn
2023-03-28T07:49:21.320Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false
2023-03-28T07:49:21.321Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:49:21.321Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:21.322Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false
2023-03-28T07:49:21.322Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:49:21.322Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"31e5613e932f73ce15d84d5c43c4a7de", X-B3-SpanId:"1704e2d05b5e646b", X-B3-ParentSpanId:"52a7b5fddfb6aa58", X-B3-Sampled:"0", X-ONAP-RequestID:"11073891-2cf3-4c41-98d6-a4091f5bb655", X-RequestID:"11073891-2cf3-4c41-98d6-a4091f5bb655", X-TransactionID:"11073891-2cf3-4c41-98d6-a4091f5bb655", X-ECOMP-RequestID:"11073891-2cf3-4c41-98d6-a4091f5bb655", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b3015e59-a1b9-4a0e-9308-310a336c07e4"]
2023-03-28T07:49:21.322Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:49:21.323Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:49:21.343Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:21.343Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:49:21.344Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:49:21.344Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:49:21 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:49:21.344Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T07:49:21.345Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:21.345Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:49:21.369Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:49:21.370Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T07:49:21.370Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:21.370Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:49:21.370Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:49:21.370Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"11073891-2cf3-4c41-98d6-a4091f5bb655", X-RequestID:"11073891-2cf3-4c41-98d6-a4091f5bb655", X-TransactionID:"11073891-2cf3-4c41-98d6-a4091f5bb655", X-ECOMP-RequestID:"11073891-2cf3-4c41-98d6-a4091f5bb655", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"18a987e1-0303-4ab4-8f48-74e1ce0daf74"]
2023-03-28T07:49:21.371Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:49:21.371Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:49:21.454Z|1353db6c-1bf6-4b77-9cf6-43d53d16f1b9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:49:21.455Z|1353db6c-1bf6-4b77-9cf6-43d53d16f1b9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:49:21.566Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:21.567Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:49:21.567Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:49:21.567Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=AC5B81629678D5979E4C862C215A80C2; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"681", date:"Tue, 28 Mar 2023 07:49:21 GMT", x-envoy-upstream-service-time:"184", server:"envoy"]
2023-03-28T07:49:21.568Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"092d5bdf-cd3d-11ed-8192-02f87d878986","businessKey":"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c","processDefinitionId":"SDNCHandler:1:e265a33b-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"SDNCHandler","processDefinitionName":"SDNC","processDefinitionVersion":1,"startTime":"2023-03-28T07:49:14.902+0000","endTime":"2023-03-28T07:49:17.135+0000","removalTime":null,"durationInMillis":2233,"startUserId":null,"startActivityId":"SDNC_Start","deleteReason":null,"rootProcessInstanceId":"050a8cfd-cd3d-11ed-8192-02f87d878986","superProcessInstanceId":"086a59ae-cd3d-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}]
2023-03-28T07:49:21.568Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:21.569Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:49:21.595Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=092d5bdf-cd3d-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=092d5bdf-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:49:21.595Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=092d5bdf-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T07:49:21.595Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=092d5bdf-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:21.595Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=092d5bdf-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=092d5bdf-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:49:21.596Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=092d5bdf-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:49:21.596Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=092d5bdf-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"11073891-2cf3-4c41-98d6-a4091f5bb655", X-RequestID:"11073891-2cf3-4c41-98d6-a4091f5bb655", X-TransactionID:"11073891-2cf3-4c41-98d6-a4091f5bb655", X-ECOMP-RequestID:"11073891-2cf3-4c41-98d6-a4091f5bb655", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6b44b438-883f-496f-b02c-9e21057bd296"]
2023-03-28T07:49:21.596Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=092d5bdf-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:49:21.596Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=092d5bdf-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:49:21.744Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=092d5bdf-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:21.745Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=092d5bdf-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:49:21.745Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=092d5bdf-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:49:21.745Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=092d5bdf-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=831A1FD494FB839768FDEED66DEA2959; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"807", date:"Tue, 28 Mar 2023 07:49:21 GMT", x-envoy-upstream-service-time:"144", server:"envoy"]
2023-03-28T07:49:21.746Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=092d5bdf-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"095f4187-cd3d-11ed-8192-02f87d878986","parentActivityInstanceId":"SubProcess_0y8yozw:093f5d5b-cd3d-11ed-8192-02f87d878986","activityId":"IntermediateCatchEvent_0a9exm4","activityName":"Catch Event","activityType":"intermediateMessageCatch","processDefinitionKey":"SDNCHandler","processDefinitionId":"SDNCHandler:1:e265a33b-ccfc-11ed-8192-02f87d878986","processInstanceId":"092d5bdf-cd3d-11ed-8192-02f87d878986","executionId":"095f4185-cd3d-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T07:49:15.229+0000","endTime":"2023-03-28T07:49:16.874+0000","durationInMillis":1645,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"050a8cfd-cd3d-11ed-8192-02f87d878986"}]
2023-03-28T07:49:21.746Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=092d5bdf-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:21.746Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=092d5bdf-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:49:21.753Z|11073891-2cf3-4c41-98d6-a4091f5bb655|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:49:27.132Z|712224f7-bad0-4c87-8687-8249abfd3d2e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:49:27.134Z|712224f7-bad0-4c87-8687-8249abfd3d2e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:49:27.384Z|a7890f7c-f0db-42ae-bb91-39ac9183e4da|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:49:27.385Z|a7890f7c-f0db-42ae-bb91-39ac9183e4da|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:49:29.635Z|a5887b4a-1205-42e1-b98e-c032e93abe1b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:49:29.636Z|a5887b4a-1205-42e1-b98e-c032e93abe1b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:49:31.953Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:49:31.960Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:49:31.961Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||Invoke
2023-03-28T07:49:31.961Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:31.961Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:49:31.961Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Method      : GET
2023-03-28T07:49:31.961Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"96904b011d3a462ab8dd2d38d970a1d0", X-B3-SpanId:"76f4ce70fca10cbb", X-B3-ParentSpanId:"562c7c4dd0e130bb", X-B3-Sampled:"0", X-ONAP-RequestID:"6e77bec9-a294-4d9c-a32e-bebfc8bf8701", X-RequestID:"6e77bec9-a294-4d9c-a32e-bebfc8bf8701", X-TransactionID:"6e77bec9-a294-4d9c-a32e-bebfc8bf8701", X-ECOMP-RequestID:"6e77bec9-a294-4d9c-a32e-bebfc8bf8701", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"79b6e999-b77b-48d9-a970-9cac368c7f6b"]
2023-03-28T07:49:31.961Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Request body: 
2023-03-28T07:49:31.961Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||==========================request end================================================
2023-03-28T07:49:32.150Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:32.151Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status code  : 200 OK
2023-03-28T07:49:32.151Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status text  : OK
2023-03-28T07:49:32.152Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:49:31 GMT", x-envoy-upstream-service-time:"182", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:49:32.152Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Response body: {
  "requestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "requestStatus" : "IN_PROGRESS",
  "flowStatus" : "Execution of ControllerExecutionBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 4; BBs remaining = 5).",
  "progress" : 47,
  "startTime" : "2023-03-28T07:49:07.000+00:00",
  "source" : "VID",
  "vnfId" : "97a6d2c8-c4d0-4aa3-a894-01f9ea209e55",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n\t\t\t\"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basicvm-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_vm_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_vm_macro\",\n                                        \"modelVersionId\": \"c7e1dfbb-2243-434f-a456-c37aa8c08067\",\n                                        \"modelInvariantUuid\": \"5af3410d-cd9e-4bc8-9c5e-58c42ee90049\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"5755a7a9-66b7-4113-b73a-643bc49262cc\",\n                                        \"modelInstanceName\": \"basic_vm_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n                                        \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"RegionOne\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicvm-platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicvm-lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_vm_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n                                                \"modelVersionId\": \"88c6ab63-b0dc-4c42-8100-9bed66bcca93\",\n                                                \"modelInvariantUuid\": \"12c81d3f-0e5d-48dc-a4e8-e625516d752e\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"5e14cdee-39ff-4e20-9c8f-9108fb213210\"\n                                            },\n                                            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"ubuntu20_image_name\": \"Ubuntu_2004\",\n                                                    \n                                                    \"ubuntu20_key_name\": \"onap_dt\",\n                                                    \n                                                    \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n                                                    \n                                                    \"ubuntu20_flavor_name\": \"m1.small\",\n                                                    \n                                                    \"VM_name\": \"basic_vm_macro-VM-01\",\n                                                    \n                                                    \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n                                                    \n                                                    \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n                                                    \n                                                    \"vnf_name\": \"basic_vm_macro-VNF\",\n                                                    \n                                                    \"admin_plane_net_name\": \"admin-daily-master-sm\",\n                                                    \n                                                    \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n                            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n                            \"modelName\": \"basic_vm_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicvm-project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n            \"owningEntityName\": \"basicvm-oe\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:49:30.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "serviceInstanceName" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    }
  }
}
2023-03-28T07:49:32.153Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:32.154Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||InvokeReturn
2023-03-28T07:49:32.156Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false
2023-03-28T07:49:32.156Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:49:32.157Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:32.157Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false
2023-03-28T07:49:32.157Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:49:32.157Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"96904b011d3a462ab8dd2d38d970a1d0", X-B3-SpanId:"1405d1c23e6abf8d", X-B3-ParentSpanId:"562c7c4dd0e130bb", X-B3-Sampled:"0", X-ONAP-RequestID:"6e77bec9-a294-4d9c-a32e-bebfc8bf8701", X-RequestID:"6e77bec9-a294-4d9c-a32e-bebfc8bf8701", X-TransactionID:"6e77bec9-a294-4d9c-a32e-bebfc8bf8701", X-ECOMP-RequestID:"6e77bec9-a294-4d9c-a32e-bebfc8bf8701", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9a721188-d353-4fec-85be-d50d28bffb29"]
2023-03-28T07:49:32.158Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:49:32.158Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:49:32.174Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:32.174Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:49:32.175Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:49:32.175Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:49:31 GMT", x-envoy-upstream-service-time:"13", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:49:32.175Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T07:49:32.175Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:32.176Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:49:32.199Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:49:32.199Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T07:49:32.200Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:32.200Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:49:32.200Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:49:32.200Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"6e77bec9-a294-4d9c-a32e-bebfc8bf8701", X-RequestID:"6e77bec9-a294-4d9c-a32e-bebfc8bf8701", X-TransactionID:"6e77bec9-a294-4d9c-a32e-bebfc8bf8701", X-ECOMP-RequestID:"6e77bec9-a294-4d9c-a32e-bebfc8bf8701", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"98888951-2ff0-43d8-ab0a-bf6f18bbe4fd"]
2023-03-28T07:49:32.200Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:49:32.200Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:49:32.445Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:32.446Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:49:32.446Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:49:32.446Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=11A5275D3220C94635E038B8CD79F3E4; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"720", date:"Tue, 28 Mar 2023 07:49:32 GMT", x-envoy-upstream-service-time:"241", server:"envoy"]
2023-03-28T07:49:32.447Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"1055f0aa-cd3d-11ed-8192-02f87d878986","businessKey":"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c","processDefinitionId":"ControllerExecutionBB:1:e2d5f1ad-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"ControllerExecutionBB","processDefinitionName":"ControllerExecutionBB","processDefinitionVersion":1,"startTime":"2023-03-28T07:49:26.912+0000","endTime":"2023-03-28T07:49:30.357+0000","removalTime":null,"durationInMillis":3445,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"050a8cfd-cd3d-11ed-8192-02f87d878986","superProcessInstanceId":"0f799a24-cd3d-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}]
2023-03-28T07:49:32.447Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:32.447Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:49:32.471Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1055f0aa-cd3d-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1055f0aa-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:49:32.471Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1055f0aa-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T07:49:32.471Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1055f0aa-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:32.471Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1055f0aa-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1055f0aa-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:49:32.472Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1055f0aa-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:49:32.472Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1055f0aa-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"6e77bec9-a294-4d9c-a32e-bebfc8bf8701", X-RequestID:"6e77bec9-a294-4d9c-a32e-bebfc8bf8701", X-TransactionID:"6e77bec9-a294-4d9c-a32e-bebfc8bf8701", X-ECOMP-RequestID:"6e77bec9-a294-4d9c-a32e-bebfc8bf8701", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"421eab9e-0feb-4489-9a36-09cb3661ec60"]
2023-03-28T07:49:32.472Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1055f0aa-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:49:32.472Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1055f0aa-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:49:32.724Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1055f0aa-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:32.725Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1055f0aa-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:49:32.725Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1055f0aa-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:49:32.726Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1055f0aa-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=50ED3B766F4E6667AFA4EE07C5C81980; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"786", date:"Tue, 28 Mar 2023 07:49:32 GMT", x-envoy-upstream-service-time:"248", server:"envoy"]
2023-03-28T07:49:32.726Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1055f0aa-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"EndEvent_0lgvk82:1262fe1a-cd3d-11ed-8192-02f87d878986","parentActivityInstanceId":"1055f0aa-cd3d-11ed-8192-02f87d878986","activityId":"EndEvent_0lgvk82","activityName":null,"activityType":"noneEndEvent","processDefinitionKey":"ControllerExecutionBB","processDefinitionId":"ControllerExecutionBB:1:e2d5f1ad-ccfc-11ed-8192-02f87d878986","processInstanceId":"1055f0aa-cd3d-11ed-8192-02f87d878986","executionId":"1055f0aa-cd3d-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T07:49:30.353+0000","endTime":"2023-03-28T07:49:30.354+0000","durationInMillis":1,"canceled":false,"completeScope":true,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"050a8cfd-cd3d-11ed-8192-02f87d878986"}]
2023-03-28T07:49:32.726Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1055f0aa-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:32.727Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1055f0aa-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:49:32.733Z|6e77bec9-a294-4d9c-a32e-bebfc8bf8701|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:49:35.089Z|1a0a61b3-c30b-4c78-a012-536d037da158|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:49:35.094Z|1a0a61b3-c30b-4c78-a012-536d037da158|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:49:37.163Z|3a8bf82d-afe8-4989-b1cf-9ac949ac2f60|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:49:37.164Z|3a8bf82d-afe8-4989-b1cf-9ac949ac2f60|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:49:37.417Z|09cc11b3-8491-4056-9165-237a8f82dbef|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:49:37.418Z|09cc11b3-8491-4056-9165-237a8f82dbef|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:49:39.670Z|ebf5d9e8-a623-427e-95b6-2d471b16b86d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:49:39.671Z|ebf5d9e8-a623-427e-95b6-2d471b16b86d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:49:42.967Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:49:42.975Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:49:42.976Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||Invoke
2023-03-28T07:49:42.976Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:42.976Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:49:42.976Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Method      : GET
2023-03-28T07:49:42.976Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"16df7c4e5e59fa22684da629991cb656", X-B3-SpanId:"bae36adaca78426e", X-B3-ParentSpanId:"3718674279b25373", X-B3-Sampled:"0", X-ONAP-RequestID:"72a14aa0-6ff8-4829-9481-0153fbad77a8", X-RequestID:"72a14aa0-6ff8-4829-9481-0153fbad77a8", X-TransactionID:"72a14aa0-6ff8-4829-9481-0153fbad77a8", X-ECOMP-RequestID:"72a14aa0-6ff8-4829-9481-0153fbad77a8", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e62a6df3-395c-4c7d-8e80-e550c8cd71be"]
2023-03-28T07:49:42.976Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Request body: 
2023-03-28T07:49:42.977Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||==========================request end================================================
2023-03-28T07:49:43.014Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:43.014Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status code  : 200 OK
2023-03-28T07:49:43.015Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status text  : OK
2023-03-28T07:49:43.015Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:49:42 GMT", x-envoy-upstream-service-time:"33", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:49:43.016Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Response body: {
  "requestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "requestStatus" : "IN_PROGRESS",
  "resourceStatusMessage" : "The new vf module was successfully created in the cloud",
  "flowStatus" : "Execution of ControllerExecutionBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 4; BBs remaining = 5).",
  "progress" : 47,
  "startTime" : "2023-03-28T07:49:07.000+00:00",
  "source" : "VID",
  "vnfId" : "97a6d2c8-c4d0-4aa3-a894-01f9ea209e55",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n\t\t\t\"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basicvm-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_vm_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_vm_macro\",\n                                        \"modelVersionId\": \"c7e1dfbb-2243-434f-a456-c37aa8c08067\",\n                                        \"modelInvariantUuid\": \"5af3410d-cd9e-4bc8-9c5e-58c42ee90049\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"5755a7a9-66b7-4113-b73a-643bc49262cc\",\n                                        \"modelInstanceName\": \"basic_vm_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n                                        \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"RegionOne\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicvm-platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicvm-lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_vm_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n                                                \"modelVersionId\": \"88c6ab63-b0dc-4c42-8100-9bed66bcca93\",\n                                                \"modelInvariantUuid\": \"12c81d3f-0e5d-48dc-a4e8-e625516d752e\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"5e14cdee-39ff-4e20-9c8f-9108fb213210\"\n                                            },\n                                            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"ubuntu20_image_name\": \"Ubuntu_2004\",\n                                                    \n                                                    \"ubuntu20_key_name\": \"onap_dt\",\n                                                    \n                                                    \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n                                                    \n                                                    \"ubuntu20_flavor_name\": \"m1.small\",\n                                                    \n                                                    \"VM_name\": \"basic_vm_macro-VM-01\",\n                                                    \n                                                    \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n                                                    \n                                                    \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n                                                    \n                                                    \"vnf_name\": \"basic_vm_macro-VNF\",\n                                                    \n                                                    \"admin_plane_net_name\": \"admin-daily-master-sm\",\n                                                    \n                                                    \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n                            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n                            \"modelName\": \"basic_vm_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicvm-project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n            \"owningEntityName\": \"basicvm-oe\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:49:42.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "serviceInstanceName" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
    "cloudIdentifier" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
    "requestBody" : "{\"parameters\":{\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vnf_name\":\"ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master-sm\"},\"environment\":\"parameters:\\n  admin_plane_net_name: \\\"admin\\\"\\n  dcae_collector_ip: \\\"10.4.2.166\\\"\\n  dcae_collector_port: \\\"30417\\\"\\n  ubuntu20_flavor_name: \\\"m1.small\\\"\\n  ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n  ubuntu20_name_0: \\\"Ubuntu20\\\"\\n  ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n  vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n  vnf_id: \\\"Ubuntu20-VNF\\\"\\n  vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}",
    "created" : "2023-03-28T07:49:38.000+00:00"
  } ],
  "requestURI" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    }
  }
}
2023-03-28T07:49:43.016Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:43.016Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||InvokeReturn
2023-03-28T07:49:43.017Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false
2023-03-28T07:49:43.017Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:49:43.018Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:43.018Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false
2023-03-28T07:49:43.018Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:49:43.018Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"16df7c4e5e59fa22684da629991cb656", X-B3-SpanId:"e597791fda662b58", X-B3-ParentSpanId:"3718674279b25373", X-B3-Sampled:"0", X-ONAP-RequestID:"72a14aa0-6ff8-4829-9481-0153fbad77a8", X-RequestID:"72a14aa0-6ff8-4829-9481-0153fbad77a8", X-TransactionID:"72a14aa0-6ff8-4829-9481-0153fbad77a8", X-ECOMP-RequestID:"72a14aa0-6ff8-4829-9481-0153fbad77a8", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1a78122f-16d4-4332-9099-056ac0bfdaef"]
2023-03-28T07:49:43.018Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:49:43.018Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:49:43.039Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:43.040Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:49:43.040Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:49:43.040Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:49:42 GMT", x-envoy-upstream-service-time:"18", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:49:43.041Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T07:49:43.042Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:43.042Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:49:43.059Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:49:43.059Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T07:49:43.059Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:43.060Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:49:43.060Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:49:43.060Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"72a14aa0-6ff8-4829-9481-0153fbad77a8", X-RequestID:"72a14aa0-6ff8-4829-9481-0153fbad77a8", X-TransactionID:"72a14aa0-6ff8-4829-9481-0153fbad77a8", X-ECOMP-RequestID:"72a14aa0-6ff8-4829-9481-0153fbad77a8", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"90929bce-5bcf-433c-a609-26543d84fd4a"]
2023-03-28T07:49:43.060Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:49:43.060Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:49:43.354Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:43.355Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:49:43.355Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:49:43.355Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=62E4C71A2808176EDF283296B8AC122C; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"688", date:"Tue, 28 Mar 2023 07:49:42 GMT", x-envoy-upstream-service-time:"289", server:"envoy"]
2023-03-28T07:49:43.356Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"1461db72-cd3d-11ed-8192-02f87d878986","businessKey":"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T07:49:33.701+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"050a8cfd-cd3d-11ed-8192-02f87d878986","superProcessInstanceId":"145c8501-cd3d-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}]
2023-03-28T07:49:43.356Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:43.356Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:49:43.385Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:49:43.386Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T07:49:43.386Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:43.386Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:49:43.386Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:49:43.386Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"72a14aa0-6ff8-4829-9481-0153fbad77a8", X-RequestID:"72a14aa0-6ff8-4829-9481-0153fbad77a8", X-TransactionID:"72a14aa0-6ff8-4829-9481-0153fbad77a8", X-ECOMP-RequestID:"72a14aa0-6ff8-4829-9481-0153fbad77a8", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7f3596d4-4672-4f0f-a34d-484999d4c25f"]
2023-03-28T07:49:43.386Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:49:43.387Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:49:43.543Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:43.543Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:49:43.544Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:49:43.544Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=8B9CD47026BE138A9959E0AB292975D2; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"812", date:"Tue, 28 Mar 2023 07:49:42 GMT", x-envoy-upstream-service-time:"151", server:"envoy"]
2023-03-28T07:49:43.544Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:19aed26a-cd3d-11ed-8192-02f87d878986","parentActivityInstanceId":"1461db72-cd3d-11ed-8192-02f87d878986","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"1461db72-cd3d-11ed-8192-02f87d878986","executionId":"1461db72-cd3d-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T07:49:42.594+0000","endTime":"2023-03-28T07:49:42.608+0000","durationInMillis":14,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"050a8cfd-cd3d-11ed-8192-02f87d878986"}]
2023-03-28T07:49:43.545Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:43.545Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:49:43.552Z|72a14aa0-6ff8-4829-9481-0153fbad77a8|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:49:47.194Z|9da3c24e-2852-425d-be77-084f72d29ecc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:49:47.195Z|9da3c24e-2852-425d-be77-084f72d29ecc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:49:47.448Z|cdc0bb94-b27f-43d5-a1de-771a7de7939e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:49:47.449Z|cdc0bb94-b27f-43d5-a1de-771a7de7939e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:49:49.702Z|8d6bce0c-9471-41d7-b9e7-6fd13ef30008|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:49:49.703Z|8d6bce0c-9471-41d7-b9e7-6fd13ef30008|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:49:50.089Z|d39c81a4-389d-4a4d-917a-799e119ea3f5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:49:50.089Z|d39c81a4-389d-4a4d-917a-799e119ea3f5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:49:51.455Z|1b718efb-8ffa-4790-8440-5ce8349167d3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:49:51.456Z|1b718efb-8ffa-4790-8440-5ce8349167d3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:49:53.766Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:49:53.776Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:49:53.776Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||Invoke
2023-03-28T07:49:53.777Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:53.777Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:49:53.777Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Method      : GET
2023-03-28T07:49:53.777Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e36da43eef7a8ba6458519b4a8083cdc", X-B3-SpanId:"ca56603894f311c3", X-B3-ParentSpanId:"ebd72d4bdbe3d4c9", X-B3-Sampled:"0", X-ONAP-RequestID:"bce52113-0447-4e1f-a683-ef1fe0d402c7", X-RequestID:"bce52113-0447-4e1f-a683-ef1fe0d402c7", X-TransactionID:"bce52113-0447-4e1f-a683-ef1fe0d402c7", X-ECOMP-RequestID:"bce52113-0447-4e1f-a683-ef1fe0d402c7", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"dc440103-0b7f-45ca-965b-0baeae7e11b6"]
2023-03-28T07:49:53.777Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Request body: 
2023-03-28T07:49:53.777Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||==========================request end================================================
2023-03-28T07:49:53.823Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:53.824Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status code  : 200 OK
2023-03-28T07:49:53.824Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status text  : OK
2023-03-28T07:49:53.824Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:49:53 GMT", x-envoy-upstream-service-time:"42", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:49:53.827Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Response body: {
  "requestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "requestStatus" : "IN_PROGRESS",
  "resourceStatusMessage" : "The new vf module was successfully created in the cloud",
  "flowStatus" : "Execution of ControllerExecutionBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 4; BBs remaining = 5).",
  "progress" : 47,
  "startTime" : "2023-03-28T07:49:07.000+00:00",
  "source" : "VID",
  "vnfId" : "97a6d2c8-c4d0-4aa3-a894-01f9ea209e55",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n\t\t\t\"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basicvm-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_vm_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_vm_macro\",\n                                        \"modelVersionId\": \"c7e1dfbb-2243-434f-a456-c37aa8c08067\",\n                                        \"modelInvariantUuid\": \"5af3410d-cd9e-4bc8-9c5e-58c42ee90049\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"5755a7a9-66b7-4113-b73a-643bc49262cc\",\n                                        \"modelInstanceName\": \"basic_vm_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n                                        \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"RegionOne\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicvm-platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicvm-lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_vm_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n                                                \"modelVersionId\": \"88c6ab63-b0dc-4c42-8100-9bed66bcca93\",\n                                                \"modelInvariantUuid\": \"12c81d3f-0e5d-48dc-a4e8-e625516d752e\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"5e14cdee-39ff-4e20-9c8f-9108fb213210\"\n                                            },\n                                            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"ubuntu20_image_name\": \"Ubuntu_2004\",\n                                                    \n                                                    \"ubuntu20_key_name\": \"onap_dt\",\n                                                    \n                                                    \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n                                                    \n                                                    \"ubuntu20_flavor_name\": \"m1.small\",\n                                                    \n                                                    \"VM_name\": \"basic_vm_macro-VM-01\",\n                                                    \n                                                    \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n                                                    \n                                                    \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n                                                    \n                                                    \"vnf_name\": \"basic_vm_macro-VNF\",\n                                                    \n                                                    \"admin_plane_net_name\": \"admin-daily-master-sm\",\n                                                    \n                                                    \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n                            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n                            \"modelName\": \"basic_vm_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicvm-project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n            \"owningEntityName\": \"basicvm-oe\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:49:42.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "serviceInstanceName" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
    "cloudIdentifier" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
    "requestBody" : "{\"parameters\":{\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vnf_name\":\"ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master-sm\"},\"environment\":\"parameters:\\n  admin_plane_net_name: \\\"admin\\\"\\n  dcae_collector_ip: \\\"10.4.2.166\\\"\\n  dcae_collector_port: \\\"30417\\\"\\n  ubuntu20_flavor_name: \\\"m1.small\\\"\\n  ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n  ubuntu20_name_0: \\\"Ubuntu20\\\"\\n  ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n  vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n  vnf_id: \\\"Ubuntu20-VNF\\\"\\n  vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}",
    "created" : "2023-03-28T07:49:38.000+00:00"
  } ],
  "requestURI" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    }
  }
}
2023-03-28T07:49:53.827Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:53.827Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||InvokeReturn
2023-03-28T07:49:53.828Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false
2023-03-28T07:49:53.828Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:49:53.828Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:53.829Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false
2023-03-28T07:49:53.829Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:49:53.829Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"e36da43eef7a8ba6458519b4a8083cdc", X-B3-SpanId:"326a56187e6db232", X-B3-ParentSpanId:"ebd72d4bdbe3d4c9", X-B3-Sampled:"0", X-ONAP-RequestID:"bce52113-0447-4e1f-a683-ef1fe0d402c7", X-RequestID:"bce52113-0447-4e1f-a683-ef1fe0d402c7", X-TransactionID:"bce52113-0447-4e1f-a683-ef1fe0d402c7", X-ECOMP-RequestID:"bce52113-0447-4e1f-a683-ef1fe0d402c7", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"084086c8-eeba-4a91-b690-3d60f4383a1d"]
2023-03-28T07:49:53.829Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:49:53.829Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:49:53.848Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:53.848Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:49:53.848Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:49:53.848Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:49:53 GMT", x-envoy-upstream-service-time:"16", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:49:53.849Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 51,
  "soRequestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "groupingId" : "4280a18e-8892-4cd0-8267-99f4f321b909",
  "name" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
  "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/4280a18e-8892-4cd0-8267-99f4f321b909\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE started\",\"stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":null,\"creation_time\":1679989781000,\"stack_status\":\"CREATE_IN_PROGRESS\",\"id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"446e2eb6664446678221858ed1ea1dd2\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T07:49:45.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T07:49:53.849Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:53.849Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:49:53.868Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:49:53.868Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T07:49:53.869Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:53.869Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:49:53.869Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:49:53.869Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"bce52113-0447-4e1f-a683-ef1fe0d402c7", X-RequestID:"bce52113-0447-4e1f-a683-ef1fe0d402c7", X-TransactionID:"bce52113-0447-4e1f-a683-ef1fe0d402c7", X-ECOMP-RequestID:"bce52113-0447-4e1f-a683-ef1fe0d402c7", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e881cf2e-4d65-4c15-a581-8f6602054e96"]
2023-03-28T07:49:53.869Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:49:53.869Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:49:54.056Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:54.057Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:49:54.057Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:49:54.058Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=5D6374B02875AA495012B518742B8017; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"688", date:"Tue, 28 Mar 2023 07:49:53 GMT", x-envoy-upstream-service-time:"176", server:"envoy"]
2023-03-28T07:49:54.058Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"1461db72-cd3d-11ed-8192-02f87d878986","businessKey":"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T07:49:33.701+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"050a8cfd-cd3d-11ed-8192-02f87d878986","superProcessInstanceId":"145c8501-cd3d-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}]
2023-03-28T07:49:54.059Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:54.059Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:49:54.091Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:49:54.092Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T07:49:54.092Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:49:54.092Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:49:54.092Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:49:54.092Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"bce52113-0447-4e1f-a683-ef1fe0d402c7", X-RequestID:"bce52113-0447-4e1f-a683-ef1fe0d402c7", X-TransactionID:"bce52113-0447-4e1f-a683-ef1fe0d402c7", X-ECOMP-RequestID:"bce52113-0447-4e1f-a683-ef1fe0d402c7", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"02768125-3bc3-44ea-8eb9-fa50317b997a"]
2023-03-28T07:49:54.092Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:49:54.092Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:49:54.243Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:49:54.243Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:49:54.244Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:49:54.244Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=80AC03BAAD6996C7320A9E5D1F0A0FAB; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"812", date:"Tue, 28 Mar 2023 07:49:53 GMT", x-envoy-upstream-service-time:"146", server:"envoy"]
2023-03-28T07:49:54.244Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:19aed26a-cd3d-11ed-8192-02f87d878986","parentActivityInstanceId":"1461db72-cd3d-11ed-8192-02f87d878986","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"1461db72-cd3d-11ed-8192-02f87d878986","executionId":"1461db72-cd3d-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T07:49:42.594+0000","endTime":"2023-03-28T07:49:42.608+0000","durationInMillis":14,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"050a8cfd-cd3d-11ed-8192-02f87d878986"}]
2023-03-28T07:49:54.245Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:49:54.245Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:49:54.253Z|bce52113-0447-4e1f-a683-ef1fe0d402c7|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:49:56.116Z|9ce739c1-fb30-4256-a1fd-0f5db2c6b15a|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:49:56.117Z|9ce739c1-fb30-4256-a1fd-0f5db2c6b15a|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:49:57.225Z|c2f02efe-d942-4dea-bd1e-c56b0ddfc533|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:49:57.226Z|c2f02efe-d942-4dea-bd1e-c56b0ddfc533|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:49:57.479Z|4fbd1f36-f8e1-4e4b-8e1b-e8ece37ba991|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:49:57.480Z|4fbd1f36-f8e1-4e4b-8e1b-e8ece37ba991|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:49:59.731Z|c900870a-61dc-467f-ac7a-8870747f4621|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:49:59.731Z|c900870a-61dc-467f-ac7a-8870747f4621|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:50:04.497Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:50:04.505Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:50:04.505Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||Invoke
2023-03-28T07:50:04.506Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:04.506Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:50:04.506Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Method      : GET
2023-03-28T07:50:04.506Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"bfbb93bf7033b5f8e014d751cb9f606e", X-B3-SpanId:"66fec3bdae42556b", X-B3-ParentSpanId:"08104362a70cfc1d", X-B3-Sampled:"0", X-ONAP-RequestID:"3e92ae9b-b748-4afa-8f4f-c4a53f56f952", X-RequestID:"3e92ae9b-b748-4afa-8f4f-c4a53f56f952", X-TransactionID:"3e92ae9b-b748-4afa-8f4f-c4a53f56f952", X-ECOMP-RequestID:"3e92ae9b-b748-4afa-8f4f-c4a53f56f952", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"915194f4-4799-45d0-be40-07f532061ec8"]
2023-03-28T07:50:04.506Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Request body: 
2023-03-28T07:50:04.506Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||==========================request end================================================
2023-03-28T07:50:04.542Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:04.543Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:04.544Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status text  : OK
2023-03-28T07:50:04.544Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:50:04 GMT", x-envoy-upstream-service-time:"31", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:04.545Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Response body: {
  "requestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "requestStatus" : "IN_PROGRESS",
  "resourceStatusMessage" : "The new vf module was successfully created in the cloud",
  "flowStatus" : "Execution of ControllerExecutionBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 4; BBs remaining = 5).",
  "progress" : 47,
  "startTime" : "2023-03-28T07:49:07.000+00:00",
  "source" : "VID",
  "vnfId" : "97a6d2c8-c4d0-4aa3-a894-01f9ea209e55",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n\t\t\t\"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basicvm-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_vm_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_vm_macro\",\n                                        \"modelVersionId\": \"c7e1dfbb-2243-434f-a456-c37aa8c08067\",\n                                        \"modelInvariantUuid\": \"5af3410d-cd9e-4bc8-9c5e-58c42ee90049\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"5755a7a9-66b7-4113-b73a-643bc49262cc\",\n                                        \"modelInstanceName\": \"basic_vm_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n                                        \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"RegionOne\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicvm-platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicvm-lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_vm_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n                                                \"modelVersionId\": \"88c6ab63-b0dc-4c42-8100-9bed66bcca93\",\n                                                \"modelInvariantUuid\": \"12c81d3f-0e5d-48dc-a4e8-e625516d752e\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"5e14cdee-39ff-4e20-9c8f-9108fb213210\"\n                                            },\n                                            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"ubuntu20_image_name\": \"Ubuntu_2004\",\n                                                    \n                                                    \"ubuntu20_key_name\": \"onap_dt\",\n                                                    \n                                                    \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n                                                    \n                                                    \"ubuntu20_flavor_name\": \"m1.small\",\n                                                    \n                                                    \"VM_name\": \"basic_vm_macro-VM-01\",\n                                                    \n                                                    \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n                                                    \n                                                    \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n                                                    \n                                                    \"vnf_name\": \"basic_vm_macro-VNF\",\n                                                    \n                                                    \"admin_plane_net_name\": \"admin-daily-master-sm\",\n                                                    \n                                                    \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n                            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n                            \"modelName\": \"basic_vm_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicvm-project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n            \"owningEntityName\": \"basicvm-oe\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:49:42.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "serviceInstanceName" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
    "cloudIdentifier" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
    "requestBody" : "{\"parameters\":{\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vnf_name\":\"ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master-sm\"},\"environment\":\"parameters:\\n  admin_plane_net_name: \\\"admin\\\"\\n  dcae_collector_ip: \\\"10.4.2.166\\\"\\n  dcae_collector_port: \\\"30417\\\"\\n  ubuntu20_flavor_name: \\\"m1.small\\\"\\n  ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n  ubuntu20_name_0: \\\"Ubuntu20\\\"\\n  ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n  vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n  vnf_id: \\\"Ubuntu20-VNF\\\"\\n  vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}",
    "created" : "2023-03-28T07:49:38.000+00:00"
  } ],
  "requestURI" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    }
  }
}
2023-03-28T07:50:04.545Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:04.545Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||InvokeReturn
2023-03-28T07:50:04.547Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false
2023-03-28T07:50:04.548Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:50:04.548Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:04.549Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false
2023-03-28T07:50:04.549Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:50:04.549Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"bfbb93bf7033b5f8e014d751cb9f606e", X-B3-SpanId:"a4cc4dde9a9a136e", X-B3-ParentSpanId:"08104362a70cfc1d", X-B3-Sampled:"0", X-ONAP-RequestID:"3e92ae9b-b748-4afa-8f4f-c4a53f56f952", X-RequestID:"3e92ae9b-b748-4afa-8f4f-c4a53f56f952", X-TransactionID:"3e92ae9b-b748-4afa-8f4f-c4a53f56f952", X-ECOMP-RequestID:"3e92ae9b-b748-4afa-8f4f-c4a53f56f952", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"36c83f94-4c07-4448-8fee-d84cd109b1ed"]
2023-03-28T07:50:04.549Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:50:04.550Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:50:04.566Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:04.567Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:04.567Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:50:04.568Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:50:04 GMT", x-envoy-upstream-service-time:"14", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:04.568Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 51,
  "soRequestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "groupingId" : "4280a18e-8892-4cd0-8267-99f4f321b909",
  "name" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
  "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/4280a18e-8892-4cd0-8267-99f4f321b909\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE started\",\"stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":null,\"creation_time\":1679989781000,\"stack_status\":\"CREATE_IN_PROGRESS\",\"id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"446e2eb6664446678221858ed1ea1dd2\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T07:49:45.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T07:50:04.568Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:04.569Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:50:04.604Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:50:04.605Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T07:50:04.605Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:04.605Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:50:04.605Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:50:04.605Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"3e92ae9b-b748-4afa-8f4f-c4a53f56f952", X-RequestID:"3e92ae9b-b748-4afa-8f4f-c4a53f56f952", X-TransactionID:"3e92ae9b-b748-4afa-8f4f-c4a53f56f952", X-ECOMP-RequestID:"3e92ae9b-b748-4afa-8f4f-c4a53f56f952", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c7fbfaf6-bae7-4914-9ac9-b57b00cbae5d"]
2023-03-28T07:50:04.606Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:50:04.606Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:50:04.750Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:04.750Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:04.751Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:50:04.751Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=05820B3D4C444A0D4F3EDB77A7B5FE75; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"688", date:"Tue, 28 Mar 2023 07:50:04 GMT", x-envoy-upstream-service-time:"140", server:"envoy"]
2023-03-28T07:50:04.751Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"1461db72-cd3d-11ed-8192-02f87d878986","businessKey":"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T07:49:33.701+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"050a8cfd-cd3d-11ed-8192-02f87d878986","superProcessInstanceId":"145c8501-cd3d-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}]
2023-03-28T07:50:04.751Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:04.751Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:50:04.767Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:50:04.768Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T07:50:04.768Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:04.768Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:50:04.768Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:50:04.768Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"3e92ae9b-b748-4afa-8f4f-c4a53f56f952", X-RequestID:"3e92ae9b-b748-4afa-8f4f-c4a53f56f952", X-TransactionID:"3e92ae9b-b748-4afa-8f4f-c4a53f56f952", X-ECOMP-RequestID:"3e92ae9b-b748-4afa-8f4f-c4a53f56f952", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b93f7ddd-bd25-41d8-81a5-9ace32afdd51"]
2023-03-28T07:50:04.768Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:50:04.768Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:50:04.921Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:04.922Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:04.922Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:50:04.922Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=5247EE66FA2A5163889F07B919388594; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"812", date:"Tue, 28 Mar 2023 07:50:04 GMT", x-envoy-upstream-service-time:"149", server:"envoy"]
2023-03-28T07:50:04.922Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:19aed26a-cd3d-11ed-8192-02f87d878986","parentActivityInstanceId":"1461db72-cd3d-11ed-8192-02f87d878986","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"1461db72-cd3d-11ed-8192-02f87d878986","executionId":"1461db72-cd3d-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T07:49:42.594+0000","endTime":"2023-03-28T07:49:42.608+0000","durationInMillis":14,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"050a8cfd-cd3d-11ed-8192-02f87d878986"}]
2023-03-28T07:50:04.922Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:04.922Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:50:04.927Z|3e92ae9b-b748-4afa-8f4f-c4a53f56f952|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:50:05.089Z|69914673-25e8-4baf-aedd-2eaf1e831e68|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:50:05.090Z|69914673-25e8-4baf-aedd-2eaf1e831e68|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:50:07.256Z|bfa149ac-66d0-403c-8f7e-79110daa6955|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:50:07.257Z|bfa149ac-66d0-403c-8f7e-79110daa6955|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:50:07.509Z|95812954-f86e-4dc1-856a-9fa9b74730aa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:50:07.510Z|95812954-f86e-4dc1-856a-9fa9b74730aa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:50:09.759Z|6b709767-d688-48c3-ad60-7f5d0dc63097|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:50:09.760Z|6b709767-d688-48c3-ad60-7f5d0dc63097|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:50:15.111Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:50:15.120Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:50:15.121Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||Invoke
2023-03-28T07:50:15.121Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:15.121Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:50:15.121Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Method      : GET
2023-03-28T07:50:15.121Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"507bdbe519284e86fa0c265474b1f65c", X-B3-SpanId:"fa71a98fcbe139c8", X-B3-ParentSpanId:"70f08a77c3613dfe", X-B3-Sampled:"0", X-ONAP-RequestID:"69926740-e20a-4ab9-8bda-352b5d741b48", X-RequestID:"69926740-e20a-4ab9-8bda-352b5d741b48", X-TransactionID:"69926740-e20a-4ab9-8bda-352b5d741b48", X-ECOMP-RequestID:"69926740-e20a-4ab9-8bda-352b5d741b48", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"dec8ea41-3dc9-460b-8043-0a5b2276061c"]
2023-03-28T07:50:15.122Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Request body: 
2023-03-28T07:50:15.122Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||==========================request end================================================
2023-03-28T07:50:15.165Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:15.166Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:15.166Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status text  : OK
2023-03-28T07:50:15.166Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:50:14 GMT", x-envoy-upstream-service-time:"39", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:15.167Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Response body: {
  "requestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "requestStatus" : "IN_PROGRESS",
  "resourceStatusMessage" : "The new vf module was successfully created in the cloud",
  "flowStatus" : "Execution of ControllerExecutionBB has completed successfully, next invoking CreateVfModuleBB (Execution Path progress: BBs completed = 4; BBs remaining = 5).",
  "progress" : 47,
  "startTime" : "2023-03-28T07:49:07.000+00:00",
  "source" : "VID",
  "vnfId" : "97a6d2c8-c4d0-4aa3-a894-01f9ea209e55",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n\t\t\t\"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basicvm-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_vm_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_vm_macro\",\n                                        \"modelVersionId\": \"c7e1dfbb-2243-434f-a456-c37aa8c08067\",\n                                        \"modelInvariantUuid\": \"5af3410d-cd9e-4bc8-9c5e-58c42ee90049\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"5755a7a9-66b7-4113-b73a-643bc49262cc\",\n                                        \"modelInstanceName\": \"basic_vm_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n                                        \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"RegionOne\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicvm-platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicvm-lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_vm_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n                                                \"modelVersionId\": \"88c6ab63-b0dc-4c42-8100-9bed66bcca93\",\n                                                \"modelInvariantUuid\": \"12c81d3f-0e5d-48dc-a4e8-e625516d752e\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"5e14cdee-39ff-4e20-9c8f-9108fb213210\"\n                                            },\n                                            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"ubuntu20_image_name\": \"Ubuntu_2004\",\n                                                    \n                                                    \"ubuntu20_key_name\": \"onap_dt\",\n                                                    \n                                                    \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n                                                    \n                                                    \"ubuntu20_flavor_name\": \"m1.small\",\n                                                    \n                                                    \"VM_name\": \"basic_vm_macro-VM-01\",\n                                                    \n                                                    \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n                                                    \n                                                    \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n                                                    \n                                                    \"vnf_name\": \"basic_vm_macro-VNF\",\n                                                    \n                                                    \"admin_plane_net_name\": \"admin-daily-master-sm\",\n                                                    \n                                                    \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n                            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n                            \"modelName\": \"basic_vm_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicvm-project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n            \"owningEntityName\": \"basicvm-oe\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:49:42.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "serviceInstanceName" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
    "cloudIdentifier" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
    "requestBody" : "{\"parameters\":{\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vnf_name\":\"ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master-sm\"},\"environment\":\"parameters:\\n  admin_plane_net_name: \\\"admin\\\"\\n  dcae_collector_ip: \\\"10.4.2.166\\\"\\n  dcae_collector_port: \\\"30417\\\"\\n  ubuntu20_flavor_name: \\\"m1.small\\\"\\n  ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n  ubuntu20_name_0: \\\"Ubuntu20\\\"\\n  ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n  vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n  vnf_id: \\\"Ubuntu20-VNF\\\"\\n  vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}",
    "created" : "2023-03-28T07:49:38.000+00:00"
  } ],
  "requestURI" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    }
  }
}
2023-03-28T07:50:15.168Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:15.168Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||InvokeReturn
2023-03-28T07:50:15.169Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false
2023-03-28T07:50:15.170Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:50:15.170Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:15.170Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false
2023-03-28T07:50:15.170Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:50:15.170Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"507bdbe519284e86fa0c265474b1f65c", X-B3-SpanId:"8b7ddf299868adff", X-B3-ParentSpanId:"70f08a77c3613dfe", X-B3-Sampled:"0", X-ONAP-RequestID:"69926740-e20a-4ab9-8bda-352b5d741b48", X-RequestID:"69926740-e20a-4ab9-8bda-352b5d741b48", X-TransactionID:"69926740-e20a-4ab9-8bda-352b5d741b48", X-ECOMP-RequestID:"69926740-e20a-4ab9-8bda-352b5d741b48", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b7892b93-8c11-40e6-b1af-cc353c392117"]
2023-03-28T07:50:15.170Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:50:15.170Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:50:15.191Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:15.191Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:15.192Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:50:15.192Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:50:14 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:15.193Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 51,
  "soRequestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "groupingId" : "4280a18e-8892-4cd0-8267-99f4f321b909",
  "name" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
  "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/4280a18e-8892-4cd0-8267-99f4f321b909\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE started\",\"stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":null,\"creation_time\":1679989781000,\"stack_status\":\"CREATE_IN_PROGRESS\",\"id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"446e2eb6664446678221858ed1ea1dd2\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T07:49:45.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T07:50:15.193Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:15.193Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:50:15.214Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:50:15.215Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T07:50:15.215Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:15.215Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:50:15.215Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:50:15.215Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"69926740-e20a-4ab9-8bda-352b5d741b48", X-RequestID:"69926740-e20a-4ab9-8bda-352b5d741b48", X-TransactionID:"69926740-e20a-4ab9-8bda-352b5d741b48", X-ECOMP-RequestID:"69926740-e20a-4ab9-8bda-352b5d741b48", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"474b5796-4022-4df8-b315-aade09d7dc54"]
2023-03-28T07:50:15.216Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:50:15.216Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:50:15.375Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:15.376Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:15.376Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:50:15.376Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=F1A199ED51CDA0C8934D43A5CBC1664C; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"688", date:"Tue, 28 Mar 2023 07:50:15 GMT", x-envoy-upstream-service-time:"154", server:"envoy"]
2023-03-28T07:50:15.377Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"1461db72-cd3d-11ed-8192-02f87d878986","businessKey":"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T07:49:33.701+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"050a8cfd-cd3d-11ed-8192-02f87d878986","superProcessInstanceId":"145c8501-cd3d-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}]
2023-03-28T07:50:15.377Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:15.378Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:50:15.410Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:50:15.411Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T07:50:15.411Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:15.412Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:50:15.412Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:50:15.412Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"69926740-e20a-4ab9-8bda-352b5d741b48", X-RequestID:"69926740-e20a-4ab9-8bda-352b5d741b48", X-TransactionID:"69926740-e20a-4ab9-8bda-352b5d741b48", X-ECOMP-RequestID:"69926740-e20a-4ab9-8bda-352b5d741b48", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"25ce3305-b04f-4c4e-854e-b2ca88b23e0b"]
2023-03-28T07:50:15.412Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:50:15.412Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:50:15.566Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:15.567Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:15.567Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:50:15.567Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=C51ACAED4BF03C3350A55F759FB9CF58; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"812", date:"Tue, 28 Mar 2023 07:50:15 GMT", x-envoy-upstream-service-time:"148", server:"envoy"]
2023-03-28T07:50:15.567Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:19aed26a-cd3d-11ed-8192-02f87d878986","parentActivityInstanceId":"1461db72-cd3d-11ed-8192-02f87d878986","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"1461db72-cd3d-11ed-8192-02f87d878986","executionId":"1461db72-cd3d-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T07:49:42.594+0000","endTime":"2023-03-28T07:49:42.608+0000","durationInMillis":14,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"050a8cfd-cd3d-11ed-8192-02f87d878986"}]
2023-03-28T07:50:15.568Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:15.568Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:50:15.574Z|69926740-e20a-4ab9-8bda-352b5d741b48|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:50:17.288Z|1e4e735a-a51a-43c3-bd9a-2ffb2ab484cf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:50:17.289Z|1e4e735a-a51a-43c3-bd9a-2ffb2ab484cf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:50:17.541Z|e485de50-d800-43a0-a145-bceabeb7597c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:50:17.542Z|e485de50-d800-43a0-a145-bceabeb7597c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:50:19.791Z|4c2cbaae-9dd9-43ca-8192-d9f5d9754d38|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:50:19.792Z|4c2cbaae-9dd9-43ca-8192-d9f5d9754d38|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:50:20.089Z|38e567d8-adae-4a85-b725-9c407a852e33|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:50:20.094Z|38e567d8-adae-4a85-b725-9c407a852e33|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:50:21.456Z|a3270e28-f509-4292-9660-ffd1e17a2700|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:50:21.457Z|a3270e28-f509-4292-9660-ffd1e17a2700|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:50:25.779Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:50:25.787Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:50:25.787Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||Invoke
2023-03-28T07:50:25.788Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:25.788Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:50:25.788Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Method      : GET
2023-03-28T07:50:25.788Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8fb6aba51ffb5cf2737fec814babc214", X-B3-SpanId:"fcd4de456f58a941", X-B3-ParentSpanId:"a83ca710c5c82191", X-B3-Sampled:"0", X-ONAP-RequestID:"1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37", X-RequestID:"1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37", X-TransactionID:"1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37", X-ECOMP-RequestID:"1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d10f8b0d-5a12-4765-a1a2-3d0da53576a4"]
2023-03-28T07:50:25.788Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Request body: 
2023-03-28T07:50:25.788Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||==========================request end================================================
2023-03-28T07:50:25.829Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:25.830Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:25.830Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status text  : OK
2023-03-28T07:50:25.830Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:50:25 GMT", x-envoy-upstream-service-time:"37", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:25.830Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Response body: {
  "requestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "requestStatus" : "IN_PROGRESS",
  "resourceStatusMessage" : "The new vf module was successfully created in the cloud",
  "flowStatus" : "Execution of CreateVfModuleBB has completed successfully, next invoking ActivateVfModuleBB (Execution Path progress: BBs completed = 5; BBs remaining = 4).",
  "progress" : 57,
  "startTime" : "2023-03-28T07:49:07.000+00:00",
  "source" : "VID",
  "vnfId" : "97a6d2c8-c4d0-4aa3-a894-01f9ea209e55",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n\t\t\t\"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basicvm-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_vm_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_vm_macro\",\n                                        \"modelVersionId\": \"c7e1dfbb-2243-434f-a456-c37aa8c08067\",\n                                        \"modelInvariantUuid\": \"5af3410d-cd9e-4bc8-9c5e-58c42ee90049\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"5755a7a9-66b7-4113-b73a-643bc49262cc\",\n                                        \"modelInstanceName\": \"basic_vm_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n                                        \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"RegionOne\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicvm-platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicvm-lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_vm_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n                                                \"modelVersionId\": \"88c6ab63-b0dc-4c42-8100-9bed66bcca93\",\n                                                \"modelInvariantUuid\": \"12c81d3f-0e5d-48dc-a4e8-e625516d752e\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"5e14cdee-39ff-4e20-9c8f-9108fb213210\"\n                                            },\n                                            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"ubuntu20_image_name\": \"Ubuntu_2004\",\n                                                    \n                                                    \"ubuntu20_key_name\": \"onap_dt\",\n                                                    \n                                                    \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n                                                    \n                                                    \"ubuntu20_flavor_name\": \"m1.small\",\n                                                    \n                                                    \"VM_name\": \"basic_vm_macro-VM-01\",\n                                                    \n                                                    \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n                                                    \n                                                    \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n                                                    \n                                                    \"vnf_name\": \"basic_vm_macro-VNF\",\n                                                    \n                                                    \"admin_plane_net_name\": \"admin-daily-master-sm\",\n                                                    \n                                                    \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n                            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n                            \"modelName\": \"basic_vm_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicvm-project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n            \"owningEntityName\": \"basicvm-oe\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:50:23.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "serviceInstanceName" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
    "cloudIdentifier" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
    "requestBody" : "{\"parameters\":{\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vnf_name\":\"ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master-sm\"},\"environment\":\"parameters:\\n  admin_plane_net_name: \\\"admin\\\"\\n  dcae_collector_ip: \\\"10.4.2.166\\\"\\n  dcae_collector_port: \\\"30417\\\"\\n  ubuntu20_flavor_name: \\\"m1.small\\\"\\n  ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n  ubuntu20_name_0: \\\"Ubuntu20\\\"\\n  ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n  vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n  vnf_id: \\\"Ubuntu20-VNF\\\"\\n  vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}",
    "created" : "2023-03-28T07:49:38.000+00:00"
  } ],
  "requestURI" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    }
  }
}
2023-03-28T07:50:25.831Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:25.831Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||InvokeReturn
2023-03-28T07:50:25.832Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false
2023-03-28T07:50:25.832Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:50:25.833Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:25.833Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false
2023-03-28T07:50:25.833Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:50:25.833Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8fb6aba51ffb5cf2737fec814babc214", X-B3-SpanId:"5ae0a58e03037997", X-B3-ParentSpanId:"a83ca710c5c82191", X-B3-Sampled:"0", X-ONAP-RequestID:"1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37", X-RequestID:"1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37", X-TransactionID:"1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37", X-ECOMP-RequestID:"1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"110e3012-f9ef-4d1e-8f7b-9d0e82ea0b47"]
2023-03-28T07:50:25.833Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:50:25.833Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:50:25.851Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:25.851Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:25.852Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:50:25.852Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:50:25 GMT", x-envoy-upstream-service-time:"15", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:25.853Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 51,
  "soRequestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "groupingId" : "4280a18e-8892-4cd0-8267-99f4f321b909",
  "name" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
  "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/4280a18e-8892-4cd0-8267-99f4f321b909\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":null,\"creation_time\":1679989781000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"446e2eb6664446678221858ed1ea1dd2\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T07:49:45.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T07:50:25.853Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:25.853Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:50:25.881Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:50:25.882Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T07:50:25.882Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:25.882Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:50:25.882Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:50:25.882Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37", X-RequestID:"1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37", X-TransactionID:"1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37", X-ECOMP-RequestID:"1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a0230316-c47b-4467-8fac-742fa4135beb"]
2023-03-28T07:50:25.882Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:50:25.882Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:50:26.053Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:26.053Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:26.054Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:50:26.054Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=235D25887E5CAC763D94F3A628A2C3F4; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"718", date:"Tue, 28 Mar 2023 07:50:25 GMT", x-envoy-upstream-service-time:"159", server:"envoy"]
2023-03-28T07:50:26.054Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"1461db72-cd3d-11ed-8192-02f87d878986","businessKey":"2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T07:49:33.701+0000","endTime":"2023-03-28T07:50:16.172+0000","removalTime":null,"durationInMillis":42471,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"050a8cfd-cd3d-11ed-8192-02f87d878986","superProcessInstanceId":"145c8501-cd3d-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}]
2023-03-28T07:50:26.054Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:26.054Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:50:26.086Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:50:26.087Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T07:50:26.087Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:26.087Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:50:26.087Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:50:26.088Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37", X-RequestID:"1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37", X-TransactionID:"1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37", X-ECOMP-RequestID:"1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f9cc5b27-ec67-4662-8bfc-4bdc459bb33c"]
2023-03-28T07:50:26.088Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:50:26.088Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:50:26.256Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:26.257Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:26.257Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:50:26.257Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=1D1522321184CBD6B5D9D4E3E1755581; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"772", date:"Tue, 28 Mar 2023 07:50:25 GMT", x-envoy-upstream-service-time:"164", server:"envoy"]
2023-03-28T07:50:26.258Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"EndEvent_6:2db1f5ed-cd3d-11ed-8192-02f87d878986","parentActivityInstanceId":"1461db72-cd3d-11ed-8192-02f87d878986","activityId":"EndEvent_6","activityName":null,"activityType":"noneEndEvent","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"1461db72-cd3d-11ed-8192-02f87d878986","executionId":"1461db72-cd3d-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T07:50:16.169+0000","endTime":"2023-03-28T07:50:16.169+0000","durationInMillis":0,"canceled":false,"completeScope":true,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"050a8cfd-cd3d-11ed-8192-02f87d878986"}]
2023-03-28T07:50:26.258Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:26.258Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=1461db72-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:50:26.264Z|1b7a35aa-861e-4d8d-bdcd-5d1aaf097b37|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:50:27.320Z|04cf8ed9-5f2b-477e-b8fd-28840a3ed48a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:50:27.320Z|04cf8ed9-5f2b-477e-b8fd-28840a3ed48a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:50:27.573Z|45f22cc8-944f-455f-9d56-baabab7bb2c4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:50:27.573Z|45f22cc8-944f-455f-9d56-baabab7bb2c4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:50:29.823Z|63df7443-9e73-4c43-a985-e8cb5c46119d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:50:29.824Z|63df7443-9e73-4c43-a985-e8cb5c46119d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:50:35.089Z|70543c9a-f22f-4e66-a4f3-7082cb0f8673|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:50:35.089Z|70543c9a-f22f-4e66-a4f3-7082cb0f8673|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:50:36.480Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:50:36.488Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:50:36.489Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||Invoke
2023-03-28T07:50:36.489Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:36.489Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:50:36.489Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Method      : GET
2023-03-28T07:50:36.489Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"34c4ba48b92ad0396a0ea76a38f2a8a2", X-B3-SpanId:"cba429d634d2b01b", X-B3-ParentSpanId:"0fe91b99d3662acc", X-B3-Sampled:"0", X-ONAP-RequestID:"2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c", X-RequestID:"2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c", X-TransactionID:"2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c", X-ECOMP-RequestID:"2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4bcda862-6641-4e25-89c9-e36dc628c890"]
2023-03-28T07:50:36.489Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Request body: 
2023-03-28T07:50:36.489Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||==========================request end================================================
2023-03-28T07:50:36.528Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:36.528Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:36.528Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status text  : OK
2023-03-28T07:50:36.529Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:50:35 GMT", x-envoy-upstream-service-time:"34", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:36.531Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Response body: {
  "requestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The new vf module was successfully created in the cloud",
  "statusMessage" : "Macro-Service-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T07:49:07.000+00:00",
  "endTime" : "2023-03-28T07:50:35.000+00:00",
  "source" : "VID",
  "vnfId" : "97a6d2c8-c4d0-4aa3-a894-01f9ea209e55",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n\t\t\t\"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basicvm-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_vm_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_vm_macro\",\n                                        \"modelVersionId\": \"c7e1dfbb-2243-434f-a456-c37aa8c08067\",\n                                        \"modelInvariantUuid\": \"5af3410d-cd9e-4bc8-9c5e-58c42ee90049\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"5755a7a9-66b7-4113-b73a-643bc49262cc\",\n                                        \"modelInstanceName\": \"basic_vm_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n                                        \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"RegionOne\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicvm-platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicvm-lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_vm_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n                                                \"modelVersionId\": \"88c6ab63-b0dc-4c42-8100-9bed66bcca93\",\n                                                \"modelInvariantUuid\": \"12c81d3f-0e5d-48dc-a4e8-e625516d752e\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"5e14cdee-39ff-4e20-9c8f-9108fb213210\"\n                                            },\n                                            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"ubuntu20_image_name\": \"Ubuntu_2004\",\n                                                    \n                                                    \"ubuntu20_key_name\": \"onap_dt\",\n                                                    \n                                                    \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n                                                    \n                                                    \"ubuntu20_flavor_name\": \"m1.small\",\n                                                    \n                                                    \"VM_name\": \"basic_vm_macro-VM-01\",\n                                                    \n                                                    \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n                                                    \n                                                    \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n                                                    \n                                                    \"vnf_name\": \"basic_vm_macro-VNF\",\n                                                    \n                                                    \"admin_plane_net_name\": \"admin-daily-master-sm\",\n                                                    \n                                                    \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n                            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n                            \"modelName\": \"basic_vm_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicvm-project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n            \"owningEntityName\": \"basicvm-oe\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:50:35.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "serviceInstanceName" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
    "cloudIdentifier" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
    "requestBody" : "{\"parameters\":{\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vnf_name\":\"ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master-sm\"},\"environment\":\"parameters:\\n  admin_plane_net_name: \\\"admin\\\"\\n  dcae_collector_ip: \\\"10.4.2.166\\\"\\n  dcae_collector_port: \\\"30417\\\"\\n  ubuntu20_flavor_name: \\\"m1.small\\\"\\n  ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n  ubuntu20_name_0: \\\"Ubuntu20\\\"\\n  ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n  vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n  vnf_id: \\\"Ubuntu20-VNF\\\"\\n  vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}",
    "created" : "2023-03-28T07:49:38.000+00:00"
  } ],
  "requestURI" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    }
  }
}
2023-03-28T07:50:36.531Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:36.531Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||InvokeReturn
2023-03-28T07:50:36.532Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false
2023-03-28T07:50:36.533Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:50:36.533Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:36.533Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false
2023-03-28T07:50:36.533Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:50:36.533Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"34c4ba48b92ad0396a0ea76a38f2a8a2", X-B3-SpanId:"cde30a32537d92a3", X-B3-ParentSpanId:"0fe91b99d3662acc", X-B3-Sampled:"0", X-ONAP-RequestID:"2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c", X-RequestID:"2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c", X-TransactionID:"2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c", X-ECOMP-RequestID:"2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"40cac725-7f3f-40bf-b7b9-0667975e6009"]
2023-03-28T07:50:36.533Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:50:36.533Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:50:36.556Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:36.556Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:36.557Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:50:36.557Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:50:35 GMT", x-envoy-upstream-service-time:"20", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:36.559Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 51,
  "soRequestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "groupingId" : "4280a18e-8892-4cd0-8267-99f4f321b909",
  "name" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
  "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/4280a18e-8892-4cd0-8267-99f4f321b909\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":null,\"creation_time\":1679989781000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"446e2eb6664446678221858ed1ea1dd2\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T07:49:45.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T07:50:36.559Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:36.560Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:50:36.569Z|2cbe39f4-b0e1-4ce9-b0c3-bf6e940d6e2c|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:50:36.740Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:50:36.745Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:50:36.746Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||Invoke
2023-03-28T07:50:36.746Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:36.746Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:50:36.747Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Method      : GET
2023-03-28T07:50:36.747Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"81cbbe5968de3dbfe3e4972d37fd1c13", X-B3-SpanId:"602be123ac463ae2", X-B3-ParentSpanId:"d144167a545e8864", X-B3-Sampled:"0", X-ONAP-RequestID:"02dd5086-b52d-490d-bdaf-363ee24f9390", X-RequestID:"02dd5086-b52d-490d-bdaf-363ee24f9390", X-TransactionID:"02dd5086-b52d-490d-bdaf-363ee24f9390", X-ECOMP-RequestID:"02dd5086-b52d-490d-bdaf-363ee24f9390", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3288d48d-07ed-458d-9d63-967a7006c357"]
2023-03-28T07:50:36.747Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Request body: 
2023-03-28T07:50:36.747Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||==========================request end================================================
2023-03-28T07:50:36.779Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:36.780Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:36.781Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status text  : OK
2023-03-28T07:50:36.781Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:50:35 GMT", x-envoy-upstream-service-time:"29", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:36.782Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Response body: {
  "requestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The new vf module was successfully created in the cloud",
  "statusMessage" : "Macro-Service-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T07:49:07.000+00:00",
  "endTime" : "2023-03-28T07:50:35.000+00:00",
  "source" : "VID",
  "vnfId" : "97a6d2c8-c4d0-4aa3-a894-01f9ea209e55",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n\t\t\t\"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basicvm-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_vm_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_vm_macro\",\n                                        \"modelVersionId\": \"c7e1dfbb-2243-434f-a456-c37aa8c08067\",\n                                        \"modelInvariantUuid\": \"5af3410d-cd9e-4bc8-9c5e-58c42ee90049\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"5755a7a9-66b7-4113-b73a-643bc49262cc\",\n                                        \"modelInstanceName\": \"basic_vm_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n                                        \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"RegionOne\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicvm-platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicvm-lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_vm_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n                                                \"modelVersionId\": \"88c6ab63-b0dc-4c42-8100-9bed66bcca93\",\n                                                \"modelInvariantUuid\": \"12c81d3f-0e5d-48dc-a4e8-e625516d752e\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"5e14cdee-39ff-4e20-9c8f-9108fb213210\"\n                                            },\n                                            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"ubuntu20_image_name\": \"Ubuntu_2004\",\n                                                    \n                                                    \"ubuntu20_key_name\": \"onap_dt\",\n                                                    \n                                                    \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n                                                    \n                                                    \"ubuntu20_flavor_name\": \"m1.small\",\n                                                    \n                                                    \"VM_name\": \"basic_vm_macro-VM-01\",\n                                                    \n                                                    \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n                                                    \n                                                    \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n                                                    \n                                                    \"vnf_name\": \"basic_vm_macro-VNF\",\n                                                    \n                                                    \"admin_plane_net_name\": \"admin-daily-master-sm\",\n                                                    \n                                                    \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n                            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n                            \"modelName\": \"basic_vm_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicvm-project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n            \"owningEntityName\": \"basicvm-oe\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:50:35.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "serviceInstanceName" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
    "cloudIdentifier" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
    "requestBody" : "{\"parameters\":{\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vnf_name\":\"ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master-sm\"},\"environment\":\"parameters:\\n  admin_plane_net_name: \\\"admin\\\"\\n  dcae_collector_ip: \\\"10.4.2.166\\\"\\n  dcae_collector_port: \\\"30417\\\"\\n  ubuntu20_flavor_name: \\\"m1.small\\\"\\n  ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n  ubuntu20_name_0: \\\"Ubuntu20\\\"\\n  ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n  vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n  vnf_id: \\\"Ubuntu20-VNF\\\"\\n  vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}",
    "created" : "2023-03-28T07:49:38.000+00:00"
  } ],
  "requestURI" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    }
  }
}
2023-03-28T07:50:36.783Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:36.783Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||InvokeReturn
2023-03-28T07:50:36.785Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false
2023-03-28T07:50:36.786Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:50:36.786Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:36.787Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false
2023-03-28T07:50:36.787Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:50:36.788Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"81cbbe5968de3dbfe3e4972d37fd1c13", X-B3-SpanId:"53f92906554b7b21", X-B3-ParentSpanId:"d144167a545e8864", X-B3-Sampled:"0", X-ONAP-RequestID:"02dd5086-b52d-490d-bdaf-363ee24f9390", X-RequestID:"02dd5086-b52d-490d-bdaf-363ee24f9390", X-TransactionID:"02dd5086-b52d-490d-bdaf-363ee24f9390", X-ECOMP-RequestID:"02dd5086-b52d-490d-bdaf-363ee24f9390", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2558fdf3-2f84-44f3-818e-92a0a0471cf2"]
2023-03-28T07:50:36.788Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:50:36.789Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:50:36.812Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:36.812Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:36.813Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:50:36.813Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:50:35 GMT", x-envoy-upstream-service-time:"20", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:36.813Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 51,
  "soRequestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "groupingId" : "4280a18e-8892-4cd0-8267-99f4f321b909",
  "name" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
  "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/4280a18e-8892-4cd0-8267-99f4f321b909\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":null,\"creation_time\":1679989781000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"446e2eb6664446678221858ed1ea1dd2\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T07:49:45.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T07:50:36.814Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:36.814Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:50:36.822Z|02dd5086-b52d-490d-bdaf-363ee24f9390|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:50:37.026Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:50:37.031Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:50:37.031Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||Invoke
2023-03-28T07:50:37.031Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:37.031Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:50:37.032Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Method      : GET
2023-03-28T07:50:37.032Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8a5e538afef89de47db8f1ee706bc692", X-B3-SpanId:"bb7636fab43f2418", X-B3-ParentSpanId:"77b9645732990dce", X-B3-Sampled:"0", X-ONAP-RequestID:"f1dbcef4-c12d-416d-8915-c299171e8070", X-RequestID:"f1dbcef4-c12d-416d-8915-c299171e8070", X-TransactionID:"f1dbcef4-c12d-416d-8915-c299171e8070", X-ECOMP-RequestID:"f1dbcef4-c12d-416d-8915-c299171e8070", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"83f52d37-77c9-478b-9023-eb93424ecb5a"]
2023-03-28T07:50:37.032Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Request body: 
2023-03-28T07:50:37.032Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||==========================request end================================================
2023-03-28T07:50:37.076Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:37.076Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:37.077Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status text  : OK
2023-03-28T07:50:37.077Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:50:36 GMT", x-envoy-upstream-service-time:"41", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:37.078Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Response body: {
  "requestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The new vf module was successfully created in the cloud",
  "statusMessage" : "Macro-Service-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T07:49:07.000+00:00",
  "endTime" : "2023-03-28T07:50:35.000+00:00",
  "source" : "VID",
  "vnfId" : "97a6d2c8-c4d0-4aa3-a894-01f9ea209e55",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n\t\t\t\"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basicvm-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_vm_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_vm_macro\",\n                                        \"modelVersionId\": \"c7e1dfbb-2243-434f-a456-c37aa8c08067\",\n                                        \"modelInvariantUuid\": \"5af3410d-cd9e-4bc8-9c5e-58c42ee90049\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"5755a7a9-66b7-4113-b73a-643bc49262cc\",\n                                        \"modelInstanceName\": \"basic_vm_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n                                        \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"RegionOne\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicvm-platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicvm-lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_vm_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n                                                \"modelVersionId\": \"88c6ab63-b0dc-4c42-8100-9bed66bcca93\",\n                                                \"modelInvariantUuid\": \"12c81d3f-0e5d-48dc-a4e8-e625516d752e\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"5e14cdee-39ff-4e20-9c8f-9108fb213210\"\n                                            },\n                                            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"ubuntu20_image_name\": \"Ubuntu_2004\",\n                                                    \n                                                    \"ubuntu20_key_name\": \"onap_dt\",\n                                                    \n                                                    \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n                                                    \n                                                    \"ubuntu20_flavor_name\": \"m1.small\",\n                                                    \n                                                    \"VM_name\": \"basic_vm_macro-VM-01\",\n                                                    \n                                                    \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n                                                    \n                                                    \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n                                                    \n                                                    \"vnf_name\": \"basic_vm_macro-VNF\",\n                                                    \n                                                    \"admin_plane_net_name\": \"admin-daily-master-sm\",\n                                                    \n                                                    \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n                            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n                            \"modelName\": \"basic_vm_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicvm-project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n            \"owningEntityName\": \"basicvm-oe\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:50:35.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "serviceInstanceName" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
    "cloudIdentifier" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
    "requestBody" : "{\"parameters\":{\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vnf_name\":\"ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master-sm\"},\"environment\":\"parameters:\\n  admin_plane_net_name: \\\"admin\\\"\\n  dcae_collector_ip: \\\"10.4.2.166\\\"\\n  dcae_collector_port: \\\"30417\\\"\\n  ubuntu20_flavor_name: \\\"m1.small\\\"\\n  ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n  ubuntu20_name_0: \\\"Ubuntu20\\\"\\n  ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n  vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n  vnf_id: \\\"Ubuntu20-VNF\\\"\\n  vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}",
    "created" : "2023-03-28T07:49:38.000+00:00"
  } ],
  "requestURI" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    }
  }
}
2023-03-28T07:50:37.079Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:37.079Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||InvokeReturn
2023-03-28T07:50:37.081Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false
2023-03-28T07:50:37.081Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:50:37.081Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:37.081Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false
2023-03-28T07:50:37.082Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:50:37.082Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8a5e538afef89de47db8f1ee706bc692", X-B3-SpanId:"98d299770b121893", X-B3-ParentSpanId:"77b9645732990dce", X-B3-Sampled:"0", X-ONAP-RequestID:"f1dbcef4-c12d-416d-8915-c299171e8070", X-RequestID:"f1dbcef4-c12d-416d-8915-c299171e8070", X-TransactionID:"f1dbcef4-c12d-416d-8915-c299171e8070", X-ECOMP-RequestID:"f1dbcef4-c12d-416d-8915-c299171e8070", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"78a4277b-da16-411d-b1e3-a00540c31127"]
2023-03-28T07:50:37.082Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:50:37.082Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:50:37.098Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:37.098Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:37.099Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:50:37.099Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:50:36 GMT", x-envoy-upstream-service-time:"13", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:37.099Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 51,
  "soRequestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "groupingId" : "4280a18e-8892-4cd0-8267-99f4f321b909",
  "name" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
  "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/4280a18e-8892-4cd0-8267-99f4f321b909\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":null,\"creation_time\":1679989781000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"446e2eb6664446678221858ed1ea1dd2\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T07:49:45.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T07:50:37.100Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:37.100Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:50:37.109Z|f1dbcef4-c12d-416d-8915-c299171e8070|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:50:37.322Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:50:37.327Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:50:37.328Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||Invoke
2023-03-28T07:50:37.328Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:37.328Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:50:37.328Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Method      : GET
2023-03-28T07:50:37.329Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"dac780acb2afca786c9df9b63e6c604f", X-B3-SpanId:"55586cc3c5a97aae", X-B3-ParentSpanId:"d29b63b76abbb1d0", X-B3-Sampled:"0", X-ONAP-RequestID:"63ab9925-216a-471f-bb72-c9216903538e", X-RequestID:"63ab9925-216a-471f-bb72-c9216903538e", X-TransactionID:"63ab9925-216a-471f-bb72-c9216903538e", X-ECOMP-RequestID:"63ab9925-216a-471f-bb72-c9216903538e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f709dda2-1846-43b8-a228-2f01d0808c19"]
2023-03-28T07:50:37.329Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Request body: 
2023-03-28T07:50:37.329Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||==========================request end================================================
2023-03-28T07:50:37.350Z|11e5bce8-ef3c-415a-914d-374ba74543a8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:50:37.351Z|11e5bce8-ef3c-415a-914d-374ba74543a8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:50:37.358Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:37.359Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:37.359Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status text  : OK
2023-03-28T07:50:37.360Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:50:36 GMT", x-envoy-upstream-service-time:"26", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:37.361Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Response body: {
  "requestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The new vf module was successfully created in the cloud",
  "statusMessage" : "Macro-Service-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T07:49:07.000+00:00",
  "endTime" : "2023-03-28T07:50:35.000+00:00",
  "source" : "VID",
  "vnfId" : "97a6d2c8-c4d0-4aa3-a894-01f9ea209e55",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n\t\t\t\"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basicvm-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_vm_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_vm_macro\",\n                                        \"modelVersionId\": \"c7e1dfbb-2243-434f-a456-c37aa8c08067\",\n                                        \"modelInvariantUuid\": \"5af3410d-cd9e-4bc8-9c5e-58c42ee90049\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"5755a7a9-66b7-4113-b73a-643bc49262cc\",\n                                        \"modelInstanceName\": \"basic_vm_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n                                        \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"RegionOne\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicvm-platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicvm-lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_vm_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n                                                \"modelVersionId\": \"88c6ab63-b0dc-4c42-8100-9bed66bcca93\",\n                                                \"modelInvariantUuid\": \"12c81d3f-0e5d-48dc-a4e8-e625516d752e\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"5e14cdee-39ff-4e20-9c8f-9108fb213210\"\n                                            },\n                                            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"ubuntu20_image_name\": \"Ubuntu_2004\",\n                                                    \n                                                    \"ubuntu20_key_name\": \"onap_dt\",\n                                                    \n                                                    \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n                                                    \n                                                    \"ubuntu20_flavor_name\": \"m1.small\",\n                                                    \n                                                    \"VM_name\": \"basic_vm_macro-VM-01\",\n                                                    \n                                                    \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n                                                    \n                                                    \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n                                                    \n                                                    \"vnf_name\": \"basic_vm_macro-VNF\",\n                                                    \n                                                    \"admin_plane_net_name\": \"admin-daily-master-sm\",\n                                                    \n                                                    \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n                            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n                            \"modelName\": \"basic_vm_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicvm-project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n            \"owningEntityName\": \"basicvm-oe\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:50:35.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "serviceInstanceName" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
    "cloudIdentifier" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
    "requestBody" : "{\"parameters\":{\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vnf_name\":\"ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master-sm\"},\"environment\":\"parameters:\\n  admin_plane_net_name: \\\"admin\\\"\\n  dcae_collector_ip: \\\"10.4.2.166\\\"\\n  dcae_collector_port: \\\"30417\\\"\\n  ubuntu20_flavor_name: \\\"m1.small\\\"\\n  ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n  ubuntu20_name_0: \\\"Ubuntu20\\\"\\n  ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n  vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n  vnf_id: \\\"Ubuntu20-VNF\\\"\\n  vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}",
    "created" : "2023-03-28T07:49:38.000+00:00"
  } ],
  "requestURI" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    }
  }
}
2023-03-28T07:50:37.361Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:37.362Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||InvokeReturn
2023-03-28T07:50:37.364Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false
2023-03-28T07:50:37.365Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:50:37.365Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:37.365Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false
2023-03-28T07:50:37.366Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:50:37.366Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"dac780acb2afca786c9df9b63e6c604f", X-B3-SpanId:"c211ed93e54c0b1f", X-B3-ParentSpanId:"d29b63b76abbb1d0", X-B3-Sampled:"0", X-ONAP-RequestID:"63ab9925-216a-471f-bb72-c9216903538e", X-RequestID:"63ab9925-216a-471f-bb72-c9216903538e", X-TransactionID:"63ab9925-216a-471f-bb72-c9216903538e", X-ECOMP-RequestID:"63ab9925-216a-471f-bb72-c9216903538e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c8d76b16-dace-4d0c-94ef-aa30f56d9ede"]
2023-03-28T07:50:37.366Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:50:37.366Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:50:37.386Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:37.387Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:37.387Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:50:37.387Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:50:36 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:37.389Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 51,
  "soRequestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "groupingId" : "4280a18e-8892-4cd0-8267-99f4f321b909",
  "name" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
  "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/4280a18e-8892-4cd0-8267-99f4f321b909\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":null,\"creation_time\":1679989781000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"446e2eb6664446678221858ed1ea1dd2\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T07:49:45.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T07:50:37.390Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:37.390Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:50:37.397Z|63ab9925-216a-471f-bb72-c9216903538e|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:50:37.594Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:50:37.599Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:50:37.599Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||Invoke
2023-03-28T07:50:37.599Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:37.599Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c
2023-03-28T07:50:37.599Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Method      : GET
2023-03-28T07:50:37.600Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f3299e31c237225d5849c65759ee420b", X-B3-SpanId:"5688dbbd328b6283", X-B3-ParentSpanId:"85cf50a3df36d0d4", X-B3-Sampled:"0", X-ONAP-RequestID:"9ed23b86-d6d2-4980-b1c1-a9c9595d05cf", X-RequestID:"9ed23b86-d6d2-4980-b1c1-a9c9595d05cf", X-TransactionID:"9ed23b86-d6d2-4980-b1c1-a9c9595d05cf", X-ECOMP-RequestID:"9ed23b86-d6d2-4980-b1c1-a9c9595d05cf", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"76122aa1-685c-452e-9126-f834f67503af"]
2023-03-28T07:50:37.600Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Request body: 
2023-03-28T07:50:37.600Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||==========================request end================================================
2023-03-28T07:50:37.605Z|f1537fb7-bc6a-43c1-95a3-71f95c666201|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:50:37.607Z|f1537fb7-bc6a-43c1-95a3-71f95c666201|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:50:37.635Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:37.635Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:37.636Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Status text  : OK
2023-03-28T07:50:37.636Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:50:36 GMT", x-envoy-upstream-service-time:"32", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:37.636Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||Response body: {
  "requestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The new vf module was successfully created in the cloud",
  "statusMessage" : "Macro-Service-createInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T07:49:07.000+00:00",
  "endTime" : "2023-03-28T07:50:35.000+00:00",
  "source" : "VID",
  "vnfId" : "97a6d2c8-c4d0-4aa3-a894-01f9ea209e55",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n\t\t\t\"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n\t\t\t\"modelName\": \"basic_vm_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basicvm-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_vm_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_vm_macro\",\n                                        \"modelVersionId\": \"c7e1dfbb-2243-434f-a456-c37aa8c08067\",\n                                        \"modelInvariantUuid\": \"5af3410d-cd9e-4bc8-9c5e-58c42ee90049\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"5755a7a9-66b7-4113-b73a-643bc49262cc\",\n                                        \"modelInstanceName\": \"basic_vm_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\",\n                                        \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"RegionOne\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicvm-platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicvm-lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_vm_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicVmMacro..base_ubuntu20..module-0\",\n                                                \"modelVersionId\": \"88c6ab63-b0dc-4c42-8100-9bed66bcca93\",\n                                                \"modelInvariantUuid\": \"12c81d3f-0e5d-48dc-a4e8-e625516d752e\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"5e14cdee-39ff-4e20-9c8f-9108fb213210\"\n                                            },\n                                            \"instanceName\": \"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"ubuntu20_image_name\": \"Ubuntu_2004\",\n                                                    \n                                                    \"ubuntu20_key_name\": \"onap_dt\",\n                                                    \n                                                    \"ubuntu20_pub_key\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\n                                                    \n                                                    \"ubuntu20_flavor_name\": \"m1.small\",\n                                                    \n                                                    \"VM_name\": \"basic_vm_macro-VM-01\",\n                                                    \n                                                    \"vnf_id\": \"basic_vm_macro-VNF-instance\",\n                                                    \n                                                    \"vf_module_id\": \"basic_vm_macro-vfmodule-instance\",\n                                                    \n                                                    \"vnf_name\": \"basic_vm_macro-VNF\",\n                                                    \n                                                    \"admin_plane_net_name\": \"admin-daily-master-sm\",\n                                                    \n                                                    \"ubuntu20_name_0\": \"ubuntu20agent-VNF\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\n                            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n                            \"modelName\": \"basic_vm_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicvm-project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"e62ccc81-460c-4672-b718-69ca3f69db04\",\n            \"owningEntityName\": \"basicvm-oe\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:50:35.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "serviceInstanceName" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ {
    "requestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
    "cloudIdentifier" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
    "requestBody" : "{\"parameters\":{\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vnf_name\":\"ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"admin_plane_net_name\":\"admin-daily-master-sm\"},\"environment\":\"parameters:\\n  admin_plane_net_name: \\\"admin\\\"\\n  dcae_collector_ip: \\\"10.4.2.166\\\"\\n  dcae_collector_port: \\\"30417\\\"\\n  ubuntu20_flavor_name: \\\"m1.small\\\"\\n  ubuntu20_image_name: \\\"ubuntu-20.04\\\"\\n  ubuntu20_name_0: \\\"Ubuntu20\\\"\\n  ubuntu20_pub_key: \\\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\\\"\\n  vf_module_id: \\\"Ubuntu20-VF-module\\\"\\n  vnf_id: \\\"Ubuntu20-VNF\\\"\\n  vnf_name: \\\"Ubuntu20-VNF-name\\\"\\n\"}",
    "created" : "2023-03-28T07:49:38.000+00:00"
  } ],
  "requestURI" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c"
    }
  }
}
2023-03-28T07:50:37.637Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:37.637Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|INFO|500||InvokeReturn
2023-03-28T07:50:37.638Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false
2023-03-28T07:50:37.638Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:50:37.638Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:37.638Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false
2023-03-28T07:50:37.639Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:50:37.639Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f3299e31c237225d5849c65759ee420b", X-B3-SpanId:"40f4f32d5601b00f", X-B3-ParentSpanId:"85cf50a3df36d0d4", X-B3-Sampled:"0", X-ONAP-RequestID:"9ed23b86-d6d2-4980-b1c1-a9c9595d05cf", X-RequestID:"9ed23b86-d6d2-4980-b1c1-a9c9595d05cf", X-TransactionID:"9ed23b86-d6d2-4980-b1c1-a9c9595d05cf", X-ECOMP-RequestID:"9ed23b86-d6d2-4980-b1c1-a9c9595d05cf", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3ed70fee-9e84-49a1-99b4-b9d24f1163dd"]
2023-03-28T07:50:37.639Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:50:37.639Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:50:37.657Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:37.658Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:37.658Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:50:37.658Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:50:36 GMT", x-envoy-upstream-service-time:"16", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:37.659Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 51,
  "soRequestId" : "2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c",
  "groupingId" : "4280a18e-8892-4cd0-8267-99f4f321b909",
  "name" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
  "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/4280a18e-8892-4cd0-8267-99f4f321b909\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack CREATE completed successfully\",\"stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":null,\"creation_time\":1679989781000,\"stack_status\":\"CREATE_COMPLETE\",\"id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"446e2eb6664446678221858ed1ea1dd2\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T07:49:45.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T07:50:37.659Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:37.659Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:50:37.665Z|9ed23b86-d6d2-4980-b1c1-a9c9595d05cf|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/2c0f1172-1fcb-4ad6-9ae5-07bb3d47212c|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:50:39.520Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:50:39.523Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|||INFO|500||Checking if requestId: a85bab6e-b349-4d27-a5ad-5c253e819a9a already exists in requestDb InfraActiveRequests table
2023-03-28T07:50:39.524Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a
2023-03-28T07:50:39.524Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|INFO|500||Invoke
2023-03-28T07:50:39.525Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:39.525Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a
2023-03-28T07:50:39.525Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Method      : GET
2023-03-28T07:50:39.525Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"c1448c414fb29d9f26e5ca7b262600ae", X-B3-SpanId:"91731a70fa2b52f3", X-B3-ParentSpanId:"2a40d596563a5218", X-B3-Sampled:"0", X-ONAP-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-TransactionID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-ECOMP-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"66558e4e-cdc1-4186-9cf2-ec24c534aa3c"]
2023-03-28T07:50:39.526Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Request body: 
2023-03-28T07:50:39.526Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||==========================request end================================================
2023-03-28T07:50:39.569Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:39.569Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T07:50:39.570Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Status text  : Not Found
2023-03-28T07:50:39.571Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 07:50:39 GMT", x-envoy-upstream-service-time:"38", server:"envoy"]
2023-03-28T07:50:39.571Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Response body: 
2023-03-28T07:50:39.572Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:39.572Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|INFO|404|Not Found|InvokeReturn
2023-03-28T07:50:39.586Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|||INFO|500||Running local validations
2023-03-28T07:50:39.592Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T07:50:39.609Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|INFO|500||Invoke
2023-03-28T07:50:39.610Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a85bab6e-b349-4d27-a5ad-5c253e819a9a], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[6c54e6a9-1f43-4992-a4e4-bb301c9cae04], X-ECOMP-RequestID=[a85bab6e-b349-4d27-a5ad-5c253e819a9a], X-TransactionId=[], X-ONAP-RequestID=[a85bab6e-b349-4d27-a5ad-5c253e819a9a]}
2023-03-28T07:50:39.669Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883 has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 07:50:38 GMT], server=[envoy], content-length=[1035], x-envoy-upstream-service-time=[50], vertex-id=[463088], x-aai-txid=[0-aai-resources-230328-07:50:38:630-59914], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T07:50:39.671Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|DEBUG|500||{"tenant-id":"dbdab9c92e304927ab8038a443bd1883","tenant-name":"onap-daily-master-sm","tenant-context":"None","resource-version":"1679989753588","relationship-list":{"relationship":[{"related-to":"generic-vnf","relationship-label":"org.onap.relationships.inventory.BelongsTo","related-link":"/aai/v24/network/generic-vnfs/generic-vnf/97a6d2c8-c4d0-4aa3-a894-01f9ea209e55","relationship-data":[{"relationship-key":"generic-vnf.vnf-id","relationship-value":"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55"}],"related-to-property":[{"property-key":"generic-vnf.vnf-name","property-value":"ubuntu20-VNF-name"}]},{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basicvm-customer/service-subscriptions/service-subscription/basic_vm_macro","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basicvm-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_vm_macro"}]}]}}

2023-03-28T07:50:39.672Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basicvm-macro-cloud-owner/RegionOne/tenants/tenant/dbdab9c92e304927ab8038a443bd1883|INFO|500||InvokeReturn
2023-03-28T07:50:39.674Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|||DEBUG|500||Validating the Service Instance request
2023-03-28T07:50:39.675Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7
2023-03-28T07:50:39.676Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T07:50:39.677Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke
2023-03-28T07:50:39.677Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:39.677Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T07:50:39.678Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method      : POST
2023-03-28T07:50:39.678Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"123", X-B3-TraceId:"c1448c414fb29d9f26e5ca7b262600ae", X-B3-SpanId:"e1f7df42a43c8038", X-B3-ParentSpanId:"2a40d596563a5218", X-B3-Sampled:"0", X-ONAP-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-TransactionID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-ECOMP-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"33b3e854-85af-4c03-b0df-9cd0afda85cf"]
2023-03-28T07:50:39.678Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":{"serviceInstanceId":"a4a45514-0fda-45e0-96d8-a1c493b9f58b"},"instanceName":null,"requestScope":"service"}
2023-03-28T07:50:39.679Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================
2023-03-28T07:50:39.714Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:39.714Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:39.715Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text  : OK
2023-03-28T07:50:39.715Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers      : [x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 07:50:39 GMT", x-envoy-upstream-service-time:"31", server:"envoy"]
2023-03-28T07:50:39.716Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 
2023-03-28T07:50:39.716Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:39.717Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn
2023-03-28T07:50:39.718Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d
2023-03-28T07:50:39.718Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|INFO|500||Invoke
2023-03-28T07:50:39.718Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:39.719Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d
2023-03-28T07:50:39.719Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Method      : GET
2023-03-28T07:50:39.719Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-TransactionID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-ECOMP-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"843e0b19-2190-42f0-8368-6e0072771edd"]
2023-03-28T07:50:39.719Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Request body: 
2023-03-28T07:50:39.719Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||==========================request end================================================
2023-03-28T07:50:39.772Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:39.773Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:39.774Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Status text  : OK
2023-03-28T07:50:39.774Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 07:50:39 GMT", x-envoy-upstream-service-time:"48", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:39.774Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Response body: {
  "modelName" : "basic_vm_macro",
  "description" : "service",
  "modelUUID" : "74e09605-ec7e-42f0-8cd6-86a8b9b29c1d",
  "modelInvariantUUID" : "4ac5657e-6ca6-4def-aab7-c240945dfb9b",
  "created" : "2023-03-28 07:45:09.000",
  "modelVersion" : "1.0",
  "serviceType" : "",
  "serviceRole" : "",
  "serviceFunction" : "",
  "environmentContext" : "General_Revenue-Bearing",
  "workloadContext" : "Production",
  "category" : "Network Service",
  "resourceOrder" : "basic_vm_macro",
  "distrobutionStatus" : null,
  "serviceArtifactList" : [ ],
  "serviceInfos" : [ {
    "id" : 13,
    "serviceInput" : "[{\\\"default\\\":\\\"\\\",\\\"name\\\":\\\"default_software_version\\\",\\\"type\\\":\\\"string\\\",\\\"required\\\":false}]",
    "serviceProperties" : "[]",
    "_links" : {
      "service" : {
        "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d"
      }
    }
  } ],
  "namingPolicy" : "",
  "onapGeneratedNaming" : true,
  "blueprintName" : null,
  "blueprintVersion" : null,
  "skipPostInstConf" : true,
  "controllerActor" : "SO-REF-DATA",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d"
    },
    "recipes" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/recipes"
    },
    "pnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/pnfCustomizations"
    },
    "collectionResourceCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/collectionResourceCustomizations"
    },
    "vnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/vnfCustomizations"
    },
    "configurationCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/configurationCustomizations"
    },
    "networkCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/networkCustomizations"
    },
    "allottedCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/allottedCustomizations"
    },
    "serviceProxyCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/serviceProxyCustomizations"
    },
    "csar" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/csar"
    }
  }
}
2023-03-28T07:50:39.775Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:39.775Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|INFO|500||InvokeReturn
2023-03-28T07:50:39.779Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance
2023-03-28T07:50:39.779Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|INFO|500||Invoke
2023-03-28T07:50:39.780Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:39.780Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance
2023-03-28T07:50:39.780Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|DEBUG|500||Method      : GET
2023-03-28T07:50:39.781Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-TransactionID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-ECOMP-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"21a3c7db-0549-46b1-a130-816df96900d3"]
2023-03-28T07:50:39.781Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|DEBUG|500||Request body: 
2023-03-28T07:50:39.781Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|DEBUG|500||==========================request end================================================
2023-03-28T07:50:39.804Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:39.804Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T07:50:39.805Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|DEBUG|500||Status text  : Not Found
2023-03-28T07:50:39.805Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 07:50:39 GMT", x-envoy-upstream-service-time:"19", server:"envoy"]
2023-03-28T07:50:39.805Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|DEBUG|500||Response body: 
2023-03-28T07:50:39.806Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:39.806Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|INFO|404|Not Found|InvokeReturn
2023-03-28T07:50:39.807Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b
2023-03-28T07:50:39.807Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|INFO|500||Invoke
2023-03-28T07:50:39.807Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:39.807Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b
2023-03-28T07:50:39.808Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|DEBUG|500||Method      : GET
2023-03-28T07:50:39.808Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-TransactionID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-ECOMP-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f30b230f-e373-49df-a92c-3b989e48bdb0"]
2023-03-28T07:50:39.808Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|DEBUG|500||Request body: 
2023-03-28T07:50:39.808Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|DEBUG|500||==========================request end================================================
2023-03-28T07:50:39.843Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:39.844Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:39.844Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|DEBUG|500||Status text  : OK
2023-03-28T07:50:39.844Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 07:50:39 GMT", x-envoy-upstream-service-time:"32", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:39.845Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|DEBUG|500||Response body: {
  "_embedded" : {
    "service" : [ {
      "modelName" : "basic_vm_macro",
      "description" : "service",
      "modelUUID" : "74e09605-ec7e-42f0-8cd6-86a8b9b29c1d",
      "modelInvariantUUID" : "4ac5657e-6ca6-4def-aab7-c240945dfb9b",
      "created" : "2023-03-28 07:45:09.000",
      "modelVersion" : "1.0",
      "serviceType" : "",
      "serviceRole" : "",
      "serviceFunction" : "",
      "environmentContext" : "General_Revenue-Bearing",
      "workloadContext" : "Production",
      "category" : "Network Service",
      "resourceOrder" : "basic_vm_macro",
      "distrobutionStatus" : null,
      "serviceArtifactList" : [ ],
      "serviceInfos" : [ {
        "id" : 13,
        "serviceInput" : "[{\\\"default\\\":\\\"\\\",\\\"name\\\":\\\"default_software_version\\\",\\\"type\\\":\\\"string\\\",\\\"required\\\":false}]",
        "serviceProperties" : "[]",
        "_links" : {
          "service" : {
            "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d"
          }
        }
      } ],
      "namingPolicy" : "",
      "onapGeneratedNaming" : true,
      "blueprintName" : null,
      "blueprintVersion" : null,
      "skipPostInstConf" : true,
      "controllerActor" : "SO-REF-DATA",
      "_links" : {
        "self" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d"
        },
        "service" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d"
        },
        "recipes" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/recipes"
        },
        "pnfCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/pnfCustomizations"
        },
        "collectionResourceCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/collectionResourceCustomizations"
        },
        "vnfCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/vnfCustomizations"
        },
        "configurationCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/configurationCustomizations"
        },
        "networkCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/networkCustomizations"
        },
        "allottedCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/allottedCustomizations"
        },
        "serviceProxyCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/serviceProxyCustomizations"
        },
        "csar" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/csar"
        }
      }
    } ]
  },
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b"
    }
  }
}
2023-03-28T07:50:39.845Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:39.845Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=4ac5657e-6ca6-4def-aab7-c240945dfb9b|INFO|500||InvokeReturn
2023-03-28T07:50:39.848Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance
2023-03-28T07:50:39.849Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|INFO|500||Invoke
2023-03-28T07:50:39.849Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:39.849Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance
2023-03-28T07:50:39.850Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|DEBUG|500||Method      : GET
2023-03-28T07:50:39.850Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-TransactionID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-ECOMP-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0f68eb06-4665-449f-9f91-4832badf30e8"]
2023-03-28T07:50:39.850Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|DEBUG|500||Request body: 
2023-03-28T07:50:39.850Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|DEBUG|500||==========================request end================================================
2023-03-28T07:50:39.855Z|a2f3302c-a866-4dd6-929b-89854be3f832|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:50:39.855Z|a2f3302c-a866-4dd6-929b-89854be3f832|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:50:39.866Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:39.866Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T07:50:39.866Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|DEBUG|500||Status text  : Not Found
2023-03-28T07:50:39.867Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 07:50:39 GMT", x-envoy-upstream-service-time:"12", server:"envoy"]
2023-03-28T07:50:39.867Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|DEBUG|500||Response body: 
2023-03-28T07:50:39.867Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:39.867Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=74e09605-ec7e-42f0-8cd6-86a8b9b29c1d&action=deleteInstance|INFO|404|Not Found|InvokeReturn
2023-03-28T07:50:39.868Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T07:50:39.868Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke
2023-03-28T07:50:39.869Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:39.869Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T07:50:39.869Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method      : GET
2023-03-28T07:50:39.869Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-TransactionID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-ECOMP-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f1546aa7-ec31-4014-805d-c24b1774b2e0"]
2023-03-28T07:50:39.869Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 
2023-03-28T07:50:39.870Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================
2023-03-28T07:50:39.899Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:39.900Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:39.900Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text  : OK
2023-03-28T07:50:39.900Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 07:50:39 GMT", x-envoy-upstream-service-time:"26", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:39.901Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: {
  "modelName" : "GR-API-DEFAULT",
  "description" : "Gr api service for VID to use for infra APIH orchestration",
  "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b",
  "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672",
  "created" : "2023-03-28 00:09:21.000",
  "modelVersion" : "1.0",
  "serviceType" : null,
  "serviceRole" : null,
  "serviceFunction" : null,
  "environmentContext" : null,
  "workloadContext" : null,
  "category" : null,
  "resourceOrder" : null,
  "distrobutionStatus" : null,
  "serviceArtifactList" : [ ],
  "serviceInfos" : [ ],
  "namingPolicy" : null,
  "onapGeneratedNaming" : null,
  "blueprintName" : null,
  "blueprintVersion" : null,
  "skipPostInstConf" : true,
  "controllerActor" : null,
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "recipes" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes"
    },
    "pnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations"
    },
    "collectionResourceCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations"
    },
    "vnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations"
    },
    "configurationCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations"
    },
    "networkCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations"
    },
    "allottedCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations"
    },
    "serviceProxyCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations"
    },
    "csar" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar"
    }
  }
}
2023-03-28T07:50:39.901Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:39.901Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn
2023-03-28T07:50:39.904Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance
2023-03-28T07:50:39.904Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|INFO|500||Invoke
2023-03-28T07:50:39.904Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:39.905Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance
2023-03-28T07:50:39.905Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Method      : GET
2023-03-28T07:50:39.905Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-TransactionID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-ECOMP-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0df80c7a-8e3a-4f66-a0f8-39ee27496bf0"]
2023-03-28T07:50:39.905Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Request body: 
2023-03-28T07:50:39.906Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||==========================request end================================================
2023-03-28T07:50:39.929Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:39.929Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:39.929Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Status text  : OK
2023-03-28T07:50:39.930Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 07:50:39 GMT", x-envoy-upstream-service-time:"20", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:39.930Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||Response body: {
  "id" : 537,
  "serviceModelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b",
  "action" : "deleteInstance",
  "description" : "Gr api recipe to delete service-instance",
  "orchestrationUri" : "/mso/async/services/WorkflowActionBB",
  "paramXsd" : null,
  "recipeTimeout" : 180,
  "serviceTimeoutInterim" : null,
  "created" : "2023-03-28T00:09:21.000+00:00",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/537"
    },
    "serviceRecipe" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/537"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/537/service"
    }
  }
}
2023-03-28T07:50:39.931Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:39.931Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=deleteInstance|INFO|500||InvokeReturn
2023-03-28T07:50:39.933Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d
2023-03-28T07:50:39.933Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|INFO|500||Invoke
2023-03-28T07:50:39.933Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:39.934Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d
2023-03-28T07:50:39.934Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Method      : GET
2023-03-28T07:50:39.934Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-TransactionID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-ECOMP-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9c215095-54df-4096-98de-a80bf2494766"]
2023-03-28T07:50:39.934Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Request body: 
2023-03-28T07:50:39.934Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||==========================request end================================================
2023-03-28T07:50:39.978Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:39.979Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:39.979Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Status text  : OK
2023-03-28T07:50:39.979Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 07:50:39 GMT", x-envoy-upstream-service-time:"40", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:39.980Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||Response body: {
  "modelName" : "basic_vm_macro",
  "description" : "service",
  "modelUUID" : "74e09605-ec7e-42f0-8cd6-86a8b9b29c1d",
  "modelInvariantUUID" : "4ac5657e-6ca6-4def-aab7-c240945dfb9b",
  "created" : "2023-03-28 07:45:09.000",
  "modelVersion" : "1.0",
  "serviceType" : "",
  "serviceRole" : "",
  "serviceFunction" : "",
  "environmentContext" : "General_Revenue-Bearing",
  "workloadContext" : "Production",
  "category" : "Network Service",
  "resourceOrder" : "basic_vm_macro",
  "distrobutionStatus" : null,
  "serviceArtifactList" : [ ],
  "serviceInfos" : [ {
    "id" : 13,
    "serviceInput" : "[{\\\"default\\\":\\\"\\\",\\\"name\\\":\\\"default_software_version\\\",\\\"type\\\":\\\"string\\\",\\\"required\\\":false}]",
    "serviceProperties" : "[]",
    "_links" : {
      "service" : {
        "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d"
      }
    }
  } ],
  "namingPolicy" : "",
  "onapGeneratedNaming" : true,
  "blueprintName" : null,
  "blueprintVersion" : null,
  "skipPostInstConf" : true,
  "controllerActor" : "SO-REF-DATA",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d"
    },
    "recipes" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/recipes"
    },
    "pnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/pnfCustomizations"
    },
    "collectionResourceCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/collectionResourceCustomizations"
    },
    "vnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/vnfCustomizations"
    },
    "configurationCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/configurationCustomizations"
    },
    "networkCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/networkCustomizations"
    },
    "allottedCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/allottedCustomizations"
    },
    "serviceProxyCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/serviceProxyCustomizations"
    },
    "csar" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d/csar"
    }
  }
}
2023-03-28T07:50:39.980Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:39.980Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/74e09605-ec7e-42f0-8cd6-86a8b9b29c1d|INFO|500||InvokeReturn
2023-03-28T07:50:39.983Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T07:50:39.984Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke
2023-03-28T07:50:39.984Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:39.984Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T07:50:39.984Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method      : POST
2023-03-28T07:50:39.985Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers     : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"1392", X-B3-TraceId:"c1448c414fb29d9f26e5ca7b262600ae", X-B3-SpanId:"d2b883eaed6ae249", X-B3-ParentSpanId:"2a40d596563a5218", X-B3-Sampled:"0", X-ONAP-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-TransactionID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-ECOMP-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d4b1475e-6380-417a-9329-87fd4e6cf564"]
2023-03-28T07:50:39.985Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"a85bab6e-b349-4d27-a5ad-5c253e819a9a","requestStatus":"IN_PROGRESS","startTime":1679989839587,"source":"VID","tenantId":"dbdab9c92e304927ab8038a443bd1883","requestBody":"{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_vm_macro\",\n            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}","lastModifiedBy":"APIH","cloudRegion":"RegionOne","serviceInstanceId":"a4a45514-0fda-45e0-96d8-a1c493b9f58b","requestScope":"service","requestAction":"deleteInstance","requestorId":"demo","requestUrl":"https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b","tenantName":"onap-daily-master-sm","cloudApiRequests":[],"requestURI":"a85bab6e-b349-4d27-a5ad-5c253e819a9a"}
2023-03-28T07:50:39.985Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================
2023-03-28T07:50:40.030Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:40.030Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code  : 201 CREATED
2023-03-28T07:50:40.030Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text  : Created
2023-03-28T07:50:40.031Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:50:39 GMT", x-envoy-upstream-service-time:"42", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:40.031Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: {
  "requestId" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T07:50:39.587+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_vm_macro\",\n            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "APIH",
  "modifyTime" : "2023-03-28T07:50:39.807+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "requestScope" : "service",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a"
    }
  }
}
2023-03-28T07:50:40.031Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:40.031Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn
2023-03-28T07:50:40.037Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T07:50:40.038Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke
2023-03-28T07:50:40.038Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:40.038Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T07:50:40.038Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method      : POST
2023-03-28T07:50:40.038Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers     : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"2035", X-B3-TraceId:"c1448c414fb29d9f26e5ca7b262600ae", X-B3-SpanId:"e997980da0c2f120", X-B3-ParentSpanId:"2a40d596563a5218", X-B3-Sampled:"0", X-ONAP-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-TransactionID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-ECOMP-RequestID:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3b028620-1236-4f37-b581-56017e191f8c"]
2023-03-28T07:50:40.038Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelInvariantId\":\"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\"modelType\":\"service\",\"modelName\":\"basic_vm_macro\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\"modelUuid\":\"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\",\"modelInvariantUuid\":\"4ac5657e-6ca6-4def-aab7-c240945dfb9b\"},\"requestInfo\":{\"source\":\"VID\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"cloudConfiguration\":{\"tenantId\":\"dbdab9c92e304927ab8038a443bd1883\",\"cloudOwner\":\"basicvm-macro-cloud-owner\",\"lcpCloudRegionId\":\"RegionOne\"},\"requestParameters\":{\"aLaCarte\":false,\"testApi\":\"GR_API\"}},\"serviceInstanceId\":\"a4a45514-0fda-45e0-96d8-a1c493b9f58b\"}","type":"String"},"requestId":{"value":"a85bab6e-b349-4d27-a5ad-5c253e819a9a","type":"String"},"mso-request-id":{"value":"a85bab6e-b349-4d27-a5ad-5c253e819a9a","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"deleteInstance","type":"String"},"serviceInstanceId":{"value":"a4a45514-0fda-45e0-96d8-a1c493b9f58b","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":false,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}}
2023-03-28T07:50:40.039Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================
2023-03-28T07:50:42.055Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:42.056Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code  : 202 ACCEPTED
2023-03-28T07:50:42.056Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text  : Accepted
2023-03-28T07:50:42.057Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers      : [date:"Tue, 28 Mar 2023 07:50:41 GMT", x-onap-requestid:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", x-requestid:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", x-transactionid:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", x-ecomp-requestid:"a85bab6e-b349-4d27-a5ad-5c253e819a9a", x-onap-partnername:"UNKNOWN", x-invocationid:"3b028620-1236-4f37-b581-56017e191f8c", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", x-envoy-upstream-service-time:"2012", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:42.057Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"a85bab6e-b349-4d27-a5ad-5c253e819a9a\",\"instanceId\":\"a4a45514-0fda-45e0-96d8-a1c493b9f58b\"}}","message":"Success","processInstanceID":"3bd24b6c-cd3d-11ed-8192-02f87d878986","variables":null,"messageCode":200}
2023-03-28T07:50:42.057Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:42.058Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn
2023-03-28T07:50:42.063Z|a85bab6e-b349-4d27-a5ad-5c253e819a9a|http-nio-8080-exec-4|onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:50:42.264Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:50:42.271Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a
2023-03-28T07:50:42.272Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|INFO|500||Invoke
2023-03-28T07:50:42.272Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:42.272Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a
2023-03-28T07:50:42.273Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Method      : GET
2023-03-28T07:50:42.273Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d981090e2f0d957c83050ca6b6f4562e", X-B3-SpanId:"9d604a4cb93d6eb5", X-B3-ParentSpanId:"aac5f398ea00aac3", X-B3-Sampled:"0", X-ONAP-RequestID:"3067f78b-7ea9-46a6-9036-865b0318582a", X-RequestID:"3067f78b-7ea9-46a6-9036-865b0318582a", X-TransactionID:"3067f78b-7ea9-46a6-9036-865b0318582a", X-ECOMP-RequestID:"3067f78b-7ea9-46a6-9036-865b0318582a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"00b88bad-de42-40b7-83aa-344a86c86ad6"]
2023-03-28T07:50:42.273Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Request body: 
2023-03-28T07:50:42.274Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||==========================request end================================================
2023-03-28T07:50:42.312Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:42.313Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:42.314Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Status text  : OK
2023-03-28T07:50:42.314Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:50:42 GMT", x-envoy-upstream-service-time:"34", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:42.315Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Response body: {
  "requestId" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T07:50:39.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_vm_macro\",\n            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:50:41.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "serviceInstanceName" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39",
  "requestScope" : "service",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a"
    }
  }
}
2023-03-28T07:50:42.315Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:42.315Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|INFO|500||InvokeReturn
2023-03-28T07:50:42.317Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false
2023-03-28T07:50:42.318Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:50:42.318Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:42.319Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false
2023-03-28T07:50:42.319Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:50:42.320Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d981090e2f0d957c83050ca6b6f4562e", X-B3-SpanId:"2f6c93111e7b1bc4", X-B3-ParentSpanId:"aac5f398ea00aac3", X-B3-Sampled:"0", X-ONAP-RequestID:"3067f78b-7ea9-46a6-9036-865b0318582a", X-RequestID:"3067f78b-7ea9-46a6-9036-865b0318582a", X-TransactionID:"3067f78b-7ea9-46a6-9036-865b0318582a", X-ECOMP-RequestID:"3067f78b-7ea9-46a6-9036-865b0318582a", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"10da82ff-fde5-4de3-8add-930ba017e82e"]
2023-03-28T07:50:42.320Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:50:42.321Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:50:42.339Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:42.339Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:42.340Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:50:42.340Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:50:42 GMT", x-envoy-upstream-service-time:"15", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:42.340Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T07:50:42.341Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:42.341Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:50:42.348Z|3067f78b-7ea9-46a6-9036-865b0318582a|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:50:47.381Z|aea9cfc0-5069-48db-a0dd-cc7bfa1a2e71|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:50:47.382Z|aea9cfc0-5069-48db-a0dd-cc7bfa1a2e71|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:50:47.635Z|06efff97-7c74-41ce-ac92-e072ce3007ff|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:50:47.636Z|06efff97-7c74-41ce-ac92-e072ce3007ff|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:50:49.885Z|ee3e3ca4-a1eb-4ef3-9f3e-b89deaa9db57|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:50:49.886Z|ee3e3ca4-a1eb-4ef3-9f3e-b89deaa9db57|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:50:50.089Z|16b72471-cbbe-401d-99c3-c03adc56112e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:50:50.089Z|16b72471-cbbe-401d-99c3-c03adc56112e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:50:51.458Z|dba6b1c5-c148-441a-a8c9-80e252db847e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:50:51.458Z|dba6b1c5-c148-441a-a8c9-80e252db847e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:50:52.556Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:50:52.564Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a
2023-03-28T07:50:52.565Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|INFO|500||Invoke
2023-03-28T07:50:52.565Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:52.565Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a
2023-03-28T07:50:52.565Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Method      : GET
2023-03-28T07:50:52.565Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d1815fb5b8601a57f9380fb5d39a9b60", X-B3-SpanId:"b9151f6471737050", X-B3-ParentSpanId:"a34dfc45653eda15", X-B3-Sampled:"0", X-ONAP-RequestID:"4e597448-3c28-45b8-a6f4-4dcb57461284", X-RequestID:"4e597448-3c28-45b8-a6f4-4dcb57461284", X-TransactionID:"4e597448-3c28-45b8-a6f4-4dcb57461284", X-ECOMP-RequestID:"4e597448-3c28-45b8-a6f4-4dcb57461284", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5eed7f13-d2e4-4cd1-8fe8-d7dba2d90ad0"]
2023-03-28T07:50:52.565Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Request body: 
2023-03-28T07:50:52.565Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||==========================request end================================================
2023-03-28T07:50:52.606Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:52.606Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:52.607Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Status text  : OK
2023-03-28T07:50:52.607Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:50:52 GMT", x-envoy-upstream-service-time:"36", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:52.609Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Response body: {
  "requestId" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "requestStatus" : "IN_PROGRESS",
  "resourceStatusMessage" : "The vf module was successfully deleted in the cloud",
  "flowStatus" : "Execution of DeactivateVfModuleBB has completed successfully, next invoking DeleteVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 6).",
  "progress" : 18,
  "startTime" : "2023-03-28T07:50:39.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_vm_macro\",\n            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:50:49.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "serviceInstanceName" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39",
  "requestScope" : "service",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a"
    }
  }
}
2023-03-28T07:50:52.609Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:52.609Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|INFO|500||InvokeReturn
2023-03-28T07:50:52.610Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false
2023-03-28T07:50:52.611Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:50:52.611Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:52.611Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false
2023-03-28T07:50:52.611Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:50:52.611Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d1815fb5b8601a57f9380fb5d39a9b60", X-B3-SpanId:"e83e52d4feb228a6", X-B3-ParentSpanId:"a34dfc45653eda15", X-B3-Sampled:"0", X-ONAP-RequestID:"4e597448-3c28-45b8-a6f4-4dcb57461284", X-RequestID:"4e597448-3c28-45b8-a6f4-4dcb57461284", X-TransactionID:"4e597448-3c28-45b8-a6f4-4dcb57461284", X-ECOMP-RequestID:"4e597448-3c28-45b8-a6f4-4dcb57461284", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"68406597-8534-45f5-bd9a-d6074da0a54d"]
2023-03-28T07:50:52.612Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:50:52.612Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:50:52.631Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:52.631Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:52.632Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:50:52.632Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:50:52 GMT", x-envoy-upstream-service-time:"16", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:50:52.632Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 57,
  "soRequestId" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "groupingId" : "4280a18e-8892-4cd0-8267-99f4f321b909",
  "name" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
  "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/4280a18e-8892-4cd0-8267-99f4f321b909\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE started\",\"stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":1679989850000,\"creation_time\":1679989781000,\"stack_status\":\"DELETE_IN_PROGRESS\",\"id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"446e2eb6664446678221858ed1ea1dd2\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T07:50:51.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T07:50:52.633Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:52.633Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:50:52.652Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:50:52.652Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T07:50:52.652Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:52.652Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:50:52.653Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:50:52.653Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"4e597448-3c28-45b8-a6f4-4dcb57461284", X-RequestID:"4e597448-3c28-45b8-a6f4-4dcb57461284", X-TransactionID:"4e597448-3c28-45b8-a6f4-4dcb57461284", X-ECOMP-RequestID:"4e597448-3c28-45b8-a6f4-4dcb57461284", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1c3d57a9-f8bc-49c8-ae43-50e33d5acb75"]
2023-03-28T07:50:52.653Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:50:52.653Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:50:52.796Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:52.797Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:52.797Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:50:52.798Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=94699A20793E03225103579FBA46E61C; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"688", date:"Tue, 28 Mar 2023 07:50:52 GMT", x-envoy-upstream-service-time:"139", server:"envoy"]
2023-03-28T07:50:52.798Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"3f6ab4b7-cd3d-11ed-8192-02f87d878986","businessKey":"a85bab6e-b349-4d27-a5ad-5c253e819a9a","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T07:50:45.901+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"3bd24b6c-cd3d-11ed-8192-02f87d878986","superProcessInstanceId":"3f68dfb4-cd3d-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}]
2023-03-28T07:50:52.798Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:52.799Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:50:52.927Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:50:52.928Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T07:50:52.928Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:50:52.928Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:50:52.928Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:50:52.929Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"4e597448-3c28-45b8-a6f4-4dcb57461284", X-RequestID:"4e597448-3c28-45b8-a6f4-4dcb57461284", X-TransactionID:"4e597448-3c28-45b8-a6f4-4dcb57461284", X-ECOMP-RequestID:"4e597448-3c28-45b8-a6f4-4dcb57461284", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9e042216-70d3-4c74-9dcd-731d90165fde"]
2023-03-28T07:50:52.929Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:50:52.929Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:50:53.066Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:50:53.066Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:50:53.067Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:50:53.067Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=826012D8287069F81B830BBC10DEE51A; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"811", date:"Tue, 28 Mar 2023 07:50:52 GMT", x-envoy-upstream-service-time:"133", server:"envoy"]
2023-03-28T07:50:53.068Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:41b7b11f-cd3d-11ed-8192-02f87d878986","parentActivityInstanceId":"3f6ab4b7-cd3d-11ed-8192-02f87d878986","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"3f6ab4b7-cd3d-11ed-8192-02f87d878986","executionId":"3f6ab4b7-cd3d-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T07:50:49.761+0000","endTime":"2023-03-28T07:50:49.769+0000","durationInMillis":8,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"3bd24b6c-cd3d-11ed-8192-02f87d878986"}]
2023-03-28T07:50:53.068Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:50:53.068Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:50:53.075Z|4e597448-3c28-45b8-a6f4-4dcb57461284|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:50:56.117Z|1fae199d-5ea8-42b3-8679-48b6bae2353d|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:50:56.118Z|1fae199d-5ea8-42b3-8679-48b6bae2353d|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:50:57.410Z|1e5c5c92-4e76-425d-85a3-aa9a5e94bf74|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:50:57.411Z|1e5c5c92-4e76-425d-85a3-aa9a5e94bf74|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:50:57.666Z|0ab44f35-7221-4492-ba33-41ea6651a6ae|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:50:57.667Z|0ab44f35-7221-4492-ba33-41ea6651a6ae|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:50:59.918Z|15d43718-d828-4593-8359-1d44c36bb34f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:50:59.918Z|15d43718-d828-4593-8359-1d44c36bb34f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:51:03.289Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:51:03.295Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a
2023-03-28T07:51:03.296Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|INFO|500||Invoke
2023-03-28T07:51:03.296Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||===========================request begin================================================
2023-03-28T07:51:03.296Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a
2023-03-28T07:51:03.296Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Method      : GET
2023-03-28T07:51:03.296Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"93bae43212e55d630ca095dbaf5dcf28", X-B3-SpanId:"6cbcb1f3e30f7162", X-B3-ParentSpanId:"5a2799b2772bac7f", X-B3-Sampled:"0", X-ONAP-RequestID:"cf3faa9d-505d-4567-8f2b-a770c29bff69", X-RequestID:"cf3faa9d-505d-4567-8f2b-a770c29bff69", X-TransactionID:"cf3faa9d-505d-4567-8f2b-a770c29bff69", X-ECOMP-RequestID:"cf3faa9d-505d-4567-8f2b-a770c29bff69", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"01012604-82d8-4639-841e-e285ee3e2e61"]
2023-03-28T07:51:03.296Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Request body: 
2023-03-28T07:51:03.296Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||==========================request end================================================
2023-03-28T07:51:03.335Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||============================response begin==========================================
2023-03-28T07:51:03.336Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Status code  : 200 OK
2023-03-28T07:51:03.336Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Status text  : OK
2023-03-28T07:51:03.336Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:51:03 GMT", x-envoy-upstream-service-time:"35", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:51:03.337Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Response body: {
  "requestId" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "requestStatus" : "IN_PROGRESS",
  "resourceStatusMessage" : "The vf module was successfully deleted in the cloud",
  "flowStatus" : "Execution of DeactivateVfModuleBB has completed successfully, next invoking DeleteVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 6).",
  "progress" : 18,
  "startTime" : "2023-03-28T07:50:39.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_vm_macro\",\n            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:50:49.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "serviceInstanceName" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39",
  "requestScope" : "service",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a"
    }
  }
}
2023-03-28T07:51:03.338Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||=======================response end=================================================
2023-03-28T07:51:03.338Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|INFO|500||InvokeReturn
2023-03-28T07:51:03.341Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false
2023-03-28T07:51:03.342Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:51:03.342Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:51:03.342Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false
2023-03-28T07:51:03.342Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:51:03.342Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"93bae43212e55d630ca095dbaf5dcf28", X-B3-SpanId:"efc5c80ea868fd8f", X-B3-ParentSpanId:"5a2799b2772bac7f", X-B3-Sampled:"0", X-ONAP-RequestID:"cf3faa9d-505d-4567-8f2b-a770c29bff69", X-RequestID:"cf3faa9d-505d-4567-8f2b-a770c29bff69", X-TransactionID:"cf3faa9d-505d-4567-8f2b-a770c29bff69", X-ECOMP-RequestID:"cf3faa9d-505d-4567-8f2b-a770c29bff69", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e4da6c44-1771-4627-8382-b98c189cf0a3"]
2023-03-28T07:51:03.343Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:51:03.343Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:51:03.360Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:51:03.360Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:51:03.360Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:51:03.360Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:51:03 GMT", x-envoy-upstream-service-time:"14", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:51:03.361Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 57,
  "soRequestId" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "groupingId" : "4280a18e-8892-4cd0-8267-99f4f321b909",
  "name" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
  "value" : "{\"outputs\":[],\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/4280a18e-8892-4cd0-8267-99f4f321b909\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE started\",\"stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":1679989850000,\"creation_time\":1679989781000,\"stack_status\":\"DELETE_IN_PROGRESS\",\"id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"446e2eb6664446678221858ed1ea1dd2\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T07:50:51.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T07:51:03.361Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:51:03.361Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:51:03.378Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:51:03.379Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T07:51:03.379Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:51:03.379Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:51:03.379Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:51:03.379Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"cf3faa9d-505d-4567-8f2b-a770c29bff69", X-RequestID:"cf3faa9d-505d-4567-8f2b-a770c29bff69", X-TransactionID:"cf3faa9d-505d-4567-8f2b-a770c29bff69", X-ECOMP-RequestID:"cf3faa9d-505d-4567-8f2b-a770c29bff69", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2b5f5dba-af3f-40c6-badc-b357270931b1"]
2023-03-28T07:51:03.379Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:51:03.379Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:51:03.528Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:51:03.529Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:51:03.529Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:51:03.529Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=6B0FDDF1B282638119C7991715FACDDC; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"688", date:"Tue, 28 Mar 2023 07:51:03 GMT", x-envoy-upstream-service-time:"140", server:"envoy"]
2023-03-28T07:51:03.530Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"3f6ab4b7-cd3d-11ed-8192-02f87d878986","businessKey":"a85bab6e-b349-4d27-a5ad-5c253e819a9a","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T07:50:45.901+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"3bd24b6c-cd3d-11ed-8192-02f87d878986","superProcessInstanceId":"3f68dfb4-cd3d-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}]
2023-03-28T07:51:03.530Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:51:03.531Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:51:03.560Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:51:03.560Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T07:51:03.561Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:51:03.561Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:51:03.561Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:51:03.561Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"cf3faa9d-505d-4567-8f2b-a770c29bff69", X-RequestID:"cf3faa9d-505d-4567-8f2b-a770c29bff69", X-TransactionID:"cf3faa9d-505d-4567-8f2b-a770c29bff69", X-ECOMP-RequestID:"cf3faa9d-505d-4567-8f2b-a770c29bff69", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ac56cfc2-532c-4fd2-8a89-572578978239"]
2023-03-28T07:51:03.562Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:51:03.562Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:51:03.705Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:51:03.706Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:51:03.707Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:51:03.707Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=3032D1263AB554633B9AAB5D8BDDD390; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"811", date:"Tue, 28 Mar 2023 07:51:03 GMT", x-envoy-upstream-service-time:"139", server:"envoy"]
2023-03-28T07:51:03.707Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"ExclusiveGateway_08a6you:41b7b11f-cd3d-11ed-8192-02f87d878986","parentActivityInstanceId":"3f6ab4b7-cd3d-11ed-8192-02f87d878986","activityId":"ExclusiveGateway_08a6you","activityName":"Success?","activityType":"exclusiveGateway","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"3f6ab4b7-cd3d-11ed-8192-02f87d878986","executionId":"3f6ab4b7-cd3d-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T07:50:49.761+0000","endTime":"2023-03-28T07:50:49.769+0000","durationInMillis":8,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"3bd24b6c-cd3d-11ed-8192-02f87d878986"}]
2023-03-28T07:51:03.708Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:51:03.708Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:51:03.721Z|cf3faa9d-505d-4567-8f2b-a770c29bff69|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:51:05.089Z|2ca56f17-ea15-446a-a0e5-1d0c201d8ce0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:51:05.093Z|2ca56f17-ea15-446a-a0e5-1d0c201d8ce0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:51:07.440Z|8518f3d7-89fb-424f-8be6-53962cce3fb6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:51:07.441Z|8518f3d7-89fb-424f-8be6-53962cce3fb6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:51:07.698Z|7a8433de-4d04-47e1-91e5-9649d5e89c2e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:51:07.699Z|7a8433de-4d04-47e1-91e5-9649d5e89c2e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:51:09.949Z|cfb738d4-c4a8-4367-b1ec-3ad201ad5806|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:51:09.949Z|cfb738d4-c4a8-4367-b1ec-3ad201ad5806|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:51:13.920Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:51:13.929Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a
2023-03-28T07:51:13.930Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|INFO|500||Invoke
2023-03-28T07:51:13.930Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||===========================request begin================================================
2023-03-28T07:51:13.930Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a
2023-03-28T07:51:13.931Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Method      : GET
2023-03-28T07:51:13.931Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"952232052f7b7a4f72a4d3c3b5c3e826", X-B3-SpanId:"a0cb156cfb5e01a2", X-B3-ParentSpanId:"69a3086c4d6f3023", X-B3-Sampled:"0", X-ONAP-RequestID:"d2418a5f-2112-47c5-9756-dd45035a6e5b", X-RequestID:"d2418a5f-2112-47c5-9756-dd45035a6e5b", X-TransactionID:"d2418a5f-2112-47c5-9756-dd45035a6e5b", X-ECOMP-RequestID:"d2418a5f-2112-47c5-9756-dd45035a6e5b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"75cf8b33-dcfe-4f8d-bd2a-0e00ef58f54e"]
2023-03-28T07:51:13.931Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Request body: 
2023-03-28T07:51:13.931Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||==========================request end================================================
2023-03-28T07:51:13.975Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||============================response begin==========================================
2023-03-28T07:51:13.975Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Status code  : 200 OK
2023-03-28T07:51:13.975Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Status text  : OK
2023-03-28T07:51:13.976Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:51:13 GMT", x-envoy-upstream-service-time:"40", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:51:13.976Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Response body: {
  "requestId" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "requestStatus" : "IN_PROGRESS",
  "resourceStatusMessage" : "The vf module was successfully deleted in the cloud",
  "flowStatus" : "Execution of DeactivateVfModuleBB has completed successfully, next invoking DeleteVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 6).",
  "progress" : 18,
  "startTime" : "2023-03-28T07:50:39.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_vm_macro\",\n            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:50:49.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "serviceInstanceName" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39",
  "requestScope" : "service",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a"
    }
  }
}
2023-03-28T07:51:13.976Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||=======================response end=================================================
2023-03-28T07:51:13.976Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|INFO|500||InvokeReturn
2023-03-28T07:51:13.977Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false
2023-03-28T07:51:13.978Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:51:13.978Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:51:13.978Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false
2023-03-28T07:51:13.978Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:51:13.978Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"952232052f7b7a4f72a4d3c3b5c3e826", X-B3-SpanId:"d7a8a09b66b687fd", X-B3-ParentSpanId:"69a3086c4d6f3023", X-B3-Sampled:"0", X-ONAP-RequestID:"d2418a5f-2112-47c5-9756-dd45035a6e5b", X-RequestID:"d2418a5f-2112-47c5-9756-dd45035a6e5b", X-TransactionID:"d2418a5f-2112-47c5-9756-dd45035a6e5b", X-ECOMP-RequestID:"d2418a5f-2112-47c5-9756-dd45035a6e5b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"71d51aba-1981-4fdd-976e-17f7a598904f"]
2023-03-28T07:51:13.979Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:51:13.979Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:51:14.000Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:51:14.000Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:51:14.000Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:51:14.001Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:51:13 GMT", x-envoy-upstream-service-time:"19", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:51:14.001Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 57,
  "soRequestId" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "groupingId" : "4280a18e-8892-4cd0-8267-99f4f321b909",
  "name" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
  "value" : "{\"outputs\":null,\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/4280a18e-8892-4cd0-8267-99f4f321b909\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":1679989850000,\"creation_time\":1679989781000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"446e2eb6664446678221858ed1ea1dd2\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T07:50:51.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T07:51:14.001Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:51:14.002Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:51:14.025Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:51:14.026Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T07:51:14.026Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:51:14.026Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:51:14.027Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:51:14.027Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"d2418a5f-2112-47c5-9756-dd45035a6e5b", X-RequestID:"d2418a5f-2112-47c5-9756-dd45035a6e5b", X-TransactionID:"d2418a5f-2112-47c5-9756-dd45035a6e5b", X-ECOMP-RequestID:"d2418a5f-2112-47c5-9756-dd45035a6e5b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ae4cdc51-f279-4f58-b63a-facbdab791b3"]
2023-03-28T07:51:14.027Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:51:14.027Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:51:14.180Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:51:14.181Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:51:14.181Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:51:14.181Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=6099C02286074D783687723BE4E65FBC; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"718", date:"Tue, 28 Mar 2023 07:51:13 GMT", x-envoy-upstream-service-time:"149", server:"envoy"]
2023-03-28T07:51:14.182Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"3f6ab4b7-cd3d-11ed-8192-02f87d878986","businessKey":"a85bab6e-b349-4d27-a5ad-5c253e819a9a","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T07:50:45.901+0000","endTime":"2023-03-28T07:51:06.008+0000","removalTime":null,"durationInMillis":20107,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"3bd24b6c-cd3d-11ed-8192-02f87d878986","superProcessInstanceId":"3f68dfb4-cd3d-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}]
2023-03-28T07:51:14.182Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:51:14.182Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:51:14.201Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:51:14.202Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T07:51:14.202Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:51:14.202Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:51:14.202Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:51:14.202Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"d2418a5f-2112-47c5-9756-dd45035a6e5b", X-RequestID:"d2418a5f-2112-47c5-9756-dd45035a6e5b", X-TransactionID:"d2418a5f-2112-47c5-9756-dd45035a6e5b", X-ECOMP-RequestID:"d2418a5f-2112-47c5-9756-dd45035a6e5b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"33e6a735-8c90-417d-8f5b-dfcec6ba0512"]
2023-03-28T07:51:14.202Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:51:14.202Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:51:14.344Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:51:14.345Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:51:14.345Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:51:14.345Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=6F0C59E2F08A567A11338283926DD253; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"772", date:"Tue, 28 Mar 2023 07:51:13 GMT", x-envoy-upstream-service-time:"138", server:"envoy"]
2023-03-28T07:51:14.346Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"EndEvent_6:4b665472-cd3d-11ed-8192-02f87d878986","parentActivityInstanceId":"3f6ab4b7-cd3d-11ed-8192-02f87d878986","activityId":"EndEvent_6","activityName":null,"activityType":"noneEndEvent","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"3f6ab4b7-cd3d-11ed-8192-02f87d878986","executionId":"3f6ab4b7-cd3d-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T07:51:06.005+0000","endTime":"2023-03-28T07:51:06.005+0000","durationInMillis":0,"canceled":false,"completeScope":true,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"3bd24b6c-cd3d-11ed-8192-02f87d878986"}]
2023-03-28T07:51:14.346Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:51:14.346Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:51:14.352Z|d2418a5f-2112-47c5-9756-dd45035a6e5b|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:51:17.470Z|c1bb3483-0bf9-4f29-b1b0-4351913edb27|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:51:17.470Z|c1bb3483-0bf9-4f29-b1b0-4351913edb27|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:51:17.730Z|1b637046-f174-49a4-bfee-34cc14455fcf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:51:17.731Z|1b637046-f174-49a4-bfee-34cc14455fcf|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:51:19.984Z|736fd53b-129a-4e3f-9c50-61385357b0f5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:51:19.984Z|736fd53b-129a-4e3f-9c50-61385357b0f5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:51:20.089Z|18c379fb-cd69-4468-a413-7922049d0afa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:51:20.089Z|18c379fb-cd69-4468-a413-7922049d0afa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:51:21.459Z|9247951c-f0c6-4387-a753-a40fcf60f154|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:51:21.459Z|9247951c-f0c6-4387-a753-a40fcf60f154|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:51:24.549Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:51:24.569Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a
2023-03-28T07:51:24.569Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|INFO|500||Invoke
2023-03-28T07:51:24.569Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||===========================request begin================================================
2023-03-28T07:51:24.569Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a
2023-03-28T07:51:24.569Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Method      : GET
2023-03-28T07:51:24.570Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"b7225e56f4f62fdd8f49d9616f13c510", X-B3-SpanId:"bc2c54fff4f25528", X-B3-ParentSpanId:"9cfd9a8e0c2ce5fd", X-B3-Sampled:"0", X-ONAP-RequestID:"09e921a0-4509-467a-8958-2f740f3ef6b5", X-RequestID:"09e921a0-4509-467a-8958-2f740f3ef6b5", X-TransactionID:"09e921a0-4509-467a-8958-2f740f3ef6b5", X-ECOMP-RequestID:"09e921a0-4509-467a-8958-2f740f3ef6b5", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"840d8e7e-2997-4753-ac57-7c7825309e2b"]
2023-03-28T07:51:24.570Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Request body: 
2023-03-28T07:51:24.570Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||==========================request end================================================
2023-03-28T07:51:24.611Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||============================response begin==========================================
2023-03-28T07:51:24.611Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Status code  : 200 OK
2023-03-28T07:51:24.611Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Status text  : OK
2023-03-28T07:51:24.611Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:51:24 GMT", x-envoy-upstream-service-time:"36", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:51:24.612Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Response body: {
  "requestId" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "requestStatus" : "IN_PROGRESS",
  "resourceStatusMessage" : "The vf module was successfully deleted in the cloud",
  "flowStatus" : "Execution of DeactivateVfModuleBB has completed successfully, next invoking DeleteVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 6).",
  "progress" : 18,
  "startTime" : "2023-03-28T07:50:39.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_vm_macro\",\n            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:50:49.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "serviceInstanceName" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39",
  "requestScope" : "service",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a"
    }
  }
}
2023-03-28T07:51:24.612Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||=======================response end=================================================
2023-03-28T07:51:24.612Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|INFO|500||InvokeReturn
2023-03-28T07:51:24.613Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false
2023-03-28T07:51:24.613Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:51:24.613Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:51:24.613Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false
2023-03-28T07:51:24.613Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:51:24.613Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"b7225e56f4f62fdd8f49d9616f13c510", X-B3-SpanId:"dcc1067d7331a1d5", X-B3-ParentSpanId:"9cfd9a8e0c2ce5fd", X-B3-Sampled:"0", X-ONAP-RequestID:"09e921a0-4509-467a-8958-2f740f3ef6b5", X-RequestID:"09e921a0-4509-467a-8958-2f740f3ef6b5", X-TransactionID:"09e921a0-4509-467a-8958-2f740f3ef6b5", X-ECOMP-RequestID:"09e921a0-4509-467a-8958-2f740f3ef6b5", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9be76dea-f977-4bfa-8ee3-2e125970d3ef"]
2023-03-28T07:51:24.613Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:51:24.614Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:51:24.634Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:51:24.634Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:51:24.634Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:51:24.634Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:51:24 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:51:24.634Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 57,
  "soRequestId" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "groupingId" : "4280a18e-8892-4cd0-8267-99f4f321b909",
  "name" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
  "value" : "{\"outputs\":null,\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/4280a18e-8892-4cd0-8267-99f4f321b909\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":1679989850000,\"creation_time\":1679989781000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"446e2eb6664446678221858ed1ea1dd2\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T07:50:51.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T07:51:24.635Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:51:24.635Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:51:24.656Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:51:24.656Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T07:51:24.657Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:51:24.657Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:51:24.657Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:51:24.657Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"09e921a0-4509-467a-8958-2f740f3ef6b5", X-RequestID:"09e921a0-4509-467a-8958-2f740f3ef6b5", X-TransactionID:"09e921a0-4509-467a-8958-2f740f3ef6b5", X-ECOMP-RequestID:"09e921a0-4509-467a-8958-2f740f3ef6b5", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"615345d0-a81f-4fe1-8f06-2f8e020c792c"]
2023-03-28T07:51:24.657Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:51:24.657Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:51:24.834Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:51:24.835Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:51:24.835Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:51:24.836Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=D67D0212A13F33C8A7D4C074B3EDBC7C; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"718", date:"Tue, 28 Mar 2023 07:51:24 GMT", x-envoy-upstream-service-time:"170", server:"envoy"]
2023-03-28T07:51:24.836Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"3f6ab4b7-cd3d-11ed-8192-02f87d878986","businessKey":"a85bab6e-b349-4d27-a5ad-5c253e819a9a","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T07:50:45.901+0000","endTime":"2023-03-28T07:51:06.008+0000","removalTime":null,"durationInMillis":20107,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"3bd24b6c-cd3d-11ed-8192-02f87d878986","superProcessInstanceId":"3f68dfb4-cd3d-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}]
2023-03-28T07:51:24.837Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:51:24.837Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:51:24.859Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:51:24.860Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T07:51:24.860Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:51:24.860Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:51:24.860Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:51:24.860Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"09e921a0-4509-467a-8958-2f740f3ef6b5", X-RequestID:"09e921a0-4509-467a-8958-2f740f3ef6b5", X-TransactionID:"09e921a0-4509-467a-8958-2f740f3ef6b5", X-ECOMP-RequestID:"09e921a0-4509-467a-8958-2f740f3ef6b5", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d16cd650-f816-4d23-afc9-23667223db06"]
2023-03-28T07:51:24.860Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:51:24.860Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:51:25.014Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:51:25.014Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:51:25.015Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:51:25.015Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=9D4AB54066A300BA77F2C4FBCF20FAA5; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"772", date:"Tue, 28 Mar 2023 07:51:24 GMT", x-envoy-upstream-service-time:"149", server:"envoy"]
2023-03-28T07:51:25.016Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"EndEvent_6:4b665472-cd3d-11ed-8192-02f87d878986","parentActivityInstanceId":"3f6ab4b7-cd3d-11ed-8192-02f87d878986","activityId":"EndEvent_6","activityName":null,"activityType":"noneEndEvent","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"3f6ab4b7-cd3d-11ed-8192-02f87d878986","executionId":"3f6ab4b7-cd3d-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T07:51:06.005+0000","endTime":"2023-03-28T07:51:06.005+0000","durationInMillis":0,"canceled":false,"completeScope":true,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"3bd24b6c-cd3d-11ed-8192-02f87d878986"}]
2023-03-28T07:51:25.016Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:51:25.016Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:51:25.023Z|09e921a0-4509-467a-8958-2f740f3ef6b5|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:51:27.511Z|bde953cf-4226-44af-ae01-20c30fcdb0de|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:51:27.514Z|bde953cf-4226-44af-ae01-20c30fcdb0de|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:51:27.761Z|9d4f9614-84f0-4384-8734-99ab1a850f01|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:51:27.762Z|9d4f9614-84f0-4384-8734-99ab1a850f01|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:51:30.017Z|d2405735-91b9-4a89-b901-8374db8e7379|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:51:30.018Z|d2405735-91b9-4a89-b901-8374db8e7379|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:51:35.089Z|4e8dab55-6a9a-4a56-ae5a-ada1909f313b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:51:35.090Z|4e8dab55-6a9a-4a56-ae5a-ada1909f313b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:51:35.240Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:51:35.258Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a
2023-03-28T07:51:35.259Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|INFO|500||Invoke
2023-03-28T07:51:35.259Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||===========================request begin================================================
2023-03-28T07:51:35.259Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a
2023-03-28T07:51:35.259Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Method      : GET
2023-03-28T07:51:35.259Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"783599c8a18db800efeb312010a73267", X-B3-SpanId:"cc3e27fefad9a593", X-B3-ParentSpanId:"552db736249db35d", X-B3-Sampled:"0", X-ONAP-RequestID:"67150e66-4092-4c82-896f-53c62954e87e", X-RequestID:"67150e66-4092-4c82-896f-53c62954e87e", X-TransactionID:"67150e66-4092-4c82-896f-53c62954e87e", X-ECOMP-RequestID:"67150e66-4092-4c82-896f-53c62954e87e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"329d60fd-44fc-49e8-b998-5eed27ff930e"]
2023-03-28T07:51:35.259Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Request body: 
2023-03-28T07:51:35.260Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||==========================request end================================================
2023-03-28T07:51:35.303Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||============================response begin==========================================
2023-03-28T07:51:35.303Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Status code  : 200 OK
2023-03-28T07:51:35.303Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Status text  : OK
2023-03-28T07:51:35.303Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:51:35 GMT", x-envoy-upstream-service-time:"39", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:51:35.304Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Response body: {
  "requestId" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "requestStatus" : "IN_PROGRESS",
  "resourceStatusMessage" : "The vf module was successfully deleted in the cloud",
  "flowStatus" : "Execution of DeactivateVfModuleBB has completed successfully, next invoking DeleteVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 6).",
  "progress" : 18,
  "startTime" : "2023-03-28T07:50:39.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_vm_macro\",\n            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:50:49.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "serviceInstanceName" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39",
  "requestScope" : "service",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a"
    }
  }
}
2023-03-28T07:51:35.304Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||=======================response end=================================================
2023-03-28T07:51:35.304Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|INFO|500||InvokeReturn
2023-03-28T07:51:35.307Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false
2023-03-28T07:51:35.307Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:51:35.307Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:51:35.307Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false
2023-03-28T07:51:35.308Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:51:35.308Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"783599c8a18db800efeb312010a73267", X-B3-SpanId:"818c09b4a7c3f3a5", X-B3-ParentSpanId:"552db736249db35d", X-B3-Sampled:"0", X-ONAP-RequestID:"67150e66-4092-4c82-896f-53c62954e87e", X-RequestID:"67150e66-4092-4c82-896f-53c62954e87e", X-TransactionID:"67150e66-4092-4c82-896f-53c62954e87e", X-ECOMP-RequestID:"67150e66-4092-4c82-896f-53c62954e87e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"350bc33a-3f37-4812-85f2-60f72b7a0b88"]
2023-03-28T07:51:35.308Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:51:35.308Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:51:35.328Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:51:35.328Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:51:35.328Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:51:35.328Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:51:35 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:51:35.330Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 57,
  "soRequestId" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "groupingId" : "4280a18e-8892-4cd0-8267-99f4f321b909",
  "name" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
  "value" : "{\"outputs\":null,\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/4280a18e-8892-4cd0-8267-99f4f321b909\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":1679989850000,\"creation_time\":1679989781000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"446e2eb6664446678221858ed1ea1dd2\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T07:50:51.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T07:51:35.331Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:51:35.331Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:51:35.351Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:51:35.351Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T07:51:35.352Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:51:35.352Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:51:35.352Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:51:35.352Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"67150e66-4092-4c82-896f-53c62954e87e", X-RequestID:"67150e66-4092-4c82-896f-53c62954e87e", X-TransactionID:"67150e66-4092-4c82-896f-53c62954e87e", X-ECOMP-RequestID:"67150e66-4092-4c82-896f-53c62954e87e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"56809926-7f2e-4a01-ab21-38f8b10c804f"]
2023-03-28T07:51:35.352Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:51:35.352Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:51:35.497Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:51:35.498Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:51:35.498Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:51:35.499Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=88ED8165144802C845A4B7FF03BAB7E8; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"718", date:"Tue, 28 Mar 2023 07:51:35 GMT", x-envoy-upstream-service-time:"135", server:"envoy"]
2023-03-28T07:51:35.499Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"3f6ab4b7-cd3d-11ed-8192-02f87d878986","businessKey":"a85bab6e-b349-4d27-a5ad-5c253e819a9a","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T07:50:45.901+0000","endTime":"2023-03-28T07:51:06.008+0000","removalTime":null,"durationInMillis":20107,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"3bd24b6c-cd3d-11ed-8192-02f87d878986","superProcessInstanceId":"3f68dfb4-cd3d-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}]
2023-03-28T07:51:35.500Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:51:35.500Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:51:35.524Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:51:35.524Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T07:51:35.525Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:51:35.525Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:51:35.525Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:51:35.525Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"67150e66-4092-4c82-896f-53c62954e87e", X-RequestID:"67150e66-4092-4c82-896f-53c62954e87e", X-TransactionID:"67150e66-4092-4c82-896f-53c62954e87e", X-ECOMP-RequestID:"67150e66-4092-4c82-896f-53c62954e87e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"7185ebe0-026f-4ce7-ba2d-c929fcaf5d5e"]
2023-03-28T07:51:35.525Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:51:35.526Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:51:35.697Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:51:35.710Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:51:35.710Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:51:35.711Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=8CDBAD26CD6224046C20C4F53C43179F; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"772", date:"Tue, 28 Mar 2023 07:51:35 GMT", x-envoy-upstream-service-time:"162", server:"envoy"]
2023-03-28T07:51:35.712Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"EndEvent_6:4b665472-cd3d-11ed-8192-02f87d878986","parentActivityInstanceId":"3f6ab4b7-cd3d-11ed-8192-02f87d878986","activityId":"EndEvent_6","activityName":null,"activityType":"noneEndEvent","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"3f6ab4b7-cd3d-11ed-8192-02f87d878986","executionId":"3f6ab4b7-cd3d-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T07:51:06.005+0000","endTime":"2023-03-28T07:51:06.005+0000","durationInMillis":0,"canceled":false,"completeScope":true,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"3bd24b6c-cd3d-11ed-8192-02f87d878986"}]
2023-03-28T07:51:35.712Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:51:35.714Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:51:35.746Z|67150e66-4092-4c82-896f-53c62954e87e|http-nio-8080-exec-1|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:51:37.551Z|0917835d-2ea4-4e1f-9d8a-43b31641eaa3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:51:37.551Z|0917835d-2ea4-4e1f-9d8a-43b31641eaa3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:51:37.800Z|6fce3960-8191-40e3-b910-2152da23e58e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:51:37.801Z|6fce3960-8191-40e3-b910-2152da23e58e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:51:40.047Z|ca95288b-8ff3-4657-b83d-2f98da9ecd02|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:51:40.048Z|ca95288b-8ff3-4657-b83d-2f98da9ecd02|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:51:45.947Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:51:45.962Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a
2023-03-28T07:51:45.963Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|INFO|500||Invoke
2023-03-28T07:51:45.963Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||===========================request begin================================================
2023-03-28T07:51:45.964Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a
2023-03-28T07:51:45.964Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Method      : GET
2023-03-28T07:51:45.964Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d8ab561b7c6abc60f57abbc3a6ea5938", X-B3-SpanId:"998064446176f946", X-B3-ParentSpanId:"5dcb74404c696d4d", X-B3-Sampled:"0", X-ONAP-RequestID:"f8687e37-7b4d-43bc-9d1d-4cd72126c1a2", X-RequestID:"f8687e37-7b4d-43bc-9d1d-4cd72126c1a2", X-TransactionID:"f8687e37-7b4d-43bc-9d1d-4cd72126c1a2", X-ECOMP-RequestID:"f8687e37-7b4d-43bc-9d1d-4cd72126c1a2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4c912923-23c9-4894-a900-04af6e318b09"]
2023-03-28T07:51:45.965Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Request body: 
2023-03-28T07:51:45.965Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||==========================request end================================================
2023-03-28T07:51:46.007Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||============================response begin==========================================
2023-03-28T07:51:46.008Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Status code  : 200 OK
2023-03-28T07:51:46.009Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Status text  : OK
2023-03-28T07:51:46.009Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:51:45 GMT", x-envoy-upstream-service-time:"37", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:51:46.010Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Response body: {
  "requestId" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "requestStatus" : "IN_PROGRESS",
  "resourceStatusMessage" : "The vf module was successfully deleted in the cloud",
  "flowStatus" : "Execution of DeactivateVfModuleBB has completed successfully, next invoking DeleteVfModuleBB (Execution Path progress: BBs completed = 1; BBs remaining = 6).",
  "progress" : 18,
  "startTime" : "2023-03-28T07:50:39.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_vm_macro\",\n            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:50:49.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "serviceInstanceName" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39",
  "requestScope" : "service",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a"
    }
  }
}
2023-03-28T07:51:46.011Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||=======================response end=================================================
2023-03-28T07:51:46.012Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|INFO|500||InvokeReturn
2023-03-28T07:51:46.015Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false
2023-03-28T07:51:46.015Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:51:46.016Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:51:46.016Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false
2023-03-28T07:51:46.016Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:51:46.016Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d8ab561b7c6abc60f57abbc3a6ea5938", X-B3-SpanId:"bc52ce5de2dc81a9", X-B3-ParentSpanId:"5dcb74404c696d4d", X-B3-Sampled:"0", X-ONAP-RequestID:"f8687e37-7b4d-43bc-9d1d-4cd72126c1a2", X-RequestID:"f8687e37-7b4d-43bc-9d1d-4cd72126c1a2", X-TransactionID:"f8687e37-7b4d-43bc-9d1d-4cd72126c1a2", X-ECOMP-RequestID:"f8687e37-7b4d-43bc-9d1d-4cd72126c1a2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"96735097-ce6f-4214-a201-2eecf76a8cd6"]
2023-03-28T07:51:46.017Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:51:46.017Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:51:46.038Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:51:46.038Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:51:46.039Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:51:46.039Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:51:45 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:51:46.040Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 57,
  "soRequestId" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "groupingId" : "4280a18e-8892-4cd0-8267-99f4f321b909",
  "name" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
  "value" : "{\"outputs\":null,\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/4280a18e-8892-4cd0-8267-99f4f321b909\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":1679989850000,\"creation_time\":1679989781000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"446e2eb6664446678221858ed1ea1dd2\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T07:50:51.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T07:51:46.040Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:51:46.041Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:51:46.064Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:51:46.065Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T07:51:46.065Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:51:46.065Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:51:46.065Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:51:46.066Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"f8687e37-7b4d-43bc-9d1d-4cd72126c1a2", X-RequestID:"f8687e37-7b4d-43bc-9d1d-4cd72126c1a2", X-TransactionID:"f8687e37-7b4d-43bc-9d1d-4cd72126c1a2", X-ECOMP-RequestID:"f8687e37-7b4d-43bc-9d1d-4cd72126c1a2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"226bcbda-56ce-4e81-8e77-f45181851942"]
2023-03-28T07:51:46.066Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:51:46.066Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:51:46.223Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:51:46.224Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:51:46.224Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:51:46.224Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=995C3013B7A5401B46B64C2FABDEEC36; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"718", date:"Tue, 28 Mar 2023 07:51:46 GMT", x-envoy-upstream-service-time:"154", server:"envoy"]
2023-03-28T07:51:46.225Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"3f6ab4b7-cd3d-11ed-8192-02f87d878986","businessKey":"a85bab6e-b349-4d27-a5ad-5c253e819a9a","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"openstackAdapterTask","processDefinitionName":"openstackAdapterTask","processDefinitionVersion":1,"startTime":"2023-03-28T07:50:45.901+0000","endTime":"2023-03-28T07:51:06.008+0000","removalTime":null,"durationInMillis":20107,"startUserId":null,"startActivityId":"StartEvent_1","deleteReason":null,"rootProcessInstanceId":"3bd24b6c-cd3d-11ed-8192-02f87d878986","superProcessInstanceId":"3f68dfb4-cd3d-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}]
2023-03-28T07:51:46.225Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:51:46.225Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:51:46.243Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:51:46.243Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T07:51:46.243Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:51:46.243Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:51:46.244Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:51:46.244Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"f8687e37-7b4d-43bc-9d1d-4cd72126c1a2", X-RequestID:"f8687e37-7b4d-43bc-9d1d-4cd72126c1a2", X-TransactionID:"f8687e37-7b4d-43bc-9d1d-4cd72126c1a2", X-ECOMP-RequestID:"f8687e37-7b4d-43bc-9d1d-4cd72126c1a2", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ea8dfa6f-fa19-43a6-80ed-efeddddfadd6"]
2023-03-28T07:51:46.244Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:51:46.244Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:51:46.403Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:51:46.404Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:51:46.405Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:51:46.405Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=23100CCB4E29E791750C1FE2DA34363F; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"772", date:"Tue, 28 Mar 2023 07:51:46 GMT", x-envoy-upstream-service-time:"156", server:"envoy"]
2023-03-28T07:51:46.405Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"EndEvent_6:4b665472-cd3d-11ed-8192-02f87d878986","parentActivityInstanceId":"3f6ab4b7-cd3d-11ed-8192-02f87d878986","activityId":"EndEvent_6","activityName":null,"activityType":"noneEndEvent","processDefinitionKey":"openstackAdapterTask","processDefinitionId":"openstackAdapterTask:1:e2b76d0c-ccfc-11ed-8192-02f87d878986","processInstanceId":"3f6ab4b7-cd3d-11ed-8192-02f87d878986","executionId":"3f6ab4b7-cd3d-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T07:51:06.005+0000","endTime":"2023-03-28T07:51:06.005+0000","durationInMillis":0,"canceled":false,"completeScope":true,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"3bd24b6c-cd3d-11ed-8192-02f87d878986"}]
2023-03-28T07:51:46.406Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:51:46.406Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=3f6ab4b7-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:51:46.413Z|f8687e37-7b4d-43bc-9d1d-4cd72126c1a2|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:51:47.590Z|f97c2852-e982-4a25-8258-9dbc0390eadd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:51:47.591Z|f97c2852-e982-4a25-8258-9dbc0390eadd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:51:47.835Z|00b08f11-e3be-460f-a0b8-3148a11657b7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:51:47.836Z|00b08f11-e3be-460f-a0b8-3148a11657b7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:51:50.075Z|2bf2e109-bc6c-4047-b8be-dc846cf838b1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:51:50.076Z|2bf2e109-bc6c-4047-b8be-dc846cf838b1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:51:50.089Z|5032a160-4db0-47fe-996e-4d8b02512fde|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:51:50.093Z|5032a160-4db0-47fe-996e-4d8b02512fde|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:51:51.460Z|4e444398-db30-41ac-bc1e-18610a4f5fba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:51:51.460Z|4e444398-db30-41ac-bc1e-18610a4f5fba|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:51:56.117Z|0d9419fc-6d9e-4959-a1bf-0b2e86c534bf|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:51:56.118Z|0d9419fc-6d9e-4959-a1bf-0b2e86c534bf|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:51:56.602Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:51:56.606Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a
2023-03-28T07:51:56.607Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|INFO|500||Invoke
2023-03-28T07:51:56.607Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||===========================request begin================================================
2023-03-28T07:51:56.607Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a
2023-03-28T07:51:56.607Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Method      : GET
2023-03-28T07:51:56.607Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d97a654bd2930907f020a39f23b113f2", X-B3-SpanId:"0d1af32c131b7f59", X-B3-ParentSpanId:"9d090c6175e54e25", X-B3-Sampled:"0", X-ONAP-RequestID:"43601b49-71f8-454c-ad59-7714380f4d0e", X-RequestID:"43601b49-71f8-454c-ad59-7714380f4d0e", X-TransactionID:"43601b49-71f8-454c-ad59-7714380f4d0e", X-ECOMP-RequestID:"43601b49-71f8-454c-ad59-7714380f4d0e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6fb0fe55-dcb0-4263-95eb-8d403501eb4c"]
2023-03-28T07:51:56.608Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Request body: 
2023-03-28T07:51:56.608Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||==========================request end================================================
2023-03-28T07:51:56.647Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||============================response begin==========================================
2023-03-28T07:51:56.648Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Status code  : 200 OK
2023-03-28T07:51:56.648Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Status text  : OK
2023-03-28T07:51:56.648Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:51:55 GMT", x-envoy-upstream-service-time:"35", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:51:56.649Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Response body: {
  "requestId" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "requestStatus" : "IN_PROGRESS",
  "resourceStatusMessage" : "The vf module was successfully deleted in the cloud",
  "flowStatus" : "Execution of DeactivateVnfBB has completed successfully, next invoking DeactivateServiceInstanceBB (Execution Path progress: BBs completed = 3; BBs remaining = 4).",
  "progress" : 45,
  "startTime" : "2023-03-28T07:50:39.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_vm_macro\",\n            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:51:54.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "serviceInstanceName" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39",
  "requestScope" : "service",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a"
    }
  }
}
2023-03-28T07:51:56.650Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||=======================response end=================================================
2023-03-28T07:51:56.650Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|INFO|500||InvokeReturn
2023-03-28T07:51:56.653Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false
2023-03-28T07:51:56.654Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:51:56.654Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:51:56.655Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false
2023-03-28T07:51:56.655Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:51:56.655Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d97a654bd2930907f020a39f23b113f2", X-B3-SpanId:"3e0327aaaee15b7b", X-B3-ParentSpanId:"9d090c6175e54e25", X-B3-Sampled:"0", X-ONAP-RequestID:"43601b49-71f8-454c-ad59-7714380f4d0e", X-RequestID:"43601b49-71f8-454c-ad59-7714380f4d0e", X-TransactionID:"43601b49-71f8-454c-ad59-7714380f4d0e", X-ECOMP-RequestID:"43601b49-71f8-454c-ad59-7714380f4d0e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"289fc911-0660-4f5f-b159-33cb7b5eacf1"]
2023-03-28T07:51:56.656Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:51:56.656Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:51:56.683Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:51:56.683Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:51:56.684Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:51:56.684Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:51:55 GMT", x-envoy-upstream-service-time:"24", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:51:56.686Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 57,
  "soRequestId" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "groupingId" : "4280a18e-8892-4cd0-8267-99f4f321b909",
  "name" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
  "value" : "{\"outputs\":null,\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/4280a18e-8892-4cd0-8267-99f4f321b909\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":1679989850000,\"creation_time\":1679989781000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"446e2eb6664446678221858ed1ea1dd2\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T07:50:51.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T07:51:56.686Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:51:56.687Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:51:56.714Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:51:56.714Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T07:51:56.715Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:51:56.715Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:51:56.715Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:51:56.715Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"43601b49-71f8-454c-ad59-7714380f4d0e", X-RequestID:"43601b49-71f8-454c-ad59-7714380f4d0e", X-TransactionID:"43601b49-71f8-454c-ad59-7714380f4d0e", X-ECOMP-RequestID:"43601b49-71f8-454c-ad59-7714380f4d0e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"07d02a84-b6c2-4afc-aff2-8012e37ba029"]
2023-03-28T07:51:56.715Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:51:56.715Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:51:56.941Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:51:56.942Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:51:56.943Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:51:56.943Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=99FE3D8BF68CCC6882256CC92B7BAECF; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"680", date:"Tue, 28 Mar 2023 07:51:55 GMT", x-envoy-upstream-service-time:"223", server:"envoy"]
2023-03-28T07:51:56.944Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"678c4b1d-cd3d-11ed-8192-02f87d878986","businessKey":"a85bab6e-b349-4d27-a5ad-5c253e819a9a","processDefinitionId":"SDNCHandler:1:e265a33b-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"SDNCHandler","processDefinitionName":"SDNC","processDefinitionVersion":1,"startTime":"2023-03-28T07:51:53.230+0000","endTime":"2023-03-28T07:51:53.736+0000","removalTime":null,"durationInMillis":506,"startUserId":null,"startActivityId":"SDNC_Start","deleteReason":null,"rootProcessInstanceId":"3bd24b6c-cd3d-11ed-8192-02f87d878986","superProcessInstanceId":"678a2806-cd3d-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}]
2023-03-28T07:51:56.944Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:51:56.944Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=a85bab6e-b349-4d27-a5ad-5c253e819a9a&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:51:56.974Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=678c4b1d-cd3d-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=678c4b1d-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:51:56.974Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=678c4b1d-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T07:51:56.974Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=678c4b1d-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:51:56.975Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=678c4b1d-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=678c4b1d-cd3d-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:51:56.975Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=678c4b1d-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:51:56.975Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=678c4b1d-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"43601b49-71f8-454c-ad59-7714380f4d0e", X-RequestID:"43601b49-71f8-454c-ad59-7714380f4d0e", X-TransactionID:"43601b49-71f8-454c-ad59-7714380f4d0e", X-ECOMP-RequestID:"43601b49-71f8-454c-ad59-7714380f4d0e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ab0e7f68-9d02-49de-895b-a030a720820e"]
2023-03-28T07:51:56.975Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=678c4b1d-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:51:56.975Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=678c4b1d-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:51:57.111Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=678c4b1d-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:51:57.112Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=678c4b1d-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:51:57.112Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=678c4b1d-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:51:57.113Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=678c4b1d-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=F773121F1B1685DD06ADE6EE59D9914F; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"761", date:"Tue, 28 Mar 2023 07:51:56 GMT", x-envoy-upstream-service-time:"132", server:"envoy"]
2023-03-28T07:51:57.113Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=678c4b1d-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"Call_SDNC:678cc060-cd3d-11ed-8192-02f87d878986","parentActivityInstanceId":"678c4b1d-cd3d-11ed-8192-02f87d878986","activityId":"Call_SDNC","activityName":"Call SDNC","activityType":"serviceTask","processDefinitionKey":"SDNCHandler","processDefinitionId":"SDNCHandler:1:e265a33b-ccfc-11ed-8192-02f87d878986","processInstanceId":"678c4b1d-cd3d-11ed-8192-02f87d878986","executionId":"678c4b1d-cd3d-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T07:51:53.233+0000","endTime":"2023-03-28T07:51:53.735+0000","durationInMillis":502,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"3bd24b6c-cd3d-11ed-8192-02f87d878986"}]
2023-03-28T07:51:57.113Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=678c4b1d-cd3d-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:51:57.113Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=678c4b1d-cd3d-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:51:57.119Z|43601b49-71f8-454c-ad59-7714380f4d0e|http-nio-8080-exec-6|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:51:57.621Z|ded10ac0-9578-41b5-861b-a2b055b165bb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:51:57.623Z|ded10ac0-9578-41b5-861b-a2b055b165bb|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:51:57.868Z|427ad1ce-f3cf-41d1-95cf-a9e4328fb83b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:51:57.869Z|427ad1ce-f3cf-41d1-95cf-a9e4328fb83b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:52:00.101Z|8bb081d3-9687-42cb-bfa8-2c146b927ed1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:52:00.101Z|8bb081d3-9687-42cb-bfa8-2c146b927ed1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:52:05.089Z|7b1a606d-de24-4576-8855-db939d902491|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:52:05.089Z|7b1a606d-de24-4576-8855-db939d902491|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:52:07.331Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:52:07.342Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a
2023-03-28T07:52:07.342Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|INFO|500||Invoke
2023-03-28T07:52:07.343Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||===========================request begin================================================
2023-03-28T07:52:07.343Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a
2023-03-28T07:52:07.343Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Method      : GET
2023-03-28T07:52:07.343Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8cb83efae7aa8fa710024c4ac8472f33", X-B3-SpanId:"6175e4e20d1cdfa3", X-B3-ParentSpanId:"9a93553e8cfef458", X-B3-Sampled:"0", X-ONAP-RequestID:"929aa455-16aa-4071-a649-65c85ba20f2f", X-RequestID:"929aa455-16aa-4071-a649-65c85ba20f2f", X-TransactionID:"929aa455-16aa-4071-a649-65c85ba20f2f", X-ECOMP-RequestID:"929aa455-16aa-4071-a649-65c85ba20f2f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"13b6611b-937a-4ef8-ba2c-2af8836e49fe"]
2023-03-28T07:52:07.343Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Request body: 
2023-03-28T07:52:07.343Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||==========================request end================================================
2023-03-28T07:52:07.656Z|9aecb2b8-a062-4508-a2b2-7308599bafbc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:52:07.657Z|9aecb2b8-a062-4508-a2b2-7308599bafbc|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:52:07.786Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||============================response begin==========================================
2023-03-28T07:52:07.787Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Status code  : 200 OK
2023-03-28T07:52:07.787Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Status text  : OK
2023-03-28T07:52:07.787Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:52:07 GMT", x-envoy-upstream-service-time:"438", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:52:07.788Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Response body: {
  "requestId" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The vf module was successfully deleted in the cloud",
  "statusMessage" : "Macro-Service-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T07:50:39.000+00:00",
  "endTime" : "2023-03-28T07:52:05.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_vm_macro\",\n            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:52:05.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "serviceInstanceName" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39",
  "requestScope" : "service",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a"
    }
  }
}
2023-03-28T07:52:07.788Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||=======================response end=================================================
2023-03-28T07:52:07.789Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|INFO|500||InvokeReturn
2023-03-28T07:52:07.790Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false
2023-03-28T07:52:07.790Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:52:07.791Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:52:07.791Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false
2023-03-28T07:52:07.791Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:52:07.792Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"8cb83efae7aa8fa710024c4ac8472f33", X-B3-SpanId:"9d6207ba7fe8ebec", X-B3-ParentSpanId:"9a93553e8cfef458", X-B3-Sampled:"0", X-ONAP-RequestID:"929aa455-16aa-4071-a649-65c85ba20f2f", X-RequestID:"929aa455-16aa-4071-a649-65c85ba20f2f", X-TransactionID:"929aa455-16aa-4071-a649-65c85ba20f2f", X-ECOMP-RequestID:"929aa455-16aa-4071-a649-65c85ba20f2f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"dd77381c-da1a-4db5-b8cf-8b44e1788361"]
2023-03-28T07:52:07.792Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:52:07.792Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:52:07.808Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:52:07.809Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:52:07.809Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:52:07.809Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:52:07 GMT", x-envoy-upstream-service-time:"13", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:52:07.810Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 57,
  "soRequestId" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "groupingId" : "4280a18e-8892-4cd0-8267-99f4f321b909",
  "name" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
  "value" : "{\"outputs\":null,\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/4280a18e-8892-4cd0-8267-99f4f321b909\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":1679989850000,\"creation_time\":1679989781000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"446e2eb6664446678221858ed1ea1dd2\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T07:50:51.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T07:52:07.810Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:52:07.810Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:52:07.818Z|929aa455-16aa-4071-a649-65c85ba20f2f|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:52:07.899Z|ba7fd115-a5a4-44ee-93b9-20996facdfc1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:52:07.900Z|ba7fd115-a5a4-44ee-93b9-20996facdfc1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:52:08.033Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:52:08.038Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a
2023-03-28T07:52:08.038Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|INFO|500||Invoke
2023-03-28T07:52:08.039Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||===========================request begin================================================
2023-03-28T07:52:08.039Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a
2023-03-28T07:52:08.039Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Method      : GET
2023-03-28T07:52:08.039Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"66dc0aee42d05a83b269a363186e732d", X-B3-SpanId:"8e1b43177c7c57db", X-B3-ParentSpanId:"192772177a1ef555", X-B3-Sampled:"1", X-ONAP-RequestID:"d3a50e1e-7554-49cc-bc1c-3bde556e8201", X-RequestID:"d3a50e1e-7554-49cc-bc1c-3bde556e8201", X-TransactionID:"d3a50e1e-7554-49cc-bc1c-3bde556e8201", X-ECOMP-RequestID:"d3a50e1e-7554-49cc-bc1c-3bde556e8201", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1f263bac-d0ae-4138-a054-29307ff7c894"]
2023-03-28T07:52:08.039Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Request body: 
2023-03-28T07:52:08.040Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||==========================request end================================================
2023-03-28T07:52:08.082Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||============================response begin==========================================
2023-03-28T07:52:08.082Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Status code  : 200 OK
2023-03-28T07:52:08.082Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Status text  : OK
2023-03-28T07:52:08.083Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:52:07 GMT", x-envoy-upstream-service-time:"39", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:52:08.088Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Response body: {
  "requestId" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The vf module was successfully deleted in the cloud",
  "statusMessage" : "Macro-Service-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T07:50:39.000+00:00",
  "endTime" : "2023-03-28T07:52:05.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_vm_macro\",\n            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:52:05.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "serviceInstanceName" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39",
  "requestScope" : "service",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a"
    }
  }
}
2023-03-28T07:52:08.088Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||=======================response end=================================================
2023-03-28T07:52:08.088Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|INFO|500||InvokeReturn
2023-03-28T07:52:08.090Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false
2023-03-28T07:52:08.090Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:52:08.090Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:52:08.091Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false
2023-03-28T07:52:08.091Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:52:08.091Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"66dc0aee42d05a83b269a363186e732d", X-B3-SpanId:"d31255f515e18158", X-B3-ParentSpanId:"192772177a1ef555", X-B3-Sampled:"1", X-ONAP-RequestID:"d3a50e1e-7554-49cc-bc1c-3bde556e8201", X-RequestID:"d3a50e1e-7554-49cc-bc1c-3bde556e8201", X-TransactionID:"d3a50e1e-7554-49cc-bc1c-3bde556e8201", X-ECOMP-RequestID:"d3a50e1e-7554-49cc-bc1c-3bde556e8201", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2ef8840c-ecf0-42e4-9dcd-6e96ec32f918"]
2023-03-28T07:52:08.091Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:52:08.091Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:52:08.112Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:52:08.113Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:52:08.113Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:52:08.114Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:52:07 GMT", x-envoy-upstream-service-time:"18", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:52:08.114Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 57,
  "soRequestId" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "groupingId" : "4280a18e-8892-4cd0-8267-99f4f321b909",
  "name" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
  "value" : "{\"outputs\":null,\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/4280a18e-8892-4cd0-8267-99f4f321b909\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":1679989850000,\"creation_time\":1679989781000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"446e2eb6664446678221858ed1ea1dd2\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T07:50:51.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T07:52:08.114Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:52:08.115Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:52:08.126Z|d3a50e1e-7554-49cc-bc1c-3bde556e8201|http-nio-8080-exec-7|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:52:08.314Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:52:08.318Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a
2023-03-28T07:52:08.319Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|INFO|500||Invoke
2023-03-28T07:52:08.319Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||===========================request begin================================================
2023-03-28T07:52:08.319Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a
2023-03-28T07:52:08.319Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Method      : GET
2023-03-28T07:52:08.319Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"7e72e187da1c71561e7c478ddad48d52", X-B3-SpanId:"2968255b1ab31028", X-B3-ParentSpanId:"f5249c687471ad26", X-B3-Sampled:"0", X-ONAP-RequestID:"01555902-5c19-4cc6-99b2-f716c63ea121", X-RequestID:"01555902-5c19-4cc6-99b2-f716c63ea121", X-TransactionID:"01555902-5c19-4cc6-99b2-f716c63ea121", X-ECOMP-RequestID:"01555902-5c19-4cc6-99b2-f716c63ea121", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f76d62ef-6755-4b15-a49e-9e9f279686f4"]
2023-03-28T07:52:08.320Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Request body: 
2023-03-28T07:52:08.320Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||==========================request end================================================
2023-03-28T07:52:08.353Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||============================response begin==========================================
2023-03-28T07:52:08.353Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Status code  : 200 OK
2023-03-28T07:52:08.353Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Status text  : OK
2023-03-28T07:52:08.353Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:52:07 GMT", x-envoy-upstream-service-time:"30", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:52:08.354Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Response body: {
  "requestId" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The vf module was successfully deleted in the cloud",
  "statusMessage" : "Macro-Service-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T07:50:39.000+00:00",
  "endTime" : "2023-03-28T07:52:05.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_vm_macro\",\n            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:52:05.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "serviceInstanceName" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39",
  "requestScope" : "service",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a"
    }
  }
}
2023-03-28T07:52:08.354Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||=======================response end=================================================
2023-03-28T07:52:08.354Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|INFO|500||InvokeReturn
2023-03-28T07:52:08.355Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false
2023-03-28T07:52:08.355Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:52:08.356Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:52:08.356Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false
2023-03-28T07:52:08.356Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:52:08.356Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"7e72e187da1c71561e7c478ddad48d52", X-B3-SpanId:"2ca2cd727403097f", X-B3-ParentSpanId:"f5249c687471ad26", X-B3-Sampled:"0", X-ONAP-RequestID:"01555902-5c19-4cc6-99b2-f716c63ea121", X-RequestID:"01555902-5c19-4cc6-99b2-f716c63ea121", X-TransactionID:"01555902-5c19-4cc6-99b2-f716c63ea121", X-ECOMP-RequestID:"01555902-5c19-4cc6-99b2-f716c63ea121", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c29f201d-55d8-440b-bbcb-7675d122487b"]
2023-03-28T07:52:08.356Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:52:08.356Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:52:08.383Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:52:08.384Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:52:08.384Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:52:08.384Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:52:07 GMT", x-envoy-upstream-service-time:"24", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:52:08.385Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 57,
  "soRequestId" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "groupingId" : "4280a18e-8892-4cd0-8267-99f4f321b909",
  "name" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
  "value" : "{\"outputs\":null,\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/4280a18e-8892-4cd0-8267-99f4f321b909\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":1679989850000,\"creation_time\":1679989781000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"446e2eb6664446678221858ed1ea1dd2\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T07:50:51.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T07:52:08.385Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:52:08.385Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:52:08.391Z|01555902-5c19-4cc6-99b2-f716c63ea121|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:52:08.597Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:52:08.604Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a
2023-03-28T07:52:08.604Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|INFO|500||Invoke
2023-03-28T07:52:08.604Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||===========================request begin================================================
2023-03-28T07:52:08.604Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a
2023-03-28T07:52:08.604Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Method      : GET
2023-03-28T07:52:08.604Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d03eb6732eff0c4bb86daae28a801a31", X-B3-SpanId:"7a4862b35415e761", X-B3-ParentSpanId:"f12b3e835d632afe", X-B3-Sampled:"0", X-ONAP-RequestID:"538d58dd-7c6d-4004-a712-f35d71bfd57e", X-RequestID:"538d58dd-7c6d-4004-a712-f35d71bfd57e", X-TransactionID:"538d58dd-7c6d-4004-a712-f35d71bfd57e", X-ECOMP-RequestID:"538d58dd-7c6d-4004-a712-f35d71bfd57e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1e9034ea-0e14-4939-aaab-115741929290"]
2023-03-28T07:52:08.605Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Request body: 
2023-03-28T07:52:08.605Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||==========================request end================================================
2023-03-28T07:52:08.637Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||============================response begin==========================================
2023-03-28T07:52:08.637Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Status code  : 200 OK
2023-03-28T07:52:08.638Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Status text  : OK
2023-03-28T07:52:08.638Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:52:07 GMT", x-envoy-upstream-service-time:"29", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:52:08.638Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||Response body: {
  "requestId" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "requestStatus" : "COMPLETE",
  "resourceStatusMessage" : "The vf module was successfully deleted in the cloud",
  "statusMessage" : "Macro-Service-deleteInstance request was executed correctly.",
  "flowStatus" : "Successfully completed all Building Blocks",
  "progress" : 100,
  "startTime" : "2023-03-28T07:50:39.000+00:00",
  "endTime" : "2023-03-28T07:52:05.000+00:00",
  "source" : "VID",
  "tenantId" : "dbdab9c92e304927ab8038a443bd1883",
  "requestBody" : "{\n\t\"requestDetails\": {\n\t\t\"requestInfo\": {\n\t\t\t\"source\": \"VID\",\n\t\t\t\"requestorId\": \"demo\"\n\t\t},\n\t\t\"modelInfo\": {\n            \"modelType\": \"service\",\n            \"modelName\": \"basic_vm_macro\",\n            \"modelInvariantId\": \"4ac5657e-6ca6-4def-aab7-c240945dfb9b\",\n            \"modelVersion\": \"1.0\",\n            \"modelVersionId\": \"74e09605-ec7e-42f0-8cd6-86a8b9b29c1d\"\n\t\t},\n\t\t\"requestParameters\": {\n\t\t\t\"testApi\": \"GR_API\",\n\t\t\t\"aLaCarte\": false\n\t\t},\n\t\t\n\t\t\n        \"cloudConfiguration\": {\n            \"cloudOwner\": \"basicvm-macro-cloud-owner\",\n            \"lcpCloudRegionId\": \"RegionOne\",\n            \"tenantId\": \"dbdab9c92e304927ab8038a443bd1883\"\n        }\n\t}\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:52:05.000+00:00",
  "cloudRegion" : "RegionOne",
  "serviceInstanceId" : "a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "serviceInstanceName" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39",
  "requestScope" : "service",
  "requestAction" : "deleteInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances/a4a45514-0fda-45e0-96d8-a1c493b9f58b",
  "tenantName" : "onap-daily-master-sm",
  "cloudApiRequests" : [ ],
  "requestURI" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a"
    }
  }
}
2023-03-28T07:52:08.638Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|DEBUG|500||=======================response end=================================================
2023-03-28T07:52:08.638Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/a85bab6e-b349-4d27-a5ad-5c253e819a9a|INFO|500||InvokeReturn
2023-03-28T07:52:08.639Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false
2023-03-28T07:52:08.640Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:52:08.640Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:52:08.640Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false
2023-03-28T07:52:08.640Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:52:08.640Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"d03eb6732eff0c4bb86daae28a801a31", X-B3-SpanId:"3d53a0c242297e0a", X-B3-ParentSpanId:"f12b3e835d632afe", X-B3-Sampled:"0", X-ONAP-RequestID:"538d58dd-7c6d-4004-a712-f35d71bfd57e", X-RequestID:"538d58dd-7c6d-4004-a712-f35d71bfd57e", X-TransactionID:"538d58dd-7c6d-4004-a712-f35d71bfd57e", X-ECOMP-RequestID:"538d58dd-7c6d-4004-a712-f35d71bfd57e", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"cde649d7-4fa6-4400-ad63-351be90c0aaf"]
2023-03-28T07:52:08.640Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:52:08.640Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:52:08.657Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:52:08.657Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:52:08.657Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:52:08.657Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:52:07 GMT", x-envoy-upstream-service-time:"14", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:52:08.658Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ {
  "id" : 57,
  "soRequestId" : "a85bab6e-b349-4d27-a5ad-5c253e819a9a",
  "groupingId" : "4280a18e-8892-4cd0-8267-99f4f321b909",
  "name" : "basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0",
  "value" : "{\"outputs\":null,\"description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"links\":[{\"href\":\"http://127.0.0.1:5540/v1/dbdab9c92e304927ab8038a443bd1883/stacks/basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0/4280a18e-8892-4cd0-8267-99f4f321b909\",\"rel\":\"self\"}],\"stack_status_reason\":\"Stack DELETE completed successfully\",\"stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"updated_time\":1679989850000,\"creation_time\":1679989781000,\"stack_status\":\"DELETE_COMPLETE\",\"id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"template_description\":\"Heat template to deploy ubuntu VM Closed Loop for ONAP\",\"stack_owner\":\"onap-daily-master-sm\",\"disable_rollback\":true,\"stack_user_project_id\":\"446e2eb6664446678221858ed1ea1dd2\",\"timeout_mins\":30,\"project\":null,\"files\":null,\"parameters\":{\"OS::stack_id\":\"4280a18e-8892-4cd0-8267-99f4f321b909\",\"OS::project_id\":\"dbdab9c92e304927ab8038a443bd1883\",\"OS::stack_name\":\"basic_macro_7aeb2a34-634a-4cd5-bf7e-44664a0c3f39_basic_vm_macro0..BasicVmMacro..base_ubuntu20..module-0\",\"vnf_name\":\"ubuntu20-VNF-name\",\"vnf_id\":\"97a6d2c8-c4d0-4aa3-a894-01f9ea209e55\",\"vf_module_id\":\"80fa5385-8666-43d6-8e10-3d068e71247e\",\"ubuntu20_image_name\":\"Ubuntu_2004\",\"ubuntu20_flavor_name\":\"m1.small\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDY15cdBmIs2XOpe4EiFCsaY6bmUmK/GysMoLl4UG51JCfJwvwoWCoA+6mDIbymZxhxq9IGxilp/yTA6WQ9s/5pBag1cUMJmFuda9PjOkXl04jgqh5tR6I+GZ97AvCg93KAECis5ubSqw1xOCj4utfEUtPoF1OuzqM/lE5mY4N6VKXn+fT7pCD6cifBEs6JHhVNvs5OLLp/tO8Pa3kKYQOdyS0xc3rh+t2lrzvKUSWGZbX+dLiFiEpjsUL3tDqzkEMNUn4pdv69OJuzWHCxRWPfdrY9Wg0j3mJesP29EBht+w+EC9/kBKq+1VKdmsXUXAcjEvjovVL8l1BrX3BY0R8D imported-openssh-key\",\"ubuntu20_name_0\":\"ubuntu20agent-VNF\",\"admin_plane_net_name\":\"admin-daily-master-sm\",\"dcae_collector_ip\":\"10.4.2.166\",\"dcae_collector_port\":\"30417\"}}",
  "tag" : "StackInformation",
  "created" : "2023-03-28T07:50:51.000+00:00",
  "isDataInternal" : false
} ]
2023-03-28T07:52:08.658Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:52:08.658Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=a85bab6e-b349-4d27-a5ad-5c253e819a9a&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:52:08.665Z|538d58dd-7c6d-4004-a712-f35d71bfd57e|http-nio-8080-exec-4|onap/so/infra/orchestrationRequests/v7/a85bab6e-b349-4d27-a5ad-5c253e819a9a|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:52:10.130Z|1f532499-f587-403f-82e6-72208060f212|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:52:10.131Z|1f532499-f587-403f-82e6-72208060f212|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:52:17.687Z|98f19564-c5f9-49b1-ab77-eb203bc275e4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:52:17.688Z|98f19564-c5f9-49b1-ab77-eb203bc275e4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:52:17.930Z|8a925418-616b-4ef1-948d-7986790201b2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:52:17.931Z|8a925418-616b-4ef1-948d-7986790201b2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:52:20.089Z|e45691ad-9dad-40e0-b382-a4e8c5e217bf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:52:20.089Z|e45691ad-9dad-40e0-b382-a4e8c5e217bf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:52:20.163Z|e96b8086-3a12-4692-97c3-d8e40a779413|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:52:20.164Z|e96b8086-3a12-4692-97c3-d8e40a779413|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:52:21.461Z|1959c0de-7016-437d-8c82-ca0d15f4ed55|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:52:21.462Z|1959c0de-7016-437d-8c82-ca0d15f4ed55|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:52:27.718Z|afcf2f83-40cf-4e65-85e5-d59c981b8d76|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:52:27.718Z|afcf2f83-40cf-4e65-85e5-d59c981b8d76|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:52:27.962Z|8089b0fc-7fc1-440c-97f5-70585191582f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:52:27.963Z|8089b0fc-7fc1-440c-97f5-70585191582f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:52:30.192Z|b1788c63-adec-4bb7-837a-014a1c6c5e41|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:52:30.192Z|b1788c63-adec-4bb7-837a-014a1c6c5e41|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:52:35.089Z|26a82101-8705-40f1-84c9-5f3b68dc23a9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:52:35.093Z|26a82101-8705-40f1-84c9-5f3b68dc23a9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:52:37.749Z|52cb5357-2d15-44fa-aa4b-9ed3bed2b13b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:52:37.750Z|52cb5357-2d15-44fa-aa4b-9ed3bed2b13b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:52:37.992Z|02ed66db-c816-4daf-bc78-ff0014e5541a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:52:37.993Z|02ed66db-c816-4daf-bc78-ff0014e5541a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:52:40.218Z|5c7fc141-c466-4041-899d-2f1efb7f60e9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:52:40.219Z|5c7fc141-c466-4041-899d-2f1efb7f60e9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:52:47.779Z|8a81a4d6-d06c-45ed-8f0a-e1d21c6b9e4e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:52:47.780Z|8a81a4d6-d06c-45ed-8f0a-e1d21c6b9e4e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:52:48.024Z|a4d0125a-223b-4bef-b8df-f785fb0e3884|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:52:48.025Z|a4d0125a-223b-4bef-b8df-f785fb0e3884|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:52:50.089Z|32919583-e597-45b7-b32f-a49669c66ed7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:52:50.089Z|32919583-e597-45b7-b32f-a49669c66ed7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:52:50.245Z|3662d794-7674-4a4a-a450-34661e02d412|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:52:50.246Z|3662d794-7674-4a4a-a450-34661e02d412|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:52:51.462Z|f55148f8-40b6-4681-a2ad-0afa0c221249|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:52:51.463Z|f55148f8-40b6-4681-a2ad-0afa0c221249|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:52:56.121Z|46a4030a-1a60-41af-b64a-abcfb7de5587|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:52:56.122Z|46a4030a-1a60-41af-b64a-abcfb7de5587|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:52:57.819Z|5a1e320c-a536-4a7d-82db-cc2472932114|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:52:57.820Z|5a1e320c-a536-4a7d-82db-cc2472932114|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:52:58.058Z|de18f1c6-7732-4ee6-9ca0-d2249cea8710|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:52:58.058Z|de18f1c6-7732-4ee6-9ca0-d2249cea8710|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:53:00.275Z|da985b02-7061-4798-84e8-e95a30e0b106|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:53:00.276Z|da985b02-7061-4798-84e8-e95a30e0b106|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:53:05.089Z|be7601ee-be4d-4772-9e58-a89e8d93d90c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:53:05.089Z|be7601ee-be4d-4772-9e58-a89e8d93d90c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:53:07.851Z|a1065513-afa5-4e13-8513-e03e1aa8f385|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:53:07.852Z|a1065513-afa5-4e13-8513-e03e1aa8f385|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:53:08.083Z|d2e75de1-c4b3-4603-b84f-2be7d06fb1b3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:53:08.084Z|d2e75de1-c4b3-4603-b84f-2be7d06fb1b3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:53:10.305Z|172bf384-597a-4ae8-8ae6-d7cbca6417c5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:53:10.306Z|172bf384-597a-4ae8-8ae6-d7cbca6417c5|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:53:17.882Z|44948b2a-568f-4f52-8635-c3616e2a5975|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:53:17.882Z|44948b2a-568f-4f52-8635-c3616e2a5975|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:53:18.112Z|99b122ad-6bb4-4b75-8d1f-83261694018b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:53:18.112Z|99b122ad-6bb4-4b75-8d1f-83261694018b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:53:20.089Z|0ee1da16-6c46-4e3c-8ee0-72f56b8ae215|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:53:20.093Z|0ee1da16-6c46-4e3c-8ee0-72f56b8ae215|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:53:20.335Z|f2ea3b93-3100-4eda-8130-3ddc2c00ec29|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:53:20.335Z|f2ea3b93-3100-4eda-8130-3ddc2c00ec29|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:53:21.464Z|e16d94f5-96bd-47b5-9fe6-90018d2108d6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:53:21.464Z|e16d94f5-96bd-47b5-9fe6-90018d2108d6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:53:27.912Z|723dd361-3c02-4fa5-b3da-90a522576028|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:53:27.913Z|723dd361-3c02-4fa5-b3da-90a522576028|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:53:28.143Z|b1511712-13d5-41f1-9efb-3084448326ce|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:53:28.144Z|b1511712-13d5-41f1-9efb-3084448326ce|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:53:30.368Z|b21c20ca-e787-480e-bcb8-ba59482f3a20|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:53:30.369Z|b21c20ca-e787-480e-bcb8-ba59482f3a20|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:53:35.089Z|3e2ff497-a7b4-4b06-8cb8-8daa1f88874a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:53:35.090Z|3e2ff497-a7b4-4b06-8cb8-8daa1f88874a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:53:37.943Z|4ab80ac4-07f6-487f-aaa8-8bab63909afb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:53:37.944Z|4ab80ac4-07f6-487f-aaa8-8bab63909afb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:53:38.173Z|f92c6b6e-2cc6-43b1-bf52-26ee37fb6d9c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:53:38.174Z|f92c6b6e-2cc6-43b1-bf52-26ee37fb6d9c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:53:40.401Z|4fb858ce-6739-42d0-b4ff-686ee23a16e4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:53:40.401Z|4fb858ce-6739-42d0-b4ff-686ee23a16e4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:53:47.975Z|d8be0b26-b2b5-4e44-88aa-6603dbb122f3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:53:47.976Z|d8be0b26-b2b5-4e44-88aa-6603dbb122f3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:53:48.201Z|9066484b-51be-4fc1-ac2c-c8441de1f3ba|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:53:48.201Z|9066484b-51be-4fc1-ac2c-c8441de1f3ba|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:53:50.089Z|0ae69d0c-0e5c-447d-a8f2-a4a4d2ae6a93|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:53:50.089Z|0ae69d0c-0e5c-447d-a8f2-a4a4d2ae6a93|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:53:50.432Z|aa43fba6-3981-4609-8a84-affd13123b09|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:53:50.433Z|aa43fba6-3981-4609-8a84-affd13123b09|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:53:51.465Z|b0d21039-8c45-463e-9f21-769f1c33ed44|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:53:51.466Z|b0d21039-8c45-463e-9f21-769f1c33ed44|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:53:56.117Z|7622bddf-5ae5-4723-a4e9-0c9d38da3a12|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:53:56.117Z|7622bddf-5ae5-4723-a4e9-0c9d38da3a12|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:53:58.009Z|4e6b93bb-7386-4d57-871b-493cfb291a52|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:53:58.010Z|4e6b93bb-7386-4d57-871b-493cfb291a52|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:53:58.232Z|beea900c-143f-4971-9127-c5ad4a1e35b3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:53:58.233Z|beea900c-143f-4971-9127-c5ad4a1e35b3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:54:00.467Z|2663d9e3-60b3-4ae4-a1b8-46d5cbcc35a0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:54:00.468Z|2663d9e3-60b3-4ae4-a1b8-46d5cbcc35a0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:54:05.089Z|db01df70-f33d-4b94-8491-bc99b5834e3d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:54:05.093Z|db01df70-f33d-4b94-8491-bc99b5834e3d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:54:08.043Z|1404aa11-a60c-4ab8-b93d-5690d77b6093|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:54:08.043Z|1404aa11-a60c-4ab8-b93d-5690d77b6093|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:54:08.271Z|8186d0a5-d5b2-4639-ac12-a50bb0d17982|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:54:08.272Z|8186d0a5-d5b2-4639-ac12-a50bb0d17982|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:54:10.498Z|c1a268ad-0b7a-4a1a-8a6b-1d0a847a4ad5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:54:10.499Z|c1a268ad-0b7a-4a1a-8a6b-1d0a847a4ad5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:54:18.067Z|a0ed8b5c-0386-46a3-9889-ed3f33fefa0b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:54:18.068Z|a0ed8b5c-0386-46a3-9889-ed3f33fefa0b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:54:18.303Z|524c399a-863e-426a-986e-e601454cf6e9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:54:18.303Z|524c399a-863e-426a-986e-e601454cf6e9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:54:20.089Z|7a728188-abf1-48cf-a46f-5d21c1795915|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:54:20.089Z|7a728188-abf1-48cf-a46f-5d21c1795915|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:54:20.530Z|a41a861f-b8a5-4054-906b-124d4caa87b9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:54:20.531Z|a41a861f-b8a5-4054-906b-124d4caa87b9|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:54:21.466Z|48601a38-6787-4bc5-b464-de5eb1b40153|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:54:21.467Z|48601a38-6787-4bc5-b464-de5eb1b40153|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:54:28.092Z|1bccb439-fe50-4d0a-b930-3330bcfb996e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:54:28.092Z|1bccb439-fe50-4d0a-b930-3330bcfb996e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:54:28.334Z|6dca5084-28f0-4a97-8dfd-f3561f34ad1c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:54:28.334Z|6dca5084-28f0-4a97-8dfd-f3561f34ad1c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:54:30.559Z|34334a56-38a8-40c2-af7a-55685063074a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:54:30.560Z|34334a56-38a8-40c2-af7a-55685063074a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:54:35.089Z|850bbd2f-baf7-4b00-822d-0c2d310bd01b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:54:35.090Z|850bbd2f-baf7-4b00-822d-0c2d310bd01b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:54:38.116Z|83206074-fb1f-46a3-b705-8f101b9cc860|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:54:38.117Z|83206074-fb1f-46a3-b705-8f101b9cc860|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:54:38.367Z|12e69b84-3a81-41be-86d5-6527100b8949|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:54:38.367Z|12e69b84-3a81-41be-86d5-6527100b8949|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:54:40.593Z|64d3b9ae-2376-4234-a4fb-9304426f2153|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:54:40.593Z|64d3b9ae-2376-4234-a4fb-9304426f2153|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:54:48.146Z|5f7c3448-2dd1-4583-98c3-16f5211c45a9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:54:48.147Z|5f7c3448-2dd1-4583-98c3-16f5211c45a9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:54:48.400Z|d75feab5-97f2-4638-afe2-dc999080b010|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:54:48.401Z|d75feab5-97f2-4638-afe2-dc999080b010|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:54:50.089Z|38453c10-74d0-40d6-86ed-0e3c44481757|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:54:50.093Z|38453c10-74d0-40d6-86ed-0e3c44481757|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:54:50.623Z|8f7319c2-cfbe-4224-9ec2-350bde3016f6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:54:50.624Z|8f7319c2-cfbe-4224-9ec2-350bde3016f6|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:54:51.467Z|a33ab54b-0420-4b42-9e55-20015999b893|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:54:51.468Z|a33ab54b-0420-4b42-9e55-20015999b893|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:54:56.116Z|77cb1aea-d2b7-4ae3-ba81-00a404da64b1|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:54:56.117Z|77cb1aea-d2b7-4ae3-ba81-00a404da64b1|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:54:58.180Z|2d13f426-ec39-48f2-b3e5-6a4db2afd654|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:54:58.180Z|2d13f426-ec39-48f2-b3e5-6a4db2afd654|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:54:58.430Z|fcacdff1-3544-4b07-909e-211168cb8935|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:54:58.431Z|fcacdff1-3544-4b07-909e-211168cb8935|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:55:00.654Z|ce503298-e2cc-42d7-bbe5-184c8c07858d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:55:00.655Z|ce503298-e2cc-42d7-bbe5-184c8c07858d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:55:05.089Z|a6408bc7-5c3d-4d64-b96d-e7a1e5182e39|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:55:05.090Z|a6408bc7-5c3d-4d64-b96d-e7a1e5182e39|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:55:08.207Z|6933ebd6-7208-4bd5-a721-f875de563d97|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:55:08.208Z|6933ebd6-7208-4bd5-a721-f875de563d97|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:55:08.459Z|8383b6f6-58d0-4e99-86f7-0246592bac11|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:55:08.460Z|8383b6f6-58d0-4e99-86f7-0246592bac11|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:55:10.688Z|d72c0c64-2d22-4415-b3f4-d304d429310f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:55:10.689Z|d72c0c64-2d22-4415-b3f4-d304d429310f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:55:18.236Z|28c7ff02-57ce-4a06-a3f9-38bbaaa9e4ff|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:55:18.236Z|28c7ff02-57ce-4a06-a3f9-38bbaaa9e4ff|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:55:18.490Z|992230fc-1388-4421-9e9d-5ab42a5d71aa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:55:18.492Z|992230fc-1388-4421-9e9d-5ab42a5d71aa|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:55:20.089Z|614bd784-9414-4d19-8013-fb6f73d9d2c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:55:20.089Z|614bd784-9414-4d19-8013-fb6f73d9d2c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:55:20.717Z|f5b0c9b8-9f1e-444a-844a-06065bde9ef8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:55:20.720Z|f5b0c9b8-9f1e-444a-844a-06065bde9ef8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:55:21.468Z|085d613f-779f-45a4-82ed-73b979af4e5d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:55:21.469Z|085d613f-779f-45a4-82ed-73b979af4e5d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:55:28.264Z|43d42cef-0f0e-4b8a-b963-b2ed0fe6948c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:55:28.264Z|43d42cef-0f0e-4b8a-b963-b2ed0fe6948c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:55:28.525Z|974012b5-9c86-462b-a7ca-f1bc247bfda8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:55:28.525Z|974012b5-9c86-462b-a7ca-f1bc247bfda8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:55:30.755Z|0d462e8d-2e69-46a0-9066-5c7633b78ce9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:55:30.755Z|0d462e8d-2e69-46a0-9066-5c7633b78ce9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:55:35.089Z|652f4623-546a-426f-8963-06de506ecb27|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:55:35.096Z|652f4623-546a-426f-8963-06de506ecb27|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:55:38.301Z|403126f9-5700-4e00-8ff5-c55e6ce980d2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:55:38.302Z|403126f9-5700-4e00-8ff5-c55e6ce980d2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:55:38.557Z|f71b1104-85a3-445a-9eee-a4b0905a047c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:55:38.558Z|f71b1104-85a3-445a-9eee-a4b0905a047c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:55:40.784Z|843813af-14aa-4ac8-b216-2ae263426623|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:55:40.785Z|843813af-14aa-4ac8-b216-2ae263426623|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:55:48.331Z|41b9c686-8b67-4aa5-bccb-4d32458bbe96|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:55:48.332Z|41b9c686-8b67-4aa5-bccb-4d32458bbe96|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:55:48.588Z|95be8dae-528c-4e63-8b2e-d4b20f10dd95|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:55:48.589Z|95be8dae-528c-4e63-8b2e-d4b20f10dd95|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:55:50.089Z|3ef99742-6738-42ba-a8cc-e382ff768716|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:55:50.090Z|3ef99742-6738-42ba-a8cc-e382ff768716|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:55:50.815Z|42a7e842-64d4-4f1a-8c5b-f947f3daeabf|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:55:50.815Z|42a7e842-64d4-4f1a-8c5b-f947f3daeabf|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:55:51.469Z|0b1430f8-9a9f-4c56-aeae-874978458242|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:55:51.470Z|0b1430f8-9a9f-4c56-aeae-874978458242|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:55:56.118Z|dc6d1ea0-a143-4663-b480-708a42d607d1|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:55:56.119Z|dc6d1ea0-a143-4663-b480-708a42d607d1|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:55:58.361Z|26da13d6-b400-47f2-a1e4-2f2f77208d5e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:55:58.362Z|26da13d6-b400-47f2-a1e4-2f2f77208d5e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:55:58.621Z|06b348cd-a35a-4835-a924-2d51fcb4733e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:55:58.621Z|06b348cd-a35a-4835-a924-2d51fcb4733e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:56:00.875Z|22dc41ae-5d00-4209-baf7-752b8eb2423b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:56:00.877Z|22dc41ae-5d00-4209-baf7-752b8eb2423b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:56:05.089Z|ab59ee0d-b3df-4474-aba0-c1a01db39556|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:56:05.089Z|ab59ee0d-b3df-4474-aba0-c1a01db39556|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:56:08.391Z|077c2fde-b5e8-4a88-a6b6-a2bc3f8933e6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:56:08.392Z|077c2fde-b5e8-4a88-a6b6-a2bc3f8933e6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:56:08.649Z|4dea199a-9027-41fb-8545-2518610e7f01|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:56:08.650Z|4dea199a-9027-41fb-8545-2518610e7f01|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:56:10.903Z|a0a6131a-a863-45b2-bb0f-df3bf90ef4d1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:56:10.904Z|a0a6131a-a863-45b2-bb0f-df3bf90ef4d1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:56:18.431Z|15553343-13d6-4706-bba7-20d12ee976f5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:56:18.432Z|15553343-13d6-4706-bba7-20d12ee976f5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:56:18.680Z|92a385b8-07e9-4fe7-84f6-c04fd4932d5b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:56:18.680Z|92a385b8-07e9-4fe7-84f6-c04fd4932d5b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:56:20.089Z|d3d359cd-1620-4715-8074-5da7d5b621c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:56:20.093Z|d3d359cd-1620-4715-8074-5da7d5b621c5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:56:20.935Z|9c02c93f-fadd-4b82-8255-a7d56355f34b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:56:20.935Z|9c02c93f-fadd-4b82-8255-a7d56355f34b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:56:21.471Z|63b82c03-911b-4070-a75b-8023ce3ade89|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:56:21.471Z|63b82c03-911b-4070-a75b-8023ce3ade89|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:56:28.469Z|18abe6f1-6383-4042-971d-cb995efdc3e5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:56:28.470Z|18abe6f1-6383-4042-971d-cb995efdc3e5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:56:28.710Z|dc5d51bd-1b4b-42a4-8d92-d2339d1a5138|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:56:28.711Z|dc5d51bd-1b4b-42a4-8d92-d2339d1a5138|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:56:30.966Z|c21a41c0-3e90-40e4-80ed-e8edf385337f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:56:30.967Z|c21a41c0-3e90-40e4-80ed-e8edf385337f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:56:35.089Z|76e0af2f-1708-4e73-ab19-bb9b1c7897d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:56:35.089Z|76e0af2f-1708-4e73-ab19-bb9b1c7897d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:56:38.498Z|9761342c-54ff-4142-9fb2-5cdb087f9420|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:56:38.499Z|9761342c-54ff-4142-9fb2-5cdb087f9420|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:56:38.741Z|87670c19-47c3-44e8-8aab-f38c49094332|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:56:38.742Z|87670c19-47c3-44e8-8aab-f38c49094332|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:56:41.000Z|4a2f5d60-b63c-47e3-8c0c-177f47a76c9d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:56:41.001Z|4a2f5d60-b63c-47e3-8c0c-177f47a76c9d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:56:48.530Z|ff117525-de66-447f-bf9f-c919ffbf1f17|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:56:48.531Z|ff117525-de66-447f-bf9f-c919ffbf1f17|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:56:48.772Z|d9ba06a4-3684-4534-bcf3-4ef78ab77833|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:56:48.773Z|d9ba06a4-3684-4534-bcf3-4ef78ab77833|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:56:50.089Z|5a3021dd-c9b8-4ea0-8cc6-4d74eb773204|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:56:50.089Z|5a3021dd-c9b8-4ea0-8cc6-4d74eb773204|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:56:51.033Z|36bc35ab-159a-40ca-97fb-3013bfa30c83|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:56:51.033Z|36bc35ab-159a-40ca-97fb-3013bfa30c83|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:56:51.472Z|c3882555-14ff-49c8-9faf-11be8d29e2e6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:56:51.472Z|c3882555-14ff-49c8-9faf-11be8d29e2e6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:56:56.115Z|b2775564-10e8-459b-8b1f-a706d671cb75|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:56:56.116Z|b2775564-10e8-459b-8b1f-a706d671cb75|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:56:58.561Z|3e379fdf-18b1-4c42-acac-43c8c22305c3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:56:58.562Z|3e379fdf-18b1-4c42-acac-43c8c22305c3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:56:58.803Z|94bd2608-0adb-46af-a4ed-f1ca9706fd92|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:56:58.803Z|94bd2608-0adb-46af-a4ed-f1ca9706fd92|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:57:01.066Z|db9d8b45-28fb-49b7-9b05-5c3fb2bde4ce|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:57:01.067Z|db9d8b45-28fb-49b7-9b05-5c3fb2bde4ce|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:57:05.089Z|09e35ba9-4cb3-44d4-99b1-169355fe0dd3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:57:05.093Z|09e35ba9-4cb3-44d4-99b1-169355fe0dd3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:57:08.595Z|e993ebc6-96cf-4207-abcf-28243e2ec5a7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:57:08.596Z|e993ebc6-96cf-4207-abcf-28243e2ec5a7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:57:08.832Z|9ebe703b-86dc-4f36-bf03-ec2168d2385e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:57:08.833Z|9ebe703b-86dc-4f36-bf03-ec2168d2385e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:57:11.096Z|f619bdab-af20-4688-8612-1954249c5606|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:57:11.097Z|f619bdab-af20-4688-8612-1954249c5606|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:57:18.635Z|7aa36502-0f23-4c34-930f-88d5c8c3b4c1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:57:18.636Z|7aa36502-0f23-4c34-930f-88d5c8c3b4c1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:57:18.865Z|d0484df8-d788-4d66-860b-83bbd513e322|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:57:18.867Z|d0484df8-d788-4d66-860b-83bbd513e322|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:57:20.089Z|1765b635-51ee-460b-9896-92a47bc84a80|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:57:20.089Z|1765b635-51ee-460b-9896-92a47bc84a80|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:57:21.126Z|70c5bb54-0ef2-400a-b156-3b731c1e3294|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:57:21.127Z|70c5bb54-0ef2-400a-b156-3b731c1e3294|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:57:21.473Z|cd883e03-e177-4dca-b700-b16a462df63b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:57:21.473Z|cd883e03-e177-4dca-b700-b16a462df63b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:57:28.670Z|26cf5b03-8da3-449f-88af-6c54b1688216|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:57:28.670Z|26cf5b03-8da3-449f-88af-6c54b1688216|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:57:28.897Z|108d87b6-c7aa-4ead-ae20-9213d73ff6b0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:57:28.898Z|108d87b6-c7aa-4ead-ae20-9213d73ff6b0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:57:31.162Z|42cb05b0-3a6a-4a40-9f1c-3b86195ff88f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:57:31.163Z|42cb05b0-3a6a-4a40-9f1c-3b86195ff88f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:57:35.089Z|bc07ec7c-2dce-4f1a-aa9d-31456bc59324|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:57:35.089Z|bc07ec7c-2dce-4f1a-aa9d-31456bc59324|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:57:38.700Z|33e3d0dd-30c0-4388-852a-659efb59ab63|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:57:38.701Z|33e3d0dd-30c0-4388-852a-659efb59ab63|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:57:38.929Z|7d970cf8-69f9-4791-9693-23e48afb1832|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:57:38.930Z|7d970cf8-69f9-4791-9693-23e48afb1832|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:57:41.193Z|998e9c0d-9c68-4bc3-8260-0721288e0c85|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:57:41.194Z|998e9c0d-9c68-4bc3-8260-0721288e0c85|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:57:48.733Z|5ad6c2d5-1fd8-4020-aeb5-8c69bebbd368|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:57:48.733Z|5ad6c2d5-1fd8-4020-aeb5-8c69bebbd368|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:57:48.965Z|c4acaac3-cec4-42e6-a01d-d7844af4298d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:57:48.966Z|c4acaac3-cec4-42e6-a01d-d7844af4298d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:57:50.089Z|827f1c62-e11c-414a-9c72-8185dbb26aca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:57:50.094Z|827f1c62-e11c-414a-9c72-8185dbb26aca|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:57:51.222Z|dd324411-90bd-4671-8987-bb2849262e74|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:57:51.223Z|dd324411-90bd-4671-8987-bb2849262e74|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:57:51.474Z|1ee18ba3-7007-4143-bc09-a7bb195e0a00|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:57:51.475Z|1ee18ba3-7007-4143-bc09-a7bb195e0a00|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:57:56.115Z|c0eee1c5-c637-4ed9-9690-a52eb98751e4|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:57:56.116Z|c0eee1c5-c637-4ed9-9690-a52eb98751e4|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:57:58.773Z|4618cc9d-7102-4156-8f70-ab6cfefdab03|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:57:58.773Z|4618cc9d-7102-4156-8f70-ab6cfefdab03|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:57:58.993Z|582bb366-09ff-4eac-a114-2a65ade4cee5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:57:58.994Z|582bb366-09ff-4eac-a114-2a65ade4cee5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:58:01.255Z|5a6fcf87-7d81-4365-8dfb-316af6c1747f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:58:01.255Z|5a6fcf87-7d81-4365-8dfb-316af6c1747f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:58:05.089Z|1b432c9f-2b00-4db6-90e3-b2b115d5d64d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:58:05.090Z|1b432c9f-2b00-4db6-90e3-b2b115d5d64d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:58:08.807Z|f39dfc7e-8641-4183-ab39-f2729ab97fae|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:58:08.808Z|f39dfc7e-8641-4183-ab39-f2729ab97fae|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:58:09.020Z|60a8ed5e-7677-48a3-8b89-b161a3371464|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:58:09.020Z|60a8ed5e-7677-48a3-8b89-b161a3371464|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:58:11.289Z|f8aac947-75d3-47f7-943b-9dccf597b712|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:58:11.290Z|f8aac947-75d3-47f7-943b-9dccf597b712|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:58:16.555Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:58:16.556Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Checking if requestId: cafc9920-a9be-40a4-8acf-4465ceb2a791 already exists in requestDb InfraActiveRequests table
2023-03-28T07:58:16.557Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791
2023-03-28T07:58:16.559Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|INFO|500||Invoke
2023-03-28T07:58:16.559Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:16.559Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791
2023-03-28T07:58:16.559Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Method      : GET
2023-03-28T07:58:16.559Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"ebeac49afc01ac8d52420cfd3dde166d", X-B3-SpanId:"ecbdcf26c6b3b4c3", X-B3-ParentSpanId:"c2d0935bbcddfd3e", X-B3-Sampled:"0", X-ONAP-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-TransactionID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-ECOMP-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3f7a5754-7f43-4e13-9b67-7e4e9670335a"]
2023-03-28T07:58:16.560Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Request body: 
2023-03-28T07:58:16.560Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||==========================request end================================================
2023-03-28T07:58:16.600Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:16.601Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T07:58:16.601Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Status text  : Not Found
2023-03-28T07:58:16.602Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 07:58:16 GMT", x-envoy-upstream-service-time:"36", server:"envoy"]
2023-03-28T07:58:16.602Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Response body: 
2023-03-28T07:58:16.602Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:16.603Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|INFO|404|Not Found|InvokeReturn
2023-03-28T07:58:16.615Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Running local validations
2023-03-28T07:58:16.616Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Retrieving productFamilyName to put into requests db
2023-03-28T07:58:16.619Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T07:58:16.634Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234|INFO|500||Invoke
2023-03-28T07:58:16.634Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234|DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cafc9920-a9be-40a4-8acf-4465ceb2a791], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[572075b3-8c6d-427a-8eee-9b2ae8b0a322], X-ECOMP-RequestID=[cafc9920-a9be-40a4-8acf-4465ceb2a791], X-TransactionId=[], X-ONAP-RequestID=[cafc9920-a9be-40a4-8acf-4465ceb2a791]}
2023-03-28T07:58:16.670Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234|DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234 has http status code:404 and response headers:{date=[Tue, 28 Mar 2023 07:58:15 GMT], server=[envoy], content-length=[313], x-envoy-upstream-service-time=[26], x-aai-txid=[2-aai-resources-230328-07:58:15:654-91994], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T07:58:16.671Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234|DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","service-design-and-creation/services/service/1234","Node Not Found:No Node of type service found at: service-design-and-creation/services/service/1234","ERR.5.4.6114"]}}}

2023-03-28T07:58:16.672Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234|INFO|404|Not Found|InvokeReturn
2023-03-28T07:58:16.674Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234
2023-03-28T07:58:16.674Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||No Service found in A&AI ServiceId: 1234
2023-03-28T07:58:16.679Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T07:58:16.693Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI||DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], Accept=[application/json], X-TransactionId=[]}
2023-03-28T07:58:16.694Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234|INFO|500||Invoke
2023-03-28T07:58:16.728Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234|INFO|404|Not Found|InvokeReturn
2023-03-28T07:58:16.728Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234 has http status code:404 and response headers:{date=[Tue, 28 Mar 2023 07:58:15 GMT], server=[envoy], content-length=[313], x-envoy-upstream-service-time=[31], x-aai-txid=[0-aai-resources-230328-07:58:15:706-79385], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T07:58:16.730Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||{"requestError":{"serviceException":{"messageId":"SVC3001","text":"Resource not found for %1 using id %2 (msg=%3) (ec=%4)","variables":["GET","service-design-and-creation/services/service/1234","Node Not Found:No Node of type service found at: service-design-and-creation/services/service/1234","ERR.5.4.6114"]}}}

2023-03-28T07:58:16.732Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||RestClient recieved not found on URL: http://aai.onap:80/aai/v24/service-design-and-creation/services/service/1234
2023-03-28T07:58:16.732Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||No Service found in A&AI ServiceId: 1234
2023-03-28T07:58:16.736Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||RestClientSSL using default SSL context!
2023-03-28T07:58:16.749Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456|INFO|500||Invoke
2023-03-28T07:58:16.749Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456|DEBUG|500||Sending HTTP GET to:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cafc9920-a9be-40a4-8acf-4465ceb2a791], X-FromAppId=[MSO], X-ONAP-PartnerName=[SO.APIH], Accept=[application/json], X-InvocationID=[1e61211f-e2e5-40dc-884f-3f2a82fc223f], X-ECOMP-RequestID=[cafc9920-a9be-40a4-8acf-4465ceb2a791], X-TransactionId=[], X-ONAP-RequestID=[cafc9920-a9be-40a4-8acf-4465ceb2a791]}
2023-03-28T07:58:16.799Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456|DEBUG|500||Response from method:GET performed on uri:http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456 has http status code:200 and response headers:{date=[Tue, 28 Mar 2023 07:58:15 GMT], server=[envoy], content-length=[599], x-envoy-upstream-service-time=[46], vertex-id=[290984], x-aai-txid=[0-aai-resources-230328-07:58:15:762-37774], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-03-28T07:58:16.800Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456|DEBUG|500||{"tenant-id":"123456","tenant-name":"dummy_test","tenant-context":"None","resource-version":"1679990293795","relationship-list":{"relationship":[{"related-to":"service-subscription","relationship-label":"org.onap.relationships.inventory.Uses","related-link":"/aai/v24/business/customers/customer/basiccnf-macro-customer/service-subscriptions/service-subscription/basic_cnf_macro","relationship-data":[{"relationship-key":"customer.global-customer-id","relationship-value":"basiccnf-macro-customer"},{"relationship-key":"service-subscription.service-type","relationship-value":"basic_cnf_macro"}]}]}}

2023-03-28T07:58:16.801Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|AAI|http://aai.onap:80/aai/v24/cloud-infrastructure/cloud-regions/cloud-region/basiccnf-cloud-owner/k8sregion-cnf-macro/tenants/tenant/123456|INFO|500||InvokeReturn
2023-03-28T07:58:16.803Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Validating the Service Instance request
2023-03-28T07:58:16.803Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||DEBUG|500||Incoming version is: v7 coverting to int: 7
2023-03-28T07:58:16.810Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T07:58:16.810Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||Invoke
2023-03-28T07:58:16.810Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:16.811Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate
2023-03-28T07:58:16.811Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Method      : POST
2023-03-28T07:58:16.811Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"117", X-B3-TraceId:"ebeac49afc01ac8d52420cfd3dde166d", X-B3-SpanId:"832b767625738164", X-B3-ParentSpanId:"c2d0935bbcddfd3e", X-B3-Sampled:"0", X-ONAP-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-TransactionID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-ECOMP-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1fe79648-9c77-4771-a36d-c3442e465e41"]
2023-03-28T07:58:16.811Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Request body: {"instanceIdMap":null,"instanceName":"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658","requestScope":"service"}
2023-03-28T07:58:16.811Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||==========================request end================================================
2023-03-28T07:58:16.846Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:16.846Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status code  : 200 OK
2023-03-28T07:58:16.847Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Status text  : OK
2023-03-28T07:58:16.847Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Headers      : [x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 07:58:16 GMT", x-envoy-upstream-service-time:"31", server:"envoy"]
2023-03-28T07:58:16.847Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||Response body: 
2023-03-28T07:58:16.847Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:16.848Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/checkInstanceNameDuplicate|INFO|500||InvokeReturn
2023-03-28T07:58:16.849Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79
2023-03-28T07:58:16.849Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|INFO|500||Invoke
2023-03-28T07:58:16.849Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:16.850Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79
2023-03-28T07:58:16.850Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Method      : GET
2023-03-28T07:58:16.850Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-TransactionID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-ECOMP-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"8249e9e4-da0e-419a-853c-0f0eea738145"]
2023-03-28T07:58:16.850Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Request body: 
2023-03-28T07:58:16.851Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||==========================request end================================================
2023-03-28T07:58:16.893Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:16.894Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Status code  : 200 OK
2023-03-28T07:58:16.894Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Status text  : OK
2023-03-28T07:58:16.894Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 07:58:16 GMT", x-envoy-upstream-service-time:"37", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:58:16.895Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Response body: {
  "modelName" : "basic_cnf_macro",
  "description" : "service",
  "modelUUID" : "99a0dea6-13e7-4128-be9d-1639c5abef79",
  "modelInvariantUUID" : "eaa5cfa8-5b09-412d-b995-c28af06be038",
  "created" : "2023-03-28 07:44:18.000",
  "modelVersion" : "1.0",
  "serviceType" : "",
  "serviceRole" : "",
  "serviceFunction" : "",
  "environmentContext" : "General_Revenue-Bearing",
  "workloadContext" : "Production",
  "category" : "Network Service",
  "resourceOrder" : "basic_cnf_macro",
  "distrobutionStatus" : null,
  "serviceArtifactList" : [ ],
  "serviceInfos" : [ {
    "id" : 10,
    "serviceInput" : "[{\\\"default\\\":\\\"\\\",\\\"name\\\":\\\"default_software_version\\\",\\\"type\\\":\\\"string\\\",\\\"required\\\":false}]",
    "serviceProperties" : "[]",
    "_links" : {
      "service" : {
        "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79"
      }
    }
  } ],
  "namingPolicy" : "",
  "onapGeneratedNaming" : true,
  "blueprintName" : null,
  "blueprintVersion" : null,
  "skipPostInstConf" : true,
  "controllerActor" : "SO-REF-DATA",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79"
    },
    "recipes" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/recipes"
    },
    "pnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/pnfCustomizations"
    },
    "collectionResourceCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/collectionResourceCustomizations"
    },
    "vnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/vnfCustomizations"
    },
    "configurationCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/configurationCustomizations"
    },
    "networkCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/networkCustomizations"
    },
    "allottedCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/allottedCustomizations"
    },
    "serviceProxyCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/serviceProxyCustomizations"
    },
    "csar" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/csar"
    }
  }
}
2023-03-28T07:58:16.895Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:16.895Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|INFO|500||InvokeReturn
2023-03-28T07:58:16.898Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance
2023-03-28T07:58:16.899Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|INFO|500||Invoke
2023-03-28T07:58:16.899Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:16.899Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance
2023-03-28T07:58:16.900Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Method      : GET
2023-03-28T07:58:16.900Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-TransactionID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-ECOMP-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1d88639d-0fa5-4dad-81b7-0c5a86fcb270"]
2023-03-28T07:58:16.900Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Request body: 
2023-03-28T07:58:16.900Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||==========================request end================================================
2023-03-28T07:58:16.915Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:16.916Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T07:58:16.916Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Status text  : Not Found
2023-03-28T07:58:16.916Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 07:58:16 GMT", x-envoy-upstream-service-time:"12", server:"envoy"]
2023-03-28T07:58:16.917Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Response body: 
2023-03-28T07:58:16.917Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:16.917Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|INFO|404|Not Found|InvokeReturn
2023-03-28T07:58:16.918Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038
2023-03-28T07:58:16.918Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|INFO|500||Invoke
2023-03-28T07:58:16.918Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:16.919Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038
2023-03-28T07:58:16.919Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|DEBUG|500||Method      : GET
2023-03-28T07:58:16.919Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-TransactionID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-ECOMP-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"693812aa-9e37-4369-82cc-971f76da64d7"]
2023-03-28T07:58:16.919Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|DEBUG|500||Request body: 
2023-03-28T07:58:16.919Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|DEBUG|500||==========================request end================================================
2023-03-28T07:58:16.948Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:16.949Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|DEBUG|500||Status code  : 200 OK
2023-03-28T07:58:16.949Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|DEBUG|500||Status text  : OK
2023-03-28T07:58:16.950Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 07:58:16 GMT", x-envoy-upstream-service-time:"26", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:58:16.950Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|DEBUG|500||Response body: {
  "_embedded" : {
    "service" : [ {
      "modelName" : "basic_cnf_macro",
      "description" : "service",
      "modelUUID" : "99a0dea6-13e7-4128-be9d-1639c5abef79",
      "modelInvariantUUID" : "eaa5cfa8-5b09-412d-b995-c28af06be038",
      "created" : "2023-03-28 07:44:18.000",
      "modelVersion" : "1.0",
      "serviceType" : "",
      "serviceRole" : "",
      "serviceFunction" : "",
      "environmentContext" : "General_Revenue-Bearing",
      "workloadContext" : "Production",
      "category" : "Network Service",
      "resourceOrder" : "basic_cnf_macro",
      "distrobutionStatus" : null,
      "serviceArtifactList" : [ ],
      "serviceInfos" : [ {
        "id" : 10,
        "serviceInput" : "[{\\\"default\\\":\\\"\\\",\\\"name\\\":\\\"default_software_version\\\",\\\"type\\\":\\\"string\\\",\\\"required\\\":false}]",
        "serviceProperties" : "[]",
        "_links" : {
          "service" : {
            "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79"
          }
        }
      } ],
      "namingPolicy" : "",
      "onapGeneratedNaming" : true,
      "blueprintName" : null,
      "blueprintVersion" : null,
      "skipPostInstConf" : true,
      "controllerActor" : "SO-REF-DATA",
      "_links" : {
        "self" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79"
        },
        "service" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79"
        },
        "recipes" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/recipes"
        },
        "pnfCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/pnfCustomizations"
        },
        "collectionResourceCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/collectionResourceCustomizations"
        },
        "vnfCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/vnfCustomizations"
        },
        "configurationCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/configurationCustomizations"
        },
        "networkCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/networkCustomizations"
        },
        "allottedCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/allottedCustomizations"
        },
        "serviceProxyCustomizations" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/serviceProxyCustomizations"
        },
        "csar" : {
          "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/csar"
        }
      }
    } ]
  },
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038"
    }
  }
}
2023-03-28T07:58:16.951Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:16.951Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findByModelInvariantUUIDOrderByModelVersionDesc?modelInvariantUUID=eaa5cfa8-5b09-412d-b995-c28af06be038|INFO|500||InvokeReturn
2023-03-28T07:58:16.955Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance
2023-03-28T07:58:16.956Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|INFO|500||Invoke
2023-03-28T07:58:16.956Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:16.956Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance
2023-03-28T07:58:16.957Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Method      : GET
2023-03-28T07:58:16.957Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-TransactionID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-ECOMP-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"829db059-ae84-4920-bb7e-53b401d91de8"]
2023-03-28T07:58:16.957Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Request body: 
2023-03-28T07:58:16.957Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||==========================request end================================================
2023-03-28T07:58:16.978Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:16.979Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Status code  : 404 NOT_FOUND
2023-03-28T07:58:16.979Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Status text  : Not Found
2023-03-28T07:58:16.979Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-length:"0", date:"Tue, 28 Mar 2023 07:58:16 GMT", x-envoy-upstream-service-time:"18", server:"envoy"]
2023-03-28T07:58:16.979Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||Response body: 
2023-03-28T07:58:16.979Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:16.979Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=99a0dea6-13e7-4128-be9d-1639c5abef79&action=createInstance|INFO|404|Not Found|InvokeReturn
2023-03-28T07:58:16.980Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T07:58:16.980Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||Invoke
2023-03-28T07:58:16.980Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:16.980Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT
2023-03-28T07:58:16.980Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Method      : GET
2023-03-28T07:58:16.981Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-TransactionID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-ECOMP-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4b6303c8-ef59-455c-8b36-c111e4254672"]
2023-03-28T07:58:16.981Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Request body: 
2023-03-28T07:58:16.981Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||==========================request end================================================
2023-03-28T07:58:17.011Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:17.011Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status code  : 200 OK
2023-03-28T07:58:17.011Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Status text  : OK
2023-03-28T07:58:17.011Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 07:58:16 GMT", x-envoy-upstream-service-time:"27", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:58:17.012Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||Response body: {
  "modelName" : "GR-API-DEFAULT",
  "description" : "Gr api service for VID to use for infra APIH orchestration",
  "modelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b",
  "modelInvariantUUID" : "944862ae-bb65-4429-8330-a6c9170d6672",
  "created" : "2023-03-28 00:09:21.000",
  "modelVersion" : "1.0",
  "serviceType" : null,
  "serviceRole" : null,
  "serviceFunction" : null,
  "environmentContext" : null,
  "workloadContext" : null,
  "category" : null,
  "resourceOrder" : null,
  "distrobutionStatus" : null,
  "serviceArtifactList" : [ ],
  "serviceInfos" : [ ],
  "namingPolicy" : null,
  "onapGeneratedNaming" : null,
  "blueprintName" : null,
  "blueprintVersion" : null,
  "skipPostInstConf" : true,
  "controllerActor" : null,
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b"
    },
    "recipes" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/recipes"
    },
    "pnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/pnfCustomizations"
    },
    "collectionResourceCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/collectionResourceCustomizations"
    },
    "vnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/vnfCustomizations"
    },
    "configurationCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/configurationCustomizations"
    },
    "networkCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/networkCustomizations"
    },
    "allottedCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/allottedCustomizations"
    },
    "serviceProxyCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/serviceProxyCustomizations"
    },
    "csar" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/d88da85c-d9e8-4f73-b837-3a72a431622b/csar"
    }
  }
}
2023-03-28T07:58:17.012Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:17.012Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/search/findFirstByModelNameOrderByModelVersionDesc?modelName=GR-API-DEFAULT|INFO|500||InvokeReturn
2023-03-28T07:58:17.014Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance
2023-03-28T07:58:17.014Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||Invoke
2023-03-28T07:58:17.014Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:17.015Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance
2023-03-28T07:58:17.015Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Method      : GET
2023-03-28T07:58:17.015Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-TransactionID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-ECOMP-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"07ee4758-49fc-49f6-b180-3f446935fb59"]
2023-03-28T07:58:17.015Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Request body: 
2023-03-28T07:58:17.015Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||==========================request end================================================
2023-03-28T07:58:17.042Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:17.042Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status code  : 200 OK
2023-03-28T07:58:17.043Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Status text  : OK
2023-03-28T07:58:17.043Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 07:58:16 GMT", x-envoy-upstream-service-time:"24", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:58:17.047Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||Response body: {
  "id" : 531,
  "serviceModelUUID" : "d88da85c-d9e8-4f73-b837-3a72a431622b",
  "action" : "createInstance",
  "description" : "Gr api recipe to create service-instance",
  "orchestrationUri" : "/mso/async/services/WorkflowActionBB",
  "paramXsd" : null,
  "recipeTimeout" : 180,
  "serviceTimeoutInterim" : null,
  "created" : "2023-03-28T00:09:21.000+00:00",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/531"
    },
    "serviceRecipe" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/531"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/serviceRecipe/531/service"
    }
  }
}
2023-03-28T07:58:17.048Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:17.048Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/serviceRecipe/search/findFirstByServiceModelUUIDAndAction?serviceModelUUID=d88da85c-d9e8-4f73-b837-3a72a431622b&action=createInstance|INFO|500||InvokeReturn
2023-03-28T07:58:17.050Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|WARN|500||Could not Target Entity: http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79
2023-03-28T07:58:17.050Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|INFO|500||Invoke
2023-03-28T07:58:17.051Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:17.051Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||URI         : http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79
2023-03-28T07:58:17.051Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Method      : GET
2023-03-28T07:58:17.051Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Headers     : [Accept:"application/hal+json", Content-Length:"0", Content-Type:"application/hal+json", X-ONAP-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-TransactionID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-ECOMP-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"4801507d-53f1-4a5e-b0ba-41228c18a284"]
2023-03-28T07:58:17.051Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Request body: 
2023-03-28T07:58:17.052Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||==========================request end================================================
2023-03-28T07:58:17.087Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:17.087Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Status code  : 200 OK
2023-03-28T07:58:17.088Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Status text  : OK
2023-03-28T07:58:17.088Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/hal+json", date:"Tue, 28 Mar 2023 07:58:16 GMT", x-envoy-upstream-service-time:"32", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:58:17.088Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||Response body: {
  "modelName" : "basic_cnf_macro",
  "description" : "service",
  "modelUUID" : "99a0dea6-13e7-4128-be9d-1639c5abef79",
  "modelInvariantUUID" : "eaa5cfa8-5b09-412d-b995-c28af06be038",
  "created" : "2023-03-28 07:44:18.000",
  "modelVersion" : "1.0",
  "serviceType" : "",
  "serviceRole" : "",
  "serviceFunction" : "",
  "environmentContext" : "General_Revenue-Bearing",
  "workloadContext" : "Production",
  "category" : "Network Service",
  "resourceOrder" : "basic_cnf_macro",
  "distrobutionStatus" : null,
  "serviceArtifactList" : [ ],
  "serviceInfos" : [ {
    "id" : 10,
    "serviceInput" : "[{\\\"default\\\":\\\"\\\",\\\"name\\\":\\\"default_software_version\\\",\\\"type\\\":\\\"string\\\",\\\"required\\\":false}]",
    "serviceProperties" : "[]",
    "_links" : {
      "service" : {
        "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79"
      }
    }
  } ],
  "namingPolicy" : "",
  "onapGeneratedNaming" : true,
  "blueprintName" : null,
  "blueprintVersion" : null,
  "skipPostInstConf" : true,
  "controllerActor" : "SO-REF-DATA",
  "_links" : {
    "self" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79"
    },
    "service" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79"
    },
    "recipes" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/recipes"
    },
    "pnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/pnfCustomizations"
    },
    "collectionResourceCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/collectionResourceCustomizations"
    },
    "vnfCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/vnfCustomizations"
    },
    "configurationCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/configurationCustomizations"
    },
    "networkCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/networkCustomizations"
    },
    "allottedCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/allottedCustomizations"
    },
    "serviceProxyCustomizations" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/serviceProxyCustomizations"
    },
    "csar" : {
      "href" : "http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79/csar"
    }
  }
}
2023-03-28T07:58:17.088Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:17.088Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-catalog-db-adapter.onap:8082/service/99a0dea6-13e7-4128-be9d-1639c5abef79|INFO|500||InvokeReturn
2023-03-28T07:58:17.091Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T07:58:17.092Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||Invoke
2023-03-28T07:58:17.092Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:17.092Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/
2023-03-28T07:58:17.092Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Method      : POST
2023-03-28T07:58:17.092Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers     : [Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Accept:"application/json", Content-Length:"8974", X-B3-TraceId:"ebeac49afc01ac8d52420cfd3dde166d", X-B3-SpanId:"807b830be164e2d1", X-B3-ParentSpanId:"c2d0935bbcddfd3e", X-B3-Sampled:"0", X-ONAP-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-TransactionID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-ECOMP-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"2aed7bbf-1169-48a4-9a57-b8eea0b357ed"]
2023-03-28T07:58:17.092Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Request body: {"requestId":"cafc9920-a9be-40a4-8acf-4465ceb2a791","requestStatus":"IN_PROGRESS","startTime":1679990296616,"source":"VID","tenantId":"123456","requestBody":"{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n\t\t\t\"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"123456\",\n            \"cloudOwner\": \"basiccnf-cloud-owner\",\n            \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basiccnf-macro-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_cnf_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_cnf_macro\",\n                                        \"modelVersionId\": \"a4462083-daee-45bc-ba93-31612e9e0d44\",\n                                        \"modelInvariantUuid\": \"27aa5b2c-4328-40a3-98aa-9d8a23d13a80\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"b60081d5-c5e8-458c-a76f-c192e0373e97\",\n                                        \"modelInstanceName\": \"basic_cnf_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"123456\",\n                                        \"cloudOwner\": \"basiccnf-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicnf_macro_platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicnf_macro_lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_cnf_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                            \n                                            \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n                                                \"modelVersionId\": \"3e583ba7-3456-4e79-9ce2-db486fcaf168\",\n                                                \"modelInvariantUuid\": \"02ba7037-6ade-40f1-86a6-70a20f27d5b4\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"36fb8596-6ce8-4976-8de7-ce8f2d9895f3\"\n                                            },\n                                            \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"vf_module_label\": \"helm_apache\",\n                                                    \n                                                    \"k8s-rb-profile-name\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-source\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                                    \n                                                    \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n                                                    \n                                                    \"k8s-rb-config-template-name\": \"replica-count-template\",\n                                                    \n                                                    \"k8s-rb-config-template-source\": \"deployment-config\",\n                                                    \n                                                    \"k8s-rb-config-name\": \"replica-count-change\",\n                                                    \n                                                    \"k8s-rb-config-value-source\": \"custom-values\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n                            \"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n                            \"modelName\": \"basic_cnf_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicnf_macro_project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"93e2711d-83e0-40cf-80f4-9685432e74de\",\n            \"owningEntityName\": \"basicnf_macro_owning_entity\"\n        }\n    }\n}","lastModifiedBy":"APIH","cloudRegion":"k8sregion-cnf-macro","serviceInstanceName":"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658","requestScope":"service","requestAction":"createInstance","requestorId":"demo","requestUrl":"https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances","tenantName":"dummy_test","cloudApiRequests":[],"requestURI":"cafc9920-a9be-40a4-8acf-4465ceb2a791"}
2023-03-28T07:58:17.093Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||==========================request end================================================
2023-03-28T07:58:17.140Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:17.141Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status code  : 201 CREATED
2023-03-28T07:58:17.142Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Status text  : Created
2023-03-28T07:58:17.142Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", location:"http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:58:16 GMT", x-envoy-upstream-service-time:"43", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:58:17.143Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||Response body: {
  "requestId" : "cafc9920-a9be-40a4-8acf-4465ceb2a791",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T07:58:16.616+00:00",
  "source" : "VID",
  "tenantId" : "123456",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n\t\t\t\"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"123456\",\n            \"cloudOwner\": \"basiccnf-cloud-owner\",\n            \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basiccnf-macro-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_cnf_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_cnf_macro\",\n                                        \"modelVersionId\": \"a4462083-daee-45bc-ba93-31612e9e0d44\",\n                                        \"modelInvariantUuid\": \"27aa5b2c-4328-40a3-98aa-9d8a23d13a80\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"b60081d5-c5e8-458c-a76f-c192e0373e97\",\n                                        \"modelInstanceName\": \"basic_cnf_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"123456\",\n                                        \"cloudOwner\": \"basiccnf-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicnf_macro_platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicnf_macro_lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_cnf_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                            \n                                            \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n                                                \"modelVersionId\": \"3e583ba7-3456-4e79-9ce2-db486fcaf168\",\n                                                \"modelInvariantUuid\": \"02ba7037-6ade-40f1-86a6-70a20f27d5b4\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"36fb8596-6ce8-4976-8de7-ce8f2d9895f3\"\n                                            },\n                                            \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"vf_module_label\": \"helm_apache\",\n                                                    \n                                                    \"k8s-rb-profile-name\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-source\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                                    \n                                                    \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n                                                    \n                                                    \"k8s-rb-config-template-name\": \"replica-count-template\",\n                                                    \n                                                    \"k8s-rb-config-template-source\": \"deployment-config\",\n                                                    \n                                                    \"k8s-rb-config-name\": \"replica-count-change\",\n                                                    \n                                                    \"k8s-rb-config-value-source\": \"custom-values\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n                            \"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n                            \"modelName\": \"basic_cnf_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicnf_macro_project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"93e2711d-83e0-40cf-80f4-9685432e74de\",\n            \"owningEntityName\": \"basicnf_macro_owning_entity\"\n        }\n    }\n}",
  "lastModifiedBy" : "APIH",
  "modifyTime" : "2023-03-28T07:58:16.911+00:00",
  "cloudRegion" : "k8sregion-cnf-macro",
  "serviceInstanceName" : "basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "dummy_test",
  "cloudApiRequests" : [ ],
  "requestURI" : "cafc9920-a9be-40a4-8acf-4465ceb2a791",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791"
    }
  }
}
2023-03-28T07:58:17.144Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:17.144Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/|INFO|500||InvokeReturn
2023-03-28T07:58:17.157Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient||http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T07:58:17.158Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||Invoke
2023-03-28T07:58:17.158Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:17.159Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB
2023-03-28T07:58:17.159Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Method      : POST
2023-03-28T07:58:17.160Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers     : [Accept:"application/json", Content-Type:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"4343", X-B3-TraceId:"ebeac49afc01ac8d52420cfd3dde166d", X-B3-SpanId:"594f4e0a1d0e5999", X-B3-ParentSpanId:"c2d0935bbcddfd3e", X-B3-Sampled:"0", X-ONAP-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-TransactionID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-ECOMP-RequestID:"cafc9920-a9be-40a4-8acf-4465ceb2a791", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"1cf6f72f-eb60-446a-9810-624b5eee71e2"]
2023-03-28T07:58:17.160Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Request body: {"variables":{"bpmnRequest":{"value":"{\"requestDetails\":{\"modelInfo\":{\"modelInvariantId\":\"eaa5cfa8-5b09-412d-b995-c28af06be038\",\"modelType\":\"service\",\"modelName\":\"basic_cnf_macro\",\"modelVersion\":\"1.0\",\"modelVersionId\":\"99a0dea6-13e7-4128-be9d-1639c5abef79\",\"modelUuid\":\"99a0dea6-13e7-4128-be9d-1639c5abef79\",\"modelInvariantUuid\":\"eaa5cfa8-5b09-412d-b995-c28af06be038\"},\"requestInfo\":{\"productFamilyId\":\"1234\",\"source\":\"VID\",\"instanceName\":\"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658\",\"suppressRollback\":false,\"requestorId\":\"demo\"},\"subscriberInfo\":{\"globalSubscriberId\":\"basiccnf-macro-customer\"},\"cloudConfiguration\":{\"tenantId\":\"123456\",\"cloudOwner\":\"basiccnf-cloud-owner\",\"lcpCloudRegionId\":\"k8sregion-cnf-macro\"},\"requestParameters\":{\"subscriptionServiceType\":\"basic_cnf_macro\",\"userParams\":[{\"Homing_Solution\":\"none\"},{\"service\":{\"instanceParams\":[],\"instanceName\":\"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658\",\"resources\":{\"pnfs\":[],\"vnfs\":[{\"modelInfo\":{\"modelName\":\"basic_cnf_macro\",\"modelVersionId\":\"a4462083-daee-45bc-ba93-31612e9e0d44\",\"modelInvariantUuid\":\"27aa5b2c-4328-40a3-98aa-9d8a23d13a80\",\"modelVersion\":\"1.0\",\"modelCustomizationId\":\"b60081d5-c5e8-458c-a76f-c192e0373e97\",\"modelInstanceName\":\"basic_cnf_macro\"},\"cloudConfiguration\":{\"tenantId\":\"123456\",\"cloudOwner\":\"basiccnf-cloud-owner\",\"lcpCloudRegionId\":\"k8sregion-cnf-macro\"},\"platform\":{\"platformName\":\"basicnf_macro_platform\"},\"lineOfBusiness\":{\"lineOfBusinessName\":\"basicnf_macro_lob\"},\"productFamilyId\":\"1234\",\"instanceName\":\"basic_cnf_macro\",\"instanceParams\":[{\"k8s-rb-profile-namespace\":\"onap-tests\",\"k8s-rb-profile-k8s-version\":\"1.19.0\"}],\"vfModules\":[{\"modelInfo\":{\"modelName\":\"BasicCnfMacro..helm_apache..module-1\",\"modelVersionId\":\"3e583ba7-3456-4e79-9ce2-db486fcaf168\",\"modelInvariantUuid\":\"02ba7037-6ade-40f1-86a6-70a20f27d5b4\",\"modelVersion\":\"1\",\"modelCustomizationId\":\"36fb8596-6ce8-4976-8de7-ce8f2d9895f3\"},\"instanceName\":\"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\"instanceParams\":[{\"vf_module_label\":\"helm_apache\",\"k8s-rb-profile-name\":\"node-port-profile\",\"k8s-rb-profile-source\":\"node-port-profile\",\"k8s-rb-profile-namespace\":\"onap-tests\",\"k8s-rb-instance-release-name\":\"rel-1-apache\",\"k8s-rb-config-template-name\":\"replica-count-template\",\"k8s-rb-config-template-source\":\"deployment-config\",\"k8s-rb-config-name\":\"replica-count-change\",\"k8s-rb-config-value-source\":\"custom-values\"}]}]}]},\"modelInfo\":{\"modelVersion\":\"1.0\",\"modelVersionId\":\"99a0dea6-13e7-4128-be9d-1639c5abef79\",\"modelInvariantId\":\"eaa5cfa8-5b09-412d-b995-c28af06be038\",\"modelName\":\"basic_cnf_macro\",\"modelType\":\"service\"}}}],\"aLaCarte\":false,\"usePreload\":false},\"project\":{\"projectName\":\"basicnf_macro_project\"},\"owningEntity\":{\"owningEntityId\":\"93e2711d-83e0-40cf-80f4-9685432e74de\",\"owningEntityName\":\"basicnf_macro_owning_entity\"}}}","type":"String"},"requestId":{"value":"cafc9920-a9be-40a4-8acf-4465ceb2a791","type":"String"},"mso-request-id":{"value":"cafc9920-a9be-40a4-8acf-4465ceb2a791","type":"String"},"isBaseVfModule":{"value":false,"type":"Boolean"},"recipeTimeout":{"value":180,"type":"Integer"},"requestAction":{"value":"createInstance","type":"String"},"serviceInstanceId":{"value":"","type":"String"},"pnfCorrelationId":{"value":"","type":"String"},"vnfId":{"value":"","type":"String"},"vfModuleId":{"value":"","type":"String"},"volumeGroupId":{"value":"","type":"String"},"networkId":{"value":"","type":"String"},"configurationId":{"value":"","type":"String"},"serviceType":{"value":"","type":"String"},"vnfType":{"value":"","type":"String"},"vfModuleType":{"value":"","type":"String"},"networkType":{"value":"","type":"String"},"recipeParams":{"value":null,"type":"String"},"host":{"value":null,"type":"String"},"operationType":{"value":"","type":"String"},"apiVersion":{"value":"7","type":"String"},"aLaCarte":{"value":false,"type":"Boolean"},"requestUri":{"value":"v7/serviceInstances","type":"String"},"instanceGroupId":{"value":"","type":"String"},"generateIdsOnly":{"value":false,"type":"Boolean"}}}
2023-03-28T07:58:17.160Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||==========================request end================================================
2023-03-28T07:58:18.186Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:18.187Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status code  : 202 ACCEPTED
2023-03-28T07:58:18.188Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Status text  : Accepted
2023-03-28T07:58:18.188Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Headers      : [date:"Tue, 28 Mar 2023 07:58:17 GMT", x-onap-requestid:"cafc9920-a9be-40a4-8acf-4465ceb2a791", x-requestid:"cafc9920-a9be-40a4-8acf-4465ceb2a791", x-transactionid:"cafc9920-a9be-40a4-8acf-4465ceb2a791", x-ecomp-requestid:"cafc9920-a9be-40a4-8acf-4465ceb2a791", x-onap-partnername:"UNKNOWN", x-invocationid:"1cf6f72f-eb60-446a-9810-624b5eee71e2", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", x-envoy-upstream-service-time:"1013", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:58:18.189Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||Response body: {"response":"{\"requestReferences\":{\"requestId\":\"cafc9920-a9be-40a4-8acf-4465ceb2a791\",\"instanceId\":\"28381f96-368d-4572-8189-eb29aa9807f5\"}}","message":"Success","processInstanceID":"4c4aa4d2-cd3e-11ed-8192-02f87d878986","variables":null,"messageCode":200}
2023-03-28T07:58:18.189Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:18.189Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/mso/async/services/WorkflowActionBB|INFO|500||InvokeReturn
2023-03-28T07:58:18.199Z|cafc9920-a9be-40a4-8acf-4465ceb2a791|http-nio-8080-exec-7|onap/so/infra/serviceInstantiation/v7/serviceInstances|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:58:18.452Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:58:18.459Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791
2023-03-28T07:58:18.459Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|INFO|500||Invoke
2023-03-28T07:58:18.459Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:18.459Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791
2023-03-28T07:58:18.460Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Method      : GET
2023-03-28T07:58:18.460Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"85a771e9d018d8e334b56266c6d6700d", X-B3-SpanId:"a868fa5ac8c5ad3a", X-B3-ParentSpanId:"5d5de5f262076616", X-B3-Sampled:"0", X-ONAP-RequestID:"040c689d-b3b2-43ba-840a-01f1e5cc98e1", X-RequestID:"040c689d-b3b2-43ba-840a-01f1e5cc98e1", X-TransactionID:"040c689d-b3b2-43ba-840a-01f1e5cc98e1", X-ECOMP-RequestID:"040c689d-b3b2-43ba-840a-01f1e5cc98e1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"c33c3e28-0642-4d8e-b884-bb80ddaa90f2"]
2023-03-28T07:58:18.460Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Request body: 
2023-03-28T07:58:18.460Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||==========================request end================================================
2023-03-28T07:58:18.498Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:18.499Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Status code  : 200 OK
2023-03-28T07:58:18.499Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Status text  : OK
2023-03-28T07:58:18.500Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:58:17 GMT", x-envoy-upstream-service-time:"35", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:58:18.500Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Response body: {
  "requestId" : "cafc9920-a9be-40a4-8acf-4465ceb2a791",
  "requestStatus" : "IN_PROGRESS",
  "startTime" : "2023-03-28T07:58:16.000+00:00",
  "source" : "VID",
  "tenantId" : "123456",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n\t\t\t\"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"123456\",\n            \"cloudOwner\": \"basiccnf-cloud-owner\",\n            \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basiccnf-macro-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_cnf_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_cnf_macro\",\n                                        \"modelVersionId\": \"a4462083-daee-45bc-ba93-31612e9e0d44\",\n                                        \"modelInvariantUuid\": \"27aa5b2c-4328-40a3-98aa-9d8a23d13a80\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"b60081d5-c5e8-458c-a76f-c192e0373e97\",\n                                        \"modelInstanceName\": \"basic_cnf_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"123456\",\n                                        \"cloudOwner\": \"basiccnf-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicnf_macro_platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicnf_macro_lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_cnf_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                            \n                                            \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n                                                \"modelVersionId\": \"3e583ba7-3456-4e79-9ce2-db486fcaf168\",\n                                                \"modelInvariantUuid\": \"02ba7037-6ade-40f1-86a6-70a20f27d5b4\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"36fb8596-6ce8-4976-8de7-ce8f2d9895f3\"\n                                            },\n                                            \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"vf_module_label\": \"helm_apache\",\n                                                    \n                                                    \"k8s-rb-profile-name\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-source\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                                    \n                                                    \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n                                                    \n                                                    \"k8s-rb-config-template-name\": \"replica-count-template\",\n                                                    \n                                                    \"k8s-rb-config-template-source\": \"deployment-config\",\n                                                    \n                                                    \"k8s-rb-config-name\": \"replica-count-change\",\n                                                    \n                                                    \"k8s-rb-config-value-source\": \"custom-values\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n                            \"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n                            \"modelName\": \"basic_cnf_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicnf_macro_project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"93e2711d-83e0-40cf-80f4-9685432e74de\",\n            \"owningEntityName\": \"basicnf_macro_owning_entity\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:58:17.000+00:00",
  "cloudRegion" : "k8sregion-cnf-macro",
  "serviceInstanceId" : "28381f96-368d-4572-8189-eb29aa9807f5",
  "serviceInstanceName" : "basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "dummy_test",
  "cloudApiRequests" : [ ],
  "requestURI" : "cafc9920-a9be-40a4-8acf-4465ceb2a791",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791"
    }
  }
}
2023-03-28T07:58:18.500Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:18.501Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|INFO|500||InvokeReturn
2023-03-28T07:58:18.502Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false
2023-03-28T07:58:18.502Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:58:18.502Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:18.503Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false
2023-03-28T07:58:18.503Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:58:18.503Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"85a771e9d018d8e334b56266c6d6700d", X-B3-SpanId:"82cc270860261a3b", X-B3-ParentSpanId:"5d5de5f262076616", X-B3-Sampled:"0", X-ONAP-RequestID:"040c689d-b3b2-43ba-840a-01f1e5cc98e1", X-RequestID:"040c689d-b3b2-43ba-840a-01f1e5cc98e1", X-TransactionID:"040c689d-b3b2-43ba-840a-01f1e5cc98e1", X-ECOMP-RequestID:"040c689d-b3b2-43ba-840a-01f1e5cc98e1", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"ab55114f-ded4-41a6-bec7-f3624cb01388"]
2023-03-28T07:58:18.503Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:58:18.503Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:58:18.523Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:18.523Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:58:18.523Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:58:18.523Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:58:17 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:58:18.525Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T07:58:18.525Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:18.526Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:58:18.533Z|040c689d-b3b2-43ba-840a-01f1e5cc98e1|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:58:18.840Z|b1f58be5-1915-46bf-8fed-9ee73f288d29|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:58:18.841Z|b1f58be5-1915-46bf-8fed-9ee73f288d29|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:58:19.049Z|03b4513f-07ba-4b96-8475-cdb8f6101fd9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:58:19.049Z|03b4513f-07ba-4b96-8475-cdb8f6101fd9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:58:20.089Z|70b9263b-3ce6-49e3-91af-870f47062df5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:58:20.090Z|70b9263b-3ce6-49e3-91af-870f47062df5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:58:21.316Z|2da6b666-f181-4cc5-be30-c08ac8024303|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:58:21.316Z|2da6b666-f181-4cc5-be30-c08ac8024303|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:58:21.475Z|75a0ebf2-3344-4f43-b2ef-a5058095c496|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:58:21.476Z|75a0ebf2-3344-4f43-b2ef-a5058095c496|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:58:28.738Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:58:28.746Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791
2023-03-28T07:58:28.747Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|INFO|500||Invoke
2023-03-28T07:58:28.747Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:28.747Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791
2023-03-28T07:58:28.747Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Method      : GET
2023-03-28T07:58:28.747Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"204b75ed44a23f903f044b83ac4d0aca", X-B3-SpanId:"7b0cb70447f0d164", X-B3-ParentSpanId:"e1682d4dd5946df9", X-B3-Sampled:"0", X-ONAP-RequestID:"e920125d-ee96-4956-853d-ef828431d7d7", X-RequestID:"e920125d-ee96-4956-853d-ef828431d7d7", X-TransactionID:"e920125d-ee96-4956-853d-ef828431d7d7", X-ECOMP-RequestID:"e920125d-ee96-4956-853d-ef828431d7d7", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b9f1891b-45da-4f88-aecc-b8e97f18f128"]
2023-03-28T07:58:28.747Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Request body: 
2023-03-28T07:58:28.747Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||==========================request end================================================
2023-03-28T07:58:28.788Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:28.789Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Status code  : 200 OK
2023-03-28T07:58:28.789Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Status text  : OK
2023-03-28T07:58:28.790Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:58:28 GMT", x-envoy-upstream-service-time:"36", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:58:28.790Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Response body: {
  "requestId" : "cafc9920-a9be-40a4-8acf-4465ceb2a791",
  "requestStatus" : "IN_PROGRESS",
  "flowStatus" : "Execution of AssignServiceInstanceBB has completed successfully, next invoking AssignVnfBB (Execution Path progress: BBs completed = 1; BBs remaining = 8).",
  "progress" : 15,
  "startTime" : "2023-03-28T07:58:16.000+00:00",
  "source" : "VID",
  "vnfId" : "107d461c-bfc7-4a90-b874-a852c2f6df72",
  "tenantId" : "123456",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n\t\t\t\"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"123456\",\n            \"cloudOwner\": \"basiccnf-cloud-owner\",\n            \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basiccnf-macro-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_cnf_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_cnf_macro\",\n                                        \"modelVersionId\": \"a4462083-daee-45bc-ba93-31612e9e0d44\",\n                                        \"modelInvariantUuid\": \"27aa5b2c-4328-40a3-98aa-9d8a23d13a80\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"b60081d5-c5e8-458c-a76f-c192e0373e97\",\n                                        \"modelInstanceName\": \"basic_cnf_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"123456\",\n                                        \"cloudOwner\": \"basiccnf-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicnf_macro_platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicnf_macro_lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_cnf_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                            \n                                            \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n                                                \"modelVersionId\": \"3e583ba7-3456-4e79-9ce2-db486fcaf168\",\n                                                \"modelInvariantUuid\": \"02ba7037-6ade-40f1-86a6-70a20f27d5b4\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"36fb8596-6ce8-4976-8de7-ce8f2d9895f3\"\n                                            },\n                                            \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"vf_module_label\": \"helm_apache\",\n                                                    \n                                                    \"k8s-rb-profile-name\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-source\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                                    \n                                                    \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n                                                    \n                                                    \"k8s-rb-config-template-name\": \"replica-count-template\",\n                                                    \n                                                    \"k8s-rb-config-template-source\": \"deployment-config\",\n                                                    \n                                                    \"k8s-rb-config-name\": \"replica-count-change\",\n                                                    \n                                                    \"k8s-rb-config-value-source\": \"custom-values\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n                            \"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n                            \"modelName\": \"basic_cnf_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicnf_macro_project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"93e2711d-83e0-40cf-80f4-9685432e74de\",\n            \"owningEntityName\": \"basicnf_macro_owning_entity\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:58:25.000+00:00",
  "cloudRegion" : "k8sregion-cnf-macro",
  "serviceInstanceId" : "28381f96-368d-4572-8189-eb29aa9807f5",
  "serviceInstanceName" : "basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "tenantName" : "dummy_test",
  "cloudApiRequests" : [ ],
  "requestURI" : "cafc9920-a9be-40a4-8acf-4465ceb2a791",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791"
    }
  }
}
2023-03-28T07:58:28.791Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:28.791Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|INFO|500||InvokeReturn
2023-03-28T07:58:28.793Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false
2023-03-28T07:58:28.793Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:58:28.793Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:28.794Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false
2023-03-28T07:58:28.794Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:58:28.794Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"204b75ed44a23f903f044b83ac4d0aca", X-B3-SpanId:"336a86bda366b5a4", X-B3-ParentSpanId:"e1682d4dd5946df9", X-B3-Sampled:"0", X-ONAP-RequestID:"e920125d-ee96-4956-853d-ef828431d7d7", X-RequestID:"e920125d-ee96-4956-853d-ef828431d7d7", X-TransactionID:"e920125d-ee96-4956-853d-ef828431d7d7", X-ECOMP-RequestID:"e920125d-ee96-4956-853d-ef828431d7d7", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"f71f2652-6a88-4320-a378-0add85427d35"]
2023-03-28T07:58:28.795Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:58:28.795Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:58:28.814Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:28.815Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:58:28.815Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:58:28.815Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:58:28 GMT", x-envoy-upstream-service-time:"16", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:58:28.816Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T07:58:28.817Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:28.817Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:58:28.849Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:58:28.850Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T07:58:28.850Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:28.850Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:58:28.850Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:58:28.850Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"e920125d-ee96-4956-853d-ef828431d7d7", X-RequestID:"e920125d-ee96-4956-853d-ef828431d7d7", X-TransactionID:"e920125d-ee96-4956-853d-ef828431d7d7", X-ECOMP-RequestID:"e920125d-ee96-4956-853d-ef828431d7d7", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"719bd19b-e625-4028-9c00-22362ef284ed"]
2023-03-28T07:58:28.850Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:58:28.851Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:58:28.871Z|a550bbe0-e20a-452e-8364-b9615300f237|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:58:28.872Z|a550bbe0-e20a-452e-8364-b9615300f237|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:58:29.020Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:29.021Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:58:29.022Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:58:29.022Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=A56BE823CEE4DD345230D09BD9DAB5BB; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"652", date:"Tue, 28 Mar 2023 07:58:28 GMT", x-envoy-upstream-service-time:"158", server:"envoy"]
2023-03-28T07:58:29.023Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"520d6814-cd3e-11ed-8192-02f87d878986","businessKey":"cafc9920-a9be-40a4-8acf-4465ceb2a791","processDefinitionId":"SDNCHandler:1:e265a33b-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"SDNCHandler","processDefinitionName":"SDNC","processDefinitionVersion":1,"startTime":"2023-03-28T07:58:26.663+0000","endTime":null,"removalTime":null,"durationInMillis":null,"startUserId":null,"startActivityId":"SDNC_Start","deleteReason":null,"rootProcessInstanceId":"4c4aa4d2-cd3e-11ed-8192-02f87d878986","superProcessInstanceId":"5159cf33-cd3e-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"ACTIVE"}]
2023-03-28T07:58:29.023Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:29.024Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:58:29.052Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=520d6814-cd3e-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=520d6814-cd3e-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:58:29.052Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=520d6814-cd3e-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T07:58:29.053Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=520d6814-cd3e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:29.053Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=520d6814-cd3e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=520d6814-cd3e-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:58:29.053Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=520d6814-cd3e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:58:29.053Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=520d6814-cd3e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"e920125d-ee96-4956-853d-ef828431d7d7", X-RequestID:"e920125d-ee96-4956-853d-ef828431d7d7", X-TransactionID:"e920125d-ee96-4956-853d-ef828431d7d7", X-ECOMP-RequestID:"e920125d-ee96-4956-853d-ef828431d7d7", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5e9a184c-4940-4e20-bce5-c7987c5f2e52"]
2023-03-28T07:58:29.053Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=520d6814-cd3e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:58:29.054Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=520d6814-cd3e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:58:29.081Z|06b7f8e5-9f5d-4156-92d9-c2bd204b2665|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:58:29.082Z|06b7f8e5-9f5d-4156-92d9-c2bd204b2665|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:58:29.416Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=520d6814-cd3e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:29.417Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=520d6814-cd3e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:58:29.417Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=520d6814-cd3e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:58:29.417Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=520d6814-cd3e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=2597BC23C4D3793EDDA1BE242D335EF1; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"807", date:"Tue, 28 Mar 2023 07:58:28 GMT", x-envoy-upstream-service-time:"359", server:"envoy"]
2023-03-28T07:58:29.418Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=520d6814-cd3e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"5252397c-cd3e-11ed-8192-02f87d878986","parentActivityInstanceId":"SubProcess_0y8yozw:521ef460-cd3e-11ed-8192-02f87d878986","activityId":"IntermediateCatchEvent_0a9exm4","activityName":"Catch Event","activityType":"intermediateMessageCatch","processDefinitionKey":"SDNCHandler","processDefinitionId":"SDNCHandler:1:e265a33b-ccfc-11ed-8192-02f87d878986","processInstanceId":"520d6814-cd3e-11ed-8192-02f87d878986","executionId":"5252397a-cd3e-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T07:58:27.114+0000","endTime":"2023-03-28T07:58:28.531+0000","durationInMillis":1417,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"4c4aa4d2-cd3e-11ed-8192-02f87d878986"}]
2023-03-28T07:58:29.418Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=520d6814-cd3e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:29.419Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=520d6814-cd3e-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:58:29.425Z|e920125d-ee96-4956-853d-ef828431d7d7|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:58:31.347Z|c6406eb6-9732-429b-91f8-d939d5deeddd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:58:31.347Z|c6406eb6-9732-429b-91f8-d939d5deeddd|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:58:35.089Z|15b40878-07b6-4f45-8580-38facca6fe2b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:58:35.093Z|15b40878-07b6-4f45-8580-38facca6fe2b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:58:38.907Z|d39402f8-3d62-4dc5-8af4-3fe63df3f6c4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:58:38.908Z|d39402f8-3d62-4dc5-8af4-3fe63df3f6c4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:58:39.113Z|00674d7a-1fd8-4b75-9367-71ef466ac48b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:58:39.114Z|00674d7a-1fd8-4b75-9367-71ef466ac48b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:58:39.605Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:58:39.615Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791
2023-03-28T07:58:39.615Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|INFO|500||Invoke
2023-03-28T07:58:39.616Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:39.616Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791
2023-03-28T07:58:39.616Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Method      : GET
2023-03-28T07:58:39.616Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f4f7da8cbe126c5e599c34c596a37cbc", X-B3-SpanId:"b644fe03278c4936", X-B3-ParentSpanId:"fcdb03c192602d38", X-B3-Sampled:"0", X-ONAP-RequestID:"6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe", X-RequestID:"6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe", X-TransactionID:"6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe", X-ECOMP-RequestID:"6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5feecc23-dc02-4818-a1aa-9c040922dfe4"]
2023-03-28T07:58:39.616Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Request body: 
2023-03-28T07:58:39.616Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||==========================request end================================================
2023-03-28T07:58:39.665Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:39.666Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Status code  : 200 OK
2023-03-28T07:58:39.666Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Status text  : OK
2023-03-28T07:58:39.667Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:58:39 GMT", x-envoy-upstream-service-time:"44", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:58:39.668Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Response body: {
  "requestId" : "cafc9920-a9be-40a4-8acf-4465ceb2a791",
  "requestStatus" : "IN_PROGRESS",
  "statusMessage" : "Failed to create self-serve assignment for vf-module with vf-module-id=f1104eaf-0cd7-43b7-ad0e-3f788c025d79 with error: Failed to get RA assignments: Error from ConfigAssignmentNode",
  "flowStatus" : "Execution of UnassignVfModuleBB has completed successfully, next invoking UnassignVnfBB (Execution Path progress: BBs completed = 1; BBs remaining = 2).",
  "progress" : 36,
  "startTime" : "2023-03-28T07:58:16.000+00:00",
  "endTime" : "2023-03-28T07:58:33.000+00:00",
  "source" : "VID",
  "vnfId" : "107d461c-bfc7-4a90-b874-a852c2f6df72",
  "tenantId" : "123456",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n\t\t\t\"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"123456\",\n            \"cloudOwner\": \"basiccnf-cloud-owner\",\n            \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basiccnf-macro-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_cnf_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_cnf_macro\",\n                                        \"modelVersionId\": \"a4462083-daee-45bc-ba93-31612e9e0d44\",\n                                        \"modelInvariantUuid\": \"27aa5b2c-4328-40a3-98aa-9d8a23d13a80\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"b60081d5-c5e8-458c-a76f-c192e0373e97\",\n                                        \"modelInstanceName\": \"basic_cnf_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"123456\",\n                                        \"cloudOwner\": \"basiccnf-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicnf_macro_platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicnf_macro_lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_cnf_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                            \n                                            \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n                                                \"modelVersionId\": \"3e583ba7-3456-4e79-9ce2-db486fcaf168\",\n                                                \"modelInvariantUuid\": \"02ba7037-6ade-40f1-86a6-70a20f27d5b4\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"36fb8596-6ce8-4976-8de7-ce8f2d9895f3\"\n                                            },\n                                            \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"vf_module_label\": \"helm_apache\",\n                                                    \n                                                    \"k8s-rb-profile-name\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-source\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                                    \n                                                    \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n                                                    \n                                                    \"k8s-rb-config-template-name\": \"replica-count-template\",\n                                                    \n                                                    \"k8s-rb-config-template-source\": \"deployment-config\",\n                                                    \n                                                    \"k8s-rb-config-name\": \"replica-count-change\",\n                                                    \n                                                    \"k8s-rb-config-value-source\": \"custom-values\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n                            \"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n                            \"modelName\": \"basic_cnf_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicnf_macro_project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"93e2711d-83e0-40cf-80f4-9685432e74de\",\n            \"owningEntityName\": \"basicnf_macro_owning_entity\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:58:37.000+00:00",
  "cloudRegion" : "k8sregion-cnf-macro",
  "serviceInstanceId" : "28381f96-368d-4572-8189-eb29aa9807f5",
  "serviceInstanceName" : "basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "extSystemErrorSource" : "SDNC",
  "tenantName" : "dummy_test",
  "cloudApiRequests" : [ ],
  "requestURI" : "cafc9920-a9be-40a4-8acf-4465ceb2a791",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791"
    }
  }
}
2023-03-28T07:58:39.669Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:39.669Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|INFO|500||InvokeReturn
2023-03-28T07:58:39.673Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false
2023-03-28T07:58:39.674Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:58:39.674Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:39.675Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false
2023-03-28T07:58:39.675Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:58:39.675Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"f4f7da8cbe126c5e599c34c596a37cbc", X-B3-SpanId:"64a9b802956a619a", X-B3-ParentSpanId:"fcdb03c192602d38", X-B3-Sampled:"0", X-ONAP-RequestID:"6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe", X-RequestID:"6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe", X-TransactionID:"6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe", X-ECOMP-RequestID:"6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"b2e4777e-d85a-4077-b657-703930d75d5f"]
2023-03-28T07:58:39.675Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:58:39.676Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:58:39.697Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:39.698Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:58:39.698Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:58:39.698Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:58:39 GMT", x-envoy-upstream-service-time:"18", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:58:39.699Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T07:58:39.700Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:39.700Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:58:39.725Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:58:39.725Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||Invoke
2023-03-28T07:58:39.725Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:39.726Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1
2023-03-28T07:58:39.726Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:58:39.726Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe", X-RequestID:"6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe", X-TransactionID:"6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe", X-ECOMP-RequestID:"6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5f4c2f69-6d85-414e-81ad-f8c1fb6dc440"]
2023-03-28T07:58:39.726Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:58:39.726Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:58:39.881Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:39.882Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:58:39.882Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:58:39.882Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=340D61543E339B17DB9C483589EF2B93; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"680", date:"Tue, 28 Mar 2023 07:58:39 GMT", x-envoy-upstream-service-time:"151", server:"envoy"]
2023-03-28T07:58:39.882Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||Response body: [{"id":"57ea4253-cd3e-11ed-8192-02f87d878986","businessKey":"cafc9920-a9be-40a4-8acf-4465ceb2a791","processDefinitionId":"SDNCHandler:1:e265a33b-ccfc-11ed-8192-02f87d878986","processDefinitionKey":"SDNCHandler","processDefinitionName":"SDNC","processDefinitionVersion":1,"startTime":"2023-03-28T07:58:36.499+0000","endTime":"2023-03-28T07:58:36.622+0000","removalTime":null,"durationInMillis":123,"startUserId":null,"startActivityId":"SDNC_Start","deleteReason":null,"rootProcessInstanceId":"4c4aa4d2-cd3e-11ed-8192-02f87d878986","superProcessInstanceId":"57e64b7a-cd3e-11ed-8192-02f87d878986","superCaseInstanceId":null,"caseInstanceId":null,"tenantId":null,"state":"COMPLETED"}]
2023-03-28T07:58:39.882Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:39.883Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/process-instance?processInstanceBusinessKey=cafc9920-a9be-40a4-8acf-4465ceb2a791&sortBy=startTime&sortOrder=desc&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:58:39.900Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient||http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=57ea4253-cd3e-11ed-8192-02f87d878986&maxResults=1|WARN|500||Could not Target Entity: http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=57ea4253-cd3e-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:58:39.900Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=57ea4253-cd3e-11ed-8192-02f87d878986&maxResults=1|INFO|500||Invoke
2023-03-28T07:58:39.901Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=57ea4253-cd3e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:39.901Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=57ea4253-cd3e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||URI         : http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=57ea4253-cd3e-11ed-8192-02f87d878986&maxResults=1
2023-03-28T07:58:39.901Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=57ea4253-cd3e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Method      : GET
2023-03-28T07:58:39.901Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=57ea4253-cd3e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YXBpaEJwbW46cGFzc3dvcmQxJA==", Content-Length:"0", X-ONAP-RequestID:"6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe", X-RequestID:"6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe", X-TransactionID:"6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe", X-ECOMP-RequestID:"6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"6edab8fa-280f-4a69-9c6e-7a40391ee074"]
2023-03-28T07:58:39.901Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=57ea4253-cd3e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Request body: 
2023-03-28T07:58:39.901Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=57ea4253-cd3e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||==========================request end================================================
2023-03-28T07:58:40.049Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=57ea4253-cd3e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:40.049Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=57ea4253-cd3e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status code  : 200 OK
2023-03-28T07:58:40.050Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=57ea4253-cd3e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Status text  : OK
2023-03-28T07:58:40.050Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=57ea4253-cd3e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Headers      : [set-cookie:"JSESSIONID=A300C5927713BC95BF1CEF30F2C7732B; Path=/; HttpOnly", cache-control:"no-cache", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", x-frame-options:"DENY", content-type:"application/json", content-length:"761", date:"Tue, 28 Mar 2023 07:58:39 GMT", x-envoy-upstream-service-time:"144", server:"envoy"]
2023-03-28T07:58:40.050Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=57ea4253-cd3e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||Response body: [{"id":"Call_SDNC:57eab796-cd3e-11ed-8192-02f87d878986","parentActivityInstanceId":"57ea4253-cd3e-11ed-8192-02f87d878986","activityId":"Call_SDNC","activityName":"Call SDNC","activityType":"serviceTask","processDefinitionKey":"SDNCHandler","processDefinitionId":"SDNCHandler:1:e265a33b-ccfc-11ed-8192-02f87d878986","processInstanceId":"57ea4253-cd3e-11ed-8192-02f87d878986","executionId":"57ea4253-cd3e-11ed-8192-02f87d878986","taskId":null,"calledProcessInstanceId":null,"calledCaseInstanceId":null,"assignee":null,"startTime":"2023-03-28T07:58:36.502+0000","endTime":"2023-03-28T07:58:36.622+0000","durationInMillis":120,"canceled":false,"completeScope":false,"tenantId":null,"removalTime":null,"rootProcessInstanceId":"4c4aa4d2-cd3e-11ed-8192-02f87d878986"}]
2023-03-28T07:58:40.051Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=57ea4253-cd3e-11ed-8192-02f87d878986&maxResults=1|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:40.051Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-bpmn-infra.onap:8081/sobpmnengine/history/activity-instance?processInstanceId=57ea4253-cd3e-11ed-8192-02f87d878986&maxResults=1|INFO|500||InvokeReturn
2023-03-28T07:58:40.057Z|6cc6d7c5-60cd-40f1-b0c7-7fbfe4d868fe|http-nio-8080-exec-8|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:58:41.377Z|83b78abb-55a9-412f-98b8-a22c94c73e21|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:58:41.378Z|83b78abb-55a9-412f-98b8-a22c94c73e21|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:58:48.938Z|596f14b9-8642-4220-9820-497854c4e187|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:58:48.939Z|596f14b9-8642-4220-9820-497854c4e187|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:58:49.142Z|f35b7690-c0d9-484d-886c-5a0855f60d70|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:58:49.143Z|f35b7690-c0d9-484d-886c-5a0855f60d70|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:58:50.089Z|79ebef0d-4e5b-436c-b5c8-7cda9903a291|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:58:50.090Z|79ebef0d-4e5b-436c-b5c8-7cda9903a291|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:58:50.235Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:58:50.244Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791
2023-03-28T07:58:50.245Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|INFO|500||Invoke
2023-03-28T07:58:50.245Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:50.245Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791
2023-03-28T07:58:50.245Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Method      : GET
2023-03-28T07:58:50.245Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"cc552bfc855042c1944c542b25ae0131", X-B3-SpanId:"979edee2f5258a67", X-B3-ParentSpanId:"3b813501c4930028", X-B3-Sampled:"0", X-ONAP-RequestID:"d17e6dd6-446f-44f9-849e-380cd29bb1cc", X-RequestID:"d17e6dd6-446f-44f9-849e-380cd29bb1cc", X-TransactionID:"d17e6dd6-446f-44f9-849e-380cd29bb1cc", X-ECOMP-RequestID:"d17e6dd6-446f-44f9-849e-380cd29bb1cc", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"a2a33953-7479-4c5f-96b9-1668580114b4"]
2023-03-28T07:58:50.245Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Request body: 
2023-03-28T07:58:50.245Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||==========================request end================================================
2023-03-28T07:58:50.278Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:50.278Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Status code  : 200 OK
2023-03-28T07:58:50.279Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Status text  : OK
2023-03-28T07:58:50.279Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:58:50 GMT", x-envoy-upstream-service-time:"29", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:58:50.279Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Response body: {
  "requestId" : "cafc9920-a9be-40a4-8acf-4465ceb2a791",
  "requestStatus" : "ROLLED_BACK",
  "statusMessage" : "Failed to create self-serve assignment for vf-module with vf-module-id=f1104eaf-0cd7-43b7-ad0e-3f788c025d79 with error: Failed to get RA assignments: Error from ConfigAssignmentNode",
  "rollbackStatusMessage" : "Rollback has been completed successfully.",
  "flowStatus" : "All Rollback flows have completed successfully",
  "progress" : 100,
  "startTime" : "2023-03-28T07:58:16.000+00:00",
  "endTime" : "2023-03-28T07:58:43.000+00:00",
  "source" : "VID",
  "vnfId" : "107d461c-bfc7-4a90-b874-a852c2f6df72",
  "tenantId" : "123456",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n\t\t\t\"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"123456\",\n            \"cloudOwner\": \"basiccnf-cloud-owner\",\n            \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basiccnf-macro-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_cnf_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_cnf_macro\",\n                                        \"modelVersionId\": \"a4462083-daee-45bc-ba93-31612e9e0d44\",\n                                        \"modelInvariantUuid\": \"27aa5b2c-4328-40a3-98aa-9d8a23d13a80\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"b60081d5-c5e8-458c-a76f-c192e0373e97\",\n                                        \"modelInstanceName\": \"basic_cnf_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"123456\",\n                                        \"cloudOwner\": \"basiccnf-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicnf_macro_platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicnf_macro_lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_cnf_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                            \n                                            \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n                                                \"modelVersionId\": \"3e583ba7-3456-4e79-9ce2-db486fcaf168\",\n                                                \"modelInvariantUuid\": \"02ba7037-6ade-40f1-86a6-70a20f27d5b4\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"36fb8596-6ce8-4976-8de7-ce8f2d9895f3\"\n                                            },\n                                            \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"vf_module_label\": \"helm_apache\",\n                                                    \n                                                    \"k8s-rb-profile-name\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-source\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                                    \n                                                    \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n                                                    \n                                                    \"k8s-rb-config-template-name\": \"replica-count-template\",\n                                                    \n                                                    \"k8s-rb-config-template-source\": \"deployment-config\",\n                                                    \n                                                    \"k8s-rb-config-name\": \"replica-count-change\",\n                                                    \n                                                    \"k8s-rb-config-value-source\": \"custom-values\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n                            \"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n                            \"modelName\": \"basic_cnf_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicnf_macro_project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"93e2711d-83e0-40cf-80f4-9685432e74de\",\n            \"owningEntityName\": \"basicnf_macro_owning_entity\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:58:43.000+00:00",
  "cloudRegion" : "k8sregion-cnf-macro",
  "serviceInstanceId" : "28381f96-368d-4572-8189-eb29aa9807f5",
  "serviceInstanceName" : "basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "extSystemErrorSource" : "SDNC",
  "tenantName" : "dummy_test",
  "cloudApiRequests" : [ ],
  "requestURI" : "cafc9920-a9be-40a4-8acf-4465ceb2a791",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791"
    }
  }
}
2023-03-28T07:58:50.279Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:50.279Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|INFO|500||InvokeReturn
2023-03-28T07:58:50.280Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false
2023-03-28T07:58:50.280Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:58:50.280Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:50.281Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false
2023-03-28T07:58:50.281Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:58:50.281Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"cc552bfc855042c1944c542b25ae0131", X-B3-SpanId:"592197f8d141ac67", X-B3-ParentSpanId:"3b813501c4930028", X-B3-Sampled:"0", X-ONAP-RequestID:"d17e6dd6-446f-44f9-849e-380cd29bb1cc", X-RequestID:"d17e6dd6-446f-44f9-849e-380cd29bb1cc", X-TransactionID:"d17e6dd6-446f-44f9-849e-380cd29bb1cc", X-ECOMP-RequestID:"d17e6dd6-446f-44f9-849e-380cd29bb1cc", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"fa7c35c3-36b5-4a62-98c8-ead8136f79a0"]
2023-03-28T07:58:50.281Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:58:50.281Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:58:50.293Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:50.293Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:58:50.293Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:58:50.294Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:58:50 GMT", x-envoy-upstream-service-time:"10", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:58:50.294Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T07:58:50.294Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:50.294Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:58:50.303Z|d17e6dd6-446f-44f9-849e-380cd29bb1cc|http-nio-8080-exec-3|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:58:50.499Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:58:50.505Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791
2023-03-28T07:58:50.506Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|INFO|500||Invoke
2023-03-28T07:58:50.506Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:50.506Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791
2023-03-28T07:58:50.506Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Method      : GET
2023-03-28T07:58:50.506Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"12ef1251077489691d2778bc5690017c", X-B3-SpanId:"8c95b6bfe91dee24", X-B3-ParentSpanId:"87408afca38e70e7", X-B3-Sampled:"0", X-ONAP-RequestID:"f5df7d65-b184-4b25-b5f1-25c4a1a16d8b", X-RequestID:"f5df7d65-b184-4b25-b5f1-25c4a1a16d8b", X-TransactionID:"f5df7d65-b184-4b25-b5f1-25c4a1a16d8b", X-ECOMP-RequestID:"f5df7d65-b184-4b25-b5f1-25c4a1a16d8b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3cce7624-736f-429f-96db-3988dc7c1839"]
2023-03-28T07:58:50.507Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Request body: 
2023-03-28T07:58:50.507Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||==========================request end================================================
2023-03-28T07:58:50.539Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:50.539Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Status code  : 200 OK
2023-03-28T07:58:50.540Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Status text  : OK
2023-03-28T07:58:50.540Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:58:50 GMT", x-envoy-upstream-service-time:"29", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:58:50.540Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Response body: {
  "requestId" : "cafc9920-a9be-40a4-8acf-4465ceb2a791",
  "requestStatus" : "ROLLED_BACK",
  "statusMessage" : "Failed to create self-serve assignment for vf-module with vf-module-id=f1104eaf-0cd7-43b7-ad0e-3f788c025d79 with error: Failed to get RA assignments: Error from ConfigAssignmentNode",
  "rollbackStatusMessage" : "Rollback has been completed successfully.",
  "flowStatus" : "All Rollback flows have completed successfully",
  "progress" : 100,
  "startTime" : "2023-03-28T07:58:16.000+00:00",
  "endTime" : "2023-03-28T07:58:43.000+00:00",
  "source" : "VID",
  "vnfId" : "107d461c-bfc7-4a90-b874-a852c2f6df72",
  "tenantId" : "123456",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n\t\t\t\"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"123456\",\n            \"cloudOwner\": \"basiccnf-cloud-owner\",\n            \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basiccnf-macro-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_cnf_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_cnf_macro\",\n                                        \"modelVersionId\": \"a4462083-daee-45bc-ba93-31612e9e0d44\",\n                                        \"modelInvariantUuid\": \"27aa5b2c-4328-40a3-98aa-9d8a23d13a80\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"b60081d5-c5e8-458c-a76f-c192e0373e97\",\n                                        \"modelInstanceName\": \"basic_cnf_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"123456\",\n                                        \"cloudOwner\": \"basiccnf-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicnf_macro_platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicnf_macro_lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_cnf_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                            \n                                            \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n                                                \"modelVersionId\": \"3e583ba7-3456-4e79-9ce2-db486fcaf168\",\n                                                \"modelInvariantUuid\": \"02ba7037-6ade-40f1-86a6-70a20f27d5b4\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"36fb8596-6ce8-4976-8de7-ce8f2d9895f3\"\n                                            },\n                                            \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"vf_module_label\": \"helm_apache\",\n                                                    \n                                                    \"k8s-rb-profile-name\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-source\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                                    \n                                                    \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n                                                    \n                                                    \"k8s-rb-config-template-name\": \"replica-count-template\",\n                                                    \n                                                    \"k8s-rb-config-template-source\": \"deployment-config\",\n                                                    \n                                                    \"k8s-rb-config-name\": \"replica-count-change\",\n                                                    \n                                                    \"k8s-rb-config-value-source\": \"custom-values\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n                            \"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n                            \"modelName\": \"basic_cnf_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicnf_macro_project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"93e2711d-83e0-40cf-80f4-9685432e74de\",\n            \"owningEntityName\": \"basicnf_macro_owning_entity\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:58:43.000+00:00",
  "cloudRegion" : "k8sregion-cnf-macro",
  "serviceInstanceId" : "28381f96-368d-4572-8189-eb29aa9807f5",
  "serviceInstanceName" : "basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "extSystemErrorSource" : "SDNC",
  "tenantName" : "dummy_test",
  "cloudApiRequests" : [ ],
  "requestURI" : "cafc9920-a9be-40a4-8acf-4465ceb2a791",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791"
    }
  }
}
2023-03-28T07:58:50.540Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:50.540Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|INFO|500||InvokeReturn
2023-03-28T07:58:50.541Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false
2023-03-28T07:58:50.541Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:58:50.541Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:50.541Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false
2023-03-28T07:58:50.542Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:58:50.542Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"12ef1251077489691d2778bc5690017c", X-B3-SpanId:"a6de8c7e37cb8dc0", X-B3-ParentSpanId:"87408afca38e70e7", X-B3-Sampled:"0", X-ONAP-RequestID:"f5df7d65-b184-4b25-b5f1-25c4a1a16d8b", X-RequestID:"f5df7d65-b184-4b25-b5f1-25c4a1a16d8b", X-TransactionID:"f5df7d65-b184-4b25-b5f1-25c4a1a16d8b", X-ECOMP-RequestID:"f5df7d65-b184-4b25-b5f1-25c4a1a16d8b", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"9d2a7ae0-665d-4ae2-87c4-68353afe0ce6"]
2023-03-28T07:58:50.542Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:58:50.542Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:58:50.561Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:50.561Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:58:50.561Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:58:50.561Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:58:50 GMT", x-envoy-upstream-service-time:"16", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:58:50.562Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T07:58:50.562Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:50.562Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:58:50.569Z|f5df7d65-b184-4b25-b5f1-25c4a1a16d8b|http-nio-8080-exec-5|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:58:50.773Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:58:50.778Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791
2023-03-28T07:58:50.779Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|INFO|500||Invoke
2023-03-28T07:58:50.779Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:50.779Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791
2023-03-28T07:58:50.779Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Method      : GET
2023-03-28T07:58:50.779Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"a89d2bd37f362c56c9dcbf59b1a5d04e", X-B3-SpanId:"28f78fe48c3cfbb3", X-B3-ParentSpanId:"4f873181d992e274", X-B3-Sampled:"0", X-ONAP-RequestID:"02a5a660-0489-406e-891d-694b82b9a77f", X-RequestID:"02a5a660-0489-406e-891d-694b82b9a77f", X-TransactionID:"02a5a660-0489-406e-891d-694b82b9a77f", X-ECOMP-RequestID:"02a5a660-0489-406e-891d-694b82b9a77f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"3a07671d-c008-4271-9c69-d2fc5d8ce415"]
2023-03-28T07:58:50.779Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Request body: 
2023-03-28T07:58:50.779Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||==========================request end================================================
2023-03-28T07:58:50.814Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:50.814Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Status code  : 200 OK
2023-03-28T07:58:50.814Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Status text  : OK
2023-03-28T07:58:50.814Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:58:50 GMT", x-envoy-upstream-service-time:"32", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:58:50.815Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Response body: {
  "requestId" : "cafc9920-a9be-40a4-8acf-4465ceb2a791",
  "requestStatus" : "ROLLED_BACK",
  "statusMessage" : "Failed to create self-serve assignment for vf-module with vf-module-id=f1104eaf-0cd7-43b7-ad0e-3f788c025d79 with error: Failed to get RA assignments: Error from ConfigAssignmentNode",
  "rollbackStatusMessage" : "Rollback has been completed successfully.",
  "flowStatus" : "All Rollback flows have completed successfully",
  "progress" : 100,
  "startTime" : "2023-03-28T07:58:16.000+00:00",
  "endTime" : "2023-03-28T07:58:43.000+00:00",
  "source" : "VID",
  "vnfId" : "107d461c-bfc7-4a90-b874-a852c2f6df72",
  "tenantId" : "123456",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n\t\t\t\"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"123456\",\n            \"cloudOwner\": \"basiccnf-cloud-owner\",\n            \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basiccnf-macro-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_cnf_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_cnf_macro\",\n                                        \"modelVersionId\": \"a4462083-daee-45bc-ba93-31612e9e0d44\",\n                                        \"modelInvariantUuid\": \"27aa5b2c-4328-40a3-98aa-9d8a23d13a80\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"b60081d5-c5e8-458c-a76f-c192e0373e97\",\n                                        \"modelInstanceName\": \"basic_cnf_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"123456\",\n                                        \"cloudOwner\": \"basiccnf-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicnf_macro_platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicnf_macro_lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_cnf_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                            \n                                            \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n                                                \"modelVersionId\": \"3e583ba7-3456-4e79-9ce2-db486fcaf168\",\n                                                \"modelInvariantUuid\": \"02ba7037-6ade-40f1-86a6-70a20f27d5b4\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"36fb8596-6ce8-4976-8de7-ce8f2d9895f3\"\n                                            },\n                                            \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"vf_module_label\": \"helm_apache\",\n                                                    \n                                                    \"k8s-rb-profile-name\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-source\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                                    \n                                                    \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n                                                    \n                                                    \"k8s-rb-config-template-name\": \"replica-count-template\",\n                                                    \n                                                    \"k8s-rb-config-template-source\": \"deployment-config\",\n                                                    \n                                                    \"k8s-rb-config-name\": \"replica-count-change\",\n                                                    \n                                                    \"k8s-rb-config-value-source\": \"custom-values\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n                            \"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n                            \"modelName\": \"basic_cnf_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicnf_macro_project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"93e2711d-83e0-40cf-80f4-9685432e74de\",\n            \"owningEntityName\": \"basicnf_macro_owning_entity\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:58:43.000+00:00",
  "cloudRegion" : "k8sregion-cnf-macro",
  "serviceInstanceId" : "28381f96-368d-4572-8189-eb29aa9807f5",
  "serviceInstanceName" : "basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "extSystemErrorSource" : "SDNC",
  "tenantName" : "dummy_test",
  "cloudApiRequests" : [ ],
  "requestURI" : "cafc9920-a9be-40a4-8acf-4465ceb2a791",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791"
    }
  }
}
2023-03-28T07:58:50.815Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:50.815Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|INFO|500||InvokeReturn
2023-03-28T07:58:50.816Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false
2023-03-28T07:58:50.817Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:58:50.817Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:50.817Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false
2023-03-28T07:58:50.817Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:58:50.817Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"a89d2bd37f362c56c9dcbf59b1a5d04e", X-B3-SpanId:"26eef3ae1de1a8d9", X-B3-ParentSpanId:"4f873181d992e274", X-B3-Sampled:"0", X-ONAP-RequestID:"02a5a660-0489-406e-891d-694b82b9a77f", X-RequestID:"02a5a660-0489-406e-891d-694b82b9a77f", X-TransactionID:"02a5a660-0489-406e-891d-694b82b9a77f", X-ECOMP-RequestID:"02a5a660-0489-406e-891d-694b82b9a77f", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"dbadcef9-0b64-405d-9d62-11fa9e338643"]
2023-03-28T07:58:50.817Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:58:50.818Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:58:50.835Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:50.836Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:58:50.836Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:58:50.836Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:58:50 GMT", x-envoy-upstream-service-time:"16", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:58:50.836Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T07:58:50.837Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:50.837Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:58:50.843Z|02a5a660-0489-406e-891d-694b82b9a77f|http-nio-8080-exec-9|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:58:51.024Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:58:51.030Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791
2023-03-28T07:58:51.031Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|INFO|500||Invoke
2023-03-28T07:58:51.031Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:51.031Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791
2023-03-28T07:58:51.031Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Method      : GET
2023-03-28T07:58:51.032Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"ee892cefd39ceb35238e84cf901af2aa", X-B3-SpanId:"a565244cd4ef6ab4", X-B3-ParentSpanId:"9461a557a17fdf63", X-B3-Sampled:"0", X-ONAP-RequestID:"066dd629-05d2-4579-8952-316fbe23dc71", X-RequestID:"066dd629-05d2-4579-8952-316fbe23dc71", X-TransactionID:"066dd629-05d2-4579-8952-316fbe23dc71", X-ECOMP-RequestID:"066dd629-05d2-4579-8952-316fbe23dc71", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"5f1b12d4-6ecf-4309-903e-2656d9386faa"]
2023-03-28T07:58:51.032Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Request body: 
2023-03-28T07:58:51.032Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||==========================request end================================================
2023-03-28T07:58:51.062Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:51.062Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Status code  : 200 OK
2023-03-28T07:58:51.063Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Status text  : OK
2023-03-28T07:58:51.063Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:58:50 GMT", x-envoy-upstream-service-time:"26", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:58:51.063Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Response body: {
  "requestId" : "cafc9920-a9be-40a4-8acf-4465ceb2a791",
  "requestStatus" : "ROLLED_BACK",
  "statusMessage" : "Failed to create self-serve assignment for vf-module with vf-module-id=f1104eaf-0cd7-43b7-ad0e-3f788c025d79 with error: Failed to get RA assignments: Error from ConfigAssignmentNode",
  "rollbackStatusMessage" : "Rollback has been completed successfully.",
  "flowStatus" : "All Rollback flows have completed successfully",
  "progress" : 100,
  "startTime" : "2023-03-28T07:58:16.000+00:00",
  "endTime" : "2023-03-28T07:58:43.000+00:00",
  "source" : "VID",
  "vnfId" : "107d461c-bfc7-4a90-b874-a852c2f6df72",
  "tenantId" : "123456",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n\t\t\t\"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"123456\",\n            \"cloudOwner\": \"basiccnf-cloud-owner\",\n            \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basiccnf-macro-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_cnf_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_cnf_macro\",\n                                        \"modelVersionId\": \"a4462083-daee-45bc-ba93-31612e9e0d44\",\n                                        \"modelInvariantUuid\": \"27aa5b2c-4328-40a3-98aa-9d8a23d13a80\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"b60081d5-c5e8-458c-a76f-c192e0373e97\",\n                                        \"modelInstanceName\": \"basic_cnf_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"123456\",\n                                        \"cloudOwner\": \"basiccnf-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicnf_macro_platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicnf_macro_lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_cnf_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                            \n                                            \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n                                                \"modelVersionId\": \"3e583ba7-3456-4e79-9ce2-db486fcaf168\",\n                                                \"modelInvariantUuid\": \"02ba7037-6ade-40f1-86a6-70a20f27d5b4\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"36fb8596-6ce8-4976-8de7-ce8f2d9895f3\"\n                                            },\n                                            \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"vf_module_label\": \"helm_apache\",\n                                                    \n                                                    \"k8s-rb-profile-name\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-source\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                                    \n                                                    \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n                                                    \n                                                    \"k8s-rb-config-template-name\": \"replica-count-template\",\n                                                    \n                                                    \"k8s-rb-config-template-source\": \"deployment-config\",\n                                                    \n                                                    \"k8s-rb-config-name\": \"replica-count-change\",\n                                                    \n                                                    \"k8s-rb-config-value-source\": \"custom-values\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n                            \"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n                            \"modelName\": \"basic_cnf_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicnf_macro_project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"93e2711d-83e0-40cf-80f4-9685432e74de\",\n            \"owningEntityName\": \"basicnf_macro_owning_entity\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:58:43.000+00:00",
  "cloudRegion" : "k8sregion-cnf-macro",
  "serviceInstanceId" : "28381f96-368d-4572-8189-eb29aa9807f5",
  "serviceInstanceName" : "basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "extSystemErrorSource" : "SDNC",
  "tenantName" : "dummy_test",
  "cloudApiRequests" : [ ],
  "requestURI" : "cafc9920-a9be-40a4-8acf-4465ceb2a791",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791"
    }
  }
}
2023-03-28T07:58:51.063Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:51.064Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|INFO|500||InvokeReturn
2023-03-28T07:58:51.065Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false
2023-03-28T07:58:51.065Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:58:51.066Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:51.066Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false
2023-03-28T07:58:51.066Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:58:51.066Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"ee892cefd39ceb35238e84cf901af2aa", X-B3-SpanId:"aeb8ee26ed29ec9b", X-B3-ParentSpanId:"9461a557a17fdf63", X-B3-Sampled:"0", X-ONAP-RequestID:"066dd629-05d2-4579-8952-316fbe23dc71", X-RequestID:"066dd629-05d2-4579-8952-316fbe23dc71", X-TransactionID:"066dd629-05d2-4579-8952-316fbe23dc71", X-ECOMP-RequestID:"066dd629-05d2-4579-8952-316fbe23dc71", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"0ac5d51f-dd74-4207-a76d-6694fb055740"]
2023-03-28T07:58:51.066Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:58:51.066Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:58:51.085Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:51.086Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:58:51.086Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:58:51.087Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:58:50 GMT", x-envoy-upstream-service-time:"16", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:58:51.087Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T07:58:51.087Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:51.088Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:58:51.097Z|066dd629-05d2-4579-8952-316fbe23dc71|http-nio-8080-exec-10|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:58:51.276Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|||INFO|500||Entering
2023-03-28T07:58:51.282Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient||http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791
2023-03-28T07:58:51.283Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|INFO|500||Invoke
2023-03-28T07:58:51.283Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:51.283Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791
2023-03-28T07:58:51.283Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Method      : GET
2023-03-28T07:58:51.283Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"a77dcfc0966d83003bfc97c0030d896e", X-B3-SpanId:"5e2a80818abcbdc4", X-B3-ParentSpanId:"e50357d9a4d1438d", X-B3-Sampled:"0", X-ONAP-RequestID:"dab02df6-a1aa-4e97-9b94-d62bcaafd6f6", X-RequestID:"dab02df6-a1aa-4e97-9b94-d62bcaafd6f6", X-TransactionID:"dab02df6-a1aa-4e97-9b94-d62bcaafd6f6", X-ECOMP-RequestID:"dab02df6-a1aa-4e97-9b94-d62bcaafd6f6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"e2112698-d645-420c-a4d5-ebf936fb50d5"]
2023-03-28T07:58:51.283Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Request body: 
2023-03-28T07:58:51.284Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||==========================request end================================================
2023-03-28T07:58:51.321Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:51.322Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Status code  : 200 OK
2023-03-28T07:58:51.322Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Status text  : OK
2023-03-28T07:58:51.322Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:58:51 GMT", x-envoy-upstream-service-time:"34", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:58:51.323Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||Response body: {
  "requestId" : "cafc9920-a9be-40a4-8acf-4465ceb2a791",
  "requestStatus" : "ROLLED_BACK",
  "statusMessage" : "Failed to create self-serve assignment for vf-module with vf-module-id=f1104eaf-0cd7-43b7-ad0e-3f788c025d79 with error: Failed to get RA assignments: Error from ConfigAssignmentNode",
  "rollbackStatusMessage" : "Rollback has been completed successfully.",
  "flowStatus" : "All Rollback flows have completed successfully",
  "progress" : 100,
  "startTime" : "2023-03-28T07:58:16.000+00:00",
  "endTime" : "2023-03-28T07:58:43.000+00:00",
  "source" : "VID",
  "vnfId" : "107d461c-bfc7-4a90-b874-a852c2f6df72",
  "tenantId" : "123456",
  "requestBody" : "{\n    \"requestDetails\": {\n        \"requestInfo\": {\n            \"suppressRollback\": false,\n            \n            \"productFamilyId\": \"1234\",\n            \n            \"requestorId\": \"demo\",\n            \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658\",\n            \"source\": \"VID\"\n        },\n        \"modelInfo\": {\n            \"modelType\": \"service\",\n\t\t\t\"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n\t\t\t\"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n\t\t\t\"modelName\": \"basic_cnf_macro\",\n            \"modelVersion\": \"1.0\"\n        },\n        \n        \"cloudConfiguration\": {\n            \"tenantId\": \"123456\",\n            \"cloudOwner\": \"basiccnf-cloud-owner\",\n            \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n        },\n        \n        \"subscriberInfo\": {\n            \"globalSubscriberId\": \"basiccnf-macro-customer\"\n        },\n        \"requestParameters\": {\n            \n            \"subscriptionServiceType\": \"basic_cnf_macro\",\n            \n            \"userParams\": [\n                {\n                    \"Homing_Solution\": \"none\"\n                },\n                \n                {\n                    \"service\": {\n                        \"instanceParams\": [],\n                        \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658\",\n                        \"resources\": {\n                            \n                            \n                            \"pnfs\":[\n                                \n                            ]\n                                ,\n                            \n                            \n                            \n                            \n                            \"vnfs\": [\n                                \n                                {\n                                    \"modelInfo\": {\n                                        \"modelName\": \"basic_cnf_macro\",\n                                        \"modelVersionId\": \"a4462083-daee-45bc-ba93-31612e9e0d44\",\n                                        \"modelInvariantUuid\": \"27aa5b2c-4328-40a3-98aa-9d8a23d13a80\",\n                                        \"modelVersion\": \"1.0\",\n                                        \"modelCustomizationId\": \"b60081d5-c5e8-458c-a76f-c192e0373e97\",\n                                        \"modelInstanceName\": \"basic_cnf_macro\"\n                                    },\n                                    \"cloudConfiguration\": {\n                                        \"tenantId\": \"123456\",\n                                        \"cloudOwner\": \"basiccnf-cloud-owner\",\n                                        \"lcpCloudRegionId\": \"k8sregion-cnf-macro\"\n                                    },\n                                    \"platform\": {\n                                        \"platformName\": \"basicnf_macro_platform\"\n                                    },\n                                    \"lineOfBusiness\": {\n                                        \"lineOfBusinessName\": \"basicnf_macro_lob\"\n                                    },\n                                    \"productFamilyId\": \"1234\",\n                                    \"instanceName\": \"basic_cnf_macro\",\n                                    \"instanceParams\": [\n                                        {\n                                            \n                                            \n                                            \n                                            \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                            \n                                            \"k8s-rb-profile-k8s-version\": \"1.19.0\"\n                                            \n                                            \n                                            \n                                        }\n                                    ],\n                                    \"vfModules\": [\n                                        \n                                        {\n                                            \"modelInfo\": {\n                                                \"modelName\": \"BasicCnfMacro..helm_apache..module-1\",\n                                                \"modelVersionId\": \"3e583ba7-3456-4e79-9ce2-db486fcaf168\",\n                                                \"modelInvariantUuid\": \"02ba7037-6ade-40f1-86a6-70a20f27d5b4\",\n                                                \"modelVersion\": \"1\",\n                                                \"modelCustomizationId\": \"36fb8596-6ce8-4976-8de7-ce8f2d9895f3\"\n                                            },\n                                            \"instanceName\": \"basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658_basic_cnf_macro0..BasicCnfMacro..helm_apache..module-1\",\n                                            \"instanceParams\": [\n                                                {\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \"vf_module_label\": \"helm_apache\",\n                                                    \n                                                    \"k8s-rb-profile-name\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-source\": \"node-port-profile\",\n                                                    \n                                                    \"k8s-rb-profile-namespace\": \"onap-tests\",\n                                                    \n                                                    \"k8s-rb-instance-release-name\": \"rel-1-apache\",\n                                                    \n                                                    \"k8s-rb-config-template-name\": \"replica-count-template\",\n                                                    \n                                                    \"k8s-rb-config-template-source\": \"deployment-config\",\n                                                    \n                                                    \"k8s-rb-config-name\": \"replica-count-change\",\n                                                    \n                                                    \"k8s-rb-config-value-source\": \"custom-values\"\n                                                    \n                                                    \n                                                    \n                                                    \n                                                    \n                                                }\n                                            ]\n                                        }\n                                        \n                                    ]\n                                }\n                                \n                            ]\n                            \n                            \n                        },\n                        \"modelInfo\": {\n                            \"modelVersion\": \"1.0\",\n                            \"modelVersionId\": \"99a0dea6-13e7-4128-be9d-1639c5abef79\",\n                            \"modelInvariantId\": \"eaa5cfa8-5b09-412d-b995-c28af06be038\",\n                            \"modelName\": \"basic_cnf_macro\",\n                            \"modelType\": \"service\"\n                        }\n                    }\n                }\n            ],\n            \"aLaCarte\": false\n        },\n        \"project\": {\n            \"projectName\": \"basicnf_macro_project\"\n        },\n        \"owningEntity\": {\n            \"owningEntityId\": \"93e2711d-83e0-40cf-80f4-9685432e74de\",\n            \"owningEntityName\": \"basicnf_macro_owning_entity\"\n        }\n    }\n}",
  "lastModifiedBy" : "CamundaBPMN",
  "modifyTime" : "2023-03-28T07:58:43.000+00:00",
  "cloudRegion" : "k8sregion-cnf-macro",
  "serviceInstanceId" : "28381f96-368d-4572-8189-eb29aa9807f5",
  "serviceInstanceName" : "basic_cnf_macro_926bb519-ab64-445c-a134-5d7d006d8658",
  "requestScope" : "service",
  "requestAction" : "createInstance",
  "requestorId" : "demo",
  "requestUrl" : "https://so-api.simpledemo.onap.org/onap/so/infra/serviceInstantiation/v7/serviceInstances",
  "extSystemErrorSource" : "SDNC",
  "tenantName" : "dummy_test",
  "cloudApiRequests" : [ ],
  "requestURI" : "cafc9920-a9be-40a4-8acf-4465ceb2a791",
  "_links" : {
    "self" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791"
    },
    "infraActiveRequests" : {
      "href" : "http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791"
    }
  }
}
2023-03-28T07:58:51.324Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:51.324Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/infraActiveRequests/cafc9920-a9be-40a4-8acf-4465ceb2a791|INFO|500||InvokeReturn
2023-03-28T07:58:51.326Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient||http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|WARN|500||Could not Target Entity: http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false
2023-03-28T07:58:51.326Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|INFO|500||Invoke
2023-03-28T07:58:51.327Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||===========================request begin================================================
2023-03-28T07:58:51.327Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||URI         : http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false
2023-03-28T07:58:51.327Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Method      : GET
2023-03-28T07:58:51.328Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Headers     : [Accept:"application/json", Authorization:"Basic YnBlbDpwYXNzd29yZDEk", Content-Type:"application/json", Content-Length:"0", X-B3-TraceId:"a77dcfc0966d83003bfc97c0030d896e", X-B3-SpanId:"da9412e29613ea98", X-B3-ParentSpanId:"e50357d9a4d1438d", X-B3-Sampled:"0", X-ONAP-RequestID:"dab02df6-a1aa-4e97-9b94-d62bcaafd6f6", X-RequestID:"dab02df6-a1aa-4e97-9b94-d62bcaafd6f6", X-TransactionID:"dab02df6-a1aa-4e97-9b94-d62bcaafd6f6", X-ECOMP-RequestID:"dab02df6-a1aa-4e97-9b94-d62bcaafd6f6", X-ONAP-PartnerName:"SO.APIH", X-InvocationID:"d999e5c6-e4ac-43ec-aa02-04fe9504d294"]
2023-03-28T07:58:51.328Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Request body: 
2023-03-28T07:58:51.328Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||==========================request end================================================
2023-03-28T07:58:51.349Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||============================response begin==========================================
2023-03-28T07:58:51.349Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Status code  : 200 OK
2023-03-28T07:58:51.350Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Status text  : OK
2023-03-28T07:58:51.350Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Headers      : [vary:"Origin,Access-Control-Request-Method,Access-Control-Request-Headers", x-content-type-options:"nosniff", x-xss-protection:"1; mode=block", cache-control:"no-cache, no-store, max-age=0, must-revalidate", pragma:"no-cache", expires:"0", x-frame-options:"DENY", content-type:"application/json", date:"Tue, 28 Mar 2023 07:58:51 GMT", x-envoy-upstream-service-time:"17", server:"envoy", transfer-encoding:"chunked"]
2023-03-28T07:58:51.351Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||Response body: [ ]
2023-03-28T07:58:51.351Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|DEBUG|500||=======================response end=================================================
2023-03-28T07:58:51.351Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|Unknown-Target-Entity|http://so-request-db-adapter.onap:8083/requestProcessingData/search/findBySoRequestIdAndIsDataInternalOrderByGroupingIdDesc?SO_REQUEST_ID=cafc9920-a9be-40a4-8acf-4465ceb2a791&IS_INTERNAL_DATA=false|INFO|500||InvokeReturn
2023-03-28T07:58:51.362Z|dab02df6-a1aa-4e97-9b94-d62bcaafd6f6|http-nio-8080-exec-2|onap/so/infra/orchestrationRequests/v7/cafc9920-a9be-40a4-8acf-4465ceb2a791|InfraPortalClient|||INFO|500||Exiting.
2023-03-28T07:58:51.409Z|9a373c37-3fae-4e30-8e9a-d24281b72e95|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:58:51.409Z|9a373c37-3fae-4e30-8e9a-d24281b72e95|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:58:51.477Z|1b05263f-ece5-412c-b36c-7fa647094e81|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:58:51.477Z|1b05263f-ece5-412c-b36c-7fa647094e81|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:58:56.118Z|c9a055b3-dad0-4e22-8345-fcbbf6ea10d3|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:58:56.118Z|c9a055b3-dad0-4e22-8345-fcbbf6ea10d3|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:58:58.974Z|e5a5254d-5efb-4c8c-9164-f98b555b05e1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:58:58.976Z|e5a5254d-5efb-4c8c-9164-f98b555b05e1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:58:59.174Z|10dc4400-f0ad-4c0b-b8c1-2ecbd2a24684|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:58:59.175Z|10dc4400-f0ad-4c0b-b8c1-2ecbd2a24684|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:59:01.440Z|7bd0abc1-3591-424b-8959-66cf9b7e5223|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:59:01.441Z|7bd0abc1-3591-424b-8959-66cf9b7e5223|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:59:05.089Z|9c87359d-5594-4f84-9a81-5c42d4938b8c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:59:05.089Z|9c87359d-5594-4f84-9a81-5c42d4938b8c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:59:09.008Z|42560c34-d078-4199-ab1f-3201b707e419|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:59:09.008Z|42560c34-d078-4199-ab1f-3201b707e419|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:59:09.203Z|94c998a5-ba25-460c-a275-1a698eb64fb0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:59:09.204Z|94c998a5-ba25-460c-a275-1a698eb64fb0|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:59:11.470Z|6fc756da-a14a-4fb6-b3f7-435ba7027502|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:59:11.471Z|6fc756da-a14a-4fb6-b3f7-435ba7027502|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:59:19.040Z|d114163e-8266-4759-89b8-3be891f57670|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:59:19.041Z|d114163e-8266-4759-89b8-3be891f57670|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:59:19.233Z|10338b0a-b158-463d-aef4-d7e8620632b7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:59:19.233Z|10338b0a-b158-463d-aef4-d7e8620632b7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:59:20.089Z|d0af6a27-0fd1-46db-a8ea-10cd56c1335c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:59:20.093Z|d0af6a27-0fd1-46db-a8ea-10cd56c1335c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:59:21.478Z|d83a940f-333a-405a-b724-ee266bda318c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:59:21.478Z|d83a940f-333a-405a-b724-ee266bda318c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:59:21.502Z|b468340c-8b10-4881-94be-53ca17df70d8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:59:21.503Z|b468340c-8b10-4881-94be-53ca17df70d8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:59:29.070Z|2e168b78-da09-4597-982f-b88108550a16|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:59:29.071Z|2e168b78-da09-4597-982f-b88108550a16|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:59:29.264Z|b2c6bcd8-3ccb-494f-98e4-84bc4a4cdc6a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:59:29.264Z|b2c6bcd8-3ccb-494f-98e4-84bc4a4cdc6a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:59:31.533Z|f6d4e35c-a661-43ce-8b4b-e7eb672a33e7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:59:31.534Z|f6d4e35c-a661-43ce-8b4b-e7eb672a33e7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:59:35.089Z|4ee42097-6c61-4e1f-9851-324a1e18862e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:59:35.090Z|4ee42097-6c61-4e1f-9851-324a1e18862e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:59:39.102Z|b528795a-1de5-4ed3-8ab7-25f17b29d162|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:59:39.102Z|b528795a-1de5-4ed3-8ab7-25f17b29d162|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:59:39.290Z|f9ebdb2b-a245-4ec2-9de9-c5db51a93abb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:59:39.291Z|f9ebdb2b-a245-4ec2-9de9-c5db51a93abb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:59:41.563Z|70964328-3e6a-4367-a255-658e7020b45c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:59:41.563Z|70964328-3e6a-4367-a255-658e7020b45c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:59:49.137Z|f992c804-27a2-4cd7-ac8e-60e33f562beb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:59:49.139Z|f992c804-27a2-4cd7-ac8e-60e33f562beb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:59:49.319Z|e0270f66-faa7-4285-aaeb-943f3728fad1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:59:49.320Z|e0270f66-faa7-4285-aaeb-943f3728fad1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:59:50.089Z|0d8431a5-29c2-472c-9025-3245a5969a88|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:59:50.091Z|0d8431a5-29c2-472c-9025-3245a5969a88|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:59:51.479Z|6f6582cf-252f-4b7d-b4db-2155ef75337b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T07:59:51.480Z|6f6582cf-252f-4b7d-b4db-2155ef75337b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T07:59:51.591Z|a27899f8-9bac-40e7-8019-e65b907c1fc2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:59:51.591Z|a27899f8-9bac-40e7-8019-e65b907c1fc2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:59:56.117Z|ce70e90d-30db-476b-8875-e18633067c86|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T07:59:56.118Z|ce70e90d-30db-476b-8875-e18633067c86|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T07:59:59.168Z|cee549ac-7e14-4200-af2c-846c2695bbd2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:59:59.169Z|cee549ac-7e14-4200-af2c-846c2695bbd2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T07:59:59.352Z|31e1e96e-1663-4de7-b068-859bcd4b81cb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T07:59:59.352Z|31e1e96e-1663-4de7-b068-859bcd4b81cb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:00:01.617Z|78e646cc-8737-4737-9c09-8758968aa6e1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:00:01.618Z|78e646cc-8737-4737-9c09-8758968aa6e1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:00:05.089Z|3bdc24c2-857b-42d5-a3a8-541461cb6ba5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:00:05.095Z|3bdc24c2-857b-42d5-a3a8-541461cb6ba5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:00:09.197Z|9363f178-820f-40a4-95ac-322f98561d5f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:00:09.198Z|9363f178-820f-40a4-95ac-322f98561d5f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:00:09.382Z|7570941c-7361-4a3c-9f07-1450a3bdbc87|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:00:09.383Z|7570941c-7361-4a3c-9f07-1450a3bdbc87|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:00:11.648Z|9b1baf7a-fa72-4880-a1ae-235c42f6f43c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:00:11.649Z|9b1baf7a-fa72-4880-a1ae-235c42f6f43c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:00:19.223Z|6176e979-be8f-4b59-819b-40a46e8fc98d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:00:19.224Z|6176e979-be8f-4b59-819b-40a46e8fc98d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:00:19.415Z|62748fa1-4baf-4998-96cc-b544ea7d4f00|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:00:19.415Z|62748fa1-4baf-4998-96cc-b544ea7d4f00|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:00:20.089Z|cc7275dc-0204-4aab-888e-d140ee32cdb0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:00:20.090Z|cc7275dc-0204-4aab-888e-d140ee32cdb0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:00:21.480Z|4f73d922-401d-420d-9ea2-d899975d79e4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:00:21.481Z|4f73d922-401d-420d-9ea2-d899975d79e4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:00:21.679Z|aa42c6e8-22f8-4411-abc1-c4aeee1ae126|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:00:21.679Z|aa42c6e8-22f8-4411-abc1-c4aeee1ae126|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:00:29.255Z|52ad5959-f9a7-42aa-921f-d6073c411303|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:00:29.256Z|52ad5959-f9a7-42aa-921f-d6073c411303|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:00:29.445Z|6aaaad4f-db80-4a7d-aa2c-11719dbbe845|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:00:29.447Z|6aaaad4f-db80-4a7d-aa2c-11719dbbe845|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:00:31.709Z|b59e6984-121f-49e1-938a-f8335e066bff|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:00:31.709Z|b59e6984-121f-49e1-938a-f8335e066bff|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:00:35.089Z|dd23c31b-e53f-4afa-bfc5-330058aaf16e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:00:35.090Z|dd23c31b-e53f-4afa-bfc5-330058aaf16e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:00:39.286Z|dd0e5127-8d5a-4222-abe1-1a1679cc3e61|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:00:39.287Z|dd0e5127-8d5a-4222-abe1-1a1679cc3e61|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:00:39.480Z|d56d5afc-65a5-411d-9902-06c7a2b1b063|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:00:39.480Z|d56d5afc-65a5-411d-9902-06c7a2b1b063|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:00:41.741Z|8b9ea9d0-eee5-4892-a6ce-d92f056c050f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:00:41.742Z|8b9ea9d0-eee5-4892-a6ce-d92f056c050f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:00:49.316Z|48f001a4-75fd-4136-912a-d3f73f4e4e27|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:00:49.317Z|48f001a4-75fd-4136-912a-d3f73f4e4e27|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:00:49.509Z|a9323b6e-f56c-42fd-a290-cf6b645e200f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:00:49.510Z|a9323b6e-f56c-42fd-a290-cf6b645e200f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:00:50.089Z|0be8bb60-e28c-44b4-a226-4d8e672abda8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:00:50.094Z|0be8bb60-e28c-44b4-a226-4d8e672abda8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:00:51.481Z|0209d46d-8760-46b8-9ca4-b00e42511fcf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:00:51.482Z|0209d46d-8760-46b8-9ca4-b00e42511fcf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:00:51.772Z|dc67a775-5f60-4489-a270-2dad76f41d5c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:00:51.772Z|dc67a775-5f60-4489-a270-2dad76f41d5c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:00:56.117Z|caaa9f11-f24c-49be-9861-65af25d90c03|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:00:56.117Z|caaa9f11-f24c-49be-9861-65af25d90c03|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:00:59.348Z|e249176e-8b7d-4fe9-97d5-1ae6d30788ed|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:00:59.349Z|e249176e-8b7d-4fe9-97d5-1ae6d30788ed|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:00:59.540Z|1609ec6e-2575-4c22-ab9e-22481c212cbe|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:00:59.541Z|1609ec6e-2575-4c22-ab9e-22481c212cbe|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:01:01.800Z|c7804837-adec-4150-b775-982560df5577|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:01:01.801Z|c7804837-adec-4150-b775-982560df5577|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:01:05.089Z|ef6acb57-50bf-42a5-8b23-a901b60a7fd7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:01:05.089Z|ef6acb57-50bf-42a5-8b23-a901b60a7fd7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:01:09.378Z|ef7702e3-5076-4aa3-a851-e8bc129fda3f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:01:09.379Z|ef7702e3-5076-4aa3-a851-e8bc129fda3f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:01:09.570Z|4956c6e8-1a44-4fca-9bcc-bd99e5ce90a4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:01:09.571Z|4956c6e8-1a44-4fca-9bcc-bd99e5ce90a4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:01:11.831Z|e6e4be7a-3f1d-4f16-b4f5-e81eb4029169|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:01:11.832Z|e6e4be7a-3f1d-4f16-b4f5-e81eb4029169|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:01:19.407Z|be52b62e-ae6b-4c84-908b-9c30d3b0c575|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:01:19.408Z|be52b62e-ae6b-4c84-908b-9c30d3b0c575|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:01:19.602Z|f5249a57-fcc0-41e2-a19e-5db6f7f5b2c2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:01:19.603Z|f5249a57-fcc0-41e2-a19e-5db6f7f5b2c2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:01:20.089Z|0f972276-a4da-43dd-b567-0c8d8412d08a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:01:20.089Z|0f972276-a4da-43dd-b567-0c8d8412d08a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:01:21.482Z|e7fd760f-69cf-4ac6-8173-295b8fd1eeb0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:01:21.483Z|e7fd760f-69cf-4ac6-8173-295b8fd1eeb0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:01:21.864Z|c50f6d46-7c4f-450f-a7a5-ce37d8c79e19|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:01:21.865Z|c50f6d46-7c4f-450f-a7a5-ce37d8c79e19|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:01:29.436Z|89c59015-773c-4379-9c65-138560ea4086|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:01:29.437Z|89c59015-773c-4379-9c65-138560ea4086|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:01:29.627Z|d50b11d2-2ccd-427e-a31b-caa679a3562a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:01:29.628Z|d50b11d2-2ccd-427e-a31b-caa679a3562a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:01:31.894Z|03ce467f-1903-40ac-a127-08a304df5d45|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:01:31.894Z|03ce467f-1903-40ac-a127-08a304df5d45|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:01:35.089Z|1b78bedd-88d9-4f62-b583-7b3efc9dded2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:01:35.089Z|1b78bedd-88d9-4f62-b583-7b3efc9dded2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:01:39.468Z|5ca52351-df18-4c10-b0ba-51ec1786de74|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:01:39.469Z|5ca52351-df18-4c10-b0ba-51ec1786de74|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:01:39.657Z|e3ea9856-00db-4fca-9f49-6fab0e654dcd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:01:39.658Z|e3ea9856-00db-4fca-9f49-6fab0e654dcd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:01:41.926Z|3b2c8bcd-e468-4353-9782-693c049da195|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:01:41.926Z|3b2c8bcd-e468-4353-9782-693c049da195|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:01:49.501Z|77146089-f6f7-4817-a561-bba2cefff6da|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:01:49.502Z|77146089-f6f7-4817-a561-bba2cefff6da|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:01:49.687Z|dca14742-6a24-4c12-b4d3-f85c1010b542|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:01:49.688Z|dca14742-6a24-4c12-b4d3-f85c1010b542|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:01:50.089Z|0237bc4e-a578-4f06-90e2-d0b97609cb8e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:01:50.089Z|0237bc4e-a578-4f06-90e2-d0b97609cb8e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:01:51.484Z|f9a0eed2-e463-4296-92cf-692ace2b30ec|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:01:51.484Z|f9a0eed2-e463-4296-92cf-692ace2b30ec|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:01:51.955Z|da4a0b21-abc2-438d-a164-d93b0bf8c0a8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:01:51.956Z|da4a0b21-abc2-438d-a164-d93b0bf8c0a8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:01:56.115Z|7c77edf6-8711-46c8-a595-8ef76fc62519|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:01:56.116Z|7c77edf6-8711-46c8-a595-8ef76fc62519|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:01:59.542Z|17738c70-646b-47ff-ba66-977f747cd3db|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:01:59.543Z|17738c70-646b-47ff-ba66-977f747cd3db|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:01:59.718Z|e6aff4d8-6a8e-48a7-927b-d3e76d085a61|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:01:59.719Z|e6aff4d8-6a8e-48a7-927b-d3e76d085a61|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:02:01.978Z|08c4368d-1930-44bb-b2a3-c2b0ddf350d7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:02:01.979Z|08c4368d-1930-44bb-b2a3-c2b0ddf350d7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:02:05.089Z|5f66da99-169d-4e7e-9170-ad285be9bc81|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:02:05.093Z|5f66da99-169d-4e7e-9170-ad285be9bc81|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:02:09.576Z|dccdc50e-e5a4-4442-8d1e-8cd7471e0386|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:02:09.576Z|dccdc50e-e5a4-4442-8d1e-8cd7471e0386|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:02:09.749Z|190cd7a0-7445-4cd2-8c7a-2dd5cf28317b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:02:09.749Z|190cd7a0-7445-4cd2-8c7a-2dd5cf28317b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:02:12.006Z|52307827-2eca-4c71-a018-b9353a7ca2fc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:02:12.006Z|52307827-2eca-4c71-a018-b9353a7ca2fc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:02:19.607Z|b9787c56-e1ac-4ece-91f7-3c09844c4d13|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:02:19.607Z|b9787c56-e1ac-4ece-91f7-3c09844c4d13|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:02:19.779Z|d34ecd19-377e-4b1c-ab81-a4fbaa2f9d91|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:02:19.780Z|d34ecd19-377e-4b1c-ab81-a4fbaa2f9d91|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:02:20.089Z|c281a540-6ad4-4958-9bcf-64a6c2f75e83|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:02:20.090Z|c281a540-6ad4-4958-9bcf-64a6c2f75e83|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:02:21.485Z|8e829c81-8a64-45a1-8cb5-deed7f65f830|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:02:21.485Z|8e829c81-8a64-45a1-8cb5-deed7f65f830|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:02:22.035Z|09e02104-9f54-4798-9aa6-a0142e4a8418|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:02:22.036Z|09e02104-9f54-4798-9aa6-a0142e4a8418|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:02:29.639Z|f4bc7ae4-042c-410e-9cb4-afd495a0b28c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:02:29.640Z|f4bc7ae4-042c-410e-9cb4-afd495a0b28c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:02:29.809Z|c872d525-f287-4402-b4c7-009f66a55563|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:02:29.809Z|c872d525-f287-4402-b4c7-009f66a55563|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:02:32.058Z|b91a0cba-4273-457a-a0db-ca7c023491bb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:02:32.059Z|b91a0cba-4273-457a-a0db-ca7c023491bb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:02:35.089Z|7a2b9768-8b41-4ab8-bfdc-dfd3bfbc13b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:02:35.089Z|7a2b9768-8b41-4ab8-bfdc-dfd3bfbc13b0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:02:39.671Z|32dd5c23-6bab-49f9-9951-0f58a7248f95|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:02:39.672Z|32dd5c23-6bab-49f9-9951-0f58a7248f95|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:02:39.840Z|23d13ee1-066b-4cea-84b5-1400e0a168e4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:02:39.840Z|23d13ee1-066b-4cea-84b5-1400e0a168e4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:02:42.081Z|0a237c5a-fdf2-46a3-9ed7-97e2c2552be6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:02:42.082Z|0a237c5a-fdf2-46a3-9ed7-97e2c2552be6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:02:49.704Z|9158b8ee-79f1-4110-9bf4-17c87a64c51e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:02:49.704Z|9158b8ee-79f1-4110-9bf4-17c87a64c51e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:02:49.871Z|3b013504-3c39-440c-a221-c0ef9d63037d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:02:49.871Z|3b013504-3c39-440c-a221-c0ef9d63037d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:02:50.089Z|71d3fe63-9bf7-442d-a694-43e63ed91282|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:02:50.089Z|71d3fe63-9bf7-442d-a694-43e63ed91282|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:02:51.486Z|88075a9a-b6a7-4057-9d22-261af3f87396|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:02:51.487Z|88075a9a-b6a7-4057-9d22-261af3f87396|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:02:52.110Z|63cb547f-00b7-48d1-94c9-e718d8290c8b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:02:52.111Z|63cb547f-00b7-48d1-94c9-e718d8290c8b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:02:56.116Z|32562c20-b584-4d51-8dc7-857948308f9e|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:02:56.116Z|32562c20-b584-4d51-8dc7-857948308f9e|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:02:59.737Z|9341fec0-6ee0-40d4-8cf3-8fdd60fe06ef|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:02:59.738Z|9341fec0-6ee0-40d4-8cf3-8fdd60fe06ef|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:02:59.900Z|b64c49a9-f3de-4217-a87d-17a347cd993a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:02:59.901Z|b64c49a9-f3de-4217-a87d-17a347cd993a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:03:02.138Z|d5421816-5aa5-4260-9645-6a7a6b76d201|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:03:02.139Z|d5421816-5aa5-4260-9645-6a7a6b76d201|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:03:05.089Z|7085c745-38f0-4e41-b57a-366a766eb03f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:03:05.089Z|7085c745-38f0-4e41-b57a-366a766eb03f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:03:09.769Z|10302feb-5290-461d-86d2-b502839aabdc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:03:09.770Z|10302feb-5290-461d-86d2-b502839aabdc|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:03:09.929Z|01910175-448c-47a9-aca6-2ed417a78474|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:03:09.930Z|01910175-448c-47a9-aca6-2ed417a78474|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:03:12.171Z|6fa2c0f3-f262-4def-8760-2288034558a7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:03:12.172Z|6fa2c0f3-f262-4def-8760-2288034558a7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:03:19.801Z|4fc56009-637d-4996-ba9e-83ab426f9f2a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:03:19.802Z|4fc56009-637d-4996-ba9e-83ab426f9f2a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:03:19.958Z|b92c1ed6-0b75-43ef-917d-724b504e56fa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:03:19.959Z|b92c1ed6-0b75-43ef-917d-724b504e56fa|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:03:20.089Z|d24c5a72-257f-4b8a-b565-be70ea21260d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:03:20.094Z|d24c5a72-257f-4b8a-b565-be70ea21260d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:03:21.487Z|770dfedd-00d7-4085-a15c-24dd981e2de5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:03:21.488Z|770dfedd-00d7-4085-a15c-24dd981e2de5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:03:22.200Z|f4866e11-6b41-460c-a8e4-c85c36ab3d47|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:03:22.200Z|f4866e11-6b41-460c-a8e4-c85c36ab3d47|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:03:29.831Z|259917b7-6d2d-415a-ad8a-6424ce869ea4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:03:29.833Z|259917b7-6d2d-415a-ad8a-6424ce869ea4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:03:29.989Z|526c1c1a-127b-400a-93e0-015a9ba15161|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:03:29.990Z|526c1c1a-127b-400a-93e0-015a9ba15161|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:03:32.230Z|1924d187-5059-4528-8ae5-948914bb794b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:03:32.230Z|1924d187-5059-4528-8ae5-948914bb794b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:03:35.089Z|6fd43238-9e40-4c21-b64e-abe0fd303bd4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:03:35.089Z|6fd43238-9e40-4c21-b64e-abe0fd303bd4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:03:39.862Z|488195ff-a945-496b-b3af-de78ce7b4a8d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:03:39.863Z|488195ff-a945-496b-b3af-de78ce7b4a8d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:03:40.019Z|ccacb586-a093-4bd6-912e-3ebf76d0de5b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:03:40.019Z|ccacb586-a093-4bd6-912e-3ebf76d0de5b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:03:42.258Z|f8c73a08-edc3-4995-bf16-6b371c5475ad|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:03:42.259Z|f8c73a08-edc3-4995-bf16-6b371c5475ad|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:03:49.892Z|4615f158-1187-44d3-aae8-bc6cbd5b145d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:03:49.893Z|4615f158-1187-44d3-aae8-bc6cbd5b145d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:03:50.061Z|150c6b8a-ee75-4d47-9bdf-6a31d8b4769c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:03:50.062Z|150c6b8a-ee75-4d47-9bdf-6a31d8b4769c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:03:50.089Z|0be1a27c-7774-4589-83e0-36a076242be7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:03:50.089Z|0be1a27c-7774-4589-83e0-36a076242be7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:03:51.489Z|27566014-88d4-422e-aff5-c6e6f2c42478|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:03:51.489Z|27566014-88d4-422e-aff5-c6e6f2c42478|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:03:52.289Z|97d63dcb-601d-4de1-886b-a97ca231a97b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:03:52.290Z|97d63dcb-601d-4de1-886b-a97ca231a97b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:03:56.116Z|700ca7dc-9b08-4d01-8e45-f7ab5a9c81aa|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:03:56.117Z|700ca7dc-9b08-4d01-8e45-f7ab5a9c81aa|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:03:59.924Z|7445b425-ea47-4d00-9d7a-64eee171d3cd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:03:59.925Z|7445b425-ea47-4d00-9d7a-64eee171d3cd|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:04:00.086Z|482fb955-848a-4a20-905c-5852fce5ccf3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:04:00.087Z|482fb955-848a-4a20-905c-5852fce5ccf3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:04:02.321Z|c780556c-7779-4577-9a77-539e4aecdfe1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:04:02.322Z|c780556c-7779-4577-9a77-539e4aecdfe1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:04:05.089Z|29afea49-afe6-4cec-a833-b82dda474f1d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:04:05.089Z|29afea49-afe6-4cec-a833-b82dda474f1d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:04:09.955Z|4d6033e2-b149-4af4-8cee-432e8e24ef72|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:04:09.955Z|4d6033e2-b149-4af4-8cee-432e8e24ef72|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:04:10.113Z|4121cd68-8c48-44aa-8847-0abcb801b6c4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:04:10.114Z|4121cd68-8c48-44aa-8847-0abcb801b6c4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:04:12.356Z|698d1d53-586c-48ee-83c6-f163ffe9e745|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:04:12.359Z|698d1d53-586c-48ee-83c6-f163ffe9e745|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:04:19.995Z|860eb97f-9e6e-4466-b876-8f8fc878f15a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:04:19.995Z|860eb97f-9e6e-4466-b876-8f8fc878f15a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:04:20.089Z|7f49b279-ccfd-47b3-874a-aaf8b738a78d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:04:20.089Z|7f49b279-ccfd-47b3-874a-aaf8b738a78d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:04:20.142Z|f9da47e0-f220-45e0-96f5-a4ccae2cf281|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:04:20.143Z|f9da47e0-f220-45e0-96f5-a4ccae2cf281|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:04:21.490Z|dbae5b05-bf78-42cd-9936-1e5d4e0905b1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:04:21.491Z|dbae5b05-bf78-42cd-9936-1e5d4e0905b1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:04:22.389Z|def31036-f022-466a-9d3f-b7794a7c9531|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:04:22.389Z|def31036-f022-466a-9d3f-b7794a7c9531|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:04:30.036Z|5f1d1b50-f8b4-4446-abd8-9ac9c1f57d76|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:04:30.037Z|5f1d1b50-f8b4-4446-abd8-9ac9c1f57d76|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:04:30.172Z|cd3d4d43-8f9c-4bfd-8aa9-bb58a492a236|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:04:30.173Z|cd3d4d43-8f9c-4bfd-8aa9-bb58a492a236|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:04:32.419Z|73933e73-01c7-449b-a4d8-0d5b6a68586d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:04:32.420Z|73933e73-01c7-449b-a4d8-0d5b6a68586d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:04:35.089Z|1e2934f7-f94f-4781-91a3-682a678cea2b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:04:35.093Z|1e2934f7-f94f-4781-91a3-682a678cea2b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:04:40.067Z|1bfb99b5-a927-41cf-b3d9-01952caa8df5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:04:40.068Z|1bfb99b5-a927-41cf-b3d9-01952caa8df5|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:04:40.205Z|4f1bf2a5-dcad-4324-8042-f6fd768b71b7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:04:40.206Z|4f1bf2a5-dcad-4324-8042-f6fd768b71b7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:04:42.453Z|a223b519-59b0-45b3-98d1-ff0ed9318173|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:04:42.454Z|a223b519-59b0-45b3-98d1-ff0ed9318173|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:04:50.089Z|b09febca-48d3-4e4e-8ccf-2d24e2a01845|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:04:50.089Z|b09febca-48d3-4e4e-8ccf-2d24e2a01845|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:04:50.105Z|a3a293ee-58df-49f5-929b-9272a12dc6e3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:04:50.105Z|a3a293ee-58df-49f5-929b-9272a12dc6e3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:04:50.234Z|8d3450b9-25be-4da1-bb92-e23e3f003405|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:04:50.234Z|8d3450b9-25be-4da1-bb92-e23e3f003405|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:04:51.491Z|1fee0b6a-3697-4e51-9254-e456de954102|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:04:51.492Z|1fee0b6a-3697-4e51-9254-e456de954102|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:04:52.485Z|5fe8dde9-97f2-477c-8802-3f3a9fe13b4b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:04:52.486Z|5fe8dde9-97f2-477c-8802-3f3a9fe13b4b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:04:56.115Z|f536e71d-cdac-423e-95cf-be8b4979b9c1|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:04:56.116Z|f536e71d-cdac-423e-95cf-be8b4979b9c1|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:05:00.133Z|14d071fa-76b7-4118-8220-2ad94a3db35f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:05:00.134Z|14d071fa-76b7-4118-8220-2ad94a3db35f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:05:00.263Z|9ff2b09b-6985-415d-9118-8829b9bebed6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:05:00.264Z|9ff2b09b-6985-415d-9118-8829b9bebed6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:05:02.517Z|13c080e7-bd62-485b-bfc0-53000f9b872a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:05:02.518Z|13c080e7-bd62-485b-bfc0-53000f9b872a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:05:05.089Z|6503bb88-f667-46e2-9f6b-fef516ccf813|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:05:05.089Z|6503bb88-f667-46e2-9f6b-fef516ccf813|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:05:10.160Z|37de58d1-9b2c-4e3c-8ba3-1d2298236501|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:05:10.161Z|37de58d1-9b2c-4e3c-8ba3-1d2298236501|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:05:10.290Z|f4d7b1d4-fa19-4bd0-b692-2041a0141142|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:05:10.291Z|f4d7b1d4-fa19-4bd0-b692-2041a0141142|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:05:12.548Z|b5bcfb66-bf23-4b2f-8994-a05c563925ba|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:05:12.549Z|b5bcfb66-bf23-4b2f-8994-a05c563925ba|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:05:20.089Z|49a79fe3-7eb2-4185-9b3b-0ff389c9fdf5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:05:20.089Z|49a79fe3-7eb2-4185-9b3b-0ff389c9fdf5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:05:20.198Z|52d85c9c-61f6-479e-a995-08993f515e8d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:05:20.198Z|52d85c9c-61f6-479e-a995-08993f515e8d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:05:20.320Z|c46f6b5d-09d3-4ded-8ccf-0de680123daa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:05:20.320Z|c46f6b5d-09d3-4ded-8ccf-0de680123daa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:05:21.492Z|2d2ff3c4-21c3-4c56-b1e6-caf5a3d4428b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:05:21.493Z|2d2ff3c4-21c3-4c56-b1e6-caf5a3d4428b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:05:22.580Z|f4c23904-c8ee-4c15-a4be-0f720a18f9c3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:05:22.580Z|f4c23904-c8ee-4c15-a4be-0f720a18f9c3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:05:30.230Z|0a320abe-7c6b-4f97-b53c-678217367ab8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:05:30.231Z|0a320abe-7c6b-4f97-b53c-678217367ab8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:05:30.346Z|42972937-2d4d-4e3a-8c41-4565820d26c0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:05:30.347Z|42972937-2d4d-4e3a-8c41-4565820d26c0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:05:32.610Z|c860d55f-b820-4101-9b54-eb1d96ce1856|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:05:32.611Z|c860d55f-b820-4101-9b54-eb1d96ce1856|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:05:35.089Z|8f9302c1-7d7e-46c6-b269-f37ff0e18116|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:05:35.089Z|8f9302c1-7d7e-46c6-b269-f37ff0e18116|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:05:40.261Z|8cc955b1-1061-44f2-81f7-b8db532f50b6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:05:40.262Z|8cc955b1-1061-44f2-81f7-b8db532f50b6|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:05:40.376Z|794a5baa-060a-40f2-893c-5d2c902aa7a2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:05:40.377Z|794a5baa-060a-40f2-893c-5d2c902aa7a2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:05:42.641Z|0aa8b8a2-c844-40c0-b240-3f8fe46e58c5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:05:42.642Z|0aa8b8a2-c844-40c0-b240-3f8fe46e58c5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:05:50.089Z|62968c5f-1e8b-4272-afcb-ba58ba39de94|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:05:50.093Z|62968c5f-1e8b-4272-afcb-ba58ba39de94|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:05:50.292Z|98bb9a9e-2be2-4b60-b13c-1239a496dc24|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:05:50.292Z|98bb9a9e-2be2-4b60-b13c-1239a496dc24|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:05:50.407Z|fe516549-e38c-420e-816a-754eba1765f5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:05:50.407Z|fe516549-e38c-420e-816a-754eba1765f5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:05:51.493Z|0cd8ff20-b43e-4cfc-a151-73f1b3f3a898|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:05:51.494Z|0cd8ff20-b43e-4cfc-a151-73f1b3f3a898|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:05:52.679Z|cb16e9d4-aa10-49dc-8805-b8815f3fcea6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:05:52.680Z|cb16e9d4-aa10-49dc-8805-b8815f3fcea6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:05:56.116Z|8e79d660-82e9-4652-92f5-f4f8fc084406|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:05:56.116Z|8e79d660-82e9-4652-92f5-f4f8fc084406|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:06:00.322Z|7d3edaf1-0794-4fdf-8977-e24617a75889|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:06:00.323Z|7d3edaf1-0794-4fdf-8977-e24617a75889|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:06:00.437Z|0e7aff3a-d92f-45fa-95d8-0900652e62ba|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:06:00.438Z|0e7aff3a-d92f-45fa-95d8-0900652e62ba|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:06:02.708Z|81591c7c-97ac-441e-9784-3eaa82c9167f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:06:02.708Z|81591c7c-97ac-441e-9784-3eaa82c9167f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:06:05.089Z|57a5d802-f6ac-40e7-a3ea-11f071db9b02|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:06:05.089Z|57a5d802-f6ac-40e7-a3ea-11f071db9b02|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:06:10.353Z|183f5cac-c2f4-4a4a-a1c1-93ab9150e3f5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:06:10.354Z|183f5cac-c2f4-4a4a-a1c1-93ab9150e3f5|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:06:10.468Z|bbb4d385-585a-4219-8176-6e4b0e7e5a2a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:06:10.469Z|bbb4d385-585a-4219-8176-6e4b0e7e5a2a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:06:12.741Z|c1ba3491-3c02-4d72-9907-95a45c06d918|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:06:12.742Z|c1ba3491-3c02-4d72-9907-95a45c06d918|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:06:20.089Z|dfd7c441-36da-4e72-b881-c5e4ca04402f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:06:20.089Z|dfd7c441-36da-4e72-b881-c5e4ca04402f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:06:20.386Z|14c4acb8-75c1-403c-82cb-02a68ebcabda|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:06:20.387Z|14c4acb8-75c1-403c-82cb-02a68ebcabda|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:06:20.496Z|3f5e3bd8-9e0a-4838-87a8-08057acf8e79|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:06:20.497Z|3f5e3bd8-9e0a-4838-87a8-08057acf8e79|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:06:21.494Z|836e6d13-3d2d-440b-90de-d012eea7bd9f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:06:21.495Z|836e6d13-3d2d-440b-90de-d012eea7bd9f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:06:22.772Z|e1554d35-d60d-4a16-8fb3-efaeb175cea9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:06:22.773Z|e1554d35-d60d-4a16-8fb3-efaeb175cea9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:06:30.419Z|77eac825-eb1f-4bc0-b2e5-b79fc79893ee|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:06:30.420Z|77eac825-eb1f-4bc0-b2e5-b79fc79893ee|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:06:30.525Z|c1a0534b-adae-41be-a8cd-38057bcc1f82|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:06:30.526Z|c1a0534b-adae-41be-a8cd-38057bcc1f82|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:06:32.805Z|7a0002e8-de58-4f28-a21d-a6fe363fb4a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:06:32.805Z|7a0002e8-de58-4f28-a21d-a6fe363fb4a2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:06:35.089Z|bc6ce022-8251-42c0-80c3-43baab9229ff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:06:35.093Z|bc6ce022-8251-42c0-80c3-43baab9229ff|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:06:40.451Z|c440267a-45e9-4158-a892-cbf70266e6a2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:06:40.452Z|c440267a-45e9-4158-a892-cbf70266e6a2|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:06:40.556Z|6fd74acd-0e93-4db2-ab71-625172e28edd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:06:40.557Z|6fd74acd-0e93-4db2-ab71-625172e28edd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:06:42.832Z|52cfbee4-8bbf-4f81-b669-f8665e107333|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:06:42.833Z|52cfbee4-8bbf-4f81-b669-f8665e107333|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:06:50.089Z|3d94e5c4-b350-471c-84f4-e56bf9dc8035|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:06:50.089Z|3d94e5c4-b350-471c-84f4-e56bf9dc8035|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:06:50.484Z|4af64f40-846b-435a-9195-3fa3c22c6e37|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:06:50.485Z|4af64f40-846b-435a-9195-3fa3c22c6e37|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:06:50.588Z|9b73d1b8-a9c6-4bff-a9a4-0034ad2e0920|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:06:50.589Z|9b73d1b8-a9c6-4bff-a9a4-0034ad2e0920|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:06:51.495Z|220c27e7-78b3-43f6-b6ff-c0f78728c01b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:06:51.496Z|220c27e7-78b3-43f6-b6ff-c0f78728c01b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:06:52.862Z|ca91494c-f973-4b67-93cb-8f32c006ac1b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:06:52.863Z|ca91494c-f973-4b67-93cb-8f32c006ac1b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:06:56.117Z|1683550d-5fd4-42b3-8e3a-ad01daf21598|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:06:56.117Z|1683550d-5fd4-42b3-8e3a-ad01daf21598|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:07:00.515Z|612b3de4-7522-4811-a42c-d1df562893c4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:07:00.515Z|612b3de4-7522-4811-a42c-d1df562893c4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:07:00.619Z|24aeca10-1ef4-43df-8151-c37cb8674db3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:07:00.620Z|24aeca10-1ef4-43df-8151-c37cb8674db3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:07:02.896Z|14603b64-6990-4581-b57d-faf1fe628199|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:07:02.897Z|14603b64-6990-4581-b57d-faf1fe628199|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:07:05.089Z|b182872f-2340-42ed-a9a0-2c9f01a12c38|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:07:05.090Z|b182872f-2340-42ed-a9a0-2c9f01a12c38|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:07:10.547Z|ccbe8f99-a6ec-47c6-9b67-5f8ff9545783|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:07:10.548Z|ccbe8f99-a6ec-47c6-9b67-5f8ff9545783|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:07:10.652Z|06375838-77c3-4bca-96f1-b627ac4ba0ad|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:07:10.653Z|06375838-77c3-4bca-96f1-b627ac4ba0ad|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:07:12.927Z|14b2d49c-21c3-44c2-9afe-84ec50340b70|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:07:12.928Z|14b2d49c-21c3-44c2-9afe-84ec50340b70|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:07:20.089Z|f8700476-8df0-499e-8a4b-11cf771aaf9c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:07:20.093Z|f8700476-8df0-499e-8a4b-11cf771aaf9c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:07:20.579Z|1d2c422d-61ed-4fbc-840c-61aff48f65d7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:07:20.580Z|1d2c422d-61ed-4fbc-840c-61aff48f65d7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:07:20.685Z|a8b8efba-5219-479e-9f27-fd828d4e549c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:07:20.686Z|a8b8efba-5219-479e-9f27-fd828d4e549c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:07:21.496Z|2ddbba5a-e163-4c57-a163-0263a507c234|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:07:21.497Z|2ddbba5a-e163-4c57-a163-0263a507c234|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:07:22.952Z|878b4c02-08c7-461f-93cb-844f93dbb8b0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:07:22.953Z|878b4c02-08c7-461f-93cb-844f93dbb8b0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:07:30.609Z|6a76502d-ad89-4567-8ec7-1a6a8486cb2a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:07:30.610Z|6a76502d-ad89-4567-8ec7-1a6a8486cb2a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:07:30.719Z|57209711-c421-4310-b2d5-459eea5ae12e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:07:30.721Z|57209711-c421-4310-b2d5-459eea5ae12e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:07:32.983Z|caf23bd8-8099-49b2-9882-6272fc06d0e5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:07:32.984Z|caf23bd8-8099-49b2-9882-6272fc06d0e5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:07:35.089Z|058906ac-981e-4838-97b4-859a553b0823|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:07:35.089Z|058906ac-981e-4838-97b4-859a553b0823|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:07:40.639Z|3f40c6f4-488f-487c-94c0-0ce969357b6b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:07:40.640Z|3f40c6f4-488f-487c-94c0-0ce969357b6b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:07:40.749Z|076f275a-0404-455c-af24-1b959f623092|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:07:40.751Z|076f275a-0404-455c-af24-1b959f623092|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:07:43.014Z|5f3c6873-8434-42e5-bf33-599c74ed1af9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:07:43.014Z|5f3c6873-8434-42e5-bf33-599c74ed1af9|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:07:50.089Z|8a39e986-e8ad-4e6b-a329-a5499249be6c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:07:50.090Z|8a39e986-e8ad-4e6b-a329-a5499249be6c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:07:50.672Z|351e4d99-ee8c-4497-8f55-b6068bf6ed87|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:07:50.673Z|351e4d99-ee8c-4497-8f55-b6068bf6ed87|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:07:50.782Z|bc3290d5-8c03-4c79-be00-0d3f1928d386|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:07:50.782Z|bc3290d5-8c03-4c79-be00-0d3f1928d386|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:07:51.498Z|e6f3e05c-34e3-45f2-b0d7-e91d72b5fdcf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:07:51.499Z|e6f3e05c-34e3-45f2-b0d7-e91d72b5fdcf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:07:53.044Z|3e12082d-046a-4ede-857d-59697cf55bb4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:07:53.044Z|3e12082d-046a-4ede-857d-59697cf55bb4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:07:56.115Z|f760cd23-975e-4698-b810-6c989e555a9f|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:07:56.116Z|f760cd23-975e-4698-b810-6c989e555a9f|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:08:00.704Z|461dd75c-5f1f-46e4-b0f6-ddbaa0ce0f7b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:08:00.705Z|461dd75c-5f1f-46e4-b0f6-ddbaa0ce0f7b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:08:00.807Z|3d90006a-54e9-4f30-9bf5-810d4cde63a4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:08:00.808Z|3d90006a-54e9-4f30-9bf5-810d4cde63a4|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:08:03.075Z|1af78379-cae3-4daa-b76c-6ad256ccbe56|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:08:03.076Z|1af78379-cae3-4daa-b76c-6ad256ccbe56|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:08:05.089Z|923e32d0-7608-4f85-9e7d-4f205099419a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:08:05.093Z|923e32d0-7608-4f85-9e7d-4f205099419a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:08:10.734Z|f9a6df97-94be-4418-a236-7fd880028c74|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:08:10.735Z|f9a6df97-94be-4418-a236-7fd880028c74|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:08:10.837Z|eab3262d-74e7-472b-ad4b-7cce7f363210|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:08:10.838Z|eab3262d-74e7-472b-ad4b-7cce7f363210|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:08:13.105Z|252f59f7-04f1-4c0b-bf9b-8944f267ae57|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:08:13.105Z|252f59f7-04f1-4c0b-bf9b-8944f267ae57|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:08:20.089Z|20808e2c-fbe8-465f-bd0e-dfdee7cba0c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:08:20.089Z|20808e2c-fbe8-465f-bd0e-dfdee7cba0c8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:08:20.764Z|07777f8b-7a68-432a-86e6-74bdbe80956c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:08:20.765Z|07777f8b-7a68-432a-86e6-74bdbe80956c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:08:20.864Z|48b1ba62-fc4f-4509-b7d0-48f9f8481ae9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:08:20.865Z|48b1ba62-fc4f-4509-b7d0-48f9f8481ae9|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:08:21.499Z|a88e462d-2f8a-4cab-a790-e5bbe7178153|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:08:21.500Z|a88e462d-2f8a-4cab-a790-e5bbe7178153|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:08:23.135Z|5b0ddba5-7766-432e-910c-1c782bdb723d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:08:23.136Z|5b0ddba5-7766-432e-910c-1c782bdb723d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:08:30.795Z|1bd96f33-cb03-4aa2-bab6-0eb3fd13dda4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:08:30.796Z|1bd96f33-cb03-4aa2-bab6-0eb3fd13dda4|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:08:30.893Z|d5cd9948-fb29-477b-a6eb-cebb14938ec2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:08:30.894Z|d5cd9948-fb29-477b-a6eb-cebb14938ec2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:08:33.170Z|3d5afea9-890e-4490-b97e-4d3b214fd72b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:08:33.171Z|3d5afea9-890e-4490-b97e-4d3b214fd72b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:08:35.090Z|2f6a0c8c-0e0a-44f1-9d66-6e712b465b95|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:08:35.091Z|2f6a0c8c-0e0a-44f1-9d66-6e712b465b95|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:08:40.824Z|b0c15ddd-ac36-464f-997f-960e8b0a9bb1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:08:40.825Z|b0c15ddd-ac36-464f-997f-960e8b0a9bb1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:08:40.922Z|71dea3ce-a727-4a72-b284-3424d9e12e21|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:08:40.923Z|71dea3ce-a727-4a72-b284-3424d9e12e21|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:08:43.204Z|470b3060-ddcd-4f04-947c-104179150345|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:08:43.205Z|470b3060-ddcd-4f04-947c-104179150345|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:08:50.089Z|cc3252ae-414c-4fa8-98c3-6b01ad688ce9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:08:50.095Z|cc3252ae-414c-4fa8-98c3-6b01ad688ce9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:08:50.862Z|5122ed67-3990-49ed-9858-961ad3858517|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:08:50.863Z|5122ed67-3990-49ed-9858-961ad3858517|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:08:50.951Z|1ca9ebd3-53f4-417b-8d27-c09688ab9e2f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:08:50.952Z|1ca9ebd3-53f4-417b-8d27-c09688ab9e2f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:08:51.500Z|43d58a5f-03b5-4b73-b4ef-a47ef6bc8ecc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:08:51.501Z|43d58a5f-03b5-4b73-b4ef-a47ef6bc8ecc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:08:53.235Z|19f88dee-804c-413d-a1ee-ec9688623ed5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:08:53.235Z|19f88dee-804c-413d-a1ee-ec9688623ed5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:08:56.115Z|196058d9-2c0a-4792-8901-32b3964117f4|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:08:56.116Z|196058d9-2c0a-4792-8901-32b3964117f4|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:09:00.892Z|a6207f9d-3e47-4ea3-885c-6a9096ac030b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:09:00.892Z|a6207f9d-3e47-4ea3-885c-6a9096ac030b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:09:00.980Z|2a99cd17-41c5-470b-98b9-845cf7ab8b80|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:09:00.981Z|2a99cd17-41c5-470b-98b9-845cf7ab8b80|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:09:03.293Z|a472eb9a-b41a-47ef-b7df-2f339fa71c19|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:09:03.294Z|a472eb9a-b41a-47ef-b7df-2f339fa71c19|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:09:05.089Z|9caa38cb-a1d6-4b52-8deb-00dc60f6ae9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:09:05.089Z|9caa38cb-a1d6-4b52-8deb-00dc60f6ae9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:09:10.918Z|5cc0d9b1-902a-4e21-a38c-e469aa296af1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:09:10.919Z|5cc0d9b1-902a-4e21-a38c-e469aa296af1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:09:11.010Z|bc6880f8-a218-4498-897f-f7e4f808da62|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:09:11.011Z|bc6880f8-a218-4498-897f-f7e4f808da62|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:09:13.325Z|2072d2c3-082c-43f4-b864-526b8f39b2ae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:09:13.326Z|2072d2c3-082c-43f4-b864-526b8f39b2ae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:09:20.089Z|1bf7ebae-df66-43eb-885e-98d9754fc949|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:09:20.089Z|1bf7ebae-df66-43eb-885e-98d9754fc949|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:09:20.948Z|4e90325d-9348-40ca-b850-fbea83fe45b7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:09:20.949Z|4e90325d-9348-40ca-b850-fbea83fe45b7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:09:21.037Z|4a2c1445-0e73-44e3-81ed-3f0698351884|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:09:21.038Z|4a2c1445-0e73-44e3-81ed-3f0698351884|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:09:21.502Z|9e61806c-c6fb-46e5-aa45-edcfc2e5ecc9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:09:21.502Z|9e61806c-c6fb-46e5-aa45-edcfc2e5ecc9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:09:23.360Z|be1a21d1-5470-4893-8515-f020e9d58e81|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:09:23.361Z|be1a21d1-5470-4893-8515-f020e9d58e81|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:09:30.979Z|cd9957a6-541b-4c5b-be63-68681d87526c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:09:30.980Z|cd9957a6-541b-4c5b-be63-68681d87526c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:09:31.064Z|e89781c0-df61-4ed6-9db1-4462207690a2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:09:31.064Z|e89781c0-df61-4ed6-9db1-4462207690a2|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:09:33.386Z|ba5c90db-d3f9-4de5-864c-3e24ec2d1769|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:09:33.387Z|ba5c90db-d3f9-4de5-864c-3e24ec2d1769|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:09:35.089Z|2a1bb448-5c51-4ab2-a6c2-e606387bbc77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:09:35.094Z|2a1bb448-5c51-4ab2-a6c2-e606387bbc77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:09:41.009Z|3f7ff1a5-a9fd-40ad-9c34-ba6cdaef0c90|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:09:41.010Z|3f7ff1a5-a9fd-40ad-9c34-ba6cdaef0c90|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:09:41.088Z|9c0865b3-40d1-4e23-95c0-dade58c2d241|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:09:41.089Z|9c0865b3-40d1-4e23-95c0-dade58c2d241|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:09:43.414Z|7df9cf43-3158-4da8-b4a3-97f13b1b05b2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:09:43.415Z|7df9cf43-3158-4da8-b4a3-97f13b1b05b2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:09:50.089Z|812682d9-ab29-4612-b6c4-36608c28abf4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:09:50.089Z|812682d9-ab29-4612-b6c4-36608c28abf4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:09:51.037Z|618e19be-834a-4691-9e11-54b59d4f947d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:09:51.037Z|618e19be-834a-4691-9e11-54b59d4f947d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:09:51.115Z|db55e18c-affa-4a2d-9688-90d7cf30691e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:09:51.115Z|db55e18c-affa-4a2d-9688-90d7cf30691e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:09:51.503Z|f2c7d85d-e02a-4a32-abb8-f8a2fb13f514|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:09:51.504Z|f2c7d85d-e02a-4a32-abb8-f8a2fb13f514|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:09:53.440Z|222905fe-6f98-4e8f-ae00-0837717305be|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:09:53.441Z|222905fe-6f98-4e8f-ae00-0837717305be|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:09:56.116Z|f4d5a858-47d3-4025-8f79-d2f22d281608|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:09:56.116Z|f4d5a858-47d3-4025-8f79-d2f22d281608|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:10:01.068Z|16e964a9-c955-4f17-8c6c-bc103c4cbbdd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:10:01.069Z|16e964a9-c955-4f17-8c6c-bc103c4cbbdd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:10:01.145Z|7a76b66c-bdc0-4fda-a54f-2258b943eeb8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:10:01.146Z|7a76b66c-bdc0-4fda-a54f-2258b943eeb8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:10:03.465Z|fcb3e887-90c3-4ecd-a32f-8146705beb46|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:10:03.465Z|fcb3e887-90c3-4ecd-a32f-8146705beb46|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:10:05.089Z|26c60504-0d92-435f-a9fe-0959e191ec4a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:10:05.089Z|26c60504-0d92-435f-a9fe-0959e191ec4a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:10:11.098Z|fd680344-ef44-47a2-8efa-80044ef23859|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:10:11.099Z|fd680344-ef44-47a2-8efa-80044ef23859|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:10:11.175Z|02fb36f1-3194-4cc7-90f3-de20b7e5c471|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:10:11.176Z|02fb36f1-3194-4cc7-90f3-de20b7e5c471|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:10:13.495Z|5ac420ad-ffc7-4d64-9782-c304897ac457|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:10:13.496Z|5ac420ad-ffc7-4d64-9782-c304897ac457|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:10:20.089Z|c7b8a5a9-c595-4072-b3cf-f845336a7c0d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:10:20.093Z|c7b8a5a9-c595-4072-b3cf-f845336a7c0d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:10:21.130Z|582fe94b-7836-4704-b502-6e6b27aa63b4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:10:21.131Z|582fe94b-7836-4704-b502-6e6b27aa63b4|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:10:21.207Z|dfc4b071-7200-434a-9b99-2cc48320c6c7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:10:21.207Z|dfc4b071-7200-434a-9b99-2cc48320c6c7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:10:21.504Z|5ce4239c-633e-487a-8d2e-6e563d4cba08|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:10:21.505Z|5ce4239c-633e-487a-8d2e-6e563d4cba08|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:10:23.529Z|e1106547-0ad3-4c64-8a98-359dca7dd493|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:10:23.530Z|e1106547-0ad3-4c64-8a98-359dca7dd493|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:10:31.156Z|4154a9be-3098-40dd-a4ad-6641dddc4341|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:10:31.156Z|4154a9be-3098-40dd-a4ad-6641dddc4341|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:10:31.238Z|cd64b58b-7c06-439c-a7d5-f7b0a8bb46ed|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:10:31.239Z|cd64b58b-7c06-439c-a7d5-f7b0a8bb46ed|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:10:33.558Z|23b77524-b9ad-46c5-a328-370d1d7c6414|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:10:33.559Z|23b77524-b9ad-46c5-a328-370d1d7c6414|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:10:35.089Z|5897317d-ff74-4caa-bd8c-0bc44ee28830|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:10:35.089Z|5897317d-ff74-4caa-bd8c-0bc44ee28830|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:10:41.183Z|9fc228b1-3a28-4f0a-a2c3-54a106818383|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:10:41.183Z|9fc228b1-3a28-4f0a-a2c3-54a106818383|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:10:41.267Z|e8fdd5b6-9962-4ab6-b59b-89e86b297cbd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:10:41.268Z|e8fdd5b6-9962-4ab6-b59b-89e86b297cbd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:10:43.587Z|48482a4a-7439-4423-ac79-e2979c6e36c8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:10:43.587Z|48482a4a-7439-4423-ac79-e2979c6e36c8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:10:50.089Z|be082bd3-7d25-4b52-90c9-52e58f3cd60f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:10:50.089Z|be082bd3-7d25-4b52-90c9-52e58f3cd60f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:10:51.212Z|f3c147d2-191e-488d-bcca-fbe65203c032|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:10:51.213Z|f3c147d2-191e-488d-bcca-fbe65203c032|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:10:51.294Z|36faea4e-94ea-47cb-9806-5178140c40d0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:10:51.295Z|36faea4e-94ea-47cb-9806-5178140c40d0|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:10:51.505Z|ba3d8fe0-df35-44e0-8262-b488a14f9308|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:10:51.506Z|ba3d8fe0-df35-44e0-8262-b488a14f9308|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:10:53.618Z|bdf30a51-ef60-4892-998a-098523081382|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:10:53.619Z|bdf30a51-ef60-4892-998a-098523081382|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:10:56.117Z|72796d7b-3d26-4478-a69b-33b60fe1c47b|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:10:56.118Z|72796d7b-3d26-4478-a69b-33b60fe1c47b|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:11:01.246Z|1775f344-20e2-40f2-93e9-1152d3871499|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:11:01.247Z|1775f344-20e2-40f2-93e9-1152d3871499|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:11:01.323Z|05d20116-f780-4bcc-9fa2-e6e4d5647f44|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:11:01.324Z|05d20116-f780-4bcc-9fa2-e6e4d5647f44|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:11:03.651Z|ac099e92-77a9-40bb-a46f-c43386b5d112|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:11:03.652Z|ac099e92-77a9-40bb-a46f-c43386b5d112|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:11:05.089Z|3e6a9a5f-0ecd-47cd-af1e-cbf646a0ca08|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:11:05.093Z|3e6a9a5f-0ecd-47cd-af1e-cbf646a0ca08|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:11:11.276Z|d61637cc-505a-4b96-afbd-28c58d1edbdd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:11:11.276Z|d61637cc-505a-4b96-afbd-28c58d1edbdd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:11:11.355Z|99da70ea-4078-4507-9477-0eab2bf683e5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:11:11.356Z|99da70ea-4078-4507-9477-0eab2bf683e5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:11:13.689Z|d51775e3-be68-4b29-a3c6-afacc62aa7f0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:11:13.690Z|d51775e3-be68-4b29-a3c6-afacc62aa7f0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:11:20.089Z|f0da9b81-b86f-4036-a467-3dc011bec590|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:11:20.089Z|f0da9b81-b86f-4036-a467-3dc011bec590|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:11:21.307Z|e6e168d5-5e85-4c2d-ba6f-24794c882388|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:11:21.308Z|e6e168d5-5e85-4c2d-ba6f-24794c882388|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:11:21.386Z|bb584f50-f27e-4848-90d4-1eeb2b831a8e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:11:21.386Z|bb584f50-f27e-4848-90d4-1eeb2b831a8e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:11:21.506Z|c966ab0a-dbc1-42c1-a147-6a8cd6f3a690|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:11:21.507Z|c966ab0a-dbc1-42c1-a147-6a8cd6f3a690|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:11:23.729Z|5a5a370a-0249-4939-9ff3-6996632ec2e4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:11:23.730Z|5a5a370a-0249-4939-9ff3-6996632ec2e4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:11:31.338Z|a87aec17-d1eb-411c-be46-962e7672f638|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:11:31.339Z|a87aec17-d1eb-411c-be46-962e7672f638|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:11:31.415Z|30e52160-4cb9-4650-9322-829cc25fdfb5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:11:31.416Z|30e52160-4cb9-4650-9322-829cc25fdfb5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:11:33.755Z|a1b8a144-2bbf-4d21-848b-d27eb30a7c66|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:11:33.756Z|a1b8a144-2bbf-4d21-848b-d27eb30a7c66|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:11:35.089Z|935d9959-da27-4418-ba0b-3df7123ba514|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:11:35.089Z|935d9959-da27-4418-ba0b-3df7123ba514|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:11:41.372Z|20e7ac7f-d687-4109-b299-93fa751d8ade|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:11:41.372Z|20e7ac7f-d687-4109-b299-93fa751d8ade|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:11:41.446Z|aeb82db8-1ba1-4570-93d7-4708b8b46476|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:11:41.447Z|aeb82db8-1ba1-4570-93d7-4708b8b46476|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:11:43.812Z|73b38ae8-94a1-42ee-a47f-8a382800af21|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:11:43.813Z|73b38ae8-94a1-42ee-a47f-8a382800af21|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:11:50.089Z|2072c231-d434-4f17-aef3-dc5771067981|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:11:50.093Z|2072c231-d434-4f17-aef3-dc5771067981|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:11:51.410Z|96f28a2c-5390-4a5a-a5b5-be36f7037e34|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:11:51.410Z|96f28a2c-5390-4a5a-a5b5-be36f7037e34|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:11:51.478Z|c098bff6-1b18-49c1-a5af-29f37931578e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:11:51.479Z|c098bff6-1b18-49c1-a5af-29f37931578e|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:11:51.507Z|9f4a0645-34c2-494d-bb71-e1897dd8927b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:11:51.508Z|9f4a0645-34c2-494d-bb71-e1897dd8927b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:11:53.840Z|d8b79640-eb15-49e7-b63d-f58c6abaf2cf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:11:53.841Z|d8b79640-eb15-49e7-b63d-f58c6abaf2cf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:11:56.118Z|99c4cb9f-ba1c-4bce-89e7-8b8b668a7107|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:11:56.119Z|99c4cb9f-ba1c-4bce-89e7-8b8b668a7107|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:12:01.443Z|14ffa2f3-3037-4a65-a22c-508df74d65be|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:12:01.443Z|14ffa2f3-3037-4a65-a22c-508df74d65be|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:12:01.507Z|ea616d3c-f84b-4589-ba93-27a2851f84d0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:12:01.508Z|ea616d3c-f84b-4589-ba93-27a2851f84d0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:12:03.873Z|a3624923-644a-4047-a5dd-d4c4a1c59387|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:12:03.874Z|a3624923-644a-4047-a5dd-d4c4a1c59387|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:12:05.089Z|968ed024-6fe0-4d88-976f-7234b56b20d2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:12:05.090Z|968ed024-6fe0-4d88-976f-7234b56b20d2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:12:11.478Z|cbc543cb-37d7-4a4c-b4c6-84c2f6387c64|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:12:11.479Z|cbc543cb-37d7-4a4c-b4c6-84c2f6387c64|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:12:11.538Z|0de534ac-ee9a-434f-80f7-b3ea0cf42362|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:12:11.539Z|0de534ac-ee9a-434f-80f7-b3ea0cf42362|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:12:13.902Z|e13194bd-b92c-466c-b519-0745c743e65a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:12:13.902Z|e13194bd-b92c-466c-b519-0745c743e65a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:12:20.091Z|cd743623-b7dd-4c56-b33e-22a0244216be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:12:20.092Z|cd743623-b7dd-4c56-b33e-22a0244216be|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:12:21.509Z|9ec4ccbc-78ae-4cae-a702-462fef5901fa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:12:21.510Z|9ec4ccbc-78ae-4cae-a702-462fef5901fa|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:12:21.517Z|66709424-7f6d-4658-8130-abb435d71151|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:12:21.518Z|66709424-7f6d-4658-8130-abb435d71151|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:12:21.568Z|9fcb9b3c-baa7-4a89-9eec-8773f02b0db9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:12:21.568Z|9fcb9b3c-baa7-4a89-9eec-8773f02b0db9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:12:23.979Z|b2c35657-4153-41cd-90d5-2f5b8261a07a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:12:23.982Z|b2c35657-4153-41cd-90d5-2f5b8261a07a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:12:31.547Z|5ba50651-dbb9-45bd-a0b4-4913103a99c2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:12:31.548Z|5ba50651-dbb9-45bd-a0b4-4913103a99c2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:12:31.595Z|0630acc2-e864-4586-8ad0-9fb4bbac6ccb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:12:31.597Z|0630acc2-e864-4586-8ad0-9fb4bbac6ccb|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:12:34.017Z|cd18395f-f3ca-4683-8d65-804c15b02f14|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:12:34.018Z|cd18395f-f3ca-4683-8d65-804c15b02f14|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:12:35.089Z|ea877752-1936-4b7f-b1c7-91e53cf37280|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:12:35.093Z|ea877752-1936-4b7f-b1c7-91e53cf37280|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:12:41.580Z|82043a93-e0ee-4a3a-aae5-fa1eb3e16fee|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:12:41.580Z|82043a93-e0ee-4a3a-aae5-fa1eb3e16fee|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:12:41.628Z|0d760c7a-0b91-43e7-8a0d-2252d5cd8e31|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:12:41.628Z|0d760c7a-0b91-43e7-8a0d-2252d5cd8e31|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:12:44.048Z|ca217fd1-74c9-4e1f-a7d2-076092ad2df3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:12:44.049Z|ca217fd1-74c9-4e1f-a7d2-076092ad2df3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:12:50.089Z|16baded2-047f-46c6-95a1-9f7b4ab5fc66|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:12:50.090Z|16baded2-047f-46c6-95a1-9f7b4ab5fc66|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:12:51.510Z|c0a6320a-fd17-4911-aa4c-45a4045ac5c5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:12:51.510Z|c0a6320a-fd17-4911-aa4c-45a4045ac5c5|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:12:51.611Z|ffa2c420-ade5-4d9c-aa27-2795f8354e90|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:12:51.611Z|ffa2c420-ade5-4d9c-aa27-2795f8354e90|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:12:51.661Z|30f7cb4d-75b2-4223-b7bb-ccb0b2ae25a4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:12:51.662Z|30f7cb4d-75b2-4223-b7bb-ccb0b2ae25a4|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:12:54.078Z|1cad419e-a761-4f37-a59d-c729308fe437|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:12:54.079Z|1cad419e-a761-4f37-a59d-c729308fe437|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:12:56.116Z|38d8244b-4889-4ba2-8053-00c0f680ff00|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:12:56.117Z|38d8244b-4889-4ba2-8053-00c0f680ff00|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:13:01.641Z|7d903bbc-c2a6-42fb-9f31-dde103254d66|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:13:01.641Z|7d903bbc-c2a6-42fb-9f31-dde103254d66|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:13:01.692Z|3d576d42-af0c-4dc6-af2e-b8b4354211ec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:13:01.693Z|3d576d42-af0c-4dc6-af2e-b8b4354211ec|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:13:04.102Z|65c1093a-f404-49aa-bb87-79fc572b845e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:13:04.102Z|65c1093a-f404-49aa-bb87-79fc572b845e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:13:05.089Z|3483ff53-b1e6-45e4-b162-b1a32080b827|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:13:05.090Z|3483ff53-b1e6-45e4-b162-b1a32080b827|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:13:11.671Z|868f8942-4511-426f-b912-104376505e44|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:13:11.672Z|868f8942-4511-426f-b912-104376505e44|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:13:11.723Z|b2e1c1e7-d3e5-45f5-92c2-6e2f98184d7a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:13:11.723Z|b2e1c1e7-d3e5-45f5-92c2-6e2f98184d7a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:13:14.131Z|a2a126db-1494-48bf-8c2c-23e3c734fea9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:13:14.131Z|a2a126db-1494-48bf-8c2c-23e3c734fea9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:13:20.089Z|ac53322e-1217-4f2f-8671-29e277444027|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:13:20.092Z|ac53322e-1217-4f2f-8671-29e277444027|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:13:21.511Z|9da8a9e2-f7f4-4e04-9bfc-78e911a7d26a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:13:21.511Z|9da8a9e2-f7f4-4e04-9bfc-78e911a7d26a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:13:21.700Z|de102cf9-2cdb-4f79-b8d0-2c533ccc7f72|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:13:21.701Z|de102cf9-2cdb-4f79-b8d0-2c533ccc7f72|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:13:21.753Z|467b53ca-091c-4ea5-9bfb-e1bc4c9badf1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:13:21.754Z|467b53ca-091c-4ea5-9bfb-e1bc4c9badf1|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:13:24.162Z|5063dc76-9ef9-4be3-a42c-76295dcc9dbb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:13:24.163Z|5063dc76-9ef9-4be3-a42c-76295dcc9dbb|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:13:31.732Z|86030bb4-b5e6-4b77-b63b-5996cb89ebd3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:13:31.733Z|86030bb4-b5e6-4b77-b63b-5996cb89ebd3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:13:31.783Z|285f0450-86e4-4d2c-8424-84a4ee7778d1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:13:31.784Z|285f0450-86e4-4d2c-8424-84a4ee7778d1|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:13:34.192Z|04a92d7c-c285-42aa-adf1-77f8708eed78|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:13:34.192Z|04a92d7c-c285-42aa-adf1-77f8708eed78|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:13:35.089Z|a5e14a6b-6534-4e12-a1ea-05f5463cd8c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:13:35.090Z|a5e14a6b-6534-4e12-a1ea-05f5463cd8c6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:13:41.772Z|d41267f0-9637-42b0-9993-da0815255b79|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:13:41.773Z|d41267f0-9637-42b0-9993-da0815255b79|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:13:41.814Z|606e80df-6b2b-4d98-9733-d18c33ad1d65|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:13:41.814Z|606e80df-6b2b-4d98-9733-d18c33ad1d65|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:13:44.223Z|a0477efb-1b5c-4d70-b64c-8333532b3a62|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:13:44.224Z|a0477efb-1b5c-4d70-b64c-8333532b3a62|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:13:50.089Z|1ce5a9cc-4f23-4d97-8b7f-ea4891e75904|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:13:50.090Z|1ce5a9cc-4f23-4d97-8b7f-ea4891e75904|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:13:51.512Z|45df84ac-896d-4372-9edf-d86d95f82565|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:13:51.512Z|45df84ac-896d-4372-9edf-d86d95f82565|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:13:51.802Z|c831563e-0d09-4454-ac3a-1c3fe0c68d38|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:13:51.803Z|c831563e-0d09-4454-ac3a-1c3fe0c68d38|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:13:51.843Z|54b8659f-6c57-4b81-bfdc-c3764a8cf001|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:13:51.844Z|54b8659f-6c57-4b81-bfdc-c3764a8cf001|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:13:54.253Z|ad2018f2-0f66-4a7d-98cc-cca084a70d57|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:13:54.253Z|ad2018f2-0f66-4a7d-98cc-cca084a70d57|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:13:56.117Z|b29f1557-de6e-4d2d-af00-d31b80ba9cc6|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:13:56.117Z|b29f1557-de6e-4d2d-af00-d31b80ba9cc6|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:14:01.828Z|39d2bccf-99fe-4794-bd24-7a1d6d16be71|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:14:01.829Z|39d2bccf-99fe-4794-bd24-7a1d6d16be71|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:14:01.870Z|7d917fa2-4915-4740-989c-c5eadfef9f31|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:14:01.870Z|7d917fa2-4915-4740-989c-c5eadfef9f31|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:14:04.284Z|ded95660-c4f7-475f-9f5f-352ee24b9e67|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:14:04.285Z|ded95660-c4f7-475f-9f5f-352ee24b9e67|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:14:05.089Z|f080e5df-ff13-4b59-ae40-367b8bfd0347|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:14:05.094Z|f080e5df-ff13-4b59-ae40-367b8bfd0347|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:14:11.869Z|a201e3e6-7e4b-4e7c-a25e-15e856e3e26f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:14:11.870Z|a201e3e6-7e4b-4e7c-a25e-15e856e3e26f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:14:11.899Z|ab5e7a93-8ffd-4a02-ab63-03822a173a58|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:14:11.900Z|ab5e7a93-8ffd-4a02-ab63-03822a173a58|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:14:14.315Z|3444159b-5bb1-4446-977a-39c241ad76b5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:14:14.316Z|3444159b-5bb1-4446-977a-39c241ad76b5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:14:20.089Z|5824f91e-a1d1-4753-925b-c3a592216bcd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:14:20.089Z|5824f91e-a1d1-4753-925b-c3a592216bcd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:14:21.513Z|1fc87df9-96e6-41a8-b31d-ab8189a6ee46|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:14:21.513Z|1fc87df9-96e6-41a8-b31d-ab8189a6ee46|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:14:21.903Z|35b6c9d8-2400-4885-864b-099984e47087|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:14:21.904Z|35b6c9d8-2400-4885-864b-099984e47087|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:14:21.930Z|6d9dbb25-5052-43a3-8c7c-03c1e6a1c2fb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:14:21.930Z|6d9dbb25-5052-43a3-8c7c-03c1e6a1c2fb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:14:24.348Z|be5fd4c9-58b9-46b4-b537-cde56d01f488|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:14:24.348Z|be5fd4c9-58b9-46b4-b537-cde56d01f488|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:14:31.932Z|6e570862-5b54-4a56-b9a4-a780f338ecbd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:14:31.933Z|6e570862-5b54-4a56-b9a4-a780f338ecbd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:14:31.959Z|ee21c260-58b8-4871-81cf-0ab20329e28e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:14:31.960Z|ee21c260-58b8-4871-81cf-0ab20329e28e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:14:34.377Z|a8b06717-01f9-4a8d-a70d-1a96d30871b3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:14:34.378Z|a8b06717-01f9-4a8d-a70d-1a96d30871b3|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:14:35.089Z|17d02de1-e45e-4b7b-9e4a-0079fed0a005|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:14:35.089Z|17d02de1-e45e-4b7b-9e4a-0079fed0a005|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:14:41.964Z|2e314b82-7f07-4b34-a3a3-0ca3048028db|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:14:41.964Z|2e314b82-7f07-4b34-a3a3-0ca3048028db|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:14:41.988Z|e904a715-cf17-462e-b076-e50542c7da1a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:14:41.989Z|e904a715-cf17-462e-b076-e50542c7da1a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:14:44.411Z|bc6af65b-1bc7-4637-86cb-7c8e6007ea05|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:14:44.412Z|bc6af65b-1bc7-4637-86cb-7c8e6007ea05|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:14:50.089Z|29212b82-cd5a-4233-ae3e-50649aa3288f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:14:50.093Z|29212b82-cd5a-4233-ae3e-50649aa3288f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:14:51.514Z|4b312806-d32b-4d90-8a79-c0319b421137|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:14:51.514Z|4b312806-d32b-4d90-8a79-c0319b421137|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:14:51.998Z|197eb146-e1d2-44c4-a42b-060b4b9fb7f1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:14:51.999Z|197eb146-e1d2-44c4-a42b-060b4b9fb7f1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:14:52.029Z|d8d71331-ed22-4cfb-a9f2-76da4f8528ee|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:14:52.030Z|d8d71331-ed22-4cfb-a9f2-76da4f8528ee|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:14:54.440Z|85080f4f-9dab-4eac-be93-ff4afc85adfa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:14:54.440Z|85080f4f-9dab-4eac-be93-ff4afc85adfa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:14:56.116Z|aa3ceba6-a430-466d-ac66-466e2a14403b|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:14:56.116Z|aa3ceba6-a430-466d-ac66-466e2a14403b|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:15:02.032Z|2c0365d4-2afa-467b-b14f-8507ac26db86|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:15:02.033Z|2c0365d4-2afa-467b-b14f-8507ac26db86|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:15:02.054Z|5939a96c-329d-46b7-b3ae-95dd9a621829|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:15:02.055Z|5939a96c-329d-46b7-b3ae-95dd9a621829|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:15:04.472Z|04fa3238-c879-4fac-8b0a-593bfe3dde59|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:15:04.473Z|04fa3238-c879-4fac-8b0a-593bfe3dde59|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:15:05.089Z|a53a0566-3abb-4b33-be30-ef3e10881a35|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:15:05.090Z|a53a0566-3abb-4b33-be30-ef3e10881a35|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:15:12.061Z|af5b7632-ee3c-498a-a71b-bce53042b0fd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:15:12.062Z|af5b7632-ee3c-498a-a71b-bce53042b0fd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:15:12.079Z|3b5ab05c-c6de-4bf4-8e2f-b30ae86cc5b2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:15:12.080Z|3b5ab05c-c6de-4bf4-8e2f-b30ae86cc5b2|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:15:14.504Z|0df60d4f-bd84-47e0-b3cb-f2c28c6021e1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:15:14.505Z|0df60d4f-bd84-47e0-b3cb-f2c28c6021e1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:15:20.089Z|65d61b03-b44c-4d7d-b917-3d1b583698f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:15:20.090Z|65d61b03-b44c-4d7d-b917-3d1b583698f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:15:21.515Z|c441dc68-9557-492f-96aa-22d1a4efbb57|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:15:21.515Z|c441dc68-9557-492f-96aa-22d1a4efbb57|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:15:22.086Z|04621d54-1770-4458-869b-079e9478bf00|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:15:22.087Z|04621d54-1770-4458-869b-079e9478bf00|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:15:22.108Z|cf3cb38f-27d8-4c82-9829-845a84dbbf2d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:15:22.108Z|cf3cb38f-27d8-4c82-9829-845a84dbbf2d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:15:24.535Z|53d2b073-2397-4d81-85e8-37577e58a583|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:15:24.536Z|53d2b073-2397-4d81-85e8-37577e58a583|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:15:32.113Z|875bfe5f-722c-46aa-911b-4b39b617be5c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:15:32.114Z|875bfe5f-722c-46aa-911b-4b39b617be5c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:15:32.131Z|89076cce-0323-430d-bbd8-003c390c08a8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:15:32.132Z|89076cce-0323-430d-bbd8-003c390c08a8|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:15:34.568Z|7c5bc1c7-313e-406b-98f3-53825317a732|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:15:34.568Z|7c5bc1c7-313e-406b-98f3-53825317a732|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:15:35.089Z|73246115-57ef-4435-aafa-12cf50b51498|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:15:35.093Z|73246115-57ef-4435-aafa-12cf50b51498|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:15:42.141Z|f9a07094-16a9-4d8c-990b-8a81c101c4e4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:15:42.141Z|f9a07094-16a9-4d8c-990b-8a81c101c4e4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:15:42.155Z|27ca0676-8dde-4d01-80d9-474d973306bd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:15:42.156Z|27ca0676-8dde-4d01-80d9-474d973306bd|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:15:44.599Z|0f937476-92be-4b51-b3da-e11c147edc5c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:15:44.600Z|0f937476-92be-4b51-b3da-e11c147edc5c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:15:50.089Z|d2d8ab57-7da1-4342-9011-6a60cc53c449|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:15:50.089Z|d2d8ab57-7da1-4342-9011-6a60cc53c449|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:15:51.516Z|87f5e744-7a7c-42ef-985d-56af871acf25|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:15:51.517Z|87f5e744-7a7c-42ef-985d-56af871acf25|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:15:52.175Z|46f098a5-f2cd-4b63-958a-8acb33b0d5b9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:15:52.176Z|46f098a5-f2cd-4b63-958a-8acb33b0d5b9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:15:52.183Z|c92365e9-0278-45c0-9126-fdab006b9574|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:15:52.183Z|c92365e9-0278-45c0-9126-fdab006b9574|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:15:54.629Z|a216e660-6ce7-49d7-89b8-49853e1189e9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:15:54.630Z|a216e660-6ce7-49d7-89b8-49853e1189e9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:15:56.118Z|9f007dc5-bbed-417e-914d-f801793f9f8d|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:15:56.118Z|9f007dc5-bbed-417e-914d-f801793f9f8d|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:16:02.202Z|ef7fcced-e0c1-47f9-b99d-6f6af07f298e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:16:02.203Z|ef7fcced-e0c1-47f9-b99d-6f6af07f298e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:16:02.210Z|294bd324-599e-457d-834a-59456826dc2f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:16:02.211Z|294bd324-599e-457d-834a-59456826dc2f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:16:04.660Z|bae8be4f-c6de-4d61-9b5c-0efba9fa1ffc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:16:04.661Z|bae8be4f-c6de-4d61-9b5c-0efba9fa1ffc|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:16:05.089Z|e3fbcde2-f34f-4106-9c72-26548c968351|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:16:05.089Z|e3fbcde2-f34f-4106-9c72-26548c968351|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:16:12.232Z|c6705402-a15c-40f2-b2d9-5ed99a12a667|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:16:12.233Z|c6705402-a15c-40f2-b2d9-5ed99a12a667|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:16:12.240Z|f9be51ac-9ddc-4898-beec-ec9f8e634b32|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:16:12.241Z|f9be51ac-9ddc-4898-beec-ec9f8e634b32|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:16:14.707Z|8a8b727c-3cc6-4280-9226-c4a1060a2b3e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:16:14.711Z|8a8b727c-3cc6-4280-9226-c4a1060a2b3e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:16:20.089Z|50cf3355-d73e-45e0-b109-9275ba30fc2d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:16:20.093Z|50cf3355-d73e-45e0-b109-9275ba30fc2d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:16:21.517Z|2bd37b68-3eac-410a-b9d6-98596350ef8e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:16:21.518Z|2bd37b68-3eac-410a-b9d6-98596350ef8e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:16:22.267Z|7549dba9-1d1d-42f9-ac4c-8093d06ee133|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:16:22.268Z|7549dba9-1d1d-42f9-ac4c-8093d06ee133|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:16:22.276Z|fdd8c9c4-5541-4990-b8af-f9a119180a07|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:16:22.277Z|fdd8c9c4-5541-4990-b8af-f9a119180a07|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:16:24.746Z|cbb62cf1-44ce-4871-9a5d-b02403b2d379|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:16:24.747Z|cbb62cf1-44ce-4871-9a5d-b02403b2d379|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:16:32.307Z|64899d4a-85f9-400c-8c0c-07ee1b579bdb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:16:32.307Z|4463ea8c-156a-471a-b5ec-f77690f84459|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:16:32.308Z|64899d4a-85f9-400c-8c0c-07ee1b579bdb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:16:32.308Z|4463ea8c-156a-471a-b5ec-f77690f84459|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:16:34.776Z|d2e0ff9d-a828-4c0c-9d26-efdcf94f9aa4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:16:34.776Z|d2e0ff9d-a828-4c0c-9d26-efdcf94f9aa4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:16:35.089Z|7868212f-1c85-43df-ba30-89e304bd418a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:16:35.089Z|7868212f-1c85-43df-ba30-89e304bd418a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:16:42.342Z|b73ef39a-8c5a-4600-b6f3-74545b427561|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:16:42.342Z|3850220c-9eb4-419f-af38-2b12650145f2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:16:42.343Z|3850220c-9eb4-419f-af38-2b12650145f2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:16:42.343Z|b73ef39a-8c5a-4600-b6f3-74545b427561|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:16:44.807Z|22e24161-ee75-4410-94cf-da7e1f56711c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:16:44.808Z|22e24161-ee75-4410-94cf-da7e1f56711c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:16:50.089Z|22e237b5-88d8-45c2-8071-56879cc2feb4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:16:50.089Z|22e237b5-88d8-45c2-8071-56879cc2feb4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:16:51.518Z|89f1f681-43a7-4ee8-9286-90e2b006b784|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:16:51.519Z|89f1f681-43a7-4ee8-9286-90e2b006b784|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:16:52.381Z|4a45daa1-7df5-413f-b4ac-469a0f477c87|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:16:52.384Z|4a45daa1-7df5-413f-b4ac-469a0f477c87|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:16:52.385Z|4b0964a3-53a3-4f44-8bf8-d2faf51b5c88|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:16:52.386Z|4b0964a3-53a3-4f44-8bf8-d2faf51b5c88|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:16:54.839Z|e4ededb1-efce-423a-9c22-f9cbbaa88f05|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:16:54.839Z|e4ededb1-efce-423a-9c22-f9cbbaa88f05|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:16:56.116Z|2b72ace3-d15b-478f-bc0f-6b8176fff585|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:16:56.117Z|2b72ace3-d15b-478f-bc0f-6b8176fff585|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:17:02.416Z|3fd78077-f6d9-40bf-b1f3-03de3c871c27|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:17:02.416Z|3fd78077-f6d9-40bf-b1f3-03de3c871c27|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:17:02.416Z|9ff677de-429e-4a56-82be-e117657c9439|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:17:02.416Z|9ff677de-429e-4a56-82be-e117657c9439|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:17:04.872Z|b9371071-69fc-45c0-8fa2-d04533844fbc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:17:04.873Z|b9371071-69fc-45c0-8fa2-d04533844fbc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:17:05.089Z|6bfffedf-2e1a-45c8-9df6-c60703f4f46e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:17:05.093Z|6bfffedf-2e1a-45c8-9df6-c60703f4f46e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:17:12.455Z|6ef78c81-7d59-43b4-9350-8e49d8ffb8a9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:17:12.455Z|6c4aed62-0f9e-4b68-9f2e-2642521bb63a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:17:12.456Z|6c4aed62-0f9e-4b68-9f2e-2642521bb63a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:17:12.456Z|6ef78c81-7d59-43b4-9350-8e49d8ffb8a9|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:17:14.904Z|46433f3a-7d30-4ab4-af45-d83927d3377c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:17:14.904Z|46433f3a-7d30-4ab4-af45-d83927d3377c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:17:20.089Z|465dae07-16d9-4cb4-91df-425824f334d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:17:20.089Z|465dae07-16d9-4cb4-91df-425824f334d4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:17:21.519Z|ef34de39-f636-4f81-b611-e89823e4e613|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:17:21.520Z|ef34de39-f636-4f81-b611-e89823e4e613|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:17:22.490Z|0c01eaae-b2ab-42dc-9ea2-b4049e299a04|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:17:22.490Z|c4ff2e04-f6fe-4162-806f-081cfb088330|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:17:22.491Z|c4ff2e04-f6fe-4162-806f-081cfb088330|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:17:22.491Z|0c01eaae-b2ab-42dc-9ea2-b4049e299a04|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:17:24.936Z|0d0332a0-fa54-496d-9dc2-ec4a529d1b88|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:17:24.937Z|0d0332a0-fa54-496d-9dc2-ec4a529d1b88|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:17:32.522Z|50db462e-cf74-44e7-9ecc-dbcd38394026|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:17:32.523Z|50db462e-cf74-44e7-9ecc-dbcd38394026|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:17:32.529Z|4daa661b-cb1e-4d8c-b792-d23c55419450|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:17:32.529Z|4daa661b-cb1e-4d8c-b792-d23c55419450|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:17:34.965Z|b5141353-4fdd-4baf-b050-93f1d50d5437|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:17:34.966Z|b5141353-4fdd-4baf-b050-93f1d50d5437|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:17:35.089Z|fea3be3e-aa90-42d6-9037-ef321ea00f6c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:17:35.089Z|fea3be3e-aa90-42d6-9037-ef321ea00f6c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:17:42.554Z|ae96dce4-40a3-479d-9f05-bf4b84db2e79|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:17:42.554Z|ae96dce4-40a3-479d-9f05-bf4b84db2e79|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:17:42.556Z|7cbb9417-88b8-4ab0-923e-c3dfea0f73c9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:17:42.556Z|7cbb9417-88b8-4ab0-923e-c3dfea0f73c9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:17:44.999Z|a51a39bd-bfd4-4242-9cdb-50da0f19659b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:17:44.999Z|a51a39bd-bfd4-4242-9cdb-50da0f19659b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:17:50.089Z|9a0829fa-0311-464d-8405-c260424b65eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:17:50.093Z|9a0829fa-0311-464d-8405-c260424b65eb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:17:51.520Z|df876136-490f-4333-9390-2e38601f151c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:17:51.521Z|df876136-490f-4333-9390-2e38601f151c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:17:52.586Z|01876946-8a2a-4b5d-87cb-515d5e8604ac|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:17:52.587Z|01876946-8a2a-4b5d-87cb-515d5e8604ac|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:17:52.589Z|b9dc4d8e-8f21-45e2-aab4-684b615f0728|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:17:52.589Z|b9dc4d8e-8f21-45e2-aab4-684b615f0728|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:17:55.027Z|27bd8c4e-a38d-4d6b-86f9-ed3a5626afc0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:17:55.028Z|27bd8c4e-a38d-4d6b-86f9-ed3a5626afc0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:17:56.116Z|528e2481-8a2f-4766-82fd-198e4018e657|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:17:56.116Z|528e2481-8a2f-4766-82fd-198e4018e657|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:18:02.617Z|17b99b1d-8966-4f56-bab8-b4f59bd2a1a1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:18:02.617Z|acd06b06-6edb-4994-9daa-2cddf1baa1ef|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:18:02.617Z|17b99b1d-8966-4f56-bab8-b4f59bd2a1a1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:18:02.618Z|acd06b06-6edb-4994-9daa-2cddf1baa1ef|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:18:05.058Z|8ce09ecf-ad95-43af-86b2-1608bc1d3df0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:18:05.058Z|8ce09ecf-ad95-43af-86b2-1608bc1d3df0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:18:05.089Z|f5214fbe-b0b7-4264-81e4-659c5239d411|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:18:05.089Z|f5214fbe-b0b7-4264-81e4-659c5239d411|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:18:12.646Z|0b8a8d4f-f6c0-46a3-9a7d-7424ef3b2333|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:18:12.647Z|0b8a8d4f-f6c0-46a3-9a7d-7424ef3b2333|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:18:12.651Z|39ab9efe-708b-46f6-8fa3-acb3f49d298a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:18:12.652Z|39ab9efe-708b-46f6-8fa3-acb3f49d298a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:18:15.090Z|e3fd3970-4cbc-43b7-9e63-75329138e1e6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:18:15.091Z|e3fd3970-4cbc-43b7-9e63-75329138e1e6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:18:20.089Z|91066d43-df29-453d-9ded-04d200800171|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:18:20.090Z|91066d43-df29-453d-9ded-04d200800171|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:18:21.522Z|73aacced-0204-4aa9-810a-4833f1031c90|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:18:21.522Z|73aacced-0204-4aa9-810a-4833f1031c90|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:18:22.677Z|a52e0418-9d0d-4130-873c-64df7c50510b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:18:22.678Z|4f8022af-3e04-416f-9671-7bca76ffa280|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:18:22.678Z|a52e0418-9d0d-4130-873c-64df7c50510b|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:18:22.678Z|4f8022af-3e04-416f-9671-7bca76ffa280|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:18:25.122Z|588bc606-2fa0-4259-8152-0d94b82baead|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:18:25.123Z|588bc606-2fa0-4259-8152-0d94b82baead|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:18:32.709Z|7e3f853a-9d17-46e6-afc0-d489a6e61347|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:18:32.710Z|7e3f853a-9d17-46e6-afc0-d489a6e61347|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:18:32.710Z|b705b3e6-2439-4e73-b4d6-0ddcdc495d74|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:18:32.711Z|b705b3e6-2439-4e73-b4d6-0ddcdc495d74|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:18:35.089Z|12498099-30b9-4a7f-b448-e4daafc34961|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:18:35.094Z|12498099-30b9-4a7f-b448-e4daafc34961|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:18:35.148Z|9029fe28-7135-42ad-9656-03e6e5bcc4bb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:18:35.148Z|9029fe28-7135-42ad-9656-03e6e5bcc4bb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:18:42.738Z|f21e0da9-e067-476d-906d-ffc68278c597|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:18:42.739Z|f21e0da9-e067-476d-906d-ffc68278c597|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:18:42.740Z|a64b5a98-0c40-4889-8b09-af4a2f4ffc50|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:18:42.741Z|a64b5a98-0c40-4889-8b09-af4a2f4ffc50|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:18:45.178Z|93d08359-2d3f-4e87-80cc-6fa7b98aafff|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:18:45.178Z|93d08359-2d3f-4e87-80cc-6fa7b98aafff|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:18:50.089Z|fcc07f47-8596-46b9-9da8-20c6c96d73a5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:18:50.089Z|fcc07f47-8596-46b9-9da8-20c6c96d73a5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:18:51.523Z|7047caa3-38ef-4938-a787-a77d58188a59|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:18:51.523Z|7047caa3-38ef-4938-a787-a77d58188a59|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:18:52.769Z|79e1e03e-489e-48aa-86e4-c1394c5d9aa3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:18:52.770Z|2bc0f2b8-1354-48cc-90b2-2c8b043092d1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:18:52.770Z|79e1e03e-489e-48aa-86e4-c1394c5d9aa3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:18:52.770Z|2bc0f2b8-1354-48cc-90b2-2c8b043092d1|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:18:55.210Z|70f69690-389d-4e45-9c00-221bfb69d922|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:18:55.211Z|70f69690-389d-4e45-9c00-221bfb69d922|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:18:56.119Z|116e295c-e3ba-44de-8ec1-2e78627705bd|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:18:56.119Z|116e295c-e3ba-44de-8ec1-2e78627705bd|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:19:02.796Z|19439b2d-dfdc-48b6-88c9-f28355473ba2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:19:02.797Z|19439b2d-dfdc-48b6-88c9-f28355473ba2|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:19:02.798Z|127fbf61-2883-49c2-a5dd-1646d20c2e82|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:19:02.799Z|127fbf61-2883-49c2-a5dd-1646d20c2e82|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:19:05.089Z|0764b913-fcd0-49b6-9db9-40a1d988380f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:19:05.089Z|0764b913-fcd0-49b6-9db9-40a1d988380f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:19:05.241Z|d3e81d7f-beb1-4c93-ab46-d7199fc80d5a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:19:05.241Z|d3e81d7f-beb1-4c93-ab46-d7199fc80d5a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:19:12.829Z|71557735-fb25-4db5-b5dd-6ae2b937356c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:19:12.830Z|cde2acea-56dc-48ae-a631-4c8255039b38|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:19:12.830Z|71557735-fb25-4db5-b5dd-6ae2b937356c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:19:12.831Z|cde2acea-56dc-48ae-a631-4c8255039b38|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:19:15.271Z|304a8e43-99db-41ac-a0bc-cbed0e285634|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:19:15.272Z|304a8e43-99db-41ac-a0bc-cbed0e285634|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:19:20.089Z|72f032fb-684b-4486-8f64-38a910770fa7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:19:20.094Z|72f032fb-684b-4486-8f64-38a910770fa7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:19:21.524Z|0465fffa-c703-44bc-91d4-2a03dc14c730|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:19:21.524Z|0465fffa-c703-44bc-91d4-2a03dc14c730|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:19:22.861Z|845d546b-9c16-4b0b-82e1-735173d06bd2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:19:22.861Z|845d546b-9c16-4b0b-82e1-735173d06bd2|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:19:22.863Z|70178823-88b1-4bd3-95eb-c5fd7157236d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:19:22.864Z|70178823-88b1-4bd3-95eb-c5fd7157236d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:19:25.312Z|da63cb9b-e93e-4473-acb4-ec24cf4c9017|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:19:25.312Z|da63cb9b-e93e-4473-acb4-ec24cf4c9017|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:19:32.891Z|c2d20de9-71fe-4c27-8f45-b02230052bb8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:19:32.891Z|118b0044-cad4-4733-8275-e013230f64b3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:19:32.892Z|c2d20de9-71fe-4c27-8f45-b02230052bb8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:19:32.892Z|118b0044-cad4-4733-8275-e013230f64b3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:19:35.089Z|d9001a00-6ff5-4efb-8251-406b8d2694ba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:19:35.089Z|d9001a00-6ff5-4efb-8251-406b8d2694ba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:19:35.345Z|633ae798-f58e-496e-9b9f-124aec55b769|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:19:35.346Z|633ae798-f58e-496e-9b9f-124aec55b769|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:19:42.923Z|67f315d7-1e5c-4d4b-ac4c-8c4b9a866f94|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:19:42.923Z|95eccbec-7748-41f2-9231-77f0c99962aa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:19:42.924Z|95eccbec-7748-41f2-9231-77f0c99962aa|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:19:42.924Z|67f315d7-1e5c-4d4b-ac4c-8c4b9a866f94|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:19:45.380Z|77504a03-0f58-4f17-9de5-717ead4ee879|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:19:45.380Z|77504a03-0f58-4f17-9de5-717ead4ee879|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:19:50.091Z|99f2ce06-bc4c-4f3a-b4f1-317e69c505e7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:19:50.092Z|99f2ce06-bc4c-4f3a-b4f1-317e69c505e7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:19:51.525Z|03b1c2cc-17c5-413a-a06a-84d44230fdf3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:19:51.525Z|03b1c2cc-17c5-413a-a06a-84d44230fdf3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:19:52.956Z|5dab087b-6b1f-4869-90a4-30928e05d116|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:19:52.957Z|5dab087b-6b1f-4869-90a4-30928e05d116|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:19:52.957Z|33dd144d-b5a9-4ddc-a692-310f41b3e0ee|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:19:52.957Z|33dd144d-b5a9-4ddc-a692-310f41b3e0ee|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:19:55.412Z|d14ddda9-6c15-428f-8f05-df7499d4961b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:19:55.412Z|d14ddda9-6c15-428f-8f05-df7499d4961b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:19:56.116Z|e518698c-2433-4ff7-90cc-b5b598f438b8|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:19:56.117Z|e518698c-2433-4ff7-90cc-b5b598f438b8|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:20:02.996Z|7bdaad94-32ed-43a4-a8fb-96212ad334a0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:20:02.997Z|7bdaad94-32ed-43a4-a8fb-96212ad334a0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:20:02.997Z|a521d34d-e6f0-4794-b77a-a5775b6f3b15|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:20:02.998Z|a521d34d-e6f0-4794-b77a-a5775b6f3b15|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:20:05.089Z|c5cd7089-a76b-43db-8e9d-6dd424f93aa4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:20:05.093Z|c5cd7089-a76b-43db-8e9d-6dd424f93aa4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:20:05.458Z|5bc51a0d-c53e-4f4a-89cb-d1968a0205a6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:20:05.465Z|5bc51a0d-c53e-4f4a-89cb-d1968a0205a6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:20:13.030Z|6abc6878-8612-4368-8dbe-8815957d2361|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:20:13.031Z|579cb737-5ef2-4fbe-851e-3379e5d51c6a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:20:13.032Z|6abc6878-8612-4368-8dbe-8815957d2361|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:20:13.032Z|579cb737-5ef2-4fbe-851e-3379e5d51c6a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:20:15.501Z|2310f868-55e0-48a7-94cd-84b36a05e335|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:20:15.502Z|2310f868-55e0-48a7-94cd-84b36a05e335|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:20:20.089Z|784f0e85-d007-4a46-b784-f59aeff4a0f2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:20:20.089Z|784f0e85-d007-4a46-b784-f59aeff4a0f2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:20:21.526Z|2b80e937-7c86-4cc7-8ba7-3bb815c01016|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:20:21.526Z|2b80e937-7c86-4cc7-8ba7-3bb815c01016|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:20:23.066Z|217273c0-dad9-4979-be67-95e720ee732b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:20:23.067Z|217273c0-dad9-4979-be67-95e720ee732b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:20:23.075Z|65b943f2-73ab-484c-aed5-4f6e97bb4524|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:20:23.076Z|65b943f2-73ab-484c-aed5-4f6e97bb4524|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:20:25.531Z|60a76165-f92b-4b85-ac7b-aea4383655b0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:20:25.532Z|60a76165-f92b-4b85-ac7b-aea4383655b0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:20:33.098Z|9c5a3d34-d7f2-40b3-818d-7e186a4eef9b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:20:33.099Z|9c5a3d34-d7f2-40b3-818d-7e186a4eef9b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:20:33.104Z|ddf95ec1-6c1b-4fba-850b-be6130c3065b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:20:33.104Z|ddf95ec1-6c1b-4fba-850b-be6130c3065b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:20:35.089Z|fbcba526-2050-4566-a086-a9a6aa0d0d1a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:20:35.089Z|fbcba526-2050-4566-a086-a9a6aa0d0d1a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:20:35.565Z|931d4c8b-c1c0-456d-bc8f-0efce5c29992|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:20:35.565Z|931d4c8b-c1c0-456d-bc8f-0efce5c29992|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:20:43.133Z|a032274a-97d3-4e66-9abf-449b53026a5e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:20:43.133Z|a032274a-97d3-4e66-9abf-449b53026a5e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:20:43.135Z|ad561251-12f5-409a-be49-1766a2a857e7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:20:43.136Z|ad561251-12f5-409a-be49-1766a2a857e7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:20:45.594Z|d42ca7f3-41be-46b6-8adb-ee7aae330204|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:20:45.595Z|d42ca7f3-41be-46b6-8adb-ee7aae330204|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:20:50.089Z|f204a680-9207-4e68-9fef-a0f562fa36c7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:20:50.093Z|f204a680-9207-4e68-9fef-a0f562fa36c7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:20:51.527Z|32023310-8d0d-415e-981d-6951d80068c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:20:51.527Z|32023310-8d0d-415e-981d-6951d80068c3|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:20:53.158Z|48e51eb8-f226-4c90-8a63-87d1623a4022|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:20:53.158Z|48e51eb8-f226-4c90-8a63-87d1623a4022|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:20:53.163Z|d467f185-1b0a-4677-9f3d-4aedd2544427|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:20:53.164Z|d467f185-1b0a-4677-9f3d-4aedd2544427|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:20:55.624Z|b9050f6e-337b-45c5-b6ab-420341b2537e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:20:55.624Z|b9050f6e-337b-45c5-b6ab-420341b2537e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:20:56.115Z|e064881b-77b1-4e09-99dc-2d42cee8ecc3|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:20:56.116Z|e064881b-77b1-4e09-99dc-2d42cee8ecc3|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:21:03.187Z|525c8eeb-4b3e-4fd9-b8cc-befb38796892|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:21:03.188Z|525c8eeb-4b3e-4fd9-b8cc-befb38796892|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:21:03.189Z|9c491ff3-cad7-4e2d-b4a8-2aaf385c6b93|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:21:03.189Z|9c491ff3-cad7-4e2d-b4a8-2aaf385c6b93|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:21:05.089Z|39f7c14e-877c-4503-b38a-7ccc29d1b356|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:21:05.089Z|39f7c14e-877c-4503-b38a-7ccc29d1b356|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:21:05.654Z|5c08e373-50a7-4eab-9a49-ef84f800aaa5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:21:05.655Z|5c08e373-50a7-4eab-9a49-ef84f800aaa5|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:21:13.221Z|5e9f96dd-c493-4be1-8351-4aea5053b5a6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:21:13.221Z|5e9f96dd-c493-4be1-8351-4aea5053b5a6|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:21:13.225Z|d3e1957c-d4bc-4377-aa22-0fc6a729b614|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:21:13.226Z|d3e1957c-d4bc-4377-aa22-0fc6a729b614|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:21:15.686Z|d13b5038-7244-4e80-864f-f7bb95659e24|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:21:15.687Z|d13b5038-7244-4e80-864f-f7bb95659e24|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:21:20.089Z|907b7398-3a5c-43d2-9bf2-a67568212a8d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:21:20.089Z|907b7398-3a5c-43d2-9bf2-a67568212a8d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:21:21.528Z|f1054253-fdcc-43d9-a2a5-7a1a3c20d734|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:21:21.529Z|f1054253-fdcc-43d9-a2a5-7a1a3c20d734|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:21:23.287Z|5912a202-16e3-4354-b214-fa8ef2552358|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:21:23.288Z|5912a202-16e3-4354-b214-fa8ef2552358|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:21:23.294Z|12cc2c0b-880a-41c8-baad-72ac5127c1bd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:21:23.295Z|12cc2c0b-880a-41c8-baad-72ac5127c1bd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:21:25.717Z|686151dd-e31a-4e3c-ac2f-ad19e7404e6c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:21:25.718Z|686151dd-e31a-4e3c-ac2f-ad19e7404e6c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:21:33.319Z|a425c566-1575-41de-aac6-ed6ae8309834|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:21:33.320Z|a425c566-1575-41de-aac6-ed6ae8309834|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:21:33.322Z|3f7c4002-f77d-4964-b384-1aab8f15f3bb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:21:33.323Z|3f7c4002-f77d-4964-b384-1aab8f15f3bb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:21:35.089Z|fc734450-dbac-4b2b-8934-9fd57f5d8445|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:21:35.093Z|fc734450-dbac-4b2b-8934-9fd57f5d8445|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:21:35.743Z|f205e82f-a746-4759-b0f2-4d3c0a4945d7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:21:35.743Z|f205e82f-a746-4759-b0f2-4d3c0a4945d7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:21:43.371Z|692b0fb4-d0a2-4d16-a0c0-c972bb1d91c1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:21:43.371Z|692b0fb4-d0a2-4d16-a0c0-c972bb1d91c1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:21:43.373Z|8fb2caa7-6370-48c7-9603-914ce7676da5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:21:43.373Z|8fb2caa7-6370-48c7-9603-914ce7676da5|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:21:45.772Z|40e7e544-200b-4f73-8da3-8c2174b218f4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:21:45.772Z|40e7e544-200b-4f73-8da3-8c2174b218f4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:21:50.089Z|3a367224-9a03-4cf2-b30c-4c640d60f1ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:21:50.090Z|3a367224-9a03-4cf2-b30c-4c640d60f1ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:21:51.530Z|49f9bfd3-8225-4ece-8fc2-9da818c855ae|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:21:51.531Z|49f9bfd3-8225-4ece-8fc2-9da818c855ae|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:21:53.393Z|57bb7d6e-11ac-49cb-8b6c-1985b80f1279|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:21:53.393Z|57bb7d6e-11ac-49cb-8b6c-1985b80f1279|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:21:53.396Z|848f17ba-f6e2-40f5-9677-aaf938eb9a65|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:21:53.396Z|848f17ba-f6e2-40f5-9677-aaf938eb9a65|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:21:55.802Z|8a33c3db-df47-4031-98f8-3e31a54f725a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:21:55.802Z|8a33c3db-df47-4031-98f8-3e31a54f725a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:21:56.117Z|6cd39019-0578-499d-9220-76d87dbe020f|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:21:56.118Z|6cd39019-0578-499d-9220-76d87dbe020f|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:22:03.416Z|ab78e7a9-8e8f-4fbd-9639-9048a0e10eba|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:22:03.417Z|ab78e7a9-8e8f-4fbd-9639-9048a0e10eba|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:22:03.421Z|d49e7069-a435-4084-96df-3b3c35bd6988|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:22:03.421Z|d49e7069-a435-4084-96df-3b3c35bd6988|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:22:05.089Z|150957bb-2f71-4d48-b3ae-653fec750207|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:22:05.089Z|150957bb-2f71-4d48-b3ae-653fec750207|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:22:05.833Z|ecdb45b1-f8f4-4bef-beba-c15d5dc07756|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:22:05.834Z|ecdb45b1-f8f4-4bef-beba-c15d5dc07756|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:22:13.450Z|c0265ced-319e-4902-89bf-c6f2a36a9826|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:22:13.451Z|c0265ced-319e-4902-89bf-c6f2a36a9826|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:22:13.452Z|c60dd32f-5d06-43b0-85f6-ffaabe2bf123|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:22:13.453Z|c60dd32f-5d06-43b0-85f6-ffaabe2bf123|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:22:15.864Z|0744aa8b-b1a7-401c-b0eb-0cac87bb2195|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:22:15.865Z|0744aa8b-b1a7-401c-b0eb-0cac87bb2195|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:22:20.089Z|02f01560-1856-458e-a2c7-fa632b056a44|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:22:20.094Z|02f01560-1856-458e-a2c7-fa632b056a44|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:22:21.531Z|862c8c4d-0aa0-4a03-9c11-4b95c5851509|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:22:21.532Z|862c8c4d-0aa0-4a03-9c11-4b95c5851509|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:22:23.493Z|5ec5ff08-ae41-4d4f-9b1a-202218af7e2d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:22:23.493Z|ea3ff1cf-33a9-435a-aeaf-47078e9d3e0f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:22:23.493Z|5ec5ff08-ae41-4d4f-9b1a-202218af7e2d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:22:23.494Z|ea3ff1cf-33a9-435a-aeaf-47078e9d3e0f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:22:25.899Z|e8455680-3217-4a28-b366-842e97f4425e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:22:25.900Z|e8455680-3217-4a28-b366-842e97f4425e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:22:33.518Z|5cbe693d-735f-4774-9419-5200af5287f7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:22:33.519Z|5cbe693d-735f-4774-9419-5200af5287f7|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:22:33.520Z|19c50e2d-79fe-478f-a2fe-f79a63478e7c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:22:33.521Z|19c50e2d-79fe-478f-a2fe-f79a63478e7c|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:22:35.089Z|adb678a1-1ba0-4ef4-8c9e-4ad51c6c18b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:22:35.090Z|adb678a1-1ba0-4ef4-8c9e-4ad51c6c18b2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:22:35.928Z|fcb71f98-d39c-44ce-8bca-0b71107b93f8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:22:35.929Z|fcb71f98-d39c-44ce-8bca-0b71107b93f8|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:22:43.551Z|5587d1eb-0952-4093-a4a5-aac8f1b93475|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:22:43.552Z|5587d1eb-0952-4093-a4a5-aac8f1b93475|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:22:43.552Z|2282b39b-f3ff-4830-8bec-b765247b579d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:22:43.553Z|2282b39b-f3ff-4830-8bec-b765247b579d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:22:45.957Z|3b76e923-0db7-4ea6-98a4-fcceba595f09|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:22:45.958Z|3b76e923-0db7-4ea6-98a4-fcceba595f09|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:22:50.089Z|eeae703e-1036-4b3d-81bd-bf0d33ba48a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:22:50.090Z|eeae703e-1036-4b3d-81bd-bf0d33ba48a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:22:51.533Z|4aaf3702-a719-418f-8456-46fe2722ea61|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:22:51.533Z|4aaf3702-a719-418f-8456-46fe2722ea61|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:22:53.584Z|a7010739-4042-4d71-aa2a-8d0117ec84bf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:22:53.585Z|a7010739-4042-4d71-aa2a-8d0117ec84bf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:22:53.592Z|cabaf638-3409-463e-93bf-9f465ab123ae|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:22:53.593Z|cabaf638-3409-463e-93bf-9f465ab123ae|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:22:55.989Z|0050e39c-957a-4edc-ad0c-5a8d5123202a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:22:55.990Z|0050e39c-957a-4edc-ad0c-5a8d5123202a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:22:56.119Z|eeb870a4-2c92-4c7c-92ed-2edbc097e65e|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:22:56.120Z|eeb870a4-2c92-4c7c-92ed-2edbc097e65e|http-nio-8080-exec-2|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:23:03.615Z|be77a2fa-ee3e-4545-8f15-fc61768a5013|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:23:03.616Z|be77a2fa-ee3e-4545-8f15-fc61768a5013|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:23:03.623Z|2e8cade2-e2d1-4d5f-b0a4-0db5e32bbd9a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:23:03.623Z|2e8cade2-e2d1-4d5f-b0a4-0db5e32bbd9a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:23:05.089Z|53ba20f1-3f98-4902-ae59-807a172cef53|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:23:05.093Z|53ba20f1-3f98-4902-ae59-807a172cef53|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:23:06.024Z|618d2ea5-1f4d-4ac4-85f5-03520a8d6577|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:23:06.024Z|618d2ea5-1f4d-4ac4-85f5-03520a8d6577|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:23:13.648Z|b098af3c-d197-42fb-8e1b-bb8bc92d24ab|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:23:13.649Z|b098af3c-d197-42fb-8e1b-bb8bc92d24ab|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:23:13.653Z|d1534144-9ccd-4f10-8989-8184dac684f0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:23:13.653Z|d1534144-9ccd-4f10-8989-8184dac684f0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:23:16.052Z|cec4913d-a5d5-4c8d-b217-30765fa9c78b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:23:16.052Z|cec4913d-a5d5-4c8d-b217-30765fa9c78b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:23:20.089Z|5b6992ea-f68a-4972-b461-345fe69fc3d5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:23:20.089Z|5b6992ea-f68a-4972-b461-345fe69fc3d5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:23:21.534Z|61b2911e-5129-4e78-87ad-3df318cdd473|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:23:21.535Z|61b2911e-5129-4e78-87ad-3df318cdd473|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:23:23.680Z|431b3c8c-a91a-4f43-841b-9684e9d0ab6e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:23:23.680Z|431b3c8c-a91a-4f43-841b-9684e9d0ab6e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:23:23.681Z|a46da96f-f842-40a8-9ad5-502d86a02765|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:23:23.682Z|a46da96f-f842-40a8-9ad5-502d86a02765|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:23:26.081Z|863e2761-e42f-47b0-8154-41154580a1e6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:23:26.081Z|863e2761-e42f-47b0-8154-41154580a1e6|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:23:33.726Z|409840fa-0bf5-40ae-bf10-5575c181f532|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:23:33.726Z|45ff3afb-2239-470c-9926-b6ffe6a31f61|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:23:33.727Z|409840fa-0bf5-40ae-bf10-5575c181f532|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:23:33.727Z|45ff3afb-2239-470c-9926-b6ffe6a31f61|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:23:35.089Z|1a225d21-2d2a-4145-a901-9e8eacdf43c0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:23:35.089Z|1a225d21-2d2a-4145-a901-9e8eacdf43c0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:23:36.111Z|5a80ea7b-75d8-4747-b7ba-19f03e2bd6ab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:23:36.111Z|5a80ea7b-75d8-4747-b7ba-19f03e2bd6ab|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:23:43.755Z|1de3ffe4-1fa3-412c-b4ad-7802ccd11b3f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:23:43.755Z|202326c9-c3e3-48ec-81d4-33cd26aa5978|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:23:43.755Z|1de3ffe4-1fa3-412c-b4ad-7802ccd11b3f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:23:43.756Z|202326c9-c3e3-48ec-81d4-33cd26aa5978|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:23:46.143Z|3bc73fd6-a4d3-400d-8091-d5c634e9124f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:23:46.143Z|3bc73fd6-a4d3-400d-8091-d5c634e9124f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:23:50.089Z|48cc475d-6d8d-40ae-b2d1-4bd76bf6c98e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:23:50.093Z|48cc475d-6d8d-40ae-b2d1-4bd76bf6c98e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:23:51.535Z|efe5a93b-d2bd-45f9-9848-dbf547f16876|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:23:51.536Z|efe5a93b-d2bd-45f9-9848-dbf547f16876|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:23:53.783Z|5aad792e-3c0f-46ea-aa9b-5c00ac3cb69e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:23:53.783Z|5e4281ca-7786-41c9-812d-b4c72051d72d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:23:53.784Z|5aad792e-3c0f-46ea-aa9b-5c00ac3cb69e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:23:53.784Z|5e4281ca-7786-41c9-812d-b4c72051d72d|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:23:56.117Z|9ff4b88a-ad93-4a83-ac51-95ac9ca8ed9d|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:23:56.118Z|9ff4b88a-ad93-4a83-ac51-95ac9ca8ed9d|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:23:56.172Z|5f86bbfa-b9f1-4fc3-9c0b-d8fdaf423f3e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:23:56.173Z|5f86bbfa-b9f1-4fc3-9c0b-d8fdaf423f3e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:24:03.808Z|c075ae31-cf1f-4394-aee9-9fc84feb47a9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:24:03.808Z|86ea3c77-b2f0-4278-9b32-2bf0878ec7fb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:24:03.808Z|c075ae31-cf1f-4394-aee9-9fc84feb47a9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:24:03.809Z|86ea3c77-b2f0-4278-9b32-2bf0878ec7fb|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:24:05.089Z|ea78a190-244e-4038-9a6a-ed6a9aecaf39|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:24:05.090Z|ea78a190-244e-4038-9a6a-ed6a9aecaf39|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:24:06.202Z|5d4da87d-4538-4809-bc72-b415a7effb84|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:24:06.203Z|5d4da87d-4538-4809-bc72-b415a7effb84|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:24:13.838Z|18e5f47f-47bf-4536-b7d7-251e8f110061|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:24:13.839Z|18e5f47f-47bf-4536-b7d7-251e8f110061|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:24:13.840Z|8144ef7b-8ce9-4511-b6ac-b083f56adc73|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:24:13.841Z|8144ef7b-8ce9-4511-b6ac-b083f56adc73|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:24:16.231Z|d2ea57ba-4e8b-4b6e-8324-14041f68c1f1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:24:16.232Z|d2ea57ba-4e8b-4b6e-8324-14041f68c1f1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:24:20.089Z|17d4590a-50b2-4efd-b6d2-6d96a1cc06f2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:24:20.089Z|17d4590a-50b2-4efd-b6d2-6d96a1cc06f2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:24:21.536Z|99c0347e-8586-482a-8007-4c8dcfa0c296|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:24:21.537Z|99c0347e-8586-482a-8007-4c8dcfa0c296|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:24:23.867Z|0ab61271-69f9-48a6-b713-08a46c5df105|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:24:23.868Z|0ab61271-69f9-48a6-b713-08a46c5df105|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:24:23.872Z|3cfaa676-9168-4bb6-8d77-25bb968a13bd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:24:23.873Z|3cfaa676-9168-4bb6-8d77-25bb968a13bd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:24:26.261Z|220c42e9-6f8f-4c85-80e4-3dea26adbc2c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:24:26.262Z|220c42e9-6f8f-4c85-80e4-3dea26adbc2c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:24:33.900Z|0d315c80-818c-425a-909d-e61e526a36ef|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:24:33.900Z|0d315c80-818c-425a-909d-e61e526a36ef|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:24:33.901Z|e4fbc38d-8af5-45e8-9b3e-4fab24f3e82c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:24:33.902Z|e4fbc38d-8af5-45e8-9b3e-4fab24f3e82c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:24:35.089Z|6908e4c0-f8c6-4573-8b8b-974cefeefefa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:24:35.094Z|6908e4c0-f8c6-4573-8b8b-974cefeefefa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:24:36.292Z|a8530522-d3ff-423e-9dfd-1a4839a56a2f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:24:36.293Z|a8530522-d3ff-423e-9dfd-1a4839a56a2f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:24:43.932Z|3244c053-f095-42c6-86f7-238ec2f6ec51|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:24:43.933Z|3244c053-f095-42c6-86f7-238ec2f6ec51|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:24:43.939Z|293c09db-576d-4766-a336-98d95b531f62|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:24:43.940Z|293c09db-576d-4766-a336-98d95b531f62|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:24:46.325Z|1d9b9ece-9f36-42e6-bdd2-6e3f7e542989|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:24:46.327Z|1d9b9ece-9f36-42e6-bdd2-6e3f7e542989|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:24:50.089Z|8564ca68-da6b-4703-b75a-7576c91d1697|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:24:50.090Z|8564ca68-da6b-4703-b75a-7576c91d1697|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:24:51.538Z|20ef7e71-ac01-4fbc-baaa-2d14507e2457|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:24:51.538Z|20ef7e71-ac01-4fbc-baaa-2d14507e2457|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:24:53.962Z|dbd47723-d268-421c-89eb-975baf281976|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:24:53.963Z|dbd47723-d268-421c-89eb-975baf281976|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:24:53.967Z|e054ce6b-c61a-48ae-adbe-de8a297a1ec2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:24:53.968Z|e054ce6b-c61a-48ae-adbe-de8a297a1ec2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:24:56.122Z|e1e02b99-b60b-4385-8e7f-87c99443ae9e|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:24:56.122Z|e1e02b99-b60b-4385-8e7f-87c99443ae9e|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:24:56.360Z|0f9dae82-426c-4931-bf08-62c97e072308|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:24:56.360Z|0f9dae82-426c-4931-bf08-62c97e072308|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:25:03.994Z|1ebee718-b4d3-49c9-958d-1663697c74c6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:25:03.995Z|1ebee718-b4d3-49c9-958d-1663697c74c6|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:25:03.998Z|951af828-5ab3-4665-9eee-34958a0fd961|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:25:03.999Z|951af828-5ab3-4665-9eee-34958a0fd961|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:25:05.089Z|dafc31e4-ce75-4d6b-b946-32c0c8d16e17|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:25:05.089Z|dafc31e4-ce75-4d6b-b946-32c0c8d16e17|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:25:06.388Z|4b1e1901-7179-4012-8bfc-9a4024c702e3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:25:06.389Z|4b1e1901-7179-4012-8bfc-9a4024c702e3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:25:14.027Z|da8931fb-8bf4-4dff-b0cd-0f748bc47abf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:25:14.027Z|fd24eec2-733f-4c14-bfc4-bd6f82ee790b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:25:14.028Z|fd24eec2-733f-4c14-bfc4-bd6f82ee790b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:25:14.028Z|da8931fb-8bf4-4dff-b0cd-0f748bc47abf|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:25:16.420Z|1f7b0a6f-d410-4596-9dbe-d53eab906278|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:25:16.420Z|1f7b0a6f-d410-4596-9dbe-d53eab906278|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:25:20.089Z|a24e2f43-ddf4-4ee1-a245-fdce5e0a6c61|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:25:20.093Z|a24e2f43-ddf4-4ee1-a245-fdce5e0a6c61|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:25:21.539Z|53b33a9d-9230-4ee0-a9eb-099a2296e34f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:25:21.540Z|53b33a9d-9230-4ee0-a9eb-099a2296e34f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:25:24.055Z|1ead3c3b-cf4e-4c90-8d69-bcc3e958114f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:25:24.056Z|a4056fb3-99de-473c-b377-d5c82b5ee4d0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:25:24.056Z|1ead3c3b-cf4e-4c90-8d69-bcc3e958114f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:25:24.056Z|a4056fb3-99de-473c-b377-d5c82b5ee4d0|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:25:26.449Z|6adf4617-93ed-431c-90c7-3592375ab837|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:25:26.450Z|6adf4617-93ed-431c-90c7-3592375ab837|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:25:34.085Z|a2065076-0f1f-4321-afca-90b0a77c73f2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:25:34.086Z|a2065076-0f1f-4321-afca-90b0a77c73f2|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:25:34.087Z|55e24a03-3681-4b19-8277-2b58bb71a4b3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:25:34.087Z|55e24a03-3681-4b19-8277-2b58bb71a4b3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:25:35.089Z|253816f3-8c96-4a2f-b09b-e13c3275c192|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:25:35.089Z|253816f3-8c96-4a2f-b09b-e13c3275c192|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:25:36.482Z|8261e2fb-664c-4294-8f4d-2d01fcbe81ac|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:25:36.483Z|8261e2fb-664c-4294-8f4d-2d01fcbe81ac|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:25:44.121Z|bada0572-8252-456f-ac09-56fd3e94236e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:25:44.121Z|7c56d5b6-82c0-4f48-ba39-58efd09cfdc1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:25:44.121Z|bada0572-8252-456f-ac09-56fd3e94236e|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:25:44.121Z|7c56d5b6-82c0-4f48-ba39-58efd09cfdc1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:25:46.513Z|73db8702-ec83-4f7a-8b47-412fd2a9b9a7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:25:46.514Z|73db8702-ec83-4f7a-8b47-412fd2a9b9a7|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:25:50.089Z|d4e33d5f-ff39-49a4-8a58-65865d0f34ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:25:50.089Z|d4e33d5f-ff39-49a4-8a58-65865d0f34ef|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:25:51.541Z|a5ec4cc4-6c9d-4f5a-8791-9c5b9e7b58d8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:25:51.541Z|a5ec4cc4-6c9d-4f5a-8791-9c5b9e7b58d8|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:25:54.150Z|c03c9954-fdc5-449d-9a7a-a14c5e2914e4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:25:54.150Z|c03c9954-fdc5-449d-9a7a-a14c5e2914e4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:25:54.152Z|21a62993-6000-49ef-a7ee-caf8e3bb1938|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:25:54.152Z|21a62993-6000-49ef-a7ee-caf8e3bb1938|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:25:56.117Z|4cc5e3bf-bf0c-4365-af68-dfcbe8e79bc1|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:25:56.117Z|4cc5e3bf-bf0c-4365-af68-dfcbe8e79bc1|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:25:56.540Z|842c7e48-9fef-4a15-ad21-72a504ec004e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:25:56.541Z|842c7e48-9fef-4a15-ad21-72a504ec004e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:26:04.180Z|c1fd581c-ce71-4624-8270-0b692d39bbcf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:26:04.180Z|c1fd581c-ce71-4624-8270-0b692d39bbcf|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:26:04.181Z|27208cd3-c50e-448a-88f9-795bef3ef335|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:26:04.182Z|27208cd3-c50e-448a-88f9-795bef3ef335|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:26:05.089Z|91ac755b-5e2d-46c9-ac15-15fb73a48845|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:26:05.093Z|91ac755b-5e2d-46c9-ac15-15fb73a48845|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:26:06.571Z|c52b85c5-1d8e-4ddd-be92-784529a1370e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:26:06.572Z|c52b85c5-1d8e-4ddd-be92-784529a1370e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:26:14.210Z|c8be3232-d35c-4c9a-8539-84231f6c8147|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:26:14.210Z|c8be3232-d35c-4c9a-8539-84231f6c8147|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:26:14.211Z|c03b66f6-36d1-4551-bd20-f68701ea7d1e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:26:14.212Z|c03b66f6-36d1-4551-bd20-f68701ea7d1e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:26:16.602Z|0ecd4372-7363-45cd-b4ed-c9a95fb85c66|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:26:16.603Z|0ecd4372-7363-45cd-b4ed-c9a95fb85c66|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:26:20.089Z|3e232ae9-0309-4733-a603-b5031867d378|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:26:20.089Z|3e232ae9-0309-4733-a603-b5031867d378|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:26:21.542Z|80f5ee97-dbfc-4c57-af77-ba67a42be249|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:26:21.542Z|80f5ee97-dbfc-4c57-af77-ba67a42be249|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:26:24.238Z|9062330b-7550-49d2-b608-c66e4c0eec33|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:26:24.238Z|9062330b-7550-49d2-b608-c66e4c0eec33|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:26:24.240Z|a7d6d3e2-ccdd-42dc-b902-e13e74d0afde|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:26:24.240Z|a7d6d3e2-ccdd-42dc-b902-e13e74d0afde|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:26:26.633Z|edccf73a-3537-4cfe-aa36-657469681d72|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:26:26.634Z|edccf73a-3537-4cfe-aa36-657469681d72|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:26:34.270Z|fa0ac6eb-856a-4ddf-8c5b-4c5656b0e6a0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:26:34.271Z|fa0ac6eb-856a-4ddf-8c5b-4c5656b0e6a0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:26:34.276Z|c4d7db04-406e-48cf-b183-195c6b6f85d5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:26:34.277Z|c4d7db04-406e-48cf-b183-195c6b6f85d5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:26:35.089Z|0df979cf-9ac6-44ff-a1b7-4e4b0efef48d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:26:35.089Z|0df979cf-9ac6-44ff-a1b7-4e4b0efef48d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:26:36.665Z|7ee7d103-2999-4d75-ac5b-070c79001a62|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:26:36.666Z|7ee7d103-2999-4d75-ac5b-070c79001a62|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:26:44.303Z|4eb817b9-dbea-49dd-beb4-98c98eeed2ef|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:26:44.303Z|4eb817b9-dbea-49dd-beb4-98c98eeed2ef|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:26:44.309Z|835af23a-0b6a-4d2f-a17d-8e2f1fb0452a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:26:44.310Z|835af23a-0b6a-4d2f-a17d-8e2f1fb0452a|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:26:46.696Z|a2b39788-9510-41eb-b963-e24bab8d57f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:26:46.697Z|a2b39788-9510-41eb-b963-e24bab8d57f9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:26:50.089Z|64e0f4cd-be83-4779-9d4d-625325111f39|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:26:50.093Z|64e0f4cd-be83-4779-9d4d-625325111f39|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:26:51.543Z|07a265d2-4557-4041-9b23-bdd27c60a9f9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:26:51.544Z|07a265d2-4557-4041-9b23-bdd27c60a9f9|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:26:54.334Z|892a665e-8d38-4c69-986d-ee179d9786f5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:26:54.334Z|892a665e-8d38-4c69-986d-ee179d9786f5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:26:54.338Z|3b25be74-c3aa-4348-9ea5-25a3fe824883|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:26:54.339Z|3b25be74-c3aa-4348-9ea5-25a3fe824883|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:26:56.118Z|54caecbd-6438-4e47-81da-aa448c2f5ef6|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:26:56.119Z|54caecbd-6438-4e47-81da-aa448c2f5ef6|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:26:56.727Z|ffcbaa0f-f163-42fc-b6e3-877c4ba655c4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:26:56.727Z|ffcbaa0f-f163-42fc-b6e3-877c4ba655c4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:27:04.367Z|e1ee6b80-862c-4a43-9265-7453c1df559c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:27:04.367Z|e1ee6b80-862c-4a43-9265-7453c1df559c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:27:04.368Z|9d977483-e010-403c-b75a-f88f9486b608|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:27:04.368Z|9d977483-e010-403c-b75a-f88f9486b608|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:27:05.089Z|3bd5767e-886d-4ec6-ae14-ca530e41f72f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:27:05.090Z|3bd5767e-886d-4ec6-ae14-ca530e41f72f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:27:06.759Z|ae2ac416-ba78-4b36-8e38-c42101170da0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:27:06.760Z|ae2ac416-ba78-4b36-8e38-c42101170da0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:27:14.397Z|8e7312a0-89ab-41bb-b8e0-5e86b5d3387f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:27:14.397Z|6b2de52d-a4fd-44f7-96a1-893a79bd3053|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:27:14.397Z|8e7312a0-89ab-41bb-b8e0-5e86b5d3387f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:27:14.398Z|6b2de52d-a4fd-44f7-96a1-893a79bd3053|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:27:16.792Z|bd06b514-873e-47a4-b21b-967ff254f41c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:27:16.793Z|bd06b514-873e-47a4-b21b-967ff254f41c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:27:20.089Z|4facdf88-43c6-429a-869e-809f178f1b23|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:27:20.089Z|4facdf88-43c6-429a-869e-809f178f1b23|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:27:21.544Z|c33bb807-25cc-404e-84a2-1a620b5c52a2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:27:21.544Z|c33bb807-25cc-404e-84a2-1a620b5c52a2|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:27:24.429Z|caf4fa54-91b9-4054-b37a-f548752819a7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:27:24.429Z|caf4fa54-91b9-4054-b37a-f548752819a7|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:27:24.430Z|30b9f647-2a0e-49f6-898f-128dda0ad6a9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:27:24.431Z|30b9f647-2a0e-49f6-898f-128dda0ad6a9|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:27:26.823Z|02d0b0bd-f16a-45b5-b568-ceb4f7c63dff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:27:26.824Z|02d0b0bd-f16a-45b5-b568-ceb4f7c63dff|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:27:34.460Z|cab1cdc0-7965-4c6e-8a51-6d829ca68097|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:27:34.461Z|cab1cdc0-7965-4c6e-8a51-6d829ca68097|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:27:34.461Z|11012564-010a-4133-b612-3cac610d01b0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:27:34.462Z|11012564-010a-4133-b612-3cac610d01b0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:27:35.089Z|e2789800-ce63-43ec-9e0b-110985f7e37b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:27:35.095Z|e2789800-ce63-43ec-9e0b-110985f7e37b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:27:36.854Z|d904cf5a-2d37-4a54-8073-17ced237cfc1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:27:36.855Z|d904cf5a-2d37-4a54-8073-17ced237cfc1|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:27:44.489Z|5fade266-ef8d-4aa6-bc17-dbd9ba8d6cb8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:27:44.489Z|5fade266-ef8d-4aa6-bc17-dbd9ba8d6cb8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:27:44.493Z|f0c4a49e-a552-409f-8a6e-b2c9debbe822|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:27:44.495Z|f0c4a49e-a552-409f-8a6e-b2c9debbe822|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:27:46.888Z|b5d1bafe-0df3-448a-bf12-09c825e4fe8b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:27:46.888Z|b5d1bafe-0df3-448a-bf12-09c825e4fe8b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:27:50.090Z|92ae1916-87f3-4da7-a8ee-371f3947c799|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:27:50.091Z|92ae1916-87f3-4da7-a8ee-371f3947c799|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:27:51.545Z|f64b5845-5193-4418-87ee-ceb905c093fe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:27:51.546Z|f64b5845-5193-4418-87ee-ceb905c093fe|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:27:54.519Z|b933f0c5-0cd1-441b-a71b-b3dcae745bce|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:27:54.520Z|b933f0c5-0cd1-441b-a71b-b3dcae745bce|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:27:54.522Z|ec765054-504a-47f1-be15-6ddf99fd7c5d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:27:54.523Z|ec765054-504a-47f1-be15-6ddf99fd7c5d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:27:56.120Z|67be0db7-7a67-4c0f-850c-077415e2e772|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:27:56.121Z|67be0db7-7a67-4c0f-850c-077415e2e772|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:27:56.931Z|5bd21543-06cc-4f1b-882c-de8d1162f71b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:27:56.934Z|5bd21543-06cc-4f1b-882c-de8d1162f71b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:28:04.553Z|f19fccdc-2b23-4959-8797-68fc645a2b41|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:28:04.554Z|c1cbd9d7-7ca8-40a3-a30b-d7866efa5440|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:28:04.556Z|f19fccdc-2b23-4959-8797-68fc645a2b41|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:28:04.556Z|c1cbd9d7-7ca8-40a3-a30b-d7866efa5440|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:28:05.089Z|2a7f39cb-d1c2-4bda-ba6f-abea7e2b170d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:28:05.093Z|2a7f39cb-d1c2-4bda-ba6f-abea7e2b170d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:28:06.967Z|fb8ec529-fb6d-4602-a1f1-86f843f82801|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:28:06.968Z|fb8ec529-fb6d-4602-a1f1-86f843f82801|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:28:14.586Z|e6febc14-3c0c-4420-bec2-dcee7fc2196c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:28:14.587Z|e6febc14-3c0c-4420-bec2-dcee7fc2196c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:28:14.587Z|baae247b-2be6-4e67-8433-69d0bc53eb05|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:28:14.588Z|baae247b-2be6-4e67-8433-69d0bc53eb05|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:28:17.002Z|4a71af2d-c3e2-4498-a585-0390cb1af672|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:28:17.003Z|4a71af2d-c3e2-4498-a585-0390cb1af672|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:28:20.089Z|a18e469c-01bd-4bcf-8d43-fc1f55a34385|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:28:20.094Z|a18e469c-01bd-4bcf-8d43-fc1f55a34385|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:28:21.547Z|9be59ef1-d3ef-4641-a06f-8733a5aa562e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:28:21.549Z|9be59ef1-d3ef-4641-a06f-8733a5aa562e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:28:24.618Z|8dde831a-ff1a-48be-81b0-403d3c57fd0f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:28:24.618Z|544f7125-5bc4-4c12-af05-67b108c3121a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:28:24.619Z|8dde831a-ff1a-48be-81b0-403d3c57fd0f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:28:24.619Z|544f7125-5bc4-4c12-af05-67b108c3121a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:28:27.034Z|0bee2c22-6e76-4147-9125-5d48a59567de|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:28:27.035Z|0bee2c22-6e76-4147-9125-5d48a59567de|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:28:34.648Z|d1e77f08-52b2-4665-9473-99879ecbfb4a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:28:34.649Z|d1e77f08-52b2-4665-9473-99879ecbfb4a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:28:34.649Z|c9774c55-27e5-41ba-8d90-0ea250fae219|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:28:34.649Z|c9774c55-27e5-41ba-8d90-0ea250fae219|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:28:35.089Z|52bfcd82-8719-4d9d-9ef6-25385af3269f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:28:35.089Z|52bfcd82-8719-4d9d-9ef6-25385af3269f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:28:37.067Z|c71fc31e-9543-4147-80ed-43112392d57a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:28:37.068Z|c71fc31e-9543-4147-80ed-43112392d57a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:28:44.679Z|2f174fc9-f336-450c-9923-9ab62991df49|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:28:44.679Z|8f5a0853-454e-4fc7-bc49-9182d025cdaf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:28:44.679Z|2f174fc9-f336-450c-9923-9ab62991df49|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:28:44.680Z|8f5a0853-454e-4fc7-bc49-9182d025cdaf|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:28:47.099Z|3ddf4136-069e-4ae3-b1ab-62932552e8fa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:28:47.099Z|3ddf4136-069e-4ae3-b1ab-62932552e8fa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:28:50.089Z|19a9a120-5ed6-431a-a62e-23beafb35e7e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:28:50.089Z|19a9a120-5ed6-431a-a62e-23beafb35e7e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:28:51.549Z|00bab6a5-7402-47fc-81c2-2b3818ae9c6a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:28:51.550Z|00bab6a5-7402-47fc-81c2-2b3818ae9c6a|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:28:54.710Z|14516090-f772-4fa3-86a7-26ba3b06e1ed|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:28:54.711Z|49078038-0468-450a-a668-6e72f8821b7c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:28:54.711Z|14516090-f772-4fa3-86a7-26ba3b06e1ed|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:28:54.711Z|49078038-0468-450a-a668-6e72f8821b7c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:28:56.116Z|f6ebb343-7d2f-4473-86a5-bc3bab08c1aa|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:28:56.117Z|f6ebb343-7d2f-4473-86a5-bc3bab08c1aa|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:28:57.138Z|ad0ccd24-6837-487e-a0c3-5938376ae5a2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:28:57.139Z|ad0ccd24-6837-487e-a0c3-5938376ae5a2|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:29:04.739Z|7a1354d0-0312-414f-bea1-f9318fd98a7f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:29:04.739Z|71a45792-0376-4b67-8444-9ee8c8b72c5e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:29:04.740Z|7a1354d0-0312-414f-bea1-f9318fd98a7f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:29:04.740Z|71a45792-0376-4b67-8444-9ee8c8b72c5e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:29:05.089Z|72b08770-68b6-41ee-ae21-1029ec28bfab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:29:05.092Z|72b08770-68b6-41ee-ae21-1029ec28bfab|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:29:07.169Z|4c7eb6f2-ffaa-4707-b204-703f45fe02c5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:29:07.169Z|4c7eb6f2-ffaa-4707-b204-703f45fe02c5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:29:14.767Z|1c4a92a5-1ec0-4002-b816-03e7514b8974|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:29:14.768Z|1c4a92a5-1ec0-4002-b816-03e7514b8974|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:29:14.768Z|a4230389-6795-4892-9b2d-397cfe44aa37|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:29:14.769Z|a4230389-6795-4892-9b2d-397cfe44aa37|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:29:17.199Z|fac8e5d5-a6e7-4c1b-a8d9-24be599871d1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:29:17.200Z|fac8e5d5-a6e7-4c1b-a8d9-24be599871d1|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:29:20.089Z|72f45319-2c64-4e53-9259-e5eeb086a9a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:29:20.089Z|72f45319-2c64-4e53-9259-e5eeb086a9a2|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:29:21.550Z|67747e84-2c7f-4959-9afd-9b4cdca039c4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:29:21.551Z|67747e84-2c7f-4959-9afd-9b4cdca039c4|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:29:24.793Z|49780f86-87b8-44c2-b17f-a9e05037da27|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:29:24.794Z|49780f86-87b8-44c2-b17f-a9e05037da27|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:29:24.795Z|a91c86e8-c4c9-4a5c-867a-3254b354fe42|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:29:24.795Z|a91c86e8-c4c9-4a5c-867a-3254b354fe42|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:29:27.234Z|9e10f390-2b99-428b-8a77-63a0d6d26fb3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:29:27.235Z|9e10f390-2b99-428b-8a77-63a0d6d26fb3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:29:34.820Z|232310fb-febd-410a-8f20-f47c60d856c3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:29:34.820Z|97e24ec0-afcb-46a2-bf19-7e078c0e8e80|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:29:34.820Z|232310fb-febd-410a-8f20-f47c60d856c3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:29:34.821Z|97e24ec0-afcb-46a2-bf19-7e078c0e8e80|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:29:35.089Z|5c6a1dc8-8bb2-48ab-bf31-f3ffd48cfd29|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:29:35.089Z|5c6a1dc8-8bb2-48ab-bf31-f3ffd48cfd29|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:29:37.266Z|6167f765-99aa-4dd2-9bc7-bc58d04889da|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:29:37.267Z|6167f765-99aa-4dd2-9bc7-bc58d04889da|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:29:44.857Z|2e965cbd-8680-445e-8ecd-600195de81ae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:29:44.858Z|2e965cbd-8680-445e-8ecd-600195de81ae|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:29:44.858Z|8fa13e6a-3ee6-428e-82c5-327f00dae678|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:29:44.859Z|8fa13e6a-3ee6-428e-82c5-327f00dae678|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:29:47.295Z|32961e9e-198d-4e1b-8782-c1b52f373e25|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:29:47.296Z|32961e9e-198d-4e1b-8782-c1b52f373e25|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:29:50.089Z|792f87ed-478e-4cc6-94d5-4c99895cc7af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:29:50.093Z|792f87ed-478e-4cc6-94d5-4c99895cc7af|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:29:51.551Z|a22c4c71-70bc-4416-a7da-885effa6af27|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:29:51.551Z|a22c4c71-70bc-4416-a7da-885effa6af27|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:29:54.889Z|1e4a1a6b-c388-45ca-aed0-477edb1bc3e2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:29:54.889Z|0d5b84d8-6f64-4e52-96ba-1703df247d2d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:29:54.890Z|0d5b84d8-6f64-4e52-96ba-1703df247d2d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:29:54.890Z|1e4a1a6b-c388-45ca-aed0-477edb1bc3e2|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:29:56.117Z|5ed76b8e-16b1-40aa-bdc7-3cb7ccbe6bd6|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:29:56.118Z|5ed76b8e-16b1-40aa-bdc7-3cb7ccbe6bd6|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:29:57.327Z|9aa92f82-48fe-4a29-acb9-891109e8021d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:29:57.328Z|9aa92f82-48fe-4a29-acb9-891109e8021d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:30:04.920Z|3ca56568-f0d8-4773-b703-19c5671b048b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:30:04.921Z|3ca56568-f0d8-4773-b703-19c5671b048b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:30:04.927Z|ffe945f0-18cd-48c8-a0e6-7d9131b24615|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:30:04.927Z|ffe945f0-18cd-48c8-a0e6-7d9131b24615|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:30:05.089Z|27b76fd5-f6e1-453f-aa28-26359d44f7e9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:30:05.089Z|27b76fd5-f6e1-453f-aa28-26359d44f7e9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:30:07.358Z|0657bf78-3c9e-4998-9ad2-76d653582595|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:30:07.359Z|0657bf78-3c9e-4998-9ad2-76d653582595|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:30:14.946Z|550eb01c-7123-4863-bed5-9ad371febe1c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:30:14.947Z|550eb01c-7123-4863-bed5-9ad371febe1c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:30:14.954Z|b4451fea-06cd-4f4f-90e5-f8cee2bcbd49|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:30:14.955Z|b4451fea-06cd-4f4f-90e5-f8cee2bcbd49|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:30:17.392Z|c212182b-4ab7-44f0-bf45-023dce0c1370|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:30:17.393Z|c212182b-4ab7-44f0-bf45-023dce0c1370|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:30:20.089Z|ac356fa1-19a4-4e12-808b-42add3381ea9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:30:20.090Z|ac356fa1-19a4-4e12-808b-42add3381ea9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:30:21.552Z|9cad7290-2b91-4961-842c-beed7ed350c0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:30:21.553Z|9cad7290-2b91-4961-842c-beed7ed350c0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:30:24.978Z|6fa3f433-72ac-421e-8632-a762e879eb0d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:30:24.979Z|6fa3f433-72ac-421e-8632-a762e879eb0d|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:30:24.983Z|5e894027-ee1a-4947-ae8c-4643b6d357dd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:30:24.984Z|5e894027-ee1a-4947-ae8c-4643b6d357dd|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:30:27.424Z|c69f6d98-b981-4fe0-badf-acdb7a2274a4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:30:27.424Z|c69f6d98-b981-4fe0-badf-acdb7a2274a4|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:30:35.009Z|82cf019f-715f-4622-bc71-1593de73e55d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:30:35.010Z|82cf019f-715f-4622-bc71-1593de73e55d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:30:35.011Z|4b3ab7f9-d1fc-4677-9677-2f092ff760be|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:30:35.012Z|4b3ab7f9-d1fc-4677-9677-2f092ff760be|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:30:35.089Z|bdc1be70-0406-4a22-8408-69cd241159ec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:30:35.093Z|bdc1be70-0406-4a22-8408-69cd241159ec|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:30:37.452Z|866b9013-8da0-4fba-8045-d7252d12422d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:30:37.453Z|866b9013-8da0-4fba-8045-d7252d12422d|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:30:45.038Z|d128c6bb-93f9-45d0-a1f5-79b0b56c479e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:30:45.038Z|d128c6bb-93f9-45d0-a1f5-79b0b56c479e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:30:45.042Z|db5d01cc-ff2d-4bf7-8f98-889e1a5d5135|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:30:45.042Z|db5d01cc-ff2d-4bf7-8f98-889e1a5d5135|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:30:47.484Z|289a1853-78a8-43f3-88fd-b7d515a93360|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:30:47.485Z|289a1853-78a8-43f3-88fd-b7d515a93360|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:30:50.089Z|9b91dd1e-4462-4681-8a26-56c7be434a9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:30:50.089Z|9b91dd1e-4462-4681-8a26-56c7be434a9b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:30:51.554Z|773c1360-aa21-4d43-a09f-3e982d5dfa8f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:30:51.554Z|773c1360-aa21-4d43-a09f-3e982d5dfa8f|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:30:55.070Z|fe530f06-7dd0-4f42-a805-4cf62c0257e4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:30:55.071Z|fe530f06-7dd0-4f42-a805-4cf62c0257e4|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:30:55.072Z|e5957f70-0212-49c1-bfd9-a00fea2b17f5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:30:55.073Z|e5957f70-0212-49c1-bfd9-a00fea2b17f5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:30:56.116Z|013e6fce-0d5d-4632-831e-acc6a2c98994|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:30:56.117Z|013e6fce-0d5d-4632-831e-acc6a2c98994|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:30:57.518Z|6b7330bb-5dc5-4e8e-82b6-9bda0aeee18c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:30:57.518Z|6b7330bb-5dc5-4e8e-82b6-9bda0aeee18c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:31:05.089Z|fde3d30d-661f-49c7-8e0f-dac262a380d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:31:05.089Z|fde3d30d-661f-49c7-8e0f-dac262a380d6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:31:05.102Z|255f32a1-08d6-4463-845e-07e55ee35705|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:31:05.103Z|255f32a1-08d6-4463-845e-07e55ee35705|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:31:05.107Z|478b95bb-0139-4167-b093-028e16c1446e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:31:05.107Z|478b95bb-0139-4167-b093-028e16c1446e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:31:07.546Z|c4883809-198c-44c1-9ea4-d77fca52eb94|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:31:07.548Z|c4883809-198c-44c1-9ea4-d77fca52eb94|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:31:15.135Z|940964af-cfb3-4456-9a14-6dc79ad1ef0e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:31:15.135Z|940964af-cfb3-4456-9a14-6dc79ad1ef0e|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:31:15.136Z|89338193-725d-4670-8514-09e86b853615|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:31:15.136Z|89338193-725d-4670-8514-09e86b853615|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:31:17.577Z|768b6d08-8480-45b4-bf35-a4d675ca735d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:31:17.578Z|768b6d08-8480-45b4-bf35-a4d675ca735d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:31:20.089Z|37ffe117-204f-4dd1-80d4-86df82cc56e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:31:20.089Z|37ffe117-204f-4dd1-80d4-86df82cc56e3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:31:21.555Z|4462bb24-fbcb-4b7d-83bb-91d539291742|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:31:21.556Z|4462bb24-fbcb-4b7d-83bb-91d539291742|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:31:25.165Z|fdcb2664-04e4-4246-8ef8-92a1188c0ac6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:31:25.166Z|fdcb2664-04e4-4246-8ef8-92a1188c0ac6|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:31:25.170Z|77660923-4a1f-4755-8150-877bf39d2719|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:31:25.171Z|77660923-4a1f-4755-8150-877bf39d2719|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:31:27.609Z|f30d78aa-e147-44c9-a407-572196e2a20f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:31:27.610Z|f30d78aa-e147-44c9-a407-572196e2a20f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:31:35.089Z|4179f120-9249-406d-a2aa-823d0981ed9f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:31:35.089Z|4179f120-9249-406d-a2aa-823d0981ed9f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:31:35.196Z|188a6fc7-4384-4e8f-9bb7-c527762afe4c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:31:35.197Z|188a6fc7-4384-4e8f-9bb7-c527762afe4c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:31:35.201Z|eefbdda3-3a5d-430a-9767-a8a523b43016|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:31:35.201Z|eefbdda3-3a5d-430a-9767-a8a523b43016|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:31:37.641Z|a3288916-3a05-425a-98ff-59909d7bf18f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:31:37.642Z|a3288916-3a05-425a-98ff-59909d7bf18f|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:31:45.227Z|0c08409c-aefd-45db-b5f2-78638f1b95f5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:31:45.228Z|0c08409c-aefd-45db-b5f2-78638f1b95f5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:31:45.229Z|4f3d4705-5341-4e5c-bc68-41d0aab55616|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:31:45.230Z|4f3d4705-5341-4e5c-bc68-41d0aab55616|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:31:47.675Z|3943f935-9fed-43bc-b777-69430f73b527|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:31:47.676Z|3943f935-9fed-43bc-b777-69430f73b527|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:31:50.089Z|231d64f8-7184-4b53-bd24-ab7b87248989|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:31:50.089Z|231d64f8-7184-4b53-bd24-ab7b87248989|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:31:51.556Z|e9a307a9-0339-4a93-b4a8-39577d10937e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:31:51.557Z|e9a307a9-0339-4a93-b4a8-39577d10937e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:31:55.262Z|ddfb6547-596d-4642-be8a-0c9fdab3184d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:31:55.262Z|0f642f0f-ca58-403a-b052-aace566b854f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:31:55.263Z|0f642f0f-ca58-403a-b052-aace566b854f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:31:55.263Z|ddfb6547-596d-4642-be8a-0c9fdab3184d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:31:56.120Z|5e633702-240e-4662-965d-0fee1d0139c1|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:31:56.121Z|5e633702-240e-4662-965d-0fee1d0139c1|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:31:57.708Z|b6b1eca8-a672-4902-bf46-aaeccdfd7a8f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:31:57.708Z|b6b1eca8-a672-4902-bf46-aaeccdfd7a8f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:32:05.089Z|d1a15ff4-4f97-4307-974c-727711d3a3f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:32:05.089Z|d1a15ff4-4f97-4307-974c-727711d3a3f9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:32:05.295Z|16d004a0-aea3-48f0-b2b1-29a8c87dd9ad|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:32:05.296Z|16d004a0-aea3-48f0-b2b1-29a8c87dd9ad|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:32:05.302Z|02f374e6-698e-466e-8478-47e1677e4af8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:32:05.303Z|02f374e6-698e-466e-8478-47e1677e4af8|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:32:07.748Z|6f6009fa-66da-4726-83d5-63b02dc61506|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:32:07.749Z|6f6009fa-66da-4726-83d5-63b02dc61506|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:32:15.326Z|8a05bc65-aa76-4cd1-a1c2-3609f5b8b4d6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:32:15.327Z|8a05bc65-aa76-4cd1-a1c2-3609f5b8b4d6|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:32:15.330Z|c5e1b81e-c45c-46a3-a807-f9db99942ad7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:32:15.331Z|c5e1b81e-c45c-46a3-a807-f9db99942ad7|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:32:17.782Z|fd051e85-9694-4dfd-bc26-59ca6f871925|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:32:17.783Z|fd051e85-9694-4dfd-bc26-59ca6f871925|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:32:20.093Z|4ac7ba4e-f6f3-45d9-a834-a689f453f66c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:32:20.102Z|4ac7ba4e-f6f3-45d9-a834-a689f453f66c|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:32:21.558Z|a9a0067b-c0de-41d4-9a15-b6920fc20c73|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:32:21.559Z|a9a0067b-c0de-41d4-9a15-b6920fc20c73|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:32:25.360Z|a849c4de-ee8a-4235-90fe-093aa08cde6f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:32:25.361Z|a849c4de-ee8a-4235-90fe-093aa08cde6f|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:32:25.361Z|0131768b-cbf8-4175-b315-7fcd9d5909fc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:32:25.362Z|0131768b-cbf8-4175-b315-7fcd9d5909fc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:32:27.815Z|58b957f5-89d5-4f68-a680-3ca448c37e32|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:32:27.815Z|58b957f5-89d5-4f68-a680-3ca448c37e32|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:32:35.089Z|a24edc38-7510-4115-a397-00c2eb1f7e9a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:32:35.090Z|a24edc38-7510-4115-a397-00c2eb1f7e9a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:32:35.390Z|0b000ff1-12fd-4461-9413-df6a490c6ebb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:32:35.390Z|0b000ff1-12fd-4461-9413-df6a490c6ebb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:32:35.393Z|275c76d9-f711-4243-bcfb-feafcf4928fb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:32:35.394Z|275c76d9-f711-4243-bcfb-feafcf4928fb|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:32:37.844Z|fccd1956-9da0-4a06-ace9-3cfdf4851f57|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:32:37.844Z|fccd1956-9da0-4a06-ace9-3cfdf4851f57|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:32:45.414Z|b992196a-f93f-4039-8b83-f9a8ea926d74|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:32:45.415Z|b992196a-f93f-4039-8b83-f9a8ea926d74|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:32:45.417Z|9c462f43-0158-4603-a536-f1f9bf52567a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:32:45.417Z|9c462f43-0158-4603-a536-f1f9bf52567a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:32:47.874Z|95a481f0-6c5e-424b-8e95-17b5f488282e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:32:47.874Z|95a481f0-6c5e-424b-8e95-17b5f488282e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:32:50.089Z|b7bb0d3d-68a7-46c2-a47c-07d241c9fbdf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:32:50.089Z|b7bb0d3d-68a7-46c2-a47c-07d241c9fbdf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:32:51.559Z|ab8a3c60-5bcb-44f7-9f77-c78c3b9ea22e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:32:51.560Z|ab8a3c60-5bcb-44f7-9f77-c78c3b9ea22e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:32:55.444Z|49745d2e-b645-4958-98d5-7de33df2ae9c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:32:55.445Z|49745d2e-b645-4958-98d5-7de33df2ae9c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:32:55.447Z|e78696c1-b869-4fc3-90e2-c7d66040a655|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:32:55.448Z|e78696c1-b869-4fc3-90e2-c7d66040a655|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:32:56.118Z|9b43a7e4-b3a0-4fcc-9f6b-c814a4475309|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:32:56.119Z|9b43a7e4-b3a0-4fcc-9f6b-c814a4475309|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:32:57.906Z|88b0e3d8-b7ca-4482-8de1-a87b050f1423|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:32:57.907Z|88b0e3d8-b7ca-4482-8de1-a87b050f1423|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:33:05.089Z|6a23bfdc-763a-4171-9d24-0d3db9c39c6f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:33:05.089Z|6a23bfdc-763a-4171-9d24-0d3db9c39c6f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:33:05.476Z|d7291b0c-afa5-4627-b74a-e2e9e3247002|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:33:05.476Z|d7291b0c-afa5-4627-b74a-e2e9e3247002|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:33:05.476Z|2983dd92-5b30-47fe-93e7-91b3ef8c3003|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:33:05.477Z|2983dd92-5b30-47fe-93e7-91b3ef8c3003|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:33:07.936Z|95be8877-b674-46a9-b5cf-7ae2c47a5b9c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:33:07.937Z|95be8877-b674-46a9-b5cf-7ae2c47a5b9c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:33:15.506Z|7a0b6e50-dfc7-4481-ae74-86ef5f9512f4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:33:15.507Z|7a0b6e50-dfc7-4481-ae74-86ef5f9512f4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:33:15.508Z|58d6ae5a-edf2-4e0b-ab81-863721e3396b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:33:15.509Z|58d6ae5a-edf2-4e0b-ab81-863721e3396b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:33:17.966Z|806308ee-0e76-4726-8d98-4bb6dd13995a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:33:17.967Z|806308ee-0e76-4726-8d98-4bb6dd13995a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:33:20.089Z|4e534d42-169d-4ce3-8c50-0775e171b4c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:33:20.093Z|4e534d42-169d-4ce3-8c50-0775e171b4c3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:33:21.561Z|fb72d398-be12-459a-b6f4-e0aa7ded0bf6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:33:21.561Z|fb72d398-be12-459a-b6f4-e0aa7ded0bf6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:33:25.537Z|fa7352f1-5a11-4c57-8563-fa1184a8eba3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:33:25.538Z|fa7352f1-5a11-4c57-8563-fa1184a8eba3|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:33:25.545Z|cc8e2b81-5f21-46ca-9d21-a2324c2f719c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:33:25.546Z|cc8e2b81-5f21-46ca-9d21-a2324c2f719c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:33:27.997Z|dfb25a3c-350c-413d-beb0-f7bb982ca3eb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:33:27.998Z|dfb25a3c-350c-413d-beb0-f7bb982ca3eb|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:33:35.089Z|1f657e66-fbc0-4631-a7dd-ae792aebad82|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:33:35.089Z|1f657e66-fbc0-4631-a7dd-ae792aebad82|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:33:35.566Z|433b8bb9-f222-4f31-bdec-5abe1b3a6c0a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:33:35.567Z|433b8bb9-f222-4f31-bdec-5abe1b3a6c0a|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:33:35.570Z|8eac5f61-32eb-4431-b85e-8ae382fd590a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:33:35.571Z|8eac5f61-32eb-4431-b85e-8ae382fd590a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:33:38.027Z|91c1acbf-7aa4-4d64-a34e-d41d8cf7de0b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:33:38.027Z|91c1acbf-7aa4-4d64-a34e-d41d8cf7de0b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:33:45.600Z|5f7a6157-4bb6-4c0e-a84f-d29e9905fb85|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:33:45.600Z|5f7a6157-4bb6-4c0e-a84f-d29e9905fb85|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:33:45.605Z|bc259c59-f4d0-49fc-975c-499c4c3eee42|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:33:45.605Z|bc259c59-f4d0-49fc-975c-499c4c3eee42|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:33:48.054Z|8c8ea070-2d2b-4fb3-96ef-b2f2da8afab8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:33:48.055Z|8c8ea070-2d2b-4fb3-96ef-b2f2da8afab8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:33:50.089Z|0853f3d1-1b4a-4f24-a1c4-3f0f8a799ea1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:33:50.089Z|0853f3d1-1b4a-4f24-a1c4-3f0f8a799ea1|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:33:51.562Z|bc0db336-7052-423d-a9cb-4c08bbfe4610|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:33:51.562Z|bc0db336-7052-423d-a9cb-4c08bbfe4610|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:33:55.630Z|9b1a5509-961c-4ced-bf3f-c3ca026d27ea|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:33:55.630Z|9b1a5509-961c-4ced-bf3f-c3ca026d27ea|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:33:55.633Z|445bb2aa-d88f-4d95-9920-08a927ae9714|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:33:55.634Z|445bb2aa-d88f-4d95-9920-08a927ae9714|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:33:56.116Z|6b35ebfc-f3d6-463d-9869-ca8b8496ef92|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:33:56.117Z|6b35ebfc-f3d6-463d-9869-ca8b8496ef92|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:33:58.084Z|026af20d-dadf-4451-aaf1-4fd87283d574|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:33:58.084Z|026af20d-dadf-4451-aaf1-4fd87283d574|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:34:05.089Z|ae501acc-c44f-47ec-a357-9ec6155b1d9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:34:05.089Z|ae501acc-c44f-47ec-a357-9ec6155b1d9e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:34:05.659Z|49aacb1c-303a-422a-b9f0-3fd366ea6458|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:34:05.659Z|1d736605-5f48-4919-b4f9-4221f7d5d7e7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:34:05.659Z|49aacb1c-303a-422a-b9f0-3fd366ea6458|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:34:05.660Z|1d736605-5f48-4919-b4f9-4221f7d5d7e7|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:34:08.108Z|f49995e9-41c3-4c19-b8c3-8cc5407bf580|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:34:08.109Z|f49995e9-41c3-4c19-b8c3-8cc5407bf580|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:34:15.690Z|cb652a0e-be10-4910-ada5-95762c063f11|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:34:15.691Z|cb652a0e-be10-4910-ada5-95762c063f11|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:34:15.693Z|e7a394ab-c500-4291-9d96-8b65583c659b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:34:15.694Z|e7a394ab-c500-4291-9d96-8b65583c659b|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:34:18.133Z|dfdabefe-4223-497f-a5d5-95a521851ab4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:34:18.134Z|dfdabefe-4223-497f-a5d5-95a521851ab4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:34:20.089Z|a3ea6222-47b1-40bf-8478-0587dee73215|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:34:20.090Z|a3ea6222-47b1-40bf-8478-0587dee73215|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:34:21.563Z|aa36332c-5fc5-48d5-a400-bf62119fdb4e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:34:21.564Z|aa36332c-5fc5-48d5-a400-bf62119fdb4e|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:34:25.726Z|2eef2a07-7aa5-45b7-8cea-4a171e7a2cdf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:34:25.726Z|2eef2a07-7aa5-45b7-8cea-4a171e7a2cdf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:34:25.730Z|ad33bc7b-a79b-47d0-8f44-5035417b7a64|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:34:25.730Z|ad33bc7b-a79b-47d0-8f44-5035417b7a64|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:34:28.163Z|5e725154-07f1-42a6-86a2-61f763d6e57e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:34:28.163Z|5e725154-07f1-42a6-86a2-61f763d6e57e|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:34:35.089Z|1f701600-47db-41d7-b81c-e28a53eb6888|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:34:35.093Z|1f701600-47db-41d7-b81c-e28a53eb6888|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:34:35.759Z|c1c87a64-461d-4cb4-9d3d-ca5eef5710b4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:34:35.760Z|9c802c09-56c2-427f-9a14-98da4c70b91c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:34:35.760Z|c1c87a64-461d-4cb4-9d3d-ca5eef5710b4|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:34:35.761Z|9c802c09-56c2-427f-9a14-98da4c70b91c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:34:38.193Z|e245beeb-a945-42ee-a145-b1767a7c10ba|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:34:38.194Z|e245beeb-a945-42ee-a145-b1767a7c10ba|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:34:45.787Z|4940e686-eab6-4ade-bde5-44d7b6a776db|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:34:45.788Z|4940e686-eab6-4ade-bde5-44d7b6a776db|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:34:45.790Z|2ed2414e-eb43-4eed-be31-a03b019c48d1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:34:45.791Z|2ed2414e-eb43-4eed-be31-a03b019c48d1|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:34:48.223Z|7b148e30-07aa-4a71-9c5c-ca3d229c5cfd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:34:48.224Z|7b148e30-07aa-4a71-9c5c-ca3d229c5cfd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:34:50.089Z|e35120bf-b9d9-4842-b764-678f365f9bcd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:34:50.089Z|e35120bf-b9d9-4842-b764-678f365f9bcd|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:34:51.564Z|b9c3a930-6403-4ee9-b2c7-2f5c09cffc82|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:34:51.565Z|b9c3a930-6403-4ee9-b2c7-2f5c09cffc82|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:34:55.822Z|6ab89400-a3de-4048-a7d6-42df5a21a8ae|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:34:55.823Z|6ab89400-a3de-4048-a7d6-42df5a21a8ae|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:34:55.826Z|05cdff66-2875-4682-9878-43ae4424ab44|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:34:55.827Z|05cdff66-2875-4682-9878-43ae4424ab44|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:34:56.116Z|8de76c09-782d-405b-a4df-4b94faead6d8|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:34:56.117Z|8de76c09-782d-405b-a4df-4b94faead6d8|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:34:58.253Z|777aa2d1-bf7a-48d1-ac00-5c213e48955c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:34:58.253Z|777aa2d1-bf7a-48d1-ac00-5c213e48955c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:35:05.089Z|3c6520d4-73ce-49b1-8560-bc8d77e457d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:35:05.089Z|3c6520d4-73ce-49b1-8560-bc8d77e457d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:35:05.854Z|d6b67f13-2850-45ab-8866-fb0e9d719787|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:35:05.854Z|d6b67f13-2850-45ab-8866-fb0e9d719787|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:35:05.856Z|a22ec857-ee65-4a54-b266-576dcf61cddc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:35:05.856Z|a22ec857-ee65-4a54-b266-576dcf61cddc|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:35:08.284Z|eabbf185-f5c3-45ef-9053-606517b4a90f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:35:08.284Z|eabbf185-f5c3-45ef-9053-606517b4a90f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:35:15.885Z|8445cd76-76d6-4bea-8795-10d6260bc901|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:35:15.886Z|da956cd6-0f28-4135-9f33-8779ae7334ba|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:35:15.886Z|8445cd76-76d6-4bea-8795-10d6260bc901|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:35:15.887Z|da956cd6-0f28-4135-9f33-8779ae7334ba|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:35:18.316Z|24ee82a1-29ed-4dc2-80f6-fc78be135def|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:35:18.317Z|24ee82a1-29ed-4dc2-80f6-fc78be135def|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:35:20.089Z|3f24c534-472e-4e39-9296-d7e2d51059a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:35:20.090Z|3f24c534-472e-4e39-9296-d7e2d51059a8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:35:21.565Z|b47bcf4d-30ec-4427-84d6-3f0df09899e1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:35:21.565Z|b47bcf4d-30ec-4427-84d6-3f0df09899e1|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:35:25.916Z|0f3a75d6-638b-45f6-9264-0fc9ad278456|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:35:25.916Z|0f3a75d6-638b-45f6-9264-0fc9ad278456|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:35:25.923Z|50acaa33-ac22-4893-b445-cf1dc2a4d5a8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:35:25.923Z|50acaa33-ac22-4893-b445-cf1dc2a4d5a8|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:35:28.348Z|a40b75a5-b20b-486c-b684-57aa5fbe5d40|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:35:28.349Z|a40b75a5-b20b-486c-b684-57aa5fbe5d40|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:35:35.089Z|f9c26b21-9919-4fa5-8cf6-6f9b004605fe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:35:35.089Z|f9c26b21-9919-4fa5-8cf6-6f9b004605fe|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:35:35.948Z|bdc99526-63a3-4d96-99b4-1067b8c092cf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:35:35.949Z|bdc99526-63a3-4d96-99b4-1067b8c092cf|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:35:35.949Z|8618d089-f4e4-4148-a2aa-07d9022006a8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:35:35.950Z|8618d089-f4e4-4148-a2aa-07d9022006a8|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:35:38.378Z|082760d4-2072-46ca-ba8a-fb7f7d66168f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:35:38.379Z|082760d4-2072-46ca-ba8a-fb7f7d66168f|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:35:45.978Z|b724d858-e9b9-42dd-bd90-3fd42c114fd1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:35:45.978Z|ea8b5c90-a07f-4e8c-9ef6-4f9504585d1c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:35:45.979Z|b724d858-e9b9-42dd-bd90-3fd42c114fd1|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:35:45.979Z|ea8b5c90-a07f-4e8c-9ef6-4f9504585d1c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:35:48.408Z|2c67001a-1d63-4834-89dc-26116f22972c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:35:48.409Z|2c67001a-1d63-4834-89dc-26116f22972c|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:35:50.090Z|7e7d2ff9-4448-4fbe-bfec-544a78fc9e1f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:35:50.095Z|7e7d2ff9-4448-4fbe-bfec-544a78fc9e1f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:35:51.566Z|e614ddac-30ef-45a0-9cd1-a6aa3dd03319|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:35:51.567Z|e614ddac-30ef-45a0-9cd1-a6aa3dd03319|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:35:56.014Z|60fae5ef-2a2e-4bc0-bb4f-f3782f2fe69c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:35:56.014Z|2a46761c-80bb-4456-9898-297fffbf0c25|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:35:56.014Z|2a46761c-80bb-4456-9898-297fffbf0c25|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:35:56.014Z|60fae5ef-2a2e-4bc0-bb4f-f3782f2fe69c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:35:56.115Z|7dc021cf-07c5-4e23-a773-701fc8cdf5e4|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:35:56.115Z|7dc021cf-07c5-4e23-a773-701fc8cdf5e4|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:35:58.437Z|5a1cf0c8-b72a-4733-9c42-477a30e9dc4d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:35:58.438Z|5a1cf0c8-b72a-4733-9c42-477a30e9dc4d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:36:05.089Z|2ffe4553-68d7-4efa-b2b0-7bcc6088a8b9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:36:05.090Z|2ffe4553-68d7-4efa-b2b0-7bcc6088a8b9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:36:06.047Z|534cb609-aa3f-473b-a43c-3f49982bf820|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:36:06.048Z|534cb609-aa3f-473b-a43c-3f49982bf820|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:36:06.052Z|c19fa50a-85fc-4153-8056-ff8eefecb2fd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:36:06.053Z|c19fa50a-85fc-4153-8056-ff8eefecb2fd|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:36:08.467Z|903c21fd-524f-4c8c-bca6-d4466e844a8a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:36:08.467Z|903c21fd-524f-4c8c-bca6-d4466e844a8a|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:36:16.080Z|f4b3cf36-0fd5-4dca-a36b-a3100de7a740|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:36:16.081Z|f4b3cf36-0fd5-4dca-a36b-a3100de7a740|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:36:16.084Z|3661b7ea-c9be-487d-bd6b-b7eda1b8c758|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:36:16.085Z|3661b7ea-c9be-487d-bd6b-b7eda1b8c758|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:36:18.500Z|3e7d5786-f3c1-42bd-87e4-3583462ca99b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:36:18.502Z|3e7d5786-f3c1-42bd-87e4-3583462ca99b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:36:20.089Z|8de5b02d-c3f4-4093-b606-a857bc130cdc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:36:20.090Z|8de5b02d-c3f4-4093-b606-a857bc130cdc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:36:21.568Z|d09154c2-d800-4cdd-b982-ce2d8545b7ca|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:36:21.568Z|d09154c2-d800-4cdd-b982-ce2d8545b7ca|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:36:26.114Z|e48d22e0-89c9-4740-9506-8a138d85c427|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:36:26.115Z|e48d22e0-89c9-4740-9506-8a138d85c427|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:36:26.120Z|bc1d771e-f5e6-429b-bd08-0457e3def5df|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:36:26.120Z|bc1d771e-f5e6-429b-bd08-0457e3def5df|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:36:28.532Z|76f8a105-1439-4215-a545-e3e378c83242|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:36:28.533Z|76f8a105-1439-4215-a545-e3e378c83242|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:36:35.092Z|42f1a0db-e215-44ee-a480-d39d5dd09147|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:36:35.101Z|42f1a0db-e215-44ee-a480-d39d5dd09147|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:36:36.148Z|7a2adcce-4fb3-4c52-93fb-f2d52c0e3d3a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:36:36.146Z|fc84f59c-ab3f-4b47-93d6-7189b8b95bb2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:36:36.150Z|7a2adcce-4fb3-4c52-93fb-f2d52c0e3d3a|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:36:36.150Z|fc84f59c-ab3f-4b47-93d6-7189b8b95bb2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:36:38.562Z|176af931-4a9a-4684-830a-d90f805b7978|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:36:38.563Z|176af931-4a9a-4684-830a-d90f805b7978|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:36:46.183Z|3f7bc4f6-ce3a-4401-b3f3-04e47dc432c4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:36:46.183Z|3f7bc4f6-ce3a-4401-b3f3-04e47dc432c4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:36:46.185Z|65747667-12fb-4090-91ce-eaa216246dea|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:36:46.185Z|65747667-12fb-4090-91ce-eaa216246dea|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:36:48.592Z|ea557965-56df-4350-906f-04e0ebc98db3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:36:48.592Z|ea557965-56df-4350-906f-04e0ebc98db3|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:36:50.089Z|5d28a308-a524-4cee-a7ba-a1f804118428|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:36:50.091Z|5d28a308-a524-4cee-a7ba-a1f804118428|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:36:51.569Z|6dbf4786-1aa5-4365-8f78-00e83d965e18|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:36:51.570Z|6dbf4786-1aa5-4365-8f78-00e83d965e18|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:36:56.116Z|1f5016b1-105c-48ed-886e-f323c4231920|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:36:56.117Z|1f5016b1-105c-48ed-886e-f323c4231920|http-nio-8080-exec-3|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:36:56.210Z|f514e10d-e028-4a1a-8900-d082943d259a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:36:56.211Z|f514e10d-e028-4a1a-8900-d082943d259a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:36:56.210Z|4424b71a-8dc3-40ba-945b-309ea9522caf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:36:56.211Z|4424b71a-8dc3-40ba-945b-309ea9522caf|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:36:58.621Z|b4fb8536-961d-48e9-8153-6f28ef37ba3b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:36:58.621Z|b4fb8536-961d-48e9-8153-6f28ef37ba3b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:37:05.089Z|44af2dcf-7810-47dc-b6bb-023344d5123f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:37:05.089Z|44af2dcf-7810-47dc-b6bb-023344d5123f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:37:06.244Z|e9fa932e-06d6-4bde-890a-0161e36f1b1b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:37:06.244Z|27bcc769-a870-430e-ab02-392ecdbfb8cc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:37:06.245Z|e9fa932e-06d6-4bde-890a-0161e36f1b1b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:37:06.245Z|27bcc769-a870-430e-ab02-392ecdbfb8cc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:37:08.651Z|7ed43f19-5a78-4b8a-8212-e85ec68f314d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:37:08.652Z|7ed43f19-5a78-4b8a-8212-e85ec68f314d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:37:16.275Z|1de7eeda-d37a-48bd-96cb-5d3d050dc3e5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:37:16.275Z|557c5ab2-6799-42ff-b10f-cb1cd059dbd5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:37:16.276Z|1de7eeda-d37a-48bd-96cb-5d3d050dc3e5|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:37:16.276Z|557c5ab2-6799-42ff-b10f-cb1cd059dbd5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:37:18.681Z|61d57fa8-b1f6-4dad-902b-08e1cfb77858|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:37:18.682Z|61d57fa8-b1f6-4dad-902b-08e1cfb77858|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:37:20.089Z|56c3cc98-6b7f-4dbb-a55a-95e29f7c361b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:37:20.093Z|56c3cc98-6b7f-4dbb-a55a-95e29f7c361b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:37:21.570Z|5c043331-eda1-4a4d-879e-71a5b2872239|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:37:21.571Z|5c043331-eda1-4a4d-879e-71a5b2872239|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:37:26.304Z|a41a3b84-d6f3-4055-afe5-ce709df46dde|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:37:26.304Z|a41a3b84-d6f3-4055-afe5-ce709df46dde|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:37:26.313Z|524ccebd-7866-417f-9c30-2b7b368063fe|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:37:26.314Z|524ccebd-7866-417f-9c30-2b7b368063fe|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:37:28.710Z|a2b86e1b-76c3-4c8e-b8f5-ee6b0d7f6b25|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:37:28.711Z|a2b86e1b-76c3-4c8e-b8f5-ee6b0d7f6b25|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:37:35.089Z|b1e843fc-6404-4bd4-974f-1e11a9e31f9a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:37:35.090Z|b1e843fc-6404-4bd4-974f-1e11a9e31f9a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:37:36.341Z|7a4dffb5-7137-41da-a2f4-949db5143003|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:37:36.342Z|7a4dffb5-7137-41da-a2f4-949db5143003|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:37:36.343Z|cb60071a-c518-401f-83d5-1e743aabeeca|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:37:36.344Z|cb60071a-c518-401f-83d5-1e743aabeeca|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:37:38.738Z|8572aeb4-afb6-4097-ba12-9ec1442b431e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:37:38.739Z|8572aeb4-afb6-4097-ba12-9ec1442b431e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:37:46.368Z|16ad37be-b66e-48b0-8cb1-c5dd0e693d35|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:37:46.368Z|16ad37be-b66e-48b0-8cb1-c5dd0e693d35|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:37:46.374Z|4436e018-765d-49d1-a45b-43892be9227c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:37:46.374Z|4436e018-765d-49d1-a45b-43892be9227c|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:37:48.764Z|a0da5d08-e16c-43ea-8049-2b716b69754c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:37:48.764Z|a0da5d08-e16c-43ea-8049-2b716b69754c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:37:50.089Z|1793634f-5e38-45cf-9537-49ed4ca2721e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:37:50.089Z|1793634f-5e38-45cf-9537-49ed4ca2721e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:37:51.571Z|d390a530-6700-48c4-a552-e2f9f7a9c69b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:37:51.572Z|d390a530-6700-48c4-a552-e2f9f7a9c69b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:37:56.115Z|b91e9564-08da-42d8-84b1-5635110d7ec9|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:37:56.116Z|b91e9564-08da-42d8-84b1-5635110d7ec9|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:37:56.396Z|50452321-7f97-4a66-8e9b-3b4200346520|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:37:56.396Z|50452321-7f97-4a66-8e9b-3b4200346520|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:37:56.403Z|8de08f51-d554-42de-99e9-22769745a214|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:37:56.403Z|8de08f51-d554-42de-99e9-22769745a214|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:37:58.793Z|18d98314-80c3-4b1e-8590-c1ef69bc5db0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:37:58.794Z|18d98314-80c3-4b1e-8590-c1ef69bc5db0|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:38:05.089Z|c98efdc5-d3f4-4646-8e8c-77423568dfad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:38:05.093Z|c98efdc5-d3f4-4646-8e8c-77423568dfad|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:38:06.423Z|62d11fd6-128f-46df-9bc0-0b3e4e72630d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:38:06.424Z|62d11fd6-128f-46df-9bc0-0b3e4e72630d|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:38:06.429Z|10f7265f-d301-47ac-9b55-b6e00b7da696|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:38:06.430Z|10f7265f-d301-47ac-9b55-b6e00b7da696|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:38:08.823Z|4bd3d362-a584-4032-a08c-86681344b6fc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:38:08.823Z|4bd3d362-a584-4032-a08c-86681344b6fc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:38:16.463Z|eeb129b2-20cf-4edc-a1ee-2172ca1da4f6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:38:16.464Z|eeb129b2-20cf-4edc-a1ee-2172ca1da4f6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:38:16.475Z|86a71e6b-a055-42ec-b7a6-ced3b0c35fa9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:38:16.476Z|86a71e6b-a055-42ec-b7a6-ced3b0c35fa9|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:38:18.850Z|801fa615-2a1c-4421-a55d-f569ffbb324b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:38:18.851Z|801fa615-2a1c-4421-a55d-f569ffbb324b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:38:20.089Z|66fa72f0-1e7c-41d1-b50d-90f5431840f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:38:20.090Z|66fa72f0-1e7c-41d1-b50d-90f5431840f4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:38:21.572Z|91edf469-3498-475d-8375-5f6ca2063363|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:38:21.573Z|91edf469-3498-475d-8375-5f6ca2063363|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:38:26.493Z|e15f5c4e-325d-4f83-8241-eb74bd66bd5b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:38:26.494Z|e15f5c4e-325d-4f83-8241-eb74bd66bd5b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:38:26.503Z|9374025f-40b7-4523-9609-6d6f86a6de7a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:38:26.504Z|9374025f-40b7-4523-9609-6d6f86a6de7a|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:38:28.882Z|8be0d91f-885c-47cb-9188-3073132dd17a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:38:28.882Z|8be0d91f-885c-47cb-9188-3073132dd17a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:38:35.089Z|94834abb-eea1-4fbe-aabf-4d518019683b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:38:35.090Z|94834abb-eea1-4fbe-aabf-4d518019683b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:38:36.524Z|8879dea3-a8e2-4e37-8309-dbfee056c427|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:38:36.525Z|8879dea3-a8e2-4e37-8309-dbfee056c427|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:38:36.532Z|9b975a00-cd56-424b-a287-2e0d685b58aa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:38:36.532Z|9b975a00-cd56-424b-a287-2e0d685b58aa|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:38:38.911Z|df6b11dd-e9b1-419b-a180-0803f07f6757|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:38:38.912Z|df6b11dd-e9b1-419b-a180-0803f07f6757|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:38:46.553Z|5601f34e-d8ce-4c09-ad2a-4d4f40649c4b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:38:46.553Z|5601f34e-d8ce-4c09-ad2a-4d4f40649c4b|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:38:46.561Z|2d7e19d6-a889-469b-8aab-8c7f6250cd61|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:38:46.561Z|2d7e19d6-a889-469b-8aab-8c7f6250cd61|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:38:48.942Z|edc0d54a-4658-46fb-a261-ce28cd8af2f3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:38:48.943Z|edc0d54a-4658-46fb-a261-ce28cd8af2f3|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:38:50.089Z|062c949a-99ab-4944-8403-164ffa815d65|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:38:50.093Z|062c949a-99ab-4944-8403-164ffa815d65|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:38:51.574Z|d8fe1795-d590-453a-9d47-6e23bffe1639|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:38:51.574Z|d8fe1795-d590-453a-9d47-6e23bffe1639|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:38:56.116Z|b1996e27-4d10-4c4f-9fd7-cd7ad168b0a7|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:38:56.117Z|b1996e27-4d10-4c4f-9fd7-cd7ad168b0a7|http-nio-8080-exec-1|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:38:56.582Z|4922f021-972e-41fe-bbe0-f540b05d29a1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:38:56.582Z|4922f021-972e-41fe-bbe0-f540b05d29a1|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:38:56.586Z|4f02c855-7324-4273-9a39-cf791e71b46c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:38:56.587Z|4f02c855-7324-4273-9a39-cf791e71b46c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:38:58.971Z|949de724-8008-405a-ae7e-ce2508ef955a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:38:58.972Z|949de724-8008-405a-ae7e-ce2508ef955a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:39:05.089Z|a0225c77-b13e-49ec-bbd8-32becad6c4aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:39:05.089Z|a0225c77-b13e-49ec-bbd8-32becad6c4aa|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:39:06.616Z|73b0b022-00b5-4a96-88dc-b846d80b2a68|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:39:06.616Z|73b0b022-00b5-4a96-88dc-b846d80b2a68|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:39:06.621Z|e8a7a1f6-5101-4370-ac5a-a37d6d5a0cb9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:39:06.621Z|e8a7a1f6-5101-4370-ac5a-a37d6d5a0cb9|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:39:08.996Z|b46f051f-5315-4258-9722-ac6ef6c0d090|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:39:08.997Z|b46f051f-5315-4258-9722-ac6ef6c0d090|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:39:16.644Z|f98fd741-05c1-419b-9d5d-7e380de0cafb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:39:16.645Z|f98fd741-05c1-419b-9d5d-7e380de0cafb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:39:16.649Z|e4f3ef47-d888-42e9-8ac8-67a33080b2b9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:39:16.650Z|e4f3ef47-d888-42e9-8ac8-67a33080b2b9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:39:19.028Z|a8669e8f-8179-48eb-91e6-f1434434bac5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:39:19.029Z|a8669e8f-8179-48eb-91e6-f1434434bac5|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:39:20.089Z|3be7df1a-8aa6-45ea-9198-a1f7446cde24|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:39:20.090Z|3be7df1a-8aa6-45ea-9198-a1f7446cde24|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:39:21.575Z|cad2ba5f-4169-4e2e-aa08-676d924f8fcf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:39:21.576Z|cad2ba5f-4169-4e2e-aa08-676d924f8fcf|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:39:26.680Z|c39a8726-3172-406e-8c9d-5e15e4bdb570|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:39:26.681Z|c39a8726-3172-406e-8c9d-5e15e4bdb570|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:39:26.684Z|90704425-c43f-4a1b-b5f0-daea8ba1365b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:39:26.684Z|90704425-c43f-4a1b-b5f0-daea8ba1365b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:39:29.056Z|cd4ba440-187d-469b-9bf2-439d2f86185e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:39:29.057Z|cd4ba440-187d-469b-9bf2-439d2f86185e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:39:35.089Z|6621fd4e-3334-485f-9d18-31ca4fa2e8dc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:39:35.093Z|6621fd4e-3334-485f-9d18-31ca4fa2e8dc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:39:36.710Z|16368193-a7b6-40f4-a6f4-479fcb39b015|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:39:36.711Z|16368193-a7b6-40f4-a6f4-479fcb39b015|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:39:36.714Z|9ea3d3f9-ef00-45d9-9f5e-d589d8025699|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:39:36.715Z|9ea3d3f9-ef00-45d9-9f5e-d589d8025699|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:39:39.088Z|b895f027-b168-4ca0-907f-abd193006e19|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:39:39.090Z|b895f027-b168-4ca0-907f-abd193006e19|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:39:46.742Z|cb55d9c6-7b28-44da-ad67-6785fddc2715|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:39:46.742Z|cb55d9c6-7b28-44da-ad67-6785fddc2715|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:39:46.747Z|dfe81b8c-cc65-47c5-8b7a-6d161f2ae987|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:39:46.747Z|dfe81b8c-cc65-47c5-8b7a-6d161f2ae987|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:39:49.116Z|fc23fd05-dd31-4ae8-81e2-3ef5c09214a6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:39:49.117Z|fc23fd05-dd31-4ae8-81e2-3ef5c09214a6|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:39:50.089Z|5cf22d5b-f543-4046-8c68-3599da8f6a99|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:39:50.089Z|5cf22d5b-f543-4046-8c68-3599da8f6a99|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:39:51.576Z|ed836429-afa6-49bf-b5c7-c03d420b5bd0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:39:51.577Z|ed836429-afa6-49bf-b5c7-c03d420b5bd0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:39:56.115Z|f8f8dbfa-b75b-49ea-aba8-2eb17996d3e6|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:39:56.116Z|f8f8dbfa-b75b-49ea-aba8-2eb17996d3e6|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:39:56.773Z|7ad4d807-8ec5-4822-b577-959418bbe517|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:39:56.774Z|7ad4d807-8ec5-4822-b577-959418bbe517|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:39:56.775Z|1c735641-75d4-45e4-aad7-6a7a93212c6f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:39:56.775Z|1c735641-75d4-45e4-aad7-6a7a93212c6f|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:39:59.147Z|706e031d-217c-4ebd-9591-43f7076aa8c3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:39:59.148Z|706e031d-217c-4ebd-9591-43f7076aa8c3|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:40:05.091Z|9b25e547-99ba-45f0-a475-93ac2331fcee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:40:05.091Z|9b25e547-99ba-45f0-a475-93ac2331fcee|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:40:06.802Z|8cc8493e-dc9f-419d-b38c-383e7198c770|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:40:06.803Z|8cc8493e-dc9f-419d-b38c-383e7198c770|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:40:06.806Z|2c7da395-2706-4857-840e-e788c46ea53c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:40:06.807Z|2c7da395-2706-4857-840e-e788c46ea53c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:40:09.179Z|feb82f4d-618b-4719-af55-f878ef5768f3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:40:09.180Z|feb82f4d-618b-4719-af55-f878ef5768f3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:40:16.836Z|cb96a0fb-784a-4ed0-8188-c9f237c4dd27|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:40:16.837Z|cb96a0fb-784a-4ed0-8188-c9f237c4dd27|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:40:16.840Z|a493b4c0-0a30-46e5-bafd-b767b667bcda|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:40:16.841Z|a493b4c0-0a30-46e5-bafd-b767b667bcda|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:40:19.206Z|6c0ee1fa-8588-4b7e-8de2-fce7ce555d5a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:40:19.206Z|6c0ee1fa-8588-4b7e-8de2-fce7ce555d5a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:40:20.089Z|a5e71145-1e61-4be2-9e8a-3f452807276f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:40:20.094Z|a5e71145-1e61-4be2-9e8a-3f452807276f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:40:21.577Z|b4a45d3e-eca2-4663-a8d4-6fda8ab78dd7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:40:21.578Z|b4a45d3e-eca2-4663-a8d4-6fda8ab78dd7|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:40:26.869Z|839c1590-0780-4f75-95b8-0b0ef7224fd7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:40:26.869Z|839c1590-0780-4f75-95b8-0b0ef7224fd7|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:40:26.869Z|c83257d4-67eb-44a4-94a8-5104035b5f24|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:40:26.870Z|c83257d4-67eb-44a4-94a8-5104035b5f24|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:40:29.238Z|c9bdc67b-963a-47f0-9989-a77b1d500b12|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:40:29.238Z|c9bdc67b-963a-47f0-9989-a77b1d500b12|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:40:35.089Z|d7eb31d2-dba3-4fba-8a1f-b06907d16c92|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:40:35.090Z|d7eb31d2-dba3-4fba-8a1f-b06907d16c92|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:40:36.898Z|b07b16b2-b982-4b94-b5a0-5cde294ea012|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:40:36.899Z|b07b16b2-b982-4b94-b5a0-5cde294ea012|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:40:36.899Z|0b0d4681-a231-4874-bee5-8a6cf86a3cf9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:40:36.901Z|0b0d4681-a231-4874-bee5-8a6cf86a3cf9|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:40:39.265Z|dac3c38b-cae7-4e0b-be05-e484ce242442|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:40:39.266Z|dac3c38b-cae7-4e0b-be05-e484ce242442|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:40:46.930Z|4c370a7d-40af-415d-8e1e-1a55cd16167c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:40:46.930Z|4c370a7d-40af-415d-8e1e-1a55cd16167c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:40:46.936Z|24298476-c39d-47c8-91c0-6a40a57cb33c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:40:46.936Z|24298476-c39d-47c8-91c0-6a40a57cb33c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:40:49.294Z|9ff5444d-1c5a-4baa-9169-455f3f02651e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:40:49.295Z|9ff5444d-1c5a-4baa-9169-455f3f02651e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:40:50.089Z|de5429be-2bba-4a17-86ad-9f65f406c2d0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:40:50.090Z|de5429be-2bba-4a17-86ad-9f65f406c2d0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:40:51.579Z|02e42095-5db7-460f-8570-6cc91656c030|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:40:51.579Z|02e42095-5db7-460f-8570-6cc91656c030|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:40:56.116Z|3606a280-e4ca-4124-a570-285584343781|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:40:56.116Z|3606a280-e4ca-4124-a570-285584343781|http-nio-8080-exec-7|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:40:56.959Z|5b84cba2-430a-436d-8bde-59fbc2ad6706|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:40:56.959Z|5b84cba2-430a-436d-8bde-59fbc2ad6706|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:40:56.964Z|7dd5cc16-3de4-494d-a7cd-d8f39d32d8b6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:40:56.965Z|7dd5cc16-3de4-494d-a7cd-d8f39d32d8b6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:40:59.317Z|3c34e789-7f96-4dc7-9b41-90aa35bb51f5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:40:59.318Z|3c34e789-7f96-4dc7-9b41-90aa35bb51f5|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:41:05.089Z|d650d7ae-ec78-4890-a81b-f7858a0dfd1d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:41:05.093Z|d650d7ae-ec78-4890-a81b-f7858a0dfd1d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:41:06.990Z|22e9090b-7c3f-4d61-9f93-fbe404526877|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:41:06.991Z|22e9090b-7c3f-4d61-9f93-fbe404526877|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:41:06.995Z|81ce04df-0361-4f73-9174-a3a92dd64021|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:41:06.995Z|81ce04df-0361-4f73-9174-a3a92dd64021|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:41:09.344Z|11908fdc-4239-46f7-8fae-a4cf84485339|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:41:09.345Z|11908fdc-4239-46f7-8fae-a4cf84485339|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:41:17.021Z|0693f054-f75c-4c68-bd06-c2b853ec53ba|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:41:17.022Z|0693f054-f75c-4c68-bd06-c2b853ec53ba|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:41:17.027Z|7e7fc07e-bd16-4834-99d7-23ed2523b621|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:41:17.028Z|7e7fc07e-bd16-4834-99d7-23ed2523b621|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:41:19.375Z|9bf59415-fc2d-4bfc-b886-666f8e9d2787|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:41:19.375Z|9bf59415-fc2d-4bfc-b886-666f8e9d2787|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:41:20.089Z|41762ead-2f3e-4c30-bb77-aec5ca3055e9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:41:20.089Z|41762ead-2f3e-4c30-bb77-aec5ca3055e9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:41:21.580Z|bfb0ce2a-44f5-4061-81d0-744b7550758b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:41:21.580Z|bfb0ce2a-44f5-4061-81d0-744b7550758b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:41:27.050Z|a8624560-a200-41f4-8c25-9fbfc5b655ae|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:41:27.051Z|a8624560-a200-41f4-8c25-9fbfc5b655ae|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:41:27.056Z|596b42c4-a0f6-46be-b30c-a7ae48e046f7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:41:27.056Z|596b42c4-a0f6-46be-b30c-a7ae48e046f7|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:41:29.405Z|12ff8aa4-f16b-4df2-ad0f-1261f2eff5cb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:41:29.405Z|12ff8aa4-f16b-4df2-ad0f-1261f2eff5cb|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:41:35.089Z|ede736c1-7935-4df9-b47d-219aa3f23884|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:41:35.089Z|ede736c1-7935-4df9-b47d-219aa3f23884|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:41:37.081Z|5069c34a-7a08-4b59-a34a-77924ee4de02|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:41:37.082Z|5069c34a-7a08-4b59-a34a-77924ee4de02|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:41:37.085Z|bcd4cb16-4367-4681-b198-0dd392fb1d89|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:41:37.085Z|bcd4cb16-4367-4681-b198-0dd392fb1d89|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:41:39.437Z|7965ec57-775f-4c0b-945b-ed03e05d56d7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:41:39.438Z|7965ec57-775f-4c0b-945b-ed03e05d56d7|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:41:47.115Z|fc01a1d5-9f1b-48c5-8029-fb8bfdc2ae52|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:41:47.116Z|fc01a1d5-9f1b-48c5-8029-fb8bfdc2ae52|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:41:47.121Z|b55ce0cd-f399-4e2c-b5a1-ced9d9a3c424|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:41:47.122Z|b55ce0cd-f399-4e2c-b5a1-ced9d9a3c424|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:41:49.471Z|5dca39a2-3be7-4221-8983-ea4940c02753|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:41:49.471Z|5dca39a2-3be7-4221-8983-ea4940c02753|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:41:50.089Z|7e9bbc56-3682-49c5-aff5-3dce496e4260|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:41:50.093Z|7e9bbc56-3682-49c5-aff5-3dce496e4260|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:41:51.581Z|09d85445-bb3a-4e1c-bd36-d8e653b9a05d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:41:51.581Z|09d85445-bb3a-4e1c-bd36-d8e653b9a05d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:41:56.116Z|21814ce7-8936-47e2-a265-202a015145be|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:41:56.117Z|21814ce7-8936-47e2-a265-202a015145be|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:41:57.146Z|ef0b6219-f995-4af5-a557-73473d7f2dfd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:41:57.147Z|ef0b6219-f995-4af5-a557-73473d7f2dfd|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:41:57.151Z|682493df-1c50-42cd-94ab-337b33bddd9a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:41:57.152Z|682493df-1c50-42cd-94ab-337b33bddd9a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:41:59.502Z|dd6b448f-36d3-4580-9a47-78c2875e4798|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:41:59.503Z|dd6b448f-36d3-4580-9a47-78c2875e4798|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:42:05.089Z|c9885601-376b-4a8f-a62f-125c27eb9187|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:42:05.090Z|c9885601-376b-4a8f-a62f-125c27eb9187|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:42:07.175Z|6c9f3e9d-b36b-4ac5-97ce-62345422afee|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:42:07.175Z|6c9f3e9d-b36b-4ac5-97ce-62345422afee|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:42:07.178Z|619ef374-03df-4ca9-990d-4715c1a35f11|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:42:07.179Z|619ef374-03df-4ca9-990d-4715c1a35f11|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:42:09.530Z|7c42d9cf-60d4-4aa1-a605-b9d3d2f377f0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:42:09.531Z|7c42d9cf-60d4-4aa1-a605-b9d3d2f377f0|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:42:17.207Z|6308bf32-4719-4338-8136-0c56d6fffaca|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:42:17.208Z|6308bf32-4719-4338-8136-0c56d6fffaca|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:42:17.209Z|df7f6d35-37bb-49ef-b97e-16c295938373|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:42:17.209Z|df7f6d35-37bb-49ef-b97e-16c295938373|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:42:19.553Z|41ac1872-ef87-4c5d-9eec-1844ad737513|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:42:19.554Z|41ac1872-ef87-4c5d-9eec-1844ad737513|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:42:20.089Z|2c04b9cf-710c-4105-b3b2-733cae859b77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:42:20.089Z|2c04b9cf-710c-4105-b3b2-733cae859b77|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:42:21.582Z|b9aa654a-7b0f-45c6-9faf-cb9e93afb571|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:42:21.583Z|b9aa654a-7b0f-45c6-9faf-cb9e93afb571|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:42:27.240Z|1ce7def4-23fc-4ebf-b1d2-9d954835904f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:42:27.241Z|1ce7def4-23fc-4ebf-b1d2-9d954835904f|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:42:27.247Z|cf75f477-5377-4e4c-ad94-237535fa3118|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:42:27.248Z|cf75f477-5377-4e4c-ad94-237535fa3118|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:42:29.582Z|a57b9354-5582-4d45-b5ad-43b54ce70213|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:42:29.583Z|a57b9354-5582-4d45-b5ad-43b54ce70213|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:42:35.089Z|405996b6-69d9-4385-b684-09ff0e2b8e0f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:42:35.094Z|405996b6-69d9-4385-b684-09ff0e2b8e0f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:42:37.272Z|cabdd689-f6ee-49e9-8e33-8af0d60bb05c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:42:37.273Z|cabdd689-f6ee-49e9-8e33-8af0d60bb05c|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:42:37.277Z|87854b1b-b6e0-4c63-93fc-f9566b385c41|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:42:37.278Z|87854b1b-b6e0-4c63-93fc-f9566b385c41|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:42:39.607Z|9d0bbeeb-ea80-49ba-87e9-a0817d33aa14|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:42:39.607Z|9d0bbeeb-ea80-49ba-87e9-a0817d33aa14|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:42:47.303Z|1d9bb62f-4b77-4cd8-ae71-dd585a3fc214|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:42:47.304Z|1d9bb62f-4b77-4cd8-ae71-dd585a3fc214|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:42:47.311Z|753e4d7f-fb20-4fed-9192-d3b2a19b66cc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:42:47.312Z|753e4d7f-fb20-4fed-9192-d3b2a19b66cc|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:42:49.639Z|788f094b-be86-4b7e-bf96-2da698ed1088|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:42:49.640Z|788f094b-be86-4b7e-bf96-2da698ed1088|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:42:50.089Z|184b71fd-526a-4868-95f5-574a8857db23|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:42:50.089Z|184b71fd-526a-4868-95f5-574a8857db23|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:42:51.583Z|966914c5-bf7d-46df-ab81-30661f603715|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:42:51.584Z|966914c5-bf7d-46df-ab81-30661f603715|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:42:56.116Z|5d0c6ddf-f122-40ab-a74a-570cdea3a1f3|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:42:56.117Z|5d0c6ddf-f122-40ab-a74a-570cdea3a1f3|http-nio-8080-exec-5|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:42:57.334Z|e1473134-6ca7-4e72-8805-8b7b0a068134|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:42:57.335Z|e1473134-6ca7-4e72-8805-8b7b0a068134|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:42:57.341Z|b67b46bb-f474-42dd-ad8d-042c11b63b3a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:42:57.341Z|b67b46bb-f474-42dd-ad8d-042c11b63b3a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:42:59.666Z|03eb25d1-dcde-431c-ace1-2a4e56a64819|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:42:59.666Z|03eb25d1-dcde-431c-ace1-2a4e56a64819|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:43:05.089Z|9338718d-cd50-4fef-b2ab-81dd0b4dedc6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:43:05.090Z|9338718d-cd50-4fef-b2ab-81dd0b4dedc6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:43:07.367Z|866257fd-b121-4e51-ae23-1eb3033b4994|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:43:07.368Z|866257fd-b121-4e51-ae23-1eb3033b4994|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:43:07.371Z|7931a7e4-4b03-478c-bf46-15a4d36f6b43|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:43:07.372Z|7931a7e4-4b03-478c-bf46-15a4d36f6b43|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:43:09.690Z|b169ba4b-2c58-462d-9c7d-9dbde04f987c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:43:09.690Z|b169ba4b-2c58-462d-9c7d-9dbde04f987c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:43:17.398Z|bfeb718e-1c89-4d8e-b68b-c9219008000f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:43:17.399Z|bfeb718e-1c89-4d8e-b68b-c9219008000f|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:43:17.401Z|d82cc35c-7e98-4130-83c3-cfc0350780ed|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:43:17.401Z|d82cc35c-7e98-4130-83c3-cfc0350780ed|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:43:19.718Z|291b5fb0-99d5-4b6c-9ccc-59462895b1a3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:43:19.719Z|291b5fb0-99d5-4b6c-9ccc-59462895b1a3|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:43:20.089Z|a58a0659-e2aa-4570-b867-467e92edd68a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:43:20.093Z|a58a0659-e2aa-4570-b867-467e92edd68a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:43:21.584Z|884dfdcc-d95b-493d-92b9-e0b233fa3c58|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:43:21.585Z|884dfdcc-d95b-493d-92b9-e0b233fa3c58|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:43:27.428Z|874980ad-66ab-4177-a652-24e24d673119|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:43:27.429Z|874980ad-66ab-4177-a652-24e24d673119|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:43:27.428Z|9c234c4a-da4d-43f0-aee6-3949584fea7b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:43:27.430Z|9c234c4a-da4d-43f0-aee6-3949584fea7b|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:43:29.749Z|28a3dd29-93cc-4037-87ab-341cb78029ab|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:43:29.751Z|28a3dd29-93cc-4037-87ab-341cb78029ab|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:43:35.089Z|56acccd9-1a53-4acb-b77b-2acb141f34d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:43:35.089Z|56acccd9-1a53-4acb-b77b-2acb141f34d7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:43:37.457Z|ee40a6b8-a48b-4022-8690-ae80873997f8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:43:37.457Z|ee40a6b8-a48b-4022-8690-ae80873997f8|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:43:37.458Z|72db6453-8902-4c9a-a03f-cffd35697715|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:43:37.458Z|72db6453-8902-4c9a-a03f-cffd35697715|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:43:39.775Z|b9dec9e2-bdc0-4827-a36a-1b2d2123e5e2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:43:39.776Z|b9dec9e2-bdc0-4827-a36a-1b2d2123e5e2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:43:47.487Z|79405b35-8a9e-448d-af8f-75823260cee3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:43:47.487Z|79405b35-8a9e-448d-af8f-75823260cee3|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:43:47.492Z|a99c9ca2-c4e0-440d-8cfb-e2c36892e992|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:43:47.493Z|a99c9ca2-c4e0-440d-8cfb-e2c36892e992|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:43:49.804Z|64f9f053-4d8d-45b2-9084-d8cfbe06a7ff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:43:49.805Z|64f9f053-4d8d-45b2-9084-d8cfbe06a7ff|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:43:50.089Z|28781c18-2f68-413f-b492-8cddabb9b2ba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:43:50.090Z|28781c18-2f68-413f-b492-8cddabb9b2ba|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:43:51.586Z|9706b6b6-c086-4a31-8e49-2b11cf34945d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:43:51.586Z|9706b6b6-c086-4a31-8e49-2b11cf34945d|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:43:56.116Z|acf48dba-7fc6-4273-97af-05c419ad9bb2|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:43:56.116Z|acf48dba-7fc6-4273-97af-05c419ad9bb2|http-nio-8080-exec-6|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:43:57.516Z|43a3e85d-8310-4f57-a3f8-86ca44f48b9c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:43:57.516Z|43a3e85d-8310-4f57-a3f8-86ca44f48b9c|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:43:57.523Z|87facef1-7762-4cfb-8e7c-aa92178ac487|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:43:57.523Z|87facef1-7762-4cfb-8e7c-aa92178ac487|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:43:59.832Z|9b6db545-d637-4843-b5f8-ee4ce5ef9d5b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:43:59.833Z|9b6db545-d637-4843-b5f8-ee4ce5ef9d5b|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:44:05.089Z|488af4ce-967b-4468-8320-9928d71dba1f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:44:05.093Z|488af4ce-967b-4468-8320-9928d71dba1f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:44:07.545Z|d4026492-4962-40cf-87c8-dc0eaf78d958|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:44:07.546Z|d4026492-4962-40cf-87c8-dc0eaf78d958|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:44:07.551Z|5bf37d1b-38bc-4493-9719-548765e2b441|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:44:07.551Z|5bf37d1b-38bc-4493-9719-548765e2b441|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:44:09.859Z|b3c75ff8-d7e6-4ce6-b1ab-b77f309bd3ff|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:44:09.860Z|b3c75ff8-d7e6-4ce6-b1ab-b77f309bd3ff|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:44:17.578Z|25bbc344-b911-4e1d-a282-35f800841d52|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:44:17.579Z|25bbc344-b911-4e1d-a282-35f800841d52|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:44:17.580Z|b56012cf-c7fb-474a-8cab-da7a74987686|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:44:17.581Z|b56012cf-c7fb-474a-8cab-da7a74987686|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:44:19.884Z|c036d1e6-dd3f-4d00-ab29-77370000a1ba|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:44:19.884Z|c036d1e6-dd3f-4d00-ab29-77370000a1ba|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:44:20.089Z|a79b2040-5430-40c4-b5a0-7e6735b91ea9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:44:20.090Z|a79b2040-5430-40c4-b5a0-7e6735b91ea9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:44:21.587Z|9bbd69c2-cf07-4df2-b34d-6f36735978a6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:44:21.588Z|9bbd69c2-cf07-4df2-b34d-6f36735978a6|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:44:27.609Z|4ad0bf4d-47c8-4744-b42e-944c4c209c14|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:44:27.609Z|f4230188-5351-4039-b121-681a54ef2f0a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:44:27.610Z|f4230188-5351-4039-b121-681a54ef2f0a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:44:27.610Z|4ad0bf4d-47c8-4744-b42e-944c4c209c14|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:44:29.917Z|22a8a5fd-3819-4b7a-9101-12508cb01d1d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:44:29.917Z|22a8a5fd-3819-4b7a-9101-12508cb01d1d|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:44:35.089Z|32c7804c-0f90-4315-942e-6a21fd67ca3d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:44:35.090Z|32c7804c-0f90-4315-942e-6a21fd67ca3d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:44:37.640Z|a2ae8a62-9fd0-48b6-960b-dcd23f18b090|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:44:37.641Z|a2ae8a62-9fd0-48b6-960b-dcd23f18b090|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:44:37.646Z|3d9444ae-a87a-44f4-a0cf-2826518f7a3c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:44:37.646Z|3d9444ae-a87a-44f4-a0cf-2826518f7a3c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:44:39.947Z|89ed9133-362e-4076-ba10-2e309713055e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:44:39.948Z|89ed9133-362e-4076-ba10-2e309713055e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:44:47.673Z|2a7cc9f7-aca9-46f8-b330-a928fe7f48c2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:44:47.673Z|2a7cc9f7-aca9-46f8-b330-a928fe7f48c2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:44:47.677Z|10fb7980-24e6-4b65-a874-f02871a947d2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:44:47.677Z|10fb7980-24e6-4b65-a874-f02871a947d2|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:44:49.978Z|70da70c9-3983-42c2-9ff8-409e6cce4b4b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:44:49.978Z|70da70c9-3983-42c2-9ff8-409e6cce4b4b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:44:50.089Z|72d1eedd-bf3b-4b66-b0e7-cffbd5cf20a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:44:50.093Z|72d1eedd-bf3b-4b66-b0e7-cffbd5cf20a3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:44:51.589Z|7923c260-7a76-4572-8c4f-c67679aff40c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:44:51.590Z|7923c260-7a76-4572-8c4f-c67679aff40c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:44:56.118Z|5b90881b-a3ce-407e-903e-97a2ff725ba2|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:44:56.119Z|5b90881b-a3ce-407e-903e-97a2ff725ba2|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:44:57.705Z|1404cfcc-3036-4b36-8545-a652056e66b0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:44:57.706Z|1404cfcc-3036-4b36-8545-a652056e66b0|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:44:57.710Z|9d2cd673-2046-41c1-a4c5-d8e78571cfa6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:44:57.711Z|9d2cd673-2046-41c1-a4c5-d8e78571cfa6|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:45:00.007Z|0fcb7121-f022-4fe6-8583-bed678006dcb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:45:00.008Z|0fcb7121-f022-4fe6-8583-bed678006dcb|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:45:05.089Z|71d2af63-d32d-4a99-b376-0f868f73623d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:45:05.089Z|71d2af63-d32d-4a99-b376-0f868f73623d|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:45:07.740Z|a4e6c142-41e8-43f8-8919-2710e6ba1e5c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:45:07.740Z|8087e802-073f-4d71-afc0-b84049c5d2dd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:45:07.741Z|a4e6c142-41e8-43f8-8919-2710e6ba1e5c|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:45:07.741Z|8087e802-073f-4d71-afc0-b84049c5d2dd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:45:10.035Z|a04a9187-82e6-469d-a2b5-4b41ec8a6b7f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:45:10.036Z|a04a9187-82e6-469d-a2b5-4b41ec8a6b7f|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:45:17.770Z|ca66820a-f760-4ac4-bac8-a334b9bae77d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:45:17.771Z|ca66820a-f760-4ac4-bac8-a334b9bae77d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:45:17.778Z|0543800b-909f-4803-ac54-76a44ff7a0a8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:45:17.779Z|0543800b-909f-4803-ac54-76a44ff7a0a8|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:45:20.065Z|3c084ef2-70c4-49d3-b085-972b1e39dc0e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:45:20.066Z|3c084ef2-70c4-49d3-b085-972b1e39dc0e|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:45:20.089Z|5734180c-7a33-4c3c-aee0-1d60043c35e9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:45:20.089Z|5734180c-7a33-4c3c-aee0-1d60043c35e9|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:45:21.590Z|ffb67dc1-e09f-4477-bf6f-d1c2178f6b25|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:45:21.591Z|ffb67dc1-e09f-4477-bf6f-d1c2178f6b25|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:45:27.800Z|a77bc871-f2b1-4965-a655-71a202536249|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:45:27.801Z|a77bc871-f2b1-4965-a655-71a202536249|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:45:27.806Z|76040be8-cd1a-4029-ba87-c08704a535ee|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:45:27.807Z|76040be8-cd1a-4029-ba87-c08704a535ee|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:45:30.089Z|0172b5c9-97dd-46df-9f7b-9e5fbd284b6d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:45:30.090Z|0172b5c9-97dd-46df-9f7b-9e5fbd284b6d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:45:35.089Z|59efcafd-e0c4-4d37-9b8a-7094e51b8318|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:45:35.093Z|59efcafd-e0c4-4d37-9b8a-7094e51b8318|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:45:37.829Z|b09d7e2e-7ece-4471-9241-f0ac31280e96|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:45:37.830Z|b09d7e2e-7ece-4471-9241-f0ac31280e96|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:45:37.833Z|e5f95fbc-50a8-4769-9123-f14e6d146862|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:45:37.833Z|e5f95fbc-50a8-4769-9123-f14e6d146862|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:45:40.117Z|c88a629e-cfb5-4bb6-a1ea-c11a7804ca7d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:45:40.118Z|c88a629e-cfb5-4bb6-a1ea-c11a7804ca7d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:45:47.859Z|b8f252b0-1ced-44a5-a35c-7630ae6f1cea|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:45:47.859Z|b8f252b0-1ced-44a5-a35c-7630ae6f1cea|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:45:47.861Z|8d2f0ebb-5d62-4f29-8bf7-1459e267890f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:45:47.862Z|8d2f0ebb-5d62-4f29-8bf7-1459e267890f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:45:50.089Z|b1de3a84-2d5d-4fdf-963d-35abee7c432e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:45:50.090Z|b1de3a84-2d5d-4fdf-963d-35abee7c432e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:45:50.142Z|f1505c6a-9f62-4399-80eb-f3797f8e2c06|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:45:50.143Z|f1505c6a-9f62-4399-80eb-f3797f8e2c06|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:45:51.592Z|c940d097-8629-4d7d-87c0-3ec9286d85fb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:45:51.593Z|c940d097-8629-4d7d-87c0-3ec9286d85fb|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:45:56.116Z|f0777d5e-b40f-4c17-8f33-a17f4e3b2204|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:45:56.117Z|f0777d5e-b40f-4c17-8f33-a17f4e3b2204|http-nio-8080-exec-8|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:45:57.888Z|05314f57-1a2f-461c-9892-b7a7f2612ae4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:45:57.888Z|05314f57-1a2f-461c-9892-b7a7f2612ae4|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:45:57.892Z|57a59197-512f-49a8-9d93-cf89d1a3025e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:45:57.892Z|57a59197-512f-49a8-9d93-cf89d1a3025e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:46:00.172Z|1d090ec3-e831-4b61-b233-4586fc44b5b7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:46:00.173Z|1d090ec3-e831-4b61-b233-4586fc44b5b7|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:46:05.089Z|a76e1adc-edeb-40c4-aa96-976be6c8783a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:46:05.089Z|a76e1adc-edeb-40c4-aa96-976be6c8783a|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:46:07.918Z|c60f989f-f3f6-423c-a2a6-bd9e11fc2135|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:46:07.919Z|c60f989f-f3f6-423c-a2a6-bd9e11fc2135|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:46:07.920Z|56e2673f-67ed-4fe4-9ecb-d5d702ade0e8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:46:07.921Z|56e2673f-67ed-4fe4-9ecb-d5d702ade0e8|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:46:10.198Z|646f4991-3598-4a77-bf04-0a9f31d946be|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:46:10.199Z|646f4991-3598-4a77-bf04-0a9f31d946be|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:46:17.953Z|d7831901-2812-454f-9277-7bb86d8b1e95|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:46:17.953Z|d7831901-2812-454f-9277-7bb86d8b1e95|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:46:17.953Z|e889053e-7b3f-4b0d-82b4-690f1addfe40|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:46:17.954Z|e889053e-7b3f-4b0d-82b4-690f1addfe40|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:46:20.089Z|c791ac69-8822-48dd-85ac-331813541618|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:46:20.093Z|c791ac69-8822-48dd-85ac-331813541618|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:46:20.225Z|1c73f02b-8075-4847-97f8-f2f4a5c15547|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:46:20.225Z|1c73f02b-8075-4847-97f8-f2f4a5c15547|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:46:21.593Z|fe438efd-2993-41fc-a56a-2cf0be4b6e6b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:46:21.594Z|fe438efd-2993-41fc-a56a-2cf0be4b6e6b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:46:27.986Z|4740099a-6aa6-4131-b227-d3e525b2d735|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:46:27.986Z|a2c7fdb5-ae5d-4b44-aeae-14923f7b8073|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:46:27.987Z|4740099a-6aa6-4131-b227-d3e525b2d735|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:46:27.988Z|a2c7fdb5-ae5d-4b44-aeae-14923f7b8073|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:46:30.250Z|6f653e9d-df32-4ece-bfeb-57e5b411c6d5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:46:30.250Z|6f653e9d-df32-4ece-bfeb-57e5b411c6d5|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:46:35.089Z|aaaaf755-df03-4888-a279-8d582900eb2f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:46:35.090Z|aaaaf755-df03-4888-a279-8d582900eb2f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:46:38.021Z|2adef5d3-607d-4b07-9cbc-91d3c0113cfd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:46:38.021Z|2adef5d3-607d-4b07-9cbc-91d3c0113cfd|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:46:38.023Z|32ea47ba-a23f-4eff-bbce-a9e5026a926b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:46:38.023Z|32ea47ba-a23f-4eff-bbce-a9e5026a926b|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:46:40.278Z|4048998e-a995-457c-b6e0-5e67e18db92a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:46:40.279Z|4048998e-a995-457c-b6e0-5e67e18db92a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:46:48.056Z|5cce526c-e225-40ad-8045-80025a8eae8d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:46:48.057Z|5cce526c-e225-40ad-8045-80025a8eae8d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:46:48.059Z|4c09d39c-7136-48e5-b514-3feaef8607e0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:46:48.059Z|4c09d39c-7136-48e5-b514-3feaef8607e0|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:46:50.089Z|1493a111-ff10-4a55-9999-2e326dee72d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:46:50.090Z|1493a111-ff10-4a55-9999-2e326dee72d3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:46:50.311Z|a1026847-dfb2-4ac6-8f1e-f88cb0e8b3b1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:46:50.312Z|a1026847-dfb2-4ac6-8f1e-f88cb0e8b3b1|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:46:51.595Z|a83ff15f-5381-4075-8331-9f1191ab7233|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:46:51.595Z|a83ff15f-5381-4075-8331-9f1191ab7233|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:46:56.118Z|12e780fe-c87a-497c-8a32-b25f4bf40272|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:46:56.119Z|12e780fe-c87a-497c-8a32-b25f4bf40272|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:46:58.085Z|6d0c1062-82eb-4e7f-9c5a-6a838b335549|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:46:58.086Z|e3b30a49-cc43-4016-896e-edf0d3ab3a69|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:46:58.086Z|6d0c1062-82eb-4e7f-9c5a-6a838b335549|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:46:58.087Z|e3b30a49-cc43-4016-896e-edf0d3ab3a69|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:47:00.343Z|05373d78-e082-47c9-a5b2-5a45edc796cc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:47:00.344Z|05373d78-e082-47c9-a5b2-5a45edc796cc|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:47:05.089Z|a6baac27-d027-4c9e-9469-0aa912a26010|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:47:05.093Z|a6baac27-d027-4c9e-9469-0aa912a26010|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:47:08.116Z|2b3d3f35-717a-4292-9dab-04a2c5980930|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:47:08.116Z|d58f912f-57b5-42c8-bb30-7d34ffad13a0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:47:08.117Z|2b3d3f35-717a-4292-9dab-04a2c5980930|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:47:08.117Z|d58f912f-57b5-42c8-bb30-7d34ffad13a0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:47:10.370Z|705602f0-38be-42ef-8c04-7422b3016883|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:47:10.371Z|705602f0-38be-42ef-8c04-7422b3016883|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:47:18.143Z|856de65b-8b5a-4d3d-91fc-c1e1b9cfcb14|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:47:18.144Z|856de65b-8b5a-4d3d-91fc-c1e1b9cfcb14|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:47:18.145Z|17060164-19e1-4979-827a-e90d0fd6da3b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:47:18.146Z|17060164-19e1-4979-827a-e90d0fd6da3b|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:47:20.089Z|3b3de30c-241e-400d-a807-645eba9cd7e8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:47:20.089Z|3b3de30c-241e-400d-a807-645eba9cd7e8|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:47:20.395Z|136e3221-dfcd-4f7c-a3c5-152c7bee23c2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:47:20.396Z|136e3221-dfcd-4f7c-a3c5-152c7bee23c2|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:47:21.596Z|75225c95-df4c-4866-8b79-b9354783920c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:47:21.596Z|75225c95-df4c-4866-8b79-b9354783920c|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:47:28.173Z|ee002a7c-4c5e-4370-95a2-a99d0b6d5334|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:47:28.174Z|ee002a7c-4c5e-4370-95a2-a99d0b6d5334|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:47:28.176Z|bb6164bb-1ac0-417f-8ae7-a04d49e17064|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:47:28.176Z|bb6164bb-1ac0-417f-8ae7-a04d49e17064|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:47:30.430Z|c506e19d-2562-49d0-8a89-9cc99db4619c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:47:30.432Z|c506e19d-2562-49d0-8a89-9cc99db4619c|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:47:35.089Z|c92f3f93-dbdf-4aa6-8729-3500fcd44ef0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:47:35.089Z|c92f3f93-dbdf-4aa6-8729-3500fcd44ef0|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:47:38.205Z|81e38d33-2bff-4a54-965e-821c548e3323|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:47:38.206Z|81e38d33-2bff-4a54-965e-821c548e3323|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:47:38.205Z|2fdd70f9-e35d-4223-9b43-eb89e1412385|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:47:38.206Z|2fdd70f9-e35d-4223-9b43-eb89e1412385|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:47:40.461Z|9720627c-3111-4255-8f83-3cf10413d187|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:47:40.461Z|9720627c-3111-4255-8f83-3cf10413d187|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:47:48.237Z|2b81b6fa-cb6a-412d-8092-4855c6d07734|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:47:48.238Z|2b81b6fa-cb6a-412d-8092-4855c6d07734|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:47:48.245Z|08336242-e283-4069-9b53-d9286c02373a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:47:48.245Z|08336242-e283-4069-9b53-d9286c02373a|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:47:50.089Z|a5b9f99d-7325-4ead-b9cd-79c5f9ddee7e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:47:50.093Z|a5b9f99d-7325-4ead-b9cd-79c5f9ddee7e|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:47:50.489Z|228400cb-a934-4380-8eb6-56c5f0c86e7c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:47:50.490Z|228400cb-a934-4380-8eb6-56c5f0c86e7c|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:47:51.597Z|b416169b-a33e-4323-bf33-ea3c0f500eac|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:47:51.597Z|b416169b-a33e-4323-bf33-ea3c0f500eac|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:47:56.118Z|0b3e4a41-b93a-42d0-8ce2-d20ec27e323e|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:47:56.119Z|0b3e4a41-b93a-42d0-8ce2-d20ec27e323e|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:47:58.270Z|8f598ccd-9bc1-429c-9052-fc22f7d8fd95|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:47:58.271Z|8f598ccd-9bc1-429c-9052-fc22f7d8fd95|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:47:58.275Z|c243756e-73a0-4c64-8c95-a7af5e29c014|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:47:58.276Z|c243756e-73a0-4c64-8c95-a7af5e29c014|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:48:00.522Z|a5397378-116e-4593-b8bd-0d5a564139d0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:48:00.523Z|a5397378-116e-4593-b8bd-0d5a564139d0|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:48:05.089Z|06635b64-7c1a-4f5b-9c3d-9da072ebf661|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:48:05.089Z|06635b64-7c1a-4f5b-9c3d-9da072ebf661|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:48:08.301Z|cfcb1063-9317-4d1e-b85d-d7e34ab843b3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:48:08.301Z|cfcb1063-9317-4d1e-b85d-d7e34ab843b3|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:48:08.306Z|a25b2f59-01e1-4472-abb5-e11d0beb8ae0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:48:08.306Z|a25b2f59-01e1-4472-abb5-e11d0beb8ae0|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:48:10.549Z|4122eeef-528b-4656-8b77-a3b1d3bfb754|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:48:10.550Z|4122eeef-528b-4656-8b77-a3b1d3bfb754|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:48:18.331Z|19e26068-0f0b-4b9e-8885-e24aeff25289|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:48:18.332Z|19e26068-0f0b-4b9e-8885-e24aeff25289|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:48:18.334Z|b73fb690-51ab-4594-9117-f58b4257fe0c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:48:18.335Z|b73fb690-51ab-4594-9117-f58b4257fe0c|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:48:20.089Z|296154a3-fd2c-4b5d-a264-6d4c4ba8e359|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:48:20.090Z|296154a3-fd2c-4b5d-a264-6d4c4ba8e359|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:48:20.577Z|a3795234-1288-4535-bb03-044a36df1268|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:48:20.578Z|a3795234-1288-4535-bb03-044a36df1268|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:48:21.598Z|40a0006a-2041-4c85-8f9f-b5f488f0919b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:48:21.599Z|40a0006a-2041-4c85-8f9f-b5f488f0919b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:48:28.364Z|db922dff-02a8-46b8-a36f-eeb0bd7dc5f3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:48:28.365Z|db922dff-02a8-46b8-a36f-eeb0bd7dc5f3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:48:28.370Z|bcaa2338-2c04-4b28-9a6d-002c58b2b37f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:48:28.371Z|bcaa2338-2c04-4b28-9a6d-002c58b2b37f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:48:30.603Z|dae4f716-818e-4d6e-aa03-2e600763fd8a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:48:30.604Z|dae4f716-818e-4d6e-aa03-2e600763fd8a|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:48:35.089Z|2c88f834-2f65-4720-a550-52f569e313d5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:48:35.093Z|2c88f834-2f65-4720-a550-52f569e313d5|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:48:38.397Z|d9293881-e62c-4517-8807-c320e4ae147d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:48:38.397Z|d9293881-e62c-4517-8807-c320e4ae147d|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:48:38.401Z|c030b960-47a6-4bd0-88dc-42de8579168e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:48:38.402Z|c030b960-47a6-4bd0-88dc-42de8579168e|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:48:40.629Z|0f0ee0a5-3777-48e5-bfc5-426d3fedd706|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:48:40.630Z|0f0ee0a5-3777-48e5-bfc5-426d3fedd706|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:48:48.427Z|665460c8-a0cb-4721-bec5-0a76234a42c0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:48:48.429Z|e7af76f3-e6e0-4ea3-828e-2935d9c8a97e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:48:48.430Z|665460c8-a0cb-4721-bec5-0a76234a42c0|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:48:48.431Z|e7af76f3-e6e0-4ea3-828e-2935d9c8a97e|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:48:50.089Z|ab18034d-85b1-44cc-8786-4af5a9e4ef5b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:48:50.089Z|ab18034d-85b1-44cc-8786-4af5a9e4ef5b|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:48:50.660Z|6f4f2173-9c9b-499f-9067-a1c487cda13e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:48:50.661Z|6f4f2173-9c9b-499f-9067-a1c487cda13e|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:48:51.600Z|356f3740-7e80-4a8e-9ebe-44fa0da7720b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:48:51.602Z|356f3740-7e80-4a8e-9ebe-44fa0da7720b|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:48:56.116Z|add1bfa4-a0bf-4202-892a-5c1989494b31|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:48:56.116Z|add1bfa4-a0bf-4202-892a-5c1989494b31|http-nio-8080-exec-4|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:48:58.461Z|811a3c98-5e97-4606-865e-fc816140b5de|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:48:58.461Z|811a3c98-5e97-4606-865e-fc816140b5de|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:48:58.461Z|d4a2e504-0221-4ff6-b289-27191ed65f66|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:48:58.463Z|d4a2e504-0221-4ff6-b289-27191ed65f66|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:49:00.690Z|62e0cff5-efa8-4e74-bd40-d66727d76423|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:49:00.691Z|62e0cff5-efa8-4e74-bd40-d66727d76423|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:49:05.089Z|358b6234-953b-4a9a-ad7e-4102b792b7fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:49:05.089Z|358b6234-953b-4a9a-ad7e-4102b792b7fb|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:49:08.489Z|2c03967e-92b0-4bc6-adb6-ab4fb5402d99|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:49:08.489Z|2c03967e-92b0-4bc6-adb6-ab4fb5402d99|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:49:08.493Z|cba08b9a-9c83-477f-ae5f-b0c8352c5b5a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:49:08.494Z|cba08b9a-9c83-477f-ae5f-b0c8352c5b5a|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:49:10.715Z|5b6a92e2-dc00-44bb-8088-128f789cd12d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:49:10.716Z|5b6a92e2-dc00-44bb-8088-128f789cd12d|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:49:18.528Z|81edadac-7348-4d48-b4cf-9b81bddf74f8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:49:18.528Z|10db48e5-6665-4dc3-9cd6-271c2b6671cd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:49:18.529Z|10db48e5-6665-4dc3-9cd6-271c2b6671cd|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:49:18.529Z|81edadac-7348-4d48-b4cf-9b81bddf74f8|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:49:20.089Z|6e482635-5b09-42b5-9fd4-53b10ab18eaf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:49:20.094Z|6e482635-5b09-42b5-9fd4-53b10ab18eaf|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:49:20.746Z|eaef272f-e56b-4b94-9a3a-cdf72c7d5847|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:49:20.747Z|eaef272f-e56b-4b94-9a3a-cdf72c7d5847|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:49:21.603Z|ef0ff8fc-f0b7-49ed-bf55-487c66694017|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:49:21.603Z|ef0ff8fc-f0b7-49ed-bf55-487c66694017|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:49:28.561Z|9d02ce6f-dad7-4d5a-84e3-02b13d986188|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:49:28.562Z|9d02ce6f-dad7-4d5a-84e3-02b13d986188|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:49:28.568Z|2faedeb2-35c9-4991-8822-dbf6bca497a3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:49:28.568Z|2faedeb2-35c9-4991-8822-dbf6bca497a3|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:49:30.771Z|005ddbb9-6705-4285-966a-ea9dd23e640e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:49:30.772Z|005ddbb9-6705-4285-966a-ea9dd23e640e|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:49:35.089Z|5120e6e0-e905-49de-a611-8c033f12faa4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:49:35.089Z|5120e6e0-e905-49de-a611-8c033f12faa4|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:49:38.592Z|2ab65c14-d290-4ce7-a958-e9f512181c05|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:49:38.593Z|2ab65c14-d290-4ce7-a958-e9f512181c05|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:49:38.595Z|c46eb007-0943-4794-afb9-a13324cf0345|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:49:38.595Z|c46eb007-0943-4794-afb9-a13324cf0345|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:49:40.798Z|162c8244-2a40-4ec5-ba65-44303a736c68|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:49:40.799Z|162c8244-2a40-4ec5-ba65-44303a736c68|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:49:48.621Z|32c92585-2b52-4969-af52-c5afc37fe344|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:49:48.622Z|32c92585-2b52-4969-af52-c5afc37fe344|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:49:48.623Z|8bba81f6-70cb-4e3c-8f4d-feca5838038b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:49:48.623Z|8bba81f6-70cb-4e3c-8f4d-feca5838038b|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:49:50.089Z|d8089df8-7004-4a10-9154-48d8dea86f52|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:49:50.089Z|d8089df8-7004-4a10-9154-48d8dea86f52|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:49:50.826Z|bae6dc9d-5bfc-4d1f-a582-1401b13998c9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:49:50.826Z|bae6dc9d-5bfc-4d1f-a582-1401b13998c9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:49:51.604Z|a32a77b8-40fd-48f8-be82-d1afe3f7bba0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:49:51.605Z|a32a77b8-40fd-48f8-be82-d1afe3f7bba0|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:49:56.115Z|91c17a7b-a3a8-4761-a256-38d325bac17a|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:49:56.115Z|91c17a7b-a3a8-4761-a256-38d325bac17a|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:49:58.660Z|97bacddb-4909-4cca-b6e9-b3364436bdbf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:49:58.661Z|97bacddb-4909-4cca-b6e9-b3364436bdbf|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:49:58.661Z|f6f87db7-40d1-42dd-a2b0-ee97eba74a8d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:49:58.662Z|f6f87db7-40d1-42dd-a2b0-ee97eba74a8d|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:50:00.857Z|4b634f42-16c0-40db-a025-657827058fbc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:50:00.858Z|4b634f42-16c0-40db-a025-657827058fbc|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:50:05.089Z|929a1e30-9264-45e1-969f-da8553bde101|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:50:05.094Z|929a1e30-9264-45e1-969f-da8553bde101|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:50:08.693Z|2406a307-6c55-4df3-a974-0ff7e68bfbeb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:50:08.693Z|764feb22-2433-49c8-a96e-f1ac41e5ece4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:50:08.693Z|764feb22-2433-49c8-a96e-f1ac41e5ece4|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:50:08.693Z|2406a307-6c55-4df3-a974-0ff7e68bfbeb|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:50:10.884Z|22fa6ae5-5d1a-4819-910b-c19550ab3933|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:50:10.885Z|22fa6ae5-5d1a-4819-910b-c19550ab3933|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:50:18.724Z|794f19fe-a4a2-450f-8bcf-8d00fcec4eca|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:50:18.725Z|794f19fe-a4a2-450f-8bcf-8d00fcec4eca|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:50:18.730Z|edcf57a8-5758-4098-8f08-28b31c0253ce|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:50:18.731Z|edcf57a8-5758-4098-8f08-28b31c0253ce|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:50:20.089Z|4560edb4-6004-4ae1-95f0-73692ef3ebc7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:50:20.089Z|4560edb4-6004-4ae1-95f0-73692ef3ebc7|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:50:20.912Z|0db376ad-db57-4d77-be78-67cfaf32fb12|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:50:20.912Z|0db376ad-db57-4d77-be78-67cfaf32fb12|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:50:21.605Z|5dbedf3d-69bc-426a-ad9c-905bbb75e766|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:50:21.606Z|5dbedf3d-69bc-426a-ad9c-905bbb75e766|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:50:28.755Z|40badcb5-8585-4f3c-8979-be50ff6955a5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:50:28.756Z|40badcb5-8585-4f3c-8979-be50ff6955a5|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:50:28.756Z|5460dbaf-9913-42a7-bc4a-aa527370d51a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:50:28.757Z|5460dbaf-9913-42a7-bc4a-aa527370d51a|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:50:30.941Z|6ad025f7-01bc-4353-bb1f-3b83931e1c48|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:50:30.942Z|6ad025f7-01bc-4353-bb1f-3b83931e1c48|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:50:35.089Z|c3d3cca5-792f-4825-98be-4b032d3a1d2f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:50:35.089Z|c3d3cca5-792f-4825-98be-4b032d3a1d2f|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:50:38.786Z|9ca858e0-65b8-4dca-a8ec-67c76c355967|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:50:38.787Z|731f3b34-e3ce-40bd-875c-aff15f4d2f56|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:50:38.787Z|9ca858e0-65b8-4dca-a8ec-67c76c355967|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:50:38.787Z|731f3b34-e3ce-40bd-875c-aff15f4d2f56|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:50:40.969Z|cea4daf9-7ecd-4022-80ea-cdcb2039add6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:50:40.969Z|cea4daf9-7ecd-4022-80ea-cdcb2039add6|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:50:48.812Z|30652bc9-e142-489b-b5c8-cc556a94c90d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:50:48.813Z|30652bc9-e142-489b-b5c8-cc556a94c90d|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:50:48.819Z|6e693c53-6263-40e6-ae4f-d3b356711c3a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:50:48.819Z|6e693c53-6263-40e6-ae4f-d3b356711c3a|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:50:50.089Z|7453387d-da29-4a40-bb52-d3d325489a12|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:50:50.095Z|7453387d-da29-4a40-bb52-d3d325489a12|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:50:51.000Z|74ddfa09-fdea-4451-a320-01db200cca22|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:50:51.000Z|74ddfa09-fdea-4451-a320-01db200cca22|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:50:51.607Z|43882678-749c-4a79-b330-7e8144cdf774|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:50:51.607Z|43882678-749c-4a79-b330-7e8144cdf774|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:50:56.118Z|194ba387-aef5-4b57-8025-f0c4b13b51af|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:50:56.119Z|194ba387-aef5-4b57-8025-f0c4b13b51af|http-nio-8080-exec-9|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:50:58.842Z|91982c72-43aa-4eee-bf2d-9f8238041150|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:50:58.843Z|91982c72-43aa-4eee-bf2d-9f8238041150|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:50:58.847Z|851ac417-8a7a-43d8-a4e5-9507c9ed984f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:50:58.848Z|851ac417-8a7a-43d8-a4e5-9507c9ed984f|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:51:01.029Z|546b9fb7-aa6b-4670-bd40-99c3d3c49f25|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:51:01.029Z|546b9fb7-aa6b-4670-bd40-99c3d3c49f25|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:51:05.089Z|0f6eff88-a699-464f-992a-f2fae9194882|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:51:05.089Z|0f6eff88-a699-464f-992a-f2fae9194882|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:51:08.875Z|f8d0762b-f496-4e46-bc29-f90edad9eb87|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:51:08.876Z|f8d0762b-f496-4e46-bc29-f90edad9eb87|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:51:08.890Z|bf8fe542-b919-4999-8dde-be5c33022f21|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:51:08.891Z|bf8fe542-b919-4999-8dde-be5c33022f21|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:51:11.053Z|26a5c717-6fb6-474a-b237-66d307b644f7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:51:11.053Z|26a5c717-6fb6-474a-b237-66d307b644f7|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:51:18.904Z|2a587e45-be31-40d9-8c38-ca427d417f38|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:51:18.905Z|2a587e45-be31-40d9-8c38-ca427d417f38|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:51:18.919Z|800b4019-eb7a-4fa7-883a-1fd3d421c9b4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:51:18.919Z|800b4019-eb7a-4fa7-883a-1fd3d421c9b4|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:51:20.089Z|93f16cc4-f1e9-46e1-9168-f5efc24473dc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:51:20.090Z|93f16cc4-f1e9-46e1-9168-f5efc24473dc|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:51:21.080Z|ab67b869-2f41-431e-b629-01bcdcdc192f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:51:21.080Z|ab67b869-2f41-431e-b629-01bcdcdc192f|http-nio-8080-exec-10|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:51:21.608Z|557234a5-af50-48c0-b893-8af84479f4fc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:51:21.609Z|557234a5-af50-48c0-b893-8af84479f4fc|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:51:28.940Z|2df48825-bfc0-41dd-bdca-3b5a72a95638|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:51:28.941Z|2df48825-bfc0-41dd-bdca-3b5a72a95638|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:51:28.948Z|ebe78f47-99f8-42f0-9fe2-5224df260c64|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:51:28.949Z|ebe78f47-99f8-42f0-9fe2-5224df260c64|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:51:31.106Z|ca95ebe5-9c51-43be-9669-a1728d57809d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:51:31.107Z|ca95ebe5-9c51-43be-9669-a1728d57809d|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:51:35.089Z|b1c3645d-6bae-4e61-b3d8-fc2e0a90fdc6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:51:35.093Z|b1c3645d-6bae-4e61-b3d8-fc2e0a90fdc6|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:51:38.972Z|ee12360a-cf82-404c-a227-2bfdf8e8cf05|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:51:38.973Z|ee12360a-cf82-404c-a227-2bfdf8e8cf05|http-nio-8080-exec-7|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:51:38.978Z|03bc9c70-604f-4e55-a008-0523176ff2c9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:51:38.979Z|03bc9c70-604f-4e55-a008-0523176ff2c9|http-nio-8080-exec-5|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:51:41.137Z|088d1d96-05e5-4150-9b07-98e4083f765e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:51:41.138Z|088d1d96-05e5-4150-9b07-98e4083f765e|http-nio-8080-exec-6|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:51:49.005Z|79ba0cf2-ded6-4e25-a354-710d54d3ca95|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:51:49.006Z|79ba0cf2-ded6-4e25-a354-710d54d3ca95|http-nio-8080-exec-3|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:51:49.010Z|7e31a8c1-e09e-4e06-b1e0-80daacc57524|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:51:49.011Z|7e31a8c1-e09e-4e06-b1e0-80daacc57524|http-nio-8080-exec-2|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:51:50.089Z|15fc500d-9a48-484d-856b-d044bc38cab3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:51:50.089Z|15fc500d-9a48-484d-856b-d044bc38cab3|scheduling-1|performDnsLookup|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:51:51.174Z|e3213468-90fa-449d-9b61-6c7e9b101ed9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:51:51.175Z|e3213468-90fa-449d-9b61-6c7e9b101ed9|http-nio-8080-exec-1|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:51:51.609Z|a7969b58-ce8d-43d1-a04d-9e34cc505907|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Entering
2023-03-28T08:51:51.610Z|a7969b58-ce8d-43d1-a04d-9e34cc505907|scheduling-1|checkAllClientsActive|SO.APIH|SO.APIH|UNKNOWN|INFO|500||Exiting.
2023-03-28T08:51:56.114Z|4a304d07-dccf-43d3-9b0b-cdf2fa08af0d|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|500||Entering
2023-03-28T08:51:56.115Z|4a304d07-dccf-43d3-9b0b-cdf2fa08af0d|http-nio-8080-exec-10|manage/health|kube-probe/1.23|||INFO|404|Not Found|Exiting.
2023-03-28T08:51:59.037Z|ce1caea4-b646-4b95-a6a5-3b570cf84c7b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:51:59.038Z|ce1caea4-b646-4b95-a6a5-3b570cf84c7b|http-nio-8080-exec-9|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:51:59.038Z|c750afaa-8966-4434-b730-c691697f6fda|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:51:59.038Z|c750afaa-8966-4434-b730-c691697f6fda|http-nio-8080-exec-4|error|curl/7.58.0|||INFO|404|Not Found|Exiting.
2023-03-28T08:52:01.207Z|0ed0055e-e022-4953-be41-92232290fe9c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|500||Entering
2023-03-28T08:52:01.208Z|0ed0055e-e022-4953-be41-92232290fe9c|http-nio-8080-exec-8|error|curl/7.58.0|||INFO|404|Not Found|Exiting.